Shakira Agata- The AOP Project


Important

Welcome to the homepage of the AOP Project!

The AOP Project was independently developed by Shakira Agata under supervision of Marvin Martens to investigate how inflammatory stress response pathways can be modelled in the AOP framework to facilitate transcriptomics integration in chemical risk assessment. Through the execution of 500 documented SCRUM sprints, 11 Jupyter Notebooks were designed as part of the two-tiered approach described in the thesis. The software is structured around two key objectives which were assigned their own respective Jupyter Notebooks to maintain structure and overview. This documentation provides a complete overview and guideline for the use of the two-tiered approach with presence of metadata to ensure reproducibility.

📥 Step 1: Download the Notebooks

The developed Jupyter Notebooks can be downloaded from the GitHub repository. The Notebooks were designed to be run in chronological order, as many rely on outputs from previous steps. In the folder: ‘Inputfiles-demonstration’, users can find the input and output generated files that were used in the Jupyter Notebooks as baseline. The Jupyter Notebooks can be subdivided into:

  • Jupyter Notebooks 1–3: focused on the construction and enrichment of a human inflammatory stress response AOP network.
  • Jupyter Notebooks 4–11: focused on the integration of transcriptomics data into the enriched AOP network via dataset mapping, Key Event (KE) enrichment analysis and benchmarking with Overrepresentation analysis (ORA).

🛠️ Step 2: Getting Started

  1. Open the Jupyter Notebooks
    Navigate to the .ipynb files and launch it in JupyterLab.

  2. Run the cells sequentially
    Use Shift + Enter to execute each cell in order.

  3. Modify/adapt the cells
    Feel free to experiment and tailor the code to your own personal research interest.

Societal and scientific relevancy of the AOP Project
Chemical exposure forms a public health crisis by being responsible for one fourth of the global disease burden. In recent years, the link between chemical exposure and human diseases has been increasingly emphasized as chemical exposure forms an environmental risk factor for multiple diseases including cancer, neuropsychiatric disorders, respiratory diseases, congenital anomalies and kidney diseases. Despite these concerning findings, civilians continue to be exposed to chemicals as chemicals are deeply integrated into the societal infrastructure based on its widespread presence in air, water, food and consumer products. While chemical risk assessments are intended to protect us and the environment from these health concerns, they are clearly proving to be inadequate. The reason for this is that chemical risk assessments rely on the results from animal toxicology tests which have been shown to have poor human translability. This has stimulated the development of next-generation risk assessment methods such as adverse outcome pathways (AOPs) which provide an animal-free risk assessment methods. AOPs describe the biological processes that are activated by chemical exposure in the human body, acting as road maps that explain both the risk and the adverse health outcomes caused by chemical exposure. Recent research has been focused on the incorporation of inflammatory stress response pathways and use of transcriptomics in the AOP framework based on the predictive power that cell stress responses hold in toxicological outcomes and the mechanistic insights that are provided. These incentives struggled with a lack of standardization and integration which encouraged the development of the AOP project.

Subsections of Shakira Agata- The AOP Project

Overview

Important

Welcome to the homepage of the AOP Project!

The AOP Project was independently developed by Shakira Agata under supervision of Marvin Martens to investigate how inflammatory stress response pathways can be modelled in the AOP framework to facilitate transcriptomics integration in chemical risk assessment. Through the execution of 500 documented SCRUM sprints, 11 Jupyter Notebooks were designed as part of the two-tiered approach described in the thesis. The software is structured around two key objectives which were assigned their own respective Jupyter Notebooks to maintain structure and overview. This documentation provides a complete overview and guideline for the use of the two-tiered approach with presence of metadata to ensure reproducibility.

📥 Step 1: Download the Notebooks

The developed Jupyter Notebooks can be downloaded from the GitHub repository. The Notebooks were designed to be run in chronological order, as many rely on outputs from previous steps. In the folder: ‘Inputfiles-demonstration’, users can find the input and output generated files that were used in the Jupyter Notebooks as baseline. The Jupyter Notebooks can be subdivided into:

  • Jupyter Notebooks 1–3: focused on the construction and enrichment of a human inflammatory stress response AOP network.
  • Jupyter Notebooks 4–11: focused on the integration of transcriptomics data into the enriched AOP network via dataset mapping, Key Event (KE) enrichment analysis and benchmarking with Overrepresentation analysis (ORA).

🛠️ Step 2: Getting Started

  1. Open the Jupyter Notebooks
    Navigate to the .ipynb files and launch it in JupyterLab.

  2. Run the cells sequentially
    Use Shift + Enter to execute each cell in order.

  3. Modify/adapt the cells
    Feel free to experiment and tailor the code to your own personal research interest.

Societal and scientific relevancy of the AOP Project
Chemical exposure forms a public health crisis by being responsible for one fourth of the global disease burden. In recent years, the link between chemical exposure and human diseases has been increasingly emphasized as chemical exposure forms an environmental risk factor for multiple diseases including cancer, neuropsychiatric disorders, respiratory diseases, congenital anomalies and kidney diseases. Despite these concerning findings, civilians continue to be exposed to chemicals as chemicals are deeply integrated into the societal infrastructure based on its widespread presence in air, water, food and consumer products. While chemical risk assessments are intended to protect us and the environment from these health concerns, they are clearly proving to be inadequate. The reason for this is that chemical risk assessments rely on the results from animal toxicology tests which have been shown to have poor human translability. This has stimulated the development of next-generation risk assessment methods such as adverse outcome pathways (AOPs) which provide an animal-free risk assessment methods. AOPs describe the biological processes that are activated by chemical exposure in the human body, acting as road maps that explain both the risk and the adverse health outcomes caused by chemical exposure. Recent research has been focused on the incorporation of inflammatory stress response pathways and use of transcriptomics in the AOP framework based on the predictive power that cell stress responses hold in toxicological outcomes and the mechanistic insights that are provided. These incentives struggled with a lack of standardisation and integration which encouraged the development of the AOP project.

Key objective 1

Subsections of Key objective 1

Part 1: Construction of the preliminary AOP table for AOP networks

The AOP project ► Key objective 1

Author: Shakira Agata

This Jupyter Notebook describes the steps needed to create the preliminary table that is needed for construction of an AOP network that focuses on inflammatory processes in human organ systems. This notebook focuses on the organ systems: brain, liver, kidney and lung due to research interests of the author. The preliminary table will contain the following information: AOP (adverse outcome pathway), AOP title, KE name (key event name), AO (adverse outcome), AO title, KER (key event relationship), KER ID and title of the organ system. To achieve this result, three SPARQLqueries will be executed against AOP-Wiki RDF to extract the AOPs that are related to inflammatory processes along with their respective upstreamKEs, downstreamKEs and KERs. The detailed steps are outlined in the following eight sections:

  • Section 1: System preparation for generation of AOP-Wiki RDF SPARQL queries
  • Section 2: Execution of the first SPARQL query
  • Section 3: Merging of two datasets
  • Section 4: Filtering of results
  • Section 5: Execution of second SPARQL query
  • Section 6: Execution of third SPARQL query
  • Section 7: Merging results from section 4-6
  • Section 8: Metadata

Section 1: System preparation for generation of AOP-Wiki RDF SPARQL queries

In section 1 and section 2, the system requirements for this notebook will be fulfilled followed by the generation of the first SPARQL query. This query is run against AOP-Wiki RDF.

Step 1: Install SPARQLWRAPPER which is the Python wrapper you need to be able to run the query.

pip install sparqlwrapper
Requirement already satisfied: sparqlwrapper in c:\users\shaki\anaconda3\lib\site-packages (2.0.0)
Requirement already satisfied: rdflib>=6.1.1 in c:\users\shaki\anaconda3\lib\site-packages (from sparqlwrapper) (7.0.0)
Requirement already satisfied: isodate<0.7.0,>=0.6.0 in c:\users\shaki\anaconda3\lib\site-packages (from rdflib>=6.1.1->sparqlwrapper) (0.6.1)
Requirement already satisfied: pyparsing<4,>=2.1.0 in c:\users\shaki\anaconda3\lib\site-packages (from rdflib>=6.1.1->sparqlwrapper) (3.0.9)
Requirement already satisfied: six in c:\users\shaki\anaconda3\lib\site-packages (from isodate<0.7.0,>=0.6.0->rdflib>=6.1.1->sparqlwrapper) (1.16.0)
Note: you may need to restart the kernel to use updated packages.

Step 2: Import sys, sparqlwrapper and pandas which are packages that allow you to interact with variables and functions and manipulate data. For the usage of Pandas, the maximum column width is set to ´None´ as Pandas version 2.2.2 does not allow for non-negative integer to be set.

import sys

!{sys.executable} -m pip install watermark
from SPARQLWrapper import SPARQLWrapper, JSON


import pandas as pd

pd.set_option('display.max_colwidth', None)
Requirement already satisfied: watermark in c:\users\shaki\anaconda3\lib\site-packages (2.4.3)
Requirement already satisfied: ipython>=6.0 in c:\users\shaki\anaconda3\lib\site-packages (from watermark) (8.25.0)
Requirement already satisfied: importlib-metadata>=1.4 in c:\users\shaki\anaconda3\lib\site-packages (from watermark) (7.0.1)
Requirement already satisfied: setuptools in c:\users\shaki\anaconda3\lib\site-packages (from watermark) (69.5.1)
Requirement already satisfied: zipp>=0.5 in c:\users\shaki\anaconda3\lib\site-packages (from importlib-metadata>=1.4->watermark) (3.17.0)
Requirement already satisfied: decorator in c:\users\shaki\anaconda3\lib\site-packages (from ipython>=6.0->watermark) (5.1.1)
Requirement already satisfied: jedi>=0.16 in c:\users\shaki\anaconda3\lib\site-packages (from ipython>=6.0->watermark) (0.18.1)
Requirement already satisfied: matplotlib-inline in c:\users\shaki\anaconda3\lib\site-packages (from ipython>=6.0->watermark) (0.1.6)
Requirement already satisfied: prompt-toolkit<3.1.0,>=3.0.41 in c:\users\shaki\anaconda3\lib\site-packages (from ipython>=6.0->watermark) (3.0.43)
Requirement already satisfied: pygments>=2.4.0 in c:\users\shaki\anaconda3\lib\site-packages (from ipython>=6.0->watermark) (2.15.1)
Requirement already satisfied: stack-data in c:\users\shaki\anaconda3\lib\site-packages (from ipython>=6.0->watermark) (0.2.0)
Requirement already satisfied: traitlets>=5.13.0 in c:\users\shaki\anaconda3\lib\site-packages (from ipython>=6.0->watermark) (5.14.3)
Requirement already satisfied: colorama in c:\users\shaki\anaconda3\lib\site-packages (from ipython>=6.0->watermark) (0.4.6)
Requirement already satisfied: wcwidth in c:\users\shaki\anaconda3\lib\site-packages (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=6.0->watermark) (0.2.5)
Requirement already satisfied: parso<0.9.0,>=0.8.0 in c:\users\shaki\anaconda3\lib\site-packages (from jedi>=0.16->ipython>=6.0->watermark) (0.8.3)
Requirement already satisfied: executing in c:\users\shaki\anaconda3\lib\site-packages (from stack-data->ipython>=6.0->watermark) (0.8.3)
Requirement already satisfied: asttokens in c:\users\shaki\anaconda3\lib\site-packages (from stack-data->ipython>=6.0->watermark) (2.0.5)
Requirement already satisfied: pure-eval in c:\users\shaki\anaconda3\lib\site-packages (from stack-data->ipython>=6.0->watermark) (0.2.2)
Requirement already satisfied: six in c:\users\shaki\anaconda3\lib\site-packages (from asttokens->stack-data->ipython>=6.0->watermark) (1.16.0)

Step 3: Create the variable: AOPWikiSPARQL for the SPARQL wrapper and set the endpoint to JSON to ensure results are displayed in human-readable format.

AOPWikiSPARQL = SPARQLWrapper("https://aopwiki.rdf.bigcat-bioinformatics.org/sparql/")
AOPWikiSPARQL.setReturnFormat(JSON) 

Step 4: Define the triple, coretypes, ontologies and identifiers which are used to codify the semantic data in AOP-Wiki.

triple = ['subject','predicate','object']
coretypes = ['aopo:AdverseOutcomePathway','aopo:KeyEvent','aopo:KeyEventRelationship','ncbitaxon:131567','go:0008150','pato:0001241','pato:0000001','aopo:CellTypeContext','aopo:OrganContext','nci:C54571','cheminf:000000'] 
ontologies = ['http://aopkb.org/aop_ontology#','http://edamontology.org/','http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#','http://purl.bioontology.org/ontology/NCBITAXON/','http://purl.obolibrary.org/obo/MMO','http://purl.obolibrary.org/obo/CL_','http://purl.obolibrary.org/obo/UBERON_','http://purl.obolibrary.org/obo/MI_','http://purl.obolibrary.org/obo/MP_','http://purl.org/commons/record/mesh/','http://purl.obolibrary.org/obo/HP_','http://purl.obolibrary.org/obo/PCO_','http://purl.obolibrary.org/obo/NBO_','http://purl.obolibrary.org/obo/VT_','http://purl.obolibrary.org/obo/PR_','http://purl.obolibrary.org/obo/CHEBI_','http://purl.org/sig/ont/fma/fma','http://xmlns.com/foaf/0.1/','http://www.w3.org/2004/02/skos/core#','http://www.w3.org/2000/01/rdf-schema#','http://www.w3.org/1999/02/22-rdf-syntax-ns#','http://semanticscience.org/resource/CHEMINF_','http://purl.obolibrary.org/obo/GO_','http://purl.org/dc/terms/','http://purl.org/dc/elements/1.1/','http://purl.obolibrary.org/obo/PATO_']
identifiers = []

Section 2: Execution of the first SPARQL query

Step 5: Define and run the SPARQL query to extract the inflammatory-related AOPs. Subsequently, convert the results to a pandas dataframe (df1) to display the results.

first_sparqlquery= '''SELECT DISTINCT ?AOP ?AOPtitle ?KE ?KEname
WHERE {
?KE a aopo:KeyEvent ;
dc:identifier ?KElookup ;
dc:title ?KEname .
?AOP a aopo:AdverseOutcomePathway ;
aopo:has_key_event ?KElookup ;
dc:title ?AOPtitle .

FILTER regex(?KEname, "inflammation|inflammatory", "i")
}
ORDER BY DESC(?AOP)'''

AOPWikiSPARQL.setQuery(first_sparqlquery)
first_results = AOPWikiSPARQL.query().convert()

first_data= first_results["results"]["bindings"]

columns = [{
    "AOP": item["AOP"]["value"],
    "AOPtitle": item["AOPtitle"]["value"],
    "KE": item["KE"]["value"],
    "KEname": item["KEname"]["value"]
    
} for item in first_data]

df1= pd.DataFrame(columns)
display(df1)

AOP AOPtitle KE KEname
0 https://identifiers.org/aop/62 AKT2 activation leading to hepatic steatosis https://identifiers.org/aop.events/486 systemic inflammation leading to hepatic steatosis
1 https://identifiers.org/aop/544 Inhibition of neuropathy target esterase leading to delayed neuropathy via increased inflammation https://identifiers.org/aop.events/149 Increase, Inflammation
2 https://identifiers.org/aop/535 Binding and activation of GPER leading to learning and memory impairments https://identifiers.org/aop.events/188 Neuroinflammation
3 https://identifiers.org/aop/511 The AOP framework on ROS-mediated oxidative stress induced vascular disrupting effects https://identifiers.org/aop.events/2009 Activation of inflammation pathway
4 https://identifiers.org/aop/507 Nrf2 inhibition leading to vascular disrupting effects via inflammation pathway https://identifiers.org/aop.events/2009 Activation of inflammation pathway
... ... ... ... ...
67 https://identifiers.org/aop/144 Endocytic lysosomal uptake leading to liver fibrosis https://identifiers.org/aop.events/1493 Increased Pro-inflammatory mediators
68 https://identifiers.org/aop/14 Glucocorticoid Receptor Activation Leading to Increased Disease Susceptibility https://identifiers.org/aop.events/152 Suppression, Inflammatory cytokines
69 https://identifiers.org/aop/12 Chronic binding of antagonist to N-methyl-D-aspartate receptors (NMDARs) during brain development leads to neurodegeneration with impairment in learning and memory in aging https://identifiers.org/aop.events/188 Neuroinflammation
70 https://identifiers.org/aop/115 Epithelial cytotoxicity leading to forestomach tumors (in mouse and rat) https://identifiers.org/aop.events/149 Increase, Inflammation
71 https://identifiers.org/aop/114 HPPD inhibition leading to corneal papillomas and carcinomas (in rat) https://identifiers.org/aop.events/777 Increase, Inflammation (corneal cells)

72 rows × 4 columns

Section 3: Merging of datasets

In this section, you will merge two datafiles: df1 which contains the previous SPARQL query results for inflammatory processes-related AOPs and table2 which is a snorql-csv file that contains additional AOPs that was created by Marvin Martens (supervisor of Shakira Agata). The snorql-csv file has five columns: AOP, AOPName, ao, aotitle and organ which were merged with df1.

Step 6: You first read and convert the snorql-csv file into JSON format.

table2= pd.read_excel('snorql-csv-1679052766.894.xlsx', sheet_name='snorql-csv-1679052766.894')
json_table2= table2.to_json()

Step 7: This is followed by converting the JSON formatted file into a pandas dataframe and verifying the result.

df2= pd.read_json("C:/Users/shaki/Downloads/csvjson.json")

Step 8: Next, you merge the two dataframes based on the shared ‘AOP’ column.

mergedJSONtable= pd.merge(df1,df2, on='AOP')

Section 4: Filtering of results

In this section, you filter the result of section 3 by removing AOPs that are not organ-system based i.e belonging to brain, kidney, liver or lung.

Step 9: The rows in column:‘organ’ that contain ‘other’ are filtered so that you only retain AOPs in the defined four organ systems (brain, liver, kidney and lung). This is done by using boolean function:’!=’ to only include the rows where organ is NOT defined as ‘Other’.

filtered_mergedJSONtable = mergedJSONtable[mergedJSONtable['organ'] != 'Other']

Section 5: Execution of second SPARQL query

In this section, you will run the second SPARQL query to retrieve/define the upstreamKEs and downstreamKEs from the AOPs retrieved in section 2.

Step 10: In preparation for the second SPARQL query, you first retrieve the uri’s for the AOPs so that the execution of the query takes less time and can be automated. This will be done with the following function where we select the ‘AOP’ column from the filtered_mergedJSONtable that contains the uri’s in the filtered_mergedJSONtable and join them (all 54).

values_AOPs = " ".join(f"<{AOP}>" for AOP in filtered_mergedJSONtable['AOP'])
print(values_AOPs)
<https://identifiers.org/aop/62> <https://identifiers.org/aop/48> <https://identifiers.org/aop/452> <https://identifiers.org/aop/452> <https://identifiers.org/aop/451> <https://identifiers.org/aop/451> <https://identifiers.org/aop/447> <https://identifiers.org/aop/429> <https://identifiers.org/aop/409> <https://identifiers.org/aop/409> <https://identifiers.org/aop/382> <https://identifiers.org/aop/38> <https://identifiers.org/aop/374> <https://identifiers.org/aop/362> <https://identifiers.org/aop/320> <https://identifiers.org/aop/320> <https://identifiers.org/aop/319> <https://identifiers.org/aop/303> <https://identifiers.org/aop/3> <https://identifiers.org/aop/280> <https://identifiers.org/aop/278> <https://identifiers.org/aop/27> <https://identifiers.org/aop/206> <https://identifiers.org/aop/173> <https://identifiers.org/aop/173> <https://identifiers.org/aop/171> <https://identifiers.org/aop/17> <https://identifiers.org/aop/17> <https://identifiers.org/aop/144> <https://identifiers.org/aop/12>

Step 11: Now you run the second SPARQL query to retrieve the KE, KEID and KEtitle for the respective AOPs. To do this, you need to use one curly bracket for values_AOPs as that marks the position for uri insertion and two surrounding curly brackets for values_AOPs to prevent identification of the curly brackets as placeholders (escaping).

second_sparqlsquery = f'''
SELECT DISTINCT ?AOP ?KE ?KEID ?KEtitle
WHERE {{
VALUES ?AOP {{ {values_AOPs} }}
?AOP a aopo:AdverseOutcomePathway ;
dc:title ?AOPName ;
aopo:has_key_event ?KE .
?KE a aopo:KeyEvent ; rdfs:label ?KEID ; dc:title ?KEtitle .
}}
'''

AOPWikiSPARQL.setQuery(second_sparqlsquery)
second_results = AOPWikiSPARQL.query().convert()

second_data= second_results["results"]["bindings"]

columns = [{
    
    "AOP": item["AOP"]["value"],
    "KE": item["KE"]["value"],
    "KEID": item["KEID"]["value"],
    "KEtitle": item["KEtitle"]["value"] 
    
} for item in second_data]

df3= pd.DataFrame(columns)
display(df3)

AOP KE KEID KEtitle
0 https://identifiers.org/aop/447 https://identifiers.org/aop.events/105 KE 105 Inhibition, Mitochondrial Electron Transport Chain Complexes
1 https://identifiers.org/aop/27 https://identifiers.org/aop.events/1115 KE 1115 Increase, Reactive oxygen species
2 https://identifiers.org/aop/303 https://identifiers.org/aop.events/1115 KE 1115 Increase, Reactive oxygen species
3 https://identifiers.org/aop/319 https://identifiers.org/aop.events/1115 KE 1115 Increase, Reactive oxygen species
4 https://identifiers.org/aop/382 https://identifiers.org/aop.events/1115 KE 1115 Increase, Reactive oxygen species
... ... ... ... ...
185 https://identifiers.org/aop/62 https://identifiers.org/aop.events/459 KE 459 Increased, Liver Steatosis
186 https://identifiers.org/aop/62 https://identifiers.org/aop.events/484 KE 484 Activation, AKT2
187 https://identifiers.org/aop/62 https://identifiers.org/aop.events/486 KE 486 systemic inflammation leading to hepatic steatosis
188 https://identifiers.org/aop/447 https://identifiers.org/aop.events/759 KE 759 Increased, Kidney Failure
189 https://identifiers.org/aop/451 https://identifiers.org/aop.events/780 KE 780 Increase, Cytotoxicity (epithelial cells)

190 rows × 4 columns

Section 6: Execution of third SPARQL query

In this section, you will run the third SPARQL query to retrieve/define the KERs for the upstreamKEs and downstreamKEs of the AOPs. This approach allows for easier integration of the output into the nodetable and edgetable of the AOP network (1).

Step 12: You run the following query to retrieve the upstreamKEs, downstreamKEs and KERs.

third_sparqlsquery = f'''
SELECT DISTINCT ?AOP ?upstreamKE ?upstreamKEtitle ?downstreamKE ?downstreamKEtitle ?KER ?KERID
WHERE {{
VALUES ?AOP {{ {values_AOPs} }}
?AOP a aopo:AdverseOutcomePathway ;
dc:title ?AOPName ;
aopo:has_key_event_relationship ?KER .
?KER a aopo:KeyEventRelationship ;
rdfs:label ?KERID .

?KER aopo:has_upstream_key_event ?upstreamKE .
?upstreamKE dc:title ?upstreamKEtitle .

?KER aopo:has_downstream_key_event ?downstreamKE .
?downstreamKE dc:title ?downstreamKEtitle .
}}
'''
AOPWikiSPARQL.setQuery(third_sparqlsquery)
third_results = AOPWikiSPARQL.query().convert()

third_data= third_results["results"]["bindings"]

columns = [{
    "AOP": item["AOP"]["value"],
    "upstreamKE": item["upstreamKE"]["value"],
    "downstreamKE": item["downstreamKE"]["value"],
    "KER": item["KER"]["value"],
    "KERID": item["KERID"]["value"],
    "upstreamKEtitle": item["upstreamKEtitle"]["value"],
    "downstreamKEtitle": item["downstreamKEtitle"]["value"]
    
    
} for item in third_data]

df4= pd.DataFrame(columns)

Section 7: Merging results from section 4-6

In this section, you will merge the dataframes: filtered_mergedJSONtable (result of section 4), df3 (result of section 5) and df4 (result of section 6).

Step 13: The three dataframes are merged to get the final table that will be used to define the nodes and edges of the network in Py4Cytoscape. The final table will be the merged version of:

  • filtered_mergedJSONtable (AOP SPARQL query)
  • df3 (KE SPARQL query)
  • df4(KER/KERID SPARQL query).
first_merge = pd.merge(df3, df4)
final_result= pd.merge(filtered_mergedJSONtable,first_merge)

Step 14: Lastly the final_result table is stored in JSON-format in your laptop in preparation for the next Jupyter Notebook.

final_result.to_json('final_result.json')

Section 8: Metadata

Step 15: At last, the metadata belonging to this Jupyter Notebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
Last updated: 2025-04-26T20:54:28.526670+02:00

Python implementation: CPython
Python version       : 3.12.3
IPython version      : 8.25.0

Compiler    : MSC v.1938 64 bit (AMD64)
OS          : Windows
Release     : 11
Machine     : AMD64
Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
CPU cores   : 8
Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
json==2.0.9
ipykernel==6.28.0
pandas==2.2.2
SPARQLWrapper==2.0.0

References:

  1. Martens, M., Evelo, C. T., & Willighagen, E. L. (2022). Providing Adverse Outcome Pathways from the AOP-Wiki in a Semantic Web Format to Increase Usability and Accessibility of the Content. Applied In Vitro Toxicology. https://github.com/marvinm2/AOPWikiRDF
  2. Martens M, Evelo CT, Willighagen EL. Providing Adverse Outcome Pathways from the AOP-Wiki in a Semantic Web Format to Increase Usability and Accessibility of the Content. Appl In Vitro Toxicol. 2022 Mar 1;8(1):2-13. doi: 10.1089/aivt.2021.0010. Epub 2022 Mar 17. PMID: 35388368; PMCID: PMC8978481.
  3. msx. Package for listing version of packages used in a Jupyter Notebook \[Internet\]. Stack Overflow. 2016. Available from: https://stackoverflow.com/questions/40428931/package-for-listing-version-of-packages-used-in-a-jupyter-notebook

Part 2: Construction of an human inflammatory stress response AOP network

The AOP project ► Key objective 1

Author: Shakira Agata

This Jupyter notebook describes the steps needed to construct an AOP network that focuses on inflammatory processes in human organ systems AOP network. Briefly the nodetable and edgetable were defined followed by construction of the AOP network and adaptation of the visual style with py4cytoscape. Py4cytoscape is a Python package that collaborates with Cytoscape for visualization of molecular networks and biological pathways. The detailed steps are outlined in the following eight sections:

  • Section 1: System preparation
  • Section 2: Data cleaning and preparation
  • Section 3: Data manipulation for node table
  • Section 4: Definition of the node table
  • Section 5: Definition of the edge table
  • Section 6: Construction of the AOP network
  • Section 7: Adaptation of stylistic aspects of the AOP network
  • Section 8: Metadata

Section 1: System preparation

In this section, you import pandas and py4cytoscape which are required for execution of this notebook.

Step 1: We import pandas and py4cytoscape. For py4cytoscape, you must first open Cytoscape on your laptop prior to running the code. If not, an error message will be shown.

import pandas as pd
import py4cytoscape as p4c
p4c.cytoscape_ping()
p4c.cytoscape_version_info()
You are connected to Cytoscape!





{'apiVersion': 'v1',
 'cytoscapeVersion': '3.10.1',
 'automationAPIVersion': '1.9.0',
 'py4cytoscapeVersion': '1.9.0'}

Section 2: Data cleaning and preparation

In this section, the result of Jupyter notebook: ‘Agata,Shakira-The AOP project-Part 1’ is imported and cleaned in preparation for definition of the nodetable and edgetable. The result of the first Jupyter Notebook was saved as ‘final_result.json’.

Step 2: You read the final_result table of the first Jupyter notebook into a new dataframe.

final_result= pd.read_json("C:/Users/shaki/Downloads/final_result.json")

Step 3: Now, you remove the redundant column: ‘AOPName’ as it contains the same output as the column:‘AOPtitle’.

final_result1= final_result.drop(columns='AOPName', axis=1)

Step 4: This is followed by the removal of duplicates in the KER column to prevent the visualization of duplicate identical interactions in the AOP network.

final_result2= final_result1.drop_duplicates(subset='KER', keep='first')

Step 5: Create a weight column and set the value to 1. This is a prerequisite for both the construction of the edgetable and adaptation of the visual style of the future AOP network. This will be done by using the assign function and copying the dataframe to prevent a slice dataframe.

final_result2 = final_result2.copy()
final_result2 = final_result2.assign(weight='1')

Step 6: You remove the columns: KE, KEID, KEname and KEtitle from the final_result2 dataframe to clean up the table. This columns were generated during the second SPARQL query, but can be removed from the final table as the definition of the nodetable and edgetable only requires the upstream key events, downstream key events and adverse outcomes (AO) columns.

Adaptedfinal_result2= final_result2.drop(['KE', 'KEname', 'KEID', 'KEtitle'], axis=1)

Step 7: You lastly change the column names: ‘upstreamKE’ and ‘downstreamKE’ to upstreamKEID and downstreamKEID for cohesiveness of the dataframe.

secondfinal_result2= Adaptedfinal_result2.rename(columns= {'upstreamKE': 'upstreamKEID', 'downstreamKE':'downstreamKEID'})

Section 3: Data manipulation for node table

In this section, functions will be constructed that allow for differentiation between molecular initiating events (MIE), Key events (KE) and Adverse outcomes (AO) in the AOP network. This is important for the correct establishment of directionality of the AOP network as MIEs precede KEs and KEs precede AOs.

Step 8: You will identify the most upstreamKEs as MIE using the function below. This is manually done as SPARQL queries cannot assign MIEs in the respective AOPs. The strategy behind these functions is to define the MIEs as the upstreamKEs that are not present in the downstreamKE column. This is logical as the most upstreamKE should not be present in the downstreamKE column. You first set the mostupstreamKE variable and then search our upstreamKEID column of the secondfinal_result2 for the MIEs that are present in the mostupstreamKE variable. Those that are not present in the mostupstreamKE get the type: ‘KE’. This is followed by searching the secondfinal_result2 table for the most downstreamKE as those get the assignment: ‘AO’. The downstreamKEs that are not AOs get the type: ‘KE’.

mostupstreamKE = set(secondfinal_result2['upstreamKEID']) - set(secondfinal_result2['downstreamKEID'])
secondfinal_result2['type'] = 'KE'

secondfinal_result2.loc[secondfinal_result2['upstreamKEID'].isin(mostupstreamKE), 'type'] = 'MIE'

secondfinal_result2.loc[secondfinal_result2['downstreamKEID'].isin(secondfinal_result2['ao']), 'type'] = 'AO'

Step 9: You can optionally save the finaltable to Excel and verify output. I included this line of code to verify my results with AOP-Wiki as an intermediate check.

secondfinal_result2.to_excel('checksecondfinal_result.xlsx')

Section 4: Definition of the node table

In this section, you will define your node table which will include: ’name’, ‘ID’ and ’type’.

Step 10: You will construct the node table by first making three dataframes for the nodes and then joining them together. The three dataframes are:

  1. MIE_nodes: These include the most upstreamKE from the upstreamKEs. The results of section 3 will be employed for this by selecting the values ‘MIE’ from the type column of the secondfinal_result2 table.

  2. KE_nodes: These include the downstreamKEs and upstreamKEs that were not MIE. The results of section 3 will be employed for this by selecting the values ‘KE’ from the type column of the secondfinal_result2 table.

  3. AO_node: These include your adverse outcomes. The results of section 3 will be employed for this by selecting the values ‘AO’ from the type column of the secondfinal_result2 table.

MIE_nodes = secondfinal_result2[secondfinal_result2['type'] == 'MIE'][['upstreamKEID', 'upstreamKEtitle', 'organ', 'type']].rename(columns={'upstreamKEID': 'id', 'upstreamKEtitle': 'name', 'organ': 'group'})

KE_nodes = secondfinal_result2[secondfinal_result2['type'] == 'KE'][['downstreamKEID', 'downstreamKEtitle', 'organ', 'type']].copy()
KE_nodes.rename(columns={'downstreamKEID': 'id', 'downstreamKEtitle': 'name', 'organ': 'group'}, inplace=True)

upstreamKE_nodes = secondfinal_result2[(secondfinal_result2['type'] != 'MIE') & (secondfinal_result2['type'] != 'AO')][['upstreamKEID', 'upstreamKEtitle', 'organ', 'type']]
upstreamKE_nodes.rename(columns={'upstreamKEID': 'id', 'upstreamKEtitle': 'name', 'organ': 'group'}, inplace=True)
KE_nodes = pd.concat([KE_nodes, upstreamKE_nodes], ignore_index=True)

AO_nodes = secondfinal_result2[secondfinal_result2['type'] == 'AO'][['ao', 'aotitle', 'organ', 'type']].rename(columns={'ao': 'id', 'aotitle': 'name', 'organ': 'group'})

nodetable = pd.concat([MIE_nodes, KE_nodes, AO_nodes], ignore_index=True)

nodetable

id name group type
0 https://identifiers.org/aop.events/486 systemic inflammation leading to hepatic steat... Liver MIE
1 https://identifiers.org/aop.events/875 Binding of agonist, Ionotropic glutamate recep... Brain MIE
2 https://identifiers.org/aop.events/2007 Non-coding RNA expression profile alteration Lung MIE
3 https://identifiers.org/aop.events/2007 Non-coding RNA expression profile alteration Lung MIE
4 https://identifiers.org/aop.events/2007 Non-coding RNA expression profile alteration Lung MIE
... ... ... ... ...
275 https://identifiers.org/aop.events/1276 Lung fibrosis Lung AO
276 https://identifiers.org/aop.events/1458 Pulmonary fibrosis Lung AO
277 https://identifiers.org/aop.events/1090 Increased, mesotheliomas Lung AO
278 https://identifiers.org/aop.events/341 Impairment, Learning and memory Brain AO
279 https://identifiers.org/aop.events/352 N/A, Neurodegeneration Brain AO

280 rows × 4 columns

Step 11: You remove the duplicates so that only the unique nodes remain in the list. With the following function, you remove duplicate nodes, but retain the nodes that have the same id, but different group. These nodes are valuable as those represent the KEs which are present in multiple organ systems.

finalnodetable= nodetable.drop_duplicates(['id', 'group'], keep='first')
finalnodetable

id name group type
0 https://identifiers.org/aop.events/486 systemic inflammation leading to hepatic steat... Liver MIE
1 https://identifiers.org/aop.events/875 Binding of agonist, Ionotropic glutamate recep... Brain MIE
2 https://identifiers.org/aop.events/2007 Non-coding RNA expression profile alteration Lung MIE
8 https://identifiers.org/aop.events/1495 Substance interaction with the lung resident c... Lung MIE
11 https://identifiers.org/aop.events/105 Inhibition, Mitochondrial Electron Transport C... Kidney MIE
... ... ... ... ...
269 https://identifiers.org/aop.events/896 Parkinsonian motor deficits Brain AO
270 https://identifiers.org/aop.events/1588 Bronchiolitis obliterans Lung AO
271 https://identifiers.org/aop.events/1549 Liver Injury Liver AO
272 https://identifiers.org/aop.events/357 Cholestasis, Pathology Liver AO
276 https://identifiers.org/aop.events/1458 Pulmonary fibrosis Lung AO

137 rows × 4 columns

Step 12: This list can also be saved to Excel to use for assignment of molecular pathways to the AOP network nodes present in this table. More details can be found in Jupyter Notebook: ‘Agata,Shakira-The AOP project-Part 3’.

finalnodetable.to_excel('finalnodetable.xlsx')

Section 5: Definition of the edge table

In this section, the edge table will be defined which includes: ‘source’, ’target’, ‘interaction’, ‘weight’, ‘group’ and ‘ID’.

Step 13: You will define these columns and select the columns from the final_result2 table. There are different methods to do so, but you will use the transpose() function in this case. Afterwards, you rename the columns to: source, target, interaction, weight and group respectively so the table can be read by Cytoscape.

preliminaryedgetable= pd.DataFrame([secondfinal_result2.upstreamKEID, secondfinal_result2.downstreamKEID, secondfinal_result2.KER, secondfinal_result2.KERID, secondfinal_result2.weight, secondfinal_result2.organ]).transpose()

edgetable= preliminaryedgetable.rename(columns= {'upstreamKEID': 'source', 'downstreamKEID':'target', 'KER':'interaction',  'KERID':'id', 'organ':'group'})

edgetable.to_excel('edgetable.xlsx')

Section 6: Construction of the AOP network

In this section, the AOP network will constructed using predefined py4cytoscape functions.

Step 14: You will first define the nodes, edges and title of the network.

p4c.create_network_from_data_frames(nodes=finalnodetable, edges=edgetable, title='Agata,S-The inflammatory-process related AOP network')
Applying default style...
Applying preferred layout





17292

Section 7: Adaptation of stylistic aspects

In this section, the style of your AOP network will be adapted and displayed.

Step 15: Prior to adapting the style of the network, you first need to import the stylistic mappings in py4cytoscape.

from py4cytoscape import get_node_color
from py4cytoscape import set_node_color_mapping
from py4cytoscape import gen_node_color_map
from py4cytoscape import set_edge_color_default
from py4cytoscape import set_node_color_default
from py4cytoscape import set_edge_source_arrow_shape_default
from py4cytoscape import set_edge_target_arrow_shape_default
from py4cytoscape import set_edge_target_arrow_color_default
from py4cytoscape import get_arrow_shapes
from py4cytoscape import get_edge_target_arrow_shape
from py4cytoscape import set_edge_target_arrow_shape_mapping
from py4cytoscape import gen_edge_arrow_map
from py4cytoscape import select_nodes
from py4cytoscape import get_table_value
from py4cytoscape import get_network_suid
from py4cytoscape import clear_selection
from py4cytoscape import set_node_color_bypass

Step 16: The style of the network can be changed with the following commands. In this Jupyter Notebook, the color of the nodes are changed according to the ’type’ assignment and edges are adapted to be arrow-shaped. This requires retrieval of the Cytoscape columns.

style_name = "default"
defaults = {'NODE_SHAPE': "ELLIPSE", 'NODE_SIZE': 50, 'EDGE_TRANSPARENCY': 140, 'NODE_LABEL_POSITION': "C,C,c,0.00,0.00"}
nodeLabels = p4c.map_visual_property('node label', 'name', 'p') 
edgeWidth = p4c.map_visual_property('edge width', 'weight', 'p') 
arrowShapes = p4c.map_visual_property('Edge Target Arrow Shape','interaction', 'd')
p4c.create_visual_style(style_name, defaults, [nodeLabels, edgeWidth])
p4c.set_visual_style(style_name)
{'message': 'Visual Style applied.'}
set_edge_target_arrow_shape_default('ARROW', style_name='default')
set_edge_target_arrow_color_default('#000000', style_name='default')
''
Newtable= p4c.get_table_columns()
Newtable

SUID shared name id group type degree.layout name selected
17665 17665 https://identifiers.org/aop.events/1276 https://identifiers.org/aop.events/1276 Lung AO NaN Lung fibrosis False
17410 17410 https://identifiers.org/aop.events/2010 https://identifiers.org/aop.events/2010 Lung KE NaN Pulmonary inflammation False
17668 17668 https://identifiers.org/aop.events/344 https://identifiers.org/aop.events/344 Liver AO NaN N/A, Liver fibrosis False
17413 17413 https://identifiers.org/aop.events/2013 https://identifiers.org/aop.events/2013 Lung KE NaN Airway remodeling False
17671 17671 https://identifiers.org/aop.events/1841 https://identifiers.org/aop.events/1841 Brain AO NaN Encephalitis False
... ... ... ... ... ... ... ... ...
17401 17401 https://identifiers.org/aop.events/389 https://identifiers.org/aop.events/389 Brain KE NaN Increased, Intracellular Calcium overload False
17659 17659 https://identifiers.org/aop.events/1941 https://identifiers.org/aop.events/1941 Brain AO NaN Memory Loss False
17404 17404 https://identifiers.org/aop.events/177 https://identifiers.org/aop.events/177 Liver KE NaN Mitochondrial dysfunction False
17662 17662 https://identifiers.org/aop.events/1090 https://identifiers.org/aop.events/1090 Lung AO NaN Increased, mesotheliomas False
17407 17407 https://identifiers.org/aop.events/2011 https://identifiers.org/aop.events/2011 Lung KE NaN Emphysema False

122 rows × 8 columns

Step 17: The color of the nodes are changed by using the ‘select and color’ method I developed. With this, you first select the nodes, convert them to lists and change the color for the entire length of the lists with py4cytoscape’s bypass function. With this approach, a datatype must be a list as dataframes are determined to be ‘ambigous’. This approach also allows you to see the highlighted nodes in Cytoscape as verification while running the code.

Step 17a: Change appearance of MIE nodes to green.

MIEnodes_df = Newtable[Newtable['type'] == 'MIE']
MIEnodeslist = MIEnodes_df['name'].tolist()
p4c.select_nodes(MIEnodeslist,by_col='SUID')
{}
color = '#09d63a' 
new_colors = [color] * len(MIEnodeslist)
p4c.set_node_color_bypass(node_names=MIEnodeslist, new_colors=new_colors)
''

Step 17b: Change appearance of KE nodes to yellow

KEnodes_df = Newtable[Newtable['type'] == 'KE']
KEnodeslist = KEnodes_df['name'].tolist()
p4c.select_nodes(KEnodeslist, by_col='SUID')
{'nodes': [17596], 'edges': []}
color = '#f7ff00' 
new_colors = [color] * len(KEnodeslist)
p4c.set_node_color_bypass(node_names=KEnodeslist, new_colors=new_colors)
''

Step 17c: Changing appearance of the AO nodes to pink.

AO_nodes_df = Newtable[Newtable['type'] == 'AO']
AOnodeslist = AO_nodes_df['name'].tolist()
p4c.select_nodes(AOnodeslist, by_col='SUID')
{'nodes': [17596], 'edges': []}
color = '#ff28d5' 
new_colors = [color] * len(AOnodeslist)
p4c.set_node_color_bypass(node_names=AOnodeslist, new_colors=new_colors)

Section 8: Metadata

Step 18: At last, the metadata belonging to this Jupyter Notebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
Last updated: 2025-06-02T13:18:59.342286+02:00

Python implementation: CPython
Python version       : 3.12.3
IPython version      : 8.25.0

Compiler    : MSC v.1938 64 bit (AMD64)
OS          : Windows
Release     : 11
Machine     : AMD64
Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
CPU cores   : 8
Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
json==2.0.9
ipykernel==6.28.0
pandas==2.2.2
py4cytoscape==1.9.0

References:

  1. CyTargetLinker app update: A flexible solution for network extension in Cytoscape. Martina Kutmon, Friederike Ehrhart, Egon L Willighagen, Chris T. Evelo, Susan L. Coort F1000Research 2018, 7:743 doi: 10.12688/f1000research.14613.1
  2. Kutmon,M. 2024 . cyTargetLinker-automation.Maastricht:Github; \[accessed 2024 December 18\].https://github.com/CyTargetLinker/cytargetlinker-automation

Part 3: Enrichment of the human inflammatory stress response AOP network

The AOP project ► Key objective 1

Author: Shakira Agata

This Jupyter notebook describes the steps needed to enrich your AOP network by addition of molecular pathways from WikiPatwhays and genes through CyTargetLinker. This notebook is dependent on the output: ´Agata,completenodetable.xlsx´ which contains the KE-WP mapping results. This notebook is subdivided into the following ten sections:

  • Section 1: KE-WP mapping
  • Section 2: Importing the tables needed to construct the node table and edge table
  • Section 3: Loading the node table and edge table
  • Section 4: Defining the node table and edge table
  • Section 5: Construction of the molecular AOP network
  • Section 6: Adaptation of stylistic aspects of the molecular AOP network
  • Section 7: Extension of the molecular AOP network using Cytargetlinker and WikiPathways linkset
  • Section 8: Changing the visual style of CytargetLinker-extended molecular AOP ntwork
  • Section 9: Saving results
  • Section 10: Metadata

Section 1: System preparation

In this section, you will install the necessary packages for this notebook.

Step 1: You will import pandas and py4cytoscape by running the following code below.

import pandas as pd
import py4cytoscape as p4c
p4c.cytoscape_ping()
p4c.cytoscape_version_info()
You are connected to Cytoscape!





{'apiVersion': 'v1',
 'cytoscapeVersion': '3.10.1',
 'automationAPIVersion': '1.9.0',
 'py4cytoscapeVersion': '1.9.0'}

Section 2: KE-WP mapping

In this section, you will execute KE-WP mapping. This is a manual process that requires the assignment of molecular pathways to the MIEs, KEs and AOs that are present in the human inflammatory stress response AOP network. This requires usage of the decision tree method available at: https://github.com/marvinm2/KE-WP-mapping. Afterwards, your results should be tabulated in the following order to use in the next sections of the Jupyternotebook: ID (KEID), Name (KEtitle), Group, Type, KE level of organisation, Cell/organ term, WPID, WPtitle, Confidence score and Causative/responsive.

  • An example is provided at section 3.

Section 3: Loading the node table and edge table

In this section, the node table and edge table will be loaded and reorganised in preparation for section 4.

Step 2: You will now import the node table which contains the molecular pathway information. You will rename the columns: ‘Type’ to ’type’ and ‘Causative/responsive’ to ‘association type’ for coherence of the table.

nodetable0 = pd.read_excel('Agata,completenodetable.xlsx')
nodetable0.rename(columns={'Type': 'type', 'Causative/responsive': 'Association'}, inplace=True
Note

For KE-WP mapping, it is advised to use: https://github.com/marvinm2/KE-WP-mapping to ensure smoother documentation of the KE-WP matches.

Section 4: Defining the nodetable and edgetable

In this section you will load your node table and edgetable.

Step 3: First, the nodes of the network are defined as MIE, KE, AO and molecular pathway. You will do this by creating a new dataframe: ‘molecularpathwaytable’ for the molecular pathway information and adding a type: ‘Molecular pathway’ column to it. This ensures easier integration in the final node table using the ‘pd.concat’ function and manipulation of the future molecular AOP network.

preliminarymolecularpathway_table= pd.DataFrame([nodetable0.WPID, nodetable0.WPtitle, nodetable0.Group, nodetable0.Association]).transpose()
molecularpathwaytable= preliminarymolecularpathway_table.rename(columns= {'WPID': 'id', 'WPtitle':'name', 'Group':'group', 'Association':'Association type'})
molecularpathwaytable

id name group Association type
0 WP5095 Overview of proinflammatory and profibrotic me... Liver Responsive
1 WP5083 Neuroinflammation and glutamatergic signaling Brain Other
2 WP1545 miRNAs involved in DNA damage response Lung Causative
3 WP1530 miRNA regulation of DNA damage response Lung Other
4 WP4655 Cytosolic DNA-sensing pathway Lung Responsive
... ... ... ... ...
287 WP408 Oxidative stress response Brain Causative
288 WP1772 Apoptosis modulation and signaling Brain Causative
289 WP254 Apoptosis Brain Causative
290 WP3676 BDNF-TrkB signaling Brain Causative
291 WP5477 Molecular pathway for oxidative stress Brain Causative

292 rows × 4 columns

molecularpathwaytable['type'] = 'Molecular pathway'
molecularpathwaytable.dropna(inplace=True)
molecularpathwaytable

id name group Association type type
0 WP5095 Overview of proinflammatory and profibrotic me... Liver Responsive Molecular pathway
1 WP5083 Neuroinflammation and glutamatergic signaling Brain Other Molecular pathway
2 WP1545 miRNAs involved in DNA damage response Lung Causative Molecular pathway
3 WP1530 miRNA regulation of DNA damage response Lung Other Molecular pathway
4 WP4655 Cytosolic DNA-sensing pathway Lung Responsive Molecular pathway
... ... ... ... ... ...
287 WP408 Oxidative stress response Brain Causative Molecular pathway
288 WP1772 Apoptosis modulation and signaling Brain Causative Molecular pathway
289 WP254 Apoptosis Brain Causative Molecular pathway
290 WP3676 BDNF-TrkB signaling Brain Causative Molecular pathway
291 WP5477 Molecular pathway for oxidative stress Brain Causative Molecular pathway

275 rows × 5 columns

Step 4: The nodes derived from the node table will be joined with the formed molecularpathway table to form the final nodetable. This table organises the nodes in a way that you can easily select node type with organ-system location. For the molecular pathways, this table also allows you to see the association type for the respective molecular pathways.

MIE_nodes = nodetable0[nodetable0['type'] == 'MIE'][['ID (KEID)', 'Name (KEtitle)', 'Group', 'type']].rename(columns={'ID (KEID)': 'id', 'Name (KEtitle)': 'name', 'Group': 'group'})

KE_nodes = nodetable0[nodetable0['type'] == 'KE'][['ID (KEID)', 'Name (KEtitle)', 'Group', 'type']].copy()
KE_nodes.rename(columns={'ID (KEID)': 'id', 'Name (KEtitle)': 'name', 'Group': 'group'}, inplace=True)

AO_nodes = nodetable0[nodetable0['type'] == 'AO'][['ID (KEID)', 'Name (KEtitle)', 'Group', 'type']].rename(columns={'ID (KEID)': 'id', 'Name (KEtitle)': 'name', 'Group': 'group'})

nodetable = pd.concat([MIE_nodes, KE_nodes, AO_nodes, molecularpathwaytable], ignore_index=True)

nodetable

id name group type Association type
0 https://identifiers.org/aop.events/486 systemic inflammation leading to hepatic steat... Liver MIE NaN
1 https://identifiers.org/aop.events/875 Binding of agonist, Ionotropic glutamate recep... Brain MIE NaN
2 https://identifiers.org/aop.events/2007 Non-coding RNA expression profile alteration Lung MIE NaN
3 https://identifiers.org/aop.events/2007 Non-coding RNA expression profile alteration Lung MIE NaN
4 https://identifiers.org/aop.events/1495 Substance interaction with the lung resident c... Lung MIE NaN
... ... ... ... ... ...
562 WP408 Oxidative stress response Brain Molecular pathway Causative
563 WP1772 Apoptosis modulation and signaling Brain Molecular pathway Causative
564 WP254 Apoptosis Brain Molecular pathway Causative
565 WP3676 BDNF-TrkB signaling Brain Molecular pathway Causative
566 WP5477 Molecular pathway for oxidative stress Brain Molecular pathway Causative

567 rows × 5 columns

Step 5: You will load the edge table in the dataframe: ’edgetable1’

edgetable1= pd.read_excel('edgetable.xlsx')

Step 6: Now edgetable2 will be created which will contain the confidence score and association type for the molecular pathways. This is needed as edgetable1 was made before assignment of molecular pathways to the inflammatory-related AOP network in the previous notebook. Secondly, you have to establish the interactions between the molecular pathways and the MIEs,KEs and AOs so that they are present in the network with the following function.

edgetable2 = pd.DataFrame({
    'source': nodetable0['ID (KEID)'], 
    'target': nodetable0['WPID'], 
    'interaction': ['interacts'] * len(nodetable0), 
    'group' : nodetable0['Group'],
    'confidence score': nodetable0['Confidence score'],
    'Association type': nodetable0['Association']
})

edgetable2

source target interaction group confidence score Association type
0 https://identifiers.org/aop.events/486 WP5095 interacts Liver Medium Responsive
1 https://identifiers.org/aop.events/875 WP5083 interacts Brain Medium Other
2 https://identifiers.org/aop.events/2007 WP1545 interacts Lung Medium Causative
3 https://identifiers.org/aop.events/2007 WP1530 interacts Lung Medium Other
4 https://identifiers.org/aop.events/1495 WP4655 interacts Lung High Responsive
... ... ... ... ... ... ...
287 https://identifiers.org/aop.events/352 WP408 interacts Brain High Causative
288 https://identifiers.org/aop.events/352 WP1772 interacts Brain High Causative
289 https://identifiers.org/aop.events/352 WP254 interacts Brain High Causative
290 https://identifiers.org/aop.events/352 WP3676 interacts Brain High Causative
291 https://identifiers.org/aop.events/352 WP5477 interacts Brain High Causative

292 rows × 6 columns

Step 7: For edgetable 2, you also need to identify the valid edges.

edgetable_2 = edgetable2[edgetable2['source'].isin(nodetable['id']) & edgetable2['target'].isin(nodetable['id'])]
edgetable_2

source target interaction group confidence score Association type
0 https://identifiers.org/aop.events/486 WP5095 interacts Liver Medium Responsive
1 https://identifiers.org/aop.events/875 WP5083 interacts Brain Medium Other
2 https://identifiers.org/aop.events/2007 WP1545 interacts Lung Medium Causative
3 https://identifiers.org/aop.events/2007 WP1530 interacts Lung Medium Other
4 https://identifiers.org/aop.events/1495 WP4655 interacts Lung High Responsive
... ... ... ... ... ... ...
287 https://identifiers.org/aop.events/352 WP408 interacts Brain High Causative
288 https://identifiers.org/aop.events/352 WP1772 interacts Brain High Causative
289 https://identifiers.org/aop.events/352 WP254 interacts Brain High Causative
290 https://identifiers.org/aop.events/352 WP3676 interacts Brain High Causative
291 https://identifiers.org/aop.events/352 WP5477 interacts Brain High Causative

275 rows × 6 columns

Step 8: You can now make the final edgetable by merging edgetable1 with the present edges of the edgetable2.

edgetable = pd.concat([edgetable1, edgetable_2], ignore_index=True)

Step 9: Lastly the additional spaces present in the node table and edge table will be removed. This is done to prevent parsing errors when constructing the network.

Step 9a: You first remove the additional spaces in the nodetable.

nodetable['id'] = nodetable['id'].str.strip()

Step 9b: You first remove the additional spaces for the source and target columns in the edgetable.

edgetable['source'] = edgetable['source'].str.strip()
edgetable['target'] = edgetable['target'].str.strip()

Section 5: Construction of the molecular AOP network

In this section, the molecular AOP network will be constructed.

Step 10: You can construct the molecular AOP network and display the output.

p4c.create_network_from_data_frames(nodes=nodetable, edges=edgetable, title='Agata,S.-Molecular inflammatory-process related AOP network')
Applying default style...
Applying preferred layout





51035

Section 6: Adaptation of stylistic aspects of the molecular AOP network

In this section you can change the stylistic aspects of your molecular AOP network.

Step 11: You first have to import the necessary functions.

from py4cytoscape import get_node_color
from py4cytoscape import set_node_color_mapping
from py4cytoscape import gen_node_color_map
from py4cytoscape import set_edge_color_default
from py4cytoscape import set_node_color_default
from py4cytoscape import set_edge_source_arrow_shape_default
from py4cytoscape import set_edge_target_arrow_shape_default
from py4cytoscape import get_arrow_shapes
from py4cytoscape import get_edge_target_arrow_shape
from py4cytoscape import set_edge_target_arrow_shape_mapping
from py4cytoscape import gen_edge_arrow_map
from py4cytoscape import select_nodes
from py4cytoscape import get_table_value
from py4cytoscape import get_network_suid
from py4cytoscape import clear_selection
from py4cytoscape import set_node_color_bypass
from py4cytoscape import set_edge_color_bypass
from py4cytoscape import set_edge_target_arrow_color_default

Step 12: Next, you can define the style for your network and set the nodelabels and edgewidth.

style_name = "default"
defaults = {'NODE_SHAPE': "ELLIPSE", 'NODE_SIZE': 50, 'EDGE_TRANSPARENCY': 140, 'NODE_LABEL_POSITION': "C,C,c,0.00,0.00"}
nodeLabels = p4c.map_visual_property('node label', 'name', 'p') 
edgeWidth = p4c.map_visual_property('edge width', 'weight', 'p') 
arrowShapes = p4c.map_visual_property('Edge Target Arrow Shape','interaction', 'd')
p4c.create_visual_style(style_name, defaults, [nodeLabels, edgeWidth])
p4c.set_visual_style(style_name)
{'message': 'Visual Style applied.'}

Step 13: You can change the edge color and target shape to show the directionality of your network.

set_edge_target_arrow_shape_default('ARROW', style_name='default')
set_edge_target_arrow_color_default('#ffffff', style_name='default')
''

Step 14: In preparation for step 15, you will retrieve the columns of the nodetable.

table_columns = p4c.get_table_columns()
table_columns

SUID shared name id group type Association type name selected
51201 51201 https://identifiers.org/aop.events/1943 https://identifiers.org/aop.events/1943 Brain KE None Hyperphosphorylation of Tau False
51204 51204 https://identifiers.org/aop.events/386 https://identifiers.org/aop.events/386 Brain KE None Decrease of neuronal network function False
51207 51207 https://identifiers.org/aop.events/1944 https://identifiers.org/aop.events/1944 Brain KE None Synaptic dysfunction False
51210 51210 https://identifiers.org/aop.events/1582 https://identifiers.org/aop.events/1582 Brain KE None Impaired axonial transport False
51213 51213 https://identifiers.org/aop.events/1942 https://identifiers.org/aop.events/1942 Brain KE None Accumulation, Cytosolic toxic Tau oligomers False
... ... ... ... ... ... ... ... ...
51705 51705 WP5485 WP5485 Brain Molecular pathway Causative Post-COVID neuroinflammation False
51195 51195 https://identifiers.org/aop.events/1392 https://identifiers.org/aop.events/1392 Brain KE None Oxidative Stress False
51708 51708 WP2371 WP2371 Brain Molecular pathway Other Parkinson's disease pathway False
51198 51198 https://identifiers.org/aop.events/1815 https://identifiers.org/aop.events/1815 Liver KE None Activation of ER stress False
51711 51711 WP4197 WP4197 Liver Molecular pathway Causative Immune response to tuberculosis False

213 rows × 8 columns

Step 15: You can change the color of the nodes by selection of the node type followed by list conversion and color change with the bypass function.

Step 15a: Changing appearance of the MIE nodes to green.

table_columns_df = table_columns[table_columns['type'] == 'MIE']
MIEnodeslist = table_columns_df['name'].tolist()
p4c.select_nodes(MIEnodeslist)
{}
color = '#09d63a' 
new_colors = [color] * len(MIEnodeslist)
p4c.set_node_color_bypass(node_names=MIEnodeslist, new_colors=new_colors, network='current')
''

Step 15b: Changing appearance of the KE nodes to yellow.

table_columns_df2 = table_columns[table_columns['type'] == 'KE']
KEnodeslist = table_columns_df2['name'].tolist()
p4c.select_nodes(KEnodeslist, by_col='SUID')
{'nodes': [51519, 51342], 'edges': []}
color = '#f7ff00' 
new_colors = [color] * len(KEnodeslist)
p4c.set_node_color_bypass(node_names=KEnodeslist, new_colors=new_colors, network='current')
''

Step 15c: Changing appearance of the AO nodes to pink.

table_columns_df3 = table_columns[table_columns['type'] == 'AO']
AOnodeslist = table_columns_df3['name'].tolist()
p4c.select_nodes(AOnodeslist)
{'nodes': [51519, 51342], 'edges': []}
color = '#ff28d5' 
new_colors = [color] * len(AOnodeslist)
p4c.set_node_color_bypass(node_names=AOnodeslist, new_colors=new_colors, network='current')
''

Step 15d: Changing appearance of the molecular pathway nodes to grey.

table_columns_df4 = table_columns[table_columns['type'] == 'Molecular pathway']
molecularpathwaynodeslist = table_columns_df4['name'].tolist()
p4c.select_nodes(molecularpathwaynodeslist)
{'nodes': [51519, 51342], 'edges': []}
color = '#414a4c' 
new_colors = [color] * len(molecularpathwaynodeslist)
p4c.set_node_color_bypass(node_names=molecularpathwaynodeslist, new_colors=new_colors, network='current')
''
set_node_color_default('#a7a5a5',style_name='default')
''

Section 7: Extension of the molecular AOP network using Cytargetlinker and WikiPathways linkset

In this section, the AOP network will be enriched with genes associated to the molecular pathways you matched to your MIEs, KEs and AOs. This will be done using CyTargetLinker.

Step 16: You first install the CyTargetLinker app and check its functionality and status.

p4c.install_app('CyTargetLinker')
{}





{}
p4c.get_app_information('CyTargetLinker')
{'app': 'CyTargetLinker',
 'descriptionName': 'Flexible network extension app',
 'version': '4.1.0'}
p4c.get_app_status('CyTargetLinker')
{'appName': 'CyTargetLinker', 'status': 'Installed'}
p4c.commands_get('cytargetlinker extend')
["Available arguments for 'cytargetlinker extend':",
 'direction',
 'idAttribute',
 'linkSetDirectory',
 'linkSetFiles',
 'network']

Step 17: You import the operating system (os) package in preparation for step 17. Os allows the user to interact with the operating system of Cytoscape.

import os

Step 18: Next you define the filepath by which you retrieve the WikiPathways linkset file in your laptop.

file_path = os.path.join(os.getcwd(), "wikipathways_hsa_20240410 (1).xgmml")
linkset = "linkSetFiles="+file_path
print(linkset)
linkSetFiles=C:\Users\shaki\Downloads\wikipathways_hsa_20240410 (1).xgmml

Step 19: You construct the string for the network extension including: LinkSetFiles, idAttribute and direction.

cmd_cytargetlinker = ['cytargetlinker','extend', linkset, 'idAttribute="id"', 'direction="BOTH"']
cmd_ctl = " ".join(cmd_cytargetlinker)
print(cmd_ctl)
cytargetlinker extend linkSetFiles=C:\Users\shaki\Downloads\wikipathways_hsa_20240410 (1).xgmml idAttribute="id" direction="BOTH"

Step 20: You lastly run the command for the network extension and display the output. You have to use commands.commands_get as this function converts the command string of step 18 into a CyREST query.

p4c.commands.commands_get(cmd_ctl)
['Extension step: 1',
 'Linkset: WikiPathways-20240410_Homo sapiens_20240410',
 'Added edges: 5758',
 'Added nodes: 2739']

Section 8: Changing the visual style of CytargetLinker-extended molecular AOP network

In this section, you will apply the Cytoscape’s preferred layout to the AOP network.

Step 21: You will apply the layout to your extended network which uses Cytoscape’s preferred layout for organising the network.

cmd_cytargetlinker = ['cytargetlinker','applyLayout', 'network="current"']
cmd_ctl = " ".join(cmd_cytargetlinker)
p4c.commands.commands_get(cmd_ctl)
[]

Step 22: You can now apply the previous visual style to our extended network and view the network in Cytoscape.

cmd_cytargetlinker = ['cytargetlinker','applyVisualstyle', 'network="current"']
cmd_ctl = " ".join(cmd_cytargetlinker)
p4c.commands.commands_get(cmd_ctl)
[]
style_name = "default"
defaults = {'NODE_SHAPE': "ELLIPSE", 'NODE_SIZE': 50, 'EDGE_TRANSPARENCY': 140, 'NODE_LABEL_POSITION': "C,C,c,0.00,0.00"}
nodeLabels = p4c.map_visual_property('node label', 'name', 'p') 
edgeWidth = p4c.map_visual_property('edge width', 'weight', 'p') 
arrowShapes = p4c.map_visual_property('Edge Target Arrow Shape','interaction', 'd')
p4c.create_visual_style(style_name, defaults, [nodeLabels, edgeWidth])
p4c.set_visual_style(style_name)
{'message': 'Visual Style applied.'}

Section 9: Saving results

In this section, the Cytoscape network along with the style settings and bypass settings are saved for the next Jupyternotebook:‘Agata,Shakira-The AOP project-Part 4’.

Step 23: You will save your molecular AOP network as a Cytoscape in preparation for the next part.

p4c.save_session('Agata,S.-Part4-Complete Molecular inflammation-process related AOP network')
This file has been overwritten.





{}

Section 10: Metadata

At last, the metadata belonging to this jupyternotebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

Step 24: At last, the metadata belonging to this jupyternotebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
Last updated: 2025-06-02T18:23:43.809510+02:00

Python implementation: CPython
Python version       : 3.12.3
IPython version      : 8.25.0

Compiler    : MSC v.1938 64 bit (AMD64)
OS          : Windows
Release     : 11
Machine     : AMD64
Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
CPU cores   : 8
Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
json==2.0.9
ipykernel==6.28.0
numpy==1.26.4
pandas==2.2.2
ipywidgets==8.0.3
xarray==2023.6.0
py4cytoscape==1.9.0

References:

  1. CyTargetLinker app update: A flexible solution for network extension in Cytoscape. Martina Kutmon, Friederike Ehrhart, Egon L Willighagen, Chris T. Evelo, Susan L. Coort F1000Research 2018, 7:743 doi: 10.12688/f1000research.14613.1
  2. Kutmon,M. 2024 . cyTargetLinker-automation.Maastricht:Github; \[accessed 2024 December 18\].https://github.com/CyTargetLinker/cytargetlinker-automation

Key objective 2

Subsections of Key objective 2

Part 4: Visualization of transcriptomics expression datasets in the enriched AOP network part 1

The AOP project ► Key objective 2

Author: Shakira Agata

This Jupyter Notebook describes the steps needed for the mapping of transcriptomics datasets: GSE109565, E-MEXP-2599 and E-MEXP-3583 in the enriched AOP network. This notebook is subdivided into the following seven sections:

  • Section 1: System preparation
  • Section 2: Retrieval of molecular inflammation-process related AOP network
  • Section 3: Adaptation of gene node color of molecular inflammation-process related AOP network
  • Section 4: Mapping of dataset:GSE109565
    • Section 4.1 PCB126 concentration 1
    • Section 4.2 PCB126 concentration 2
    • Section 4.3 PCB126 concentration 3
    • Section 4.4 Roundup
  • Section 5: Mapping of dataset:E-MEXP-2599
    • Section 5.1 CdCl2 exposure time 1
    • Section 5.2 CdCl2 exposure time 2
    • Section 5.3 CsA exposure time 1
    • Section 5.4 CsA exposure time 2
    • Section 5.5 Diquat dibromide exposure time 1
    • Section 5.6 Diquat dibromide exposure time 2
  • Section 6: Mapping of dataset:E-MEXP-3583
    • Section 6.1 Ag+ exposure time 1
    • Section 6.2 Ag+ exposure time 2
    • Section 6.3 AgNP exposure time 1
    • Section 6.4 AgNP exposure time 2
  • Section 7: Metadata

Section 1: System preparation

In this section, you will import the required packages and tools you need for this Jupyternotebook.

step 1: You imported Pandas, Py4cytoscape and style mapping functions of Py4cytoscape.

import pandas as pd
import py4cytoscape as p4c
p4c.cytoscape_ping()
p4c.cytoscape_version_info()
You are connected to Cytoscape!





{'apiVersion': 'v1',
 'cytoscapeVersion': '3.10.1',
 'automationAPIVersion': '1.9.0',
 'py4cytoscapeVersion': '1.9.0'}
from py4cytoscape import get_node_color
from py4cytoscape import set_node_color_mapping
from py4cytoscape import gen_node_color_map
from py4cytoscape import set_edge_color_default
from py4cytoscape import set_node_color_default
from py4cytoscape import set_edge_source_arrow_shape_default
from py4cytoscape import set_edge_target_arrow_shape_default
from py4cytoscape import get_arrow_shapes
from py4cytoscape import get_edge_target_arrow_shape
from py4cytoscape import set_edge_target_arrow_shape_mapping
from py4cytoscape import gen_edge_arrow_map
from py4cytoscape import select_nodes
from py4cytoscape import get_table_value
from py4cytoscape import get_network_suid
from py4cytoscape import clear_selection
from py4cytoscape import set_node_color_bypass
from py4cytoscape import set_edge_color_bypass
from py4cytoscape import set_edge_target_arrow_color_default
from py4cytoscape import set_node_size_bypass
from py4cytoscape import create_subnetwork

In this section, you will open your Cytoscape molecular inflammatory-process related AOP network using the py4cytoscape session function. This allows you to open the complete network with previously established style settings and bypass settings.

step 2: You open the session you saved in the previous Jupyternotebook.

p4c.open_session('Agata,S.-Part4-Complete Molecular inflammation-process related AOP network.cys')
Opening C:\Users\shaki\Downloads\Agata,S.-Part4-Complete Molecular inflammation-process related AOP network.cys...





{}

In this section, you will change the node color of genes and adapt the style for easier intepretation of the upcoming results. This is needed in preparation for the mapping of transcriptomics datasets. These datasets may contain genes that are not present in the build AOP network and so therefore should receive a distinct color to correctly inform user.

step 3: You can change the style with the following command.

style_name = "default"
defaults = {'NODE_SHAPE': "ELLIPSE", 'NODE_SIZE': 20, 'EDGE_TRANSPARENCY': 140, 'NODE_LABEL_POSITION': "C,C,c,0.00,0.00"}
nodeLabels = p4c.map_visual_property('node label', 'name', 'p') 
edgeWidth = p4c.map_visual_property('edge width', 'weight', 'p') 
arrowShapes = p4c.map_visual_property('Edge Target Arrow Shape','interaction', 'd')
p4c.create_visual_style(style_name, defaults, [nodeLabels, edgeWidth])
p4c.set_visual_style(style_name)
{'message': 'Visual Style applied.'}

Section 4: Mapping of dataset: GSE109565

In this section, you will map the transcriptomics expression data of datasets:GSE109565. GSE109565 focused on the alteration in gene expression profiles of HepaRG cells following exposure to three concentrations of polychlorinated biphenyl (PCB) 126 and one concentration of Roundup.

4.1 PCB concentration 1

step 4: You first import the expression table into a new dataframe.

PCB1_DEG= pd.read_csv('PCB concentration 1-GSE109565.top.table.tsv',sep='\t')
PCB1_DEG

GeneID padj pvalue lfcSE stat log2FoldChange baseMean Symbol Description
0 8614 0.000000e+00 0.000000e+00 0.1324 37.857129 5.013970 629.14 STC2 stanniocalcin 2
1 219855 1.200000e-167 1.470000e-171 0.1606 27.921350 4.482891 1920.21 SLC37A2 solute carrier family 37 member 2
2 25976 2.290000e-140 4.220000e-144 0.1479 25.560261 3.780030 1739.75 TIPARP TCDD inducible poly(ADP-ribose) polymerase
3 9429 4.060000e-136 9.960000e-140 0.1112 25.163900 2.799237 314.26 ABCG2 ATP binding cassette subfamily G member 2 (Jun...
4 1544 4.620000e-118 1.420000e-121 0.3223 23.447062 7.556574 3656.99 CYP1A2 cytochrome P450 family 1 subfamily A member 2
... ... ... ... ... ... ... ... ... ...
16311 6235 NaN NaN 0.5455 1.117138 0.609401 851.99 RPS29 ribosomal protein S29
16312 2353 NaN NaN 0.6604 -0.916202 -0.605087 226.41 FOS Fos proto-oncogene, AP-1 transcription factor ...
16313 692086 NaN NaN 0.6949 1.311695 0.911529 233.99 SNORD17 small nucleolar RNA, C/D box 17
16314 6590 NaN NaN 0.5002 1.628616 0.814707 905.72 SLPI secretory leukocyte peptidase inhibitor
16315 109864280 NaN NaN 1.1505 -0.347231 -0.399505 2664.35 RNA18SN2 RNA, 18S ribosomal N2

16316 rows × 9 columns

step 5: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('PCB concentration 1-GSE109565.top.table.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 6: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FoldChange')
Log2Foldchange_column

log2FoldChange
172034 0.008573
176130 -0.994943
172032 NaN
176128 1.398152
172038 -0.164600
... ...
176120 -0.660842
172030 -0.395790
176126 0.110734
172028 0.793714
176124 -0.138918

2952 rows × 1 columns

step 7: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation.

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 8: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FoldChange', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

4.2 PCB concentration 2

step 9: You first import the expression table into a new dataframe.

PCB2_DEG= pd.read_csv('PCB concentration 2-GSE109565.top.table.tsv',sep='\t')
PCB2_DEG

GeneID padj pvalue lfcSE stat log2FoldChange baseMean Symbol Description
0 1544 3.270000e-95 2.020000e-99 0.3816 21.164597 8.076617 5340.49 CYP1A2 cytochrome P450 family 1 subfamily A member 2
1 860 2.070000e-51 2.570000e-55 0.1072 15.666336 1.679040 437.13 RUNX2 RUNX family transcription factor 2
2 218 3.080000e-45 5.740000e-49 0.1315 14.707909 1.934003 6887.75 ALDH3A1 aldehyde dehydrogenase 3 family member A1
3 220 1.640000e-41 4.070000e-45 0.2124 14.095158 2.993965 103.37 ALDH1A3 aldehyde dehydrogenase 1 family member A3
4 54658 1.180000e-37 3.640000e-41 0.1259 13.437516 1.691207 2218.58 UGT1A1 UDP glucuronosyltransferase family 1 member A1
... ... ... ... ... ... ... ... ... ...
16455 26576 NaN 3.860000e-01 0.4052 0.867259 0.351455 8.58 SRPK3 SRSF protein kinase 3
16456 158960 NaN 7.670000e-01 0.4480 0.295747 0.132487 7.25 ATP6AP1-DT ATP6AP1 divergent transcript
16457 100507404 NaN 1.850000e-01 0.4109 -1.324651 -0.544237 8.00 TMLHE-AS1 TMLHE antisense RNA 1
16458 4509 NaN 4.570000e-01 0.4443 0.743520 0.330376 9.29 ATP8 ATP synthase F0 subunit 8
16459 4576 NaN 4.930000e-01 0.4309 0.685110 0.295210 8.82 TRNT tRNA-Thr

16460 rows × 9 columns

step 10: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB2_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('PCB concentration 2-GSE109565.top.table.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 11: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FoldChange')
Log2Foldchange_column

log2FoldChange
172034 -0.064747
176130 -0.577900
172032 NaN
176128 1.191256
172038 -0.072468
... ...
176120 -0.158248
172030 -0.267251
176126 0.012222
172028 0.602433
176124 -0.040633

2952 rows × 1 columns

step 12: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 13: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FoldChange', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

4.3 PCB concentration 3

step 14: You first import the expression table into a new dataframe.

PCB3_DEG= pd.read_csv('PCB concentration 3-GSE109565.top.table.tsv',sep='\t')
PCB3_DEG

GeneID padj pvalue lfcSE stat log2FoldChange baseMean Symbol Description
0 343172.0 0.0473 0.000009 0.4999 4.446418 2.222794 14.21 OR2T8 olfactory receptor family 2 subfamily T member 8
1 90427.0 0.0473 0.000004 0.1534 4.624244 0.709588 991.41 BMF Bcl2 modifying factor
2 1543.0 0.0473 0.000010 1.2959 4.418258 5.725682 2895.26 CYP1A1 cytochrome P450 family 1 subfamily A member 1
3 92154.0 0.0473 0.000011 0.0494 4.394152 0.216957 1807.35 MTSS2 MTSS I-BAR domain containing 2
4 NaN NaN NaN NaN NaN NaN NaN NaN NaN

step 15: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('PCB concentration 3-GSE109565.top.table.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 16: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FoldChange')
Log2Foldchange_column

log2FoldChange
172034 -0.064747
176130 -0.577900
172032 NaN
176128 1.191256
172038 -0.072468
... ...
176120 -0.158248
172030 -0.267251
176126 0.012222
172028 0.602433
176124 -0.040633

2952 rows × 1 columns

step 17: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 18: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FoldChange', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''
p4c.save_session('PCB3network.cys')
This file has been overwritten.





{}

4.4 Roundup

step 19: You first import the expression table into a new dataframe.

Roundup_DEG= pd.read_csv('GSE109565.top.table-Roundup.tsv',sep='\t')
Roundup_DEG= Roundup_DEG[Roundup_DEG['padj'] < 0.05]
Roundup_DEG.to_excel('GSE109565.top.table-Roundup.xlsx')

step 20: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE109565.top.table-Roundup.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 21: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FoldChange')
Log2Foldchange_column

log2FoldChange
172034 -0.064747
176130 -0.577900
172032 NaN
176128 1.191256
172038 -0.072468
... ...
176120 -0.158248
172030 -0.267251
176126 0.012222
172028 0.602433
176124 -0.040633

2952 rows × 1 columns

step 22: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 23: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FoldChange', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

Section 5: Mapping of dataset: E-MEXP-2599

In this section, you will map the transcriptomics expression data of datasets:E-MEXP-2599. This dataset aimed to identify transcriptional alterations in renal proximal tubular cell cultures due to nephrotoxin exposure.

5.1 CdCl2 exposure time 1

step 24: You first import the expression table into a new dataframe.

Cdcl2_X12= pd.read_csv('topTable_X12_CdCl2_.5 - X12_vehicle...control_.0.TSV.tsv',sep='\t')
Cdcl2_X12

GeneID meanExpr log2FC log2FC SE p-value adj. p-value
0 3162 10.077089 4.973286e+00 0.088921 0.000000 0.000000
1 4501 9.584053 3.788092e+00 0.084215 0.000000 0.000000
2 4499 9.121542 4.862877e+00 0.112327 0.000000 0.000000
3 4616 7.572723 3.341071e+00 0.081584 0.000000 0.000000
4 7378 9.993817 2.289442e+00 0.058827 0.000000 0.000000
... ... ... ... ... ... ...
20406 5914 5.563178 5.265372e-05 0.110517 0.999600 0.999796
20407 181 5.327866 7.374238e-05 0.195193 0.999683 0.999830
20408 10840 4.467638 -2.202214e-05 0.153921 0.999880 0.999978
20409 55071 5.196982 7.201510e-06 0.094173 0.999936 0.999985
20410 388963 6.430315 3.777609e-07 0.154951 0.999998 0.999998

20411 rows × 6 columns

step 25: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('topTable_X12_CdCl2_.5 - X12_vehicle...control_.0.TSV.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 26: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FC')
Log2Foldchange_column

log2FC
172034 0.583972
176130 0.067827
172032 NaN
176128 0.018703
172038 -0.079165
... ...
176120 -0.827504
172030 -0.123909
176126 -0.021546
172028 -0.018164
176124 0.029460

2952 rows × 1 columns

step 27: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 28: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

5.2 CdCl2 exposure time 2

step 29: You first import the expression table into a new dataframe.

Cdcl2_X48= pd.read_csv('topTable_X48_CdCl2_.5 - X48_vehicle...control_.0.TSV.tsv',sep='\t')
Cdcl2_X48

GeneID meanExpr log2FC log2FC SE p-value adj. p-value
0 83729 8.601250 1.424848 0.116040 3.116727e-11 3.969629e-07
1 23753 9.838958 0.832729 0.068662 3.889696e-11 3.969629e-07
2 64764 8.148485 0.684942 0.064768 4.352100e-10 2.961024e-06
3 6745 9.397867 0.577089 0.060004 2.210019e-09 9.234976e-06
4 79174 11.181143 0.749899 0.078080 2.262255e-09 9.234976e-06
... ... ... ... ... ... ...
20406 10365 4.205712 0.000043 0.113952 9.996835e-01 9.998605e-01
20407 64864 6.929174 0.000051 0.156795 9.997261e-01 9.998605e-01
20408 55622 7.781066 0.000026 0.100295 9.997845e-01 9.998605e-01
20409 56955 5.269484 0.000045 0.202175 9.998115e-01 9.998605e-01
20410 30818 6.337445 0.000002 0.096839 9.999829e-01 9.999829e-01

20411 rows × 6 columns

step 30: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('topTable_X48_CdCl2_.5 - X48_vehicle...control_.0.TSV.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 31: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FC')
Log2Foldchange_column

log2FC
172034 -0.145011
176130 0.019860
172032 NaN
176128 -0.129695
172038 0.103577
... ...
176120 -0.266440
172030 0.011238
176126 -0.010369
172028 0.094546
176124 0.002527

2952 rows × 1 columns

step 32: This is followed by definition of the color scheme so that low and high expression values receive distinct color. For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 33: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

5.3 CsA exposure time 1

step 34: You first import the expression table into a new dataframe.

CsA_X12= pd.read_csv('topTable_X12_CsA_.5 - X12_vehicle...control_.0.TSV.tsv',sep='\t')
CsA_X12

GeneID meanExpr log2FC log2FC SE p-value adj. p-value
0 6241 10.251530 -1.341259 0.072327 1.498431e-14 3.058447e-10
1 983 9.069451 -0.903562 0.060879 9.808784e-13 7.853102e-09
2 1672 8.069463 -1.108119 0.075321 1.154246e-12 7.853102e-09
3 51514 8.314937 -1.034641 0.073624 2.686419e-12 1.370813e-08
4 7298 9.796690 -0.797287 0.057650 3.603946e-12 1.471203e-08
... ... ... ... ... ... ...
20407 1101 4.627745 0.000038 0.132666 9.997583e-01 9.998667e-01
20408 55501 6.552664 -0.000020 0.084855 9.998047e-01 9.998667e-01
20409 64919 3.861795 0.000014 0.064401 9.998150e-01 9.998667e-01
20410 3213 6.052742 0.000021 0.097976 9.998177e-01 9.998667e-01
20411 91582 8.899855 -0.000007 0.075645 9.999198e-01 9.999198e-01

20412 rows × 6 columns

step 35: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('topTable_X12_CsA_.5 - X12_vehicle...control_.0.TSV.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 36: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FC')
Log2Foldchange_column

log2FC
172034 0.088729
176130 0.104596
172032 NaN
176128 0.060109
172038 0.008881
... ...
176120 -0.416854
172030 0.187784
176126 0.084212
172028 0.003976
176124 0.089362

2952 rows × 1 columns

step 37: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 38: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

5.4 CsA exposure time 2

step 39: You first import the expression table into a new dataframe.

CsA_X48= pd.read_csv('topTable_X48_CsA_.5 - X48_vehicle...control_.0.TSV.tsv',sep='\t')
CsA_X48

GeneID meanExpr log2FC log2FC SE p-value adj. p-value
0 6241 10.251530 -1.341259 0.072327 1.498431e-14 3.058447e-10
1 983 9.069451 -0.903562 0.060879 9.808784e-13 7.853102e-09
2 1672 8.069463 -1.108119 0.075321 1.154246e-12 7.853102e-09
3 51514 8.314937 -1.034641 0.073624 2.686419e-12 1.370813e-08
4 7298 9.796690 -0.797287 0.057650 3.603946e-12 1.471203e-08
... ... ... ... ... ... ...
20406 1101 4.627745 0.000038 0.132666 9.997583e-01 9.998667e-01
20407 55501 6.552664 -0.000020 0.084855 9.998047e-01 9.998667e-01
20408 64919 3.861795 0.000014 0.064401 9.998150e-01 9.998667e-01
20409 3213 6.052742 0.000021 0.097976 9.998177e-01 9.998667e-01
20410 91582 8.899855 -0.000007 0.075645 9.999198e-01 9.999198e-01

20411 rows × 6 columns

step 40: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('topTable_X48_CsA_.5 - X48_vehicle...control_.0.TSV.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 41: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FC')
Log2Foldchange_column

log2FC
172034 0.088729
176130 0.104596
172032 NaN
176128 0.060109
172038 0.008881
... ...
176120 -0.416854
172030 0.187784
176126 0.084212
172028 0.003976
176124 0.089362

2952 rows × 1 columns

step 42: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 43: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

5.5 Diquat dibromide exposure time 1

step 44: You first import the expression table into a new dataframe.

Diquat_X12= pd.read_csv('topTable_X12_Diquat_30 - X12_vehicle...control_.0.TSV.tsv',sep='\t')
Diquat_X12

GeneID meanExpr log2FC log2FC SE p-value adj. p-value
0 10628 7.232834 -1.454574 0.114973 1.820506e-11 3.156962e-07
1 7296 11.342399 0.736758 0.059977 3.093393e-11 3.156962e-07
2 835 6.171604 0.796337 0.066514 4.898336e-11 3.332665e-07
3 2316 9.740765 -0.804938 0.084547 2.621614e-09 1.337744e-05
4 1063 8.276373 -0.544829 0.064959 2.118435e-08 8.194407e-05
... ... ... ... ... ... ...
20406 26030 5.651535 0.000083 0.118398 9.994120e-01 9.995947e-01
20407 112268153 4.700970 0.000119 0.180532 9.994478e-01 9.995947e-01
20408 9406 9.979627 0.000036 0.096421 9.996866e-01 9.997846e-01
20409 401262 4.907649 0.000040 0.132109 9.997442e-01 9.997932e-01
20410 23162 5.949681 -0.000010 0.102911 9.999185e-01 9.999185e-01

20411 rows × 6 columns

step 45: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('topTable_X12_CsA_.5 - X12_vehicle...control_.0.TSV.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 46: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FC')
Log2Foldchange_column 

log2FC
172034 0.088729
176130 0.104596
172032 NaN
176128 0.060109
172038 0.008881
... ...
176120 -0.416854
172030 0.187784
176126 0.084212
172028 0.003976
176124 0.089362

2952 rows × 1 columns

step 47: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 48: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

5.6 Diquat dibromide exposure time 2

step 49: You first import the expression table into a new dataframe.

Diquat_X48= pd.read_csv('topTable_X48_Diquat_30 - X48_vehicle...control_.0.TSV.tsv',sep='\t')
Diquat_X48

GeneID meanExpr log2FC log2FC SE p-value adj. p-value
0 3162 10.077089 5.104026 0.088921 3.820970e-24 7.798982e-20
1 90637 9.408076 5.551762 0.115706 1.329066e-22 1.356378e-18
2 27063 4.810138 5.208681 0.118688 7.756080e-22 5.276979e-18
3 1649 10.590937 2.895794 0.069728 2.305203e-21 1.170734e-17
4 7296 11.342399 2.441458 0.059977 3.421953e-21 1.170734e-17
... ... ... ... ... ... ...
20406 728621 3.399475 -0.000045 0.150793 9.997491e-01 9.999451e-01
20407 79781 3.955769 0.000014 0.105414 9.998896e-01 9.999465e-01
20408 653784 9.990381 0.000005 0.063024 9.999277e-01 9.999465e-01
20409 24141 4.212187 0.000015 0.208701 9.999402e-01 9.999465e-01
20410 54900 3.336191 -0.000008 0.121110 9.999465e-01 9.999465e-01

20411 rows × 6 columns

step 50: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('topTable_X48_Diquat_30 - X48_vehicle...control_.0.TSV.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 51: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FC')
Log2Foldchange_column

log2FC
172034 0.785087
176130 -0.011815
172032 NaN
176128 -0.070274
172038 0.010107
... ...
176120 -1.021143
172030 0.066869
176126 0.004609
172028 0.118902
176124 0.027394

2952 rows × 1 columns

step 52: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 53: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

Section 6: Mapping of dataset: E-MEXP-3583

In this section, you will map the transcriptomics expression data of datasets:E-MEXP-3583. In this study, the effect of AgNPs and Ag+ on the transcriptome of human lung epithelial cell line A549 was determined by comparing two exposure times (24 and 48 hours).

6.1 Ag+ exposure time 1

step 54: You first import the expression table into a new dataframe.

Ag_X24= pd.read_csv('topTable_Ag._.1.3_24 - H2O.control_.0.0_24.tsv',sep='\t')
Ag_X24

GeneID meanExpr log2FC log2FC SE p-value adj. p-value
0 4490 9.925881 3.935193 0.206737 9.842270e-11 0.000002
1 4495 9.561522 4.109887 0.243653 3.924060e-10 0.000004
2 79974 6.381454 2.532636 0.174021 2.094514e-09 0.000011
3 4489 12.843381 2.498127 0.172052 2.150589e-09 0.000011
4 1638 6.429810 2.349836 0.170834 3.954792e-09 0.000016
... ... ... ... ... ... ...
20513 391257 6.462645 -0.000055 0.146291 9.996750e-01 0.999870
20514 10078 8.351476 -0.000037 0.128166 9.997478e-01 0.999894
20515 84328 9.130185 -0.000033 0.167015 9.998260e-01 0.999923
20516 253018 7.162925 -0.000015 0.199487 9.999336e-01 0.999982
20517 440737 10.365751 0.000003 0.187502 9.999848e-01 0.999985

20518 rows × 6 columns

step 55: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('topTable_Ag._.1.3_24 - H2O.control_.0.0_24.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 56: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FC')
Log2Foldchange_column

log2FC
172034 -0.037742
176130 0.328724
172032 NaN
176128 -0.013540
172038 -0.016723
... ...
176120 -0.105028
172030 -0.107576
176126 0.068160
172028 -0.239989
176124 -0.063865

2952 rows × 1 columns

step 57: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 58: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

6.2 Ag+ exposure time 2

step 59: You first import the expression table into a new dataframe.

Ag_X48= pd.read_csv('topTable_Ag._.1.3_48 - H2O.control_.0.0_48.tsv',sep='\t')
Ag_X48

GeneID meanExpr log2FC log2FC SE p-value adj. p-value
0 116496 9.406879 -1.412485 0.170255 9.744846e-07 0.007563
1 51200 8.635450 1.278591 0.154984 1.033257e-06 0.007563
2 160428 9.374766 -1.188524 0.145008 1.105778e-06 0.007563
3 80329 10.119216 -1.284059 0.164517 1.834365e-06 0.008277
4 4133 7.091635 -1.010351 0.130650 2.016940e-06 0.008277
... ... ... ... ... ... ...
20513 10618 11.693438 -0.000020 0.141399 9.998772e-01 0.999968
20514 645191 7.747050 -0.000021 0.188698 9.999046e-01 0.999968
20515 3238 5.981553 0.000023 0.246879 9.999184e-01 0.999968
20516 389799 6.754615 -0.000009 0.158938 9.999528e-01 0.999968
20517 6352 7.074925 0.000007 0.189656 9.999683e-01 0.999968

20518 rows × 6 columns

step 60: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('topTable_Ag._.1.3_48 - H2O.control_.0.0_48.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 61: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FC')
Log2Foldchange_column 

log2FC
172034 0.249750
176130 -0.136309
172032 NaN
176128 0.298794
172038 -0.064556
... ...
176120 0.314105
172030 -0.180400
176126 -0.138275
172028 -0.208312
176124 -0.030240

2952 rows × 1 columns

step 62: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 63: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

6.3 AgNP exposure time 1

step 64: You first import the expression table into a new dataframe.

Agnp_X24= pd.read_csv('topTable_AgNP_12.1_24 - H2O.control_.0.0_24.tsv',sep='\t')
Agnp_X24

GeneID meanExpr log2FC log2FC SE p-value adj. p-value
0 3310 9.434652 5.819499 0.177670 1.829144e-13 3.753039e-09
1 4490 9.925881 4.711945 0.206737 1.235097e-11 1.267086e-07
2 4495 9.561522 4.698081 0.243653 8.487924e-11 5.554945e-07
3 10112 9.875817 -2.880784 0.152609 1.082941e-10 5.554945e-07
4 7779 10.760136 2.118909 0.133429 7.797174e-10 2.962740e-06
... ... ... ... ... ... ...
20513 114655 3.169466 -0.000187 0.172065 9.990522e-01 9.992470e-01
20514 130500 5.737074 -0.000124 0.148645 9.992769e-01 9.994230e-01
20515 26056 9.261859 -0.000045 0.164172 9.997598e-01 9.998572e-01
20516 79736 8.096957 -0.000028 0.192082 9.998737e-01 9.999225e-01
20517 245932 5.079037 0.000004 0.208761 9.999836e-01 9.999836e-01

20518 rows × 6 columns

step 65: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('topTable_AgNP_12.1_24 - H2O.control_.0.0_24.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 66: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FC')
Log2Foldchange_column 

log2FC
172034 -0.094355
176130 0.466970
172032 NaN
176128 0.234870
172038 -0.073984
... ...
176120 -0.414748
172030 0.074024
176126 0.066062
172028 -0.490685
176124 -0.323264

2952 rows × 1 columns

step 67: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 68: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''

6.4 AgNP exposure time 2

step 69: You first import the expression table into a new dataframe.

Agnp_X48= pd.read_csv('topTable_AgNP_12.1_48 - H2O.control_.0.0_48.tsv',sep='\t')
Agnp_X48

GeneID meanExpr log2FC log2FC SE p-value adj. p-value
0 3310 9.434652 5.230100 0.177670 6.346082e-13 1.302089e-08
1 4494 13.205864 3.027132 0.139071 2.101787e-11 2.156224e-07
2 57823 8.314329 3.276183 0.159564 4.121020e-11 2.818503e-07
3 131909 6.916464 3.079920 0.170572 1.802186e-10 9.244314e-07
4 4490 9.925881 3.469312 0.206737 4.160864e-10 1.707452e-06
... ... ... ... ... ... ...
20513 406894 3.200780 -0.000104 0.219327 9.995863e-01 9.997392e-01
20514 6909 8.359756 -0.000066 0.148913 9.996144e-01 9.997392e-01
20515 115207 8.937618 0.000066 0.160592 9.996417e-01 9.997392e-01
20516 23135 9.375034 0.000061 0.267180 9.998008e-01 9.998496e-01
20517 641556 5.486193 0.000013 0.190845 9.999388e-01 9.999388e-01

20518 rows × 6 columns

step 70: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('topTable_AgNP_12.1_48 - H2O.control_.0.0_48.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [171586, 171624]}

step 71: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='log2FC')
Log2Foldchange_column

log2FC
172034 0.090557
176130 -0.276784
172032 NaN
176128 0.129527
172038 -0.034512
... ...
176120 0.489602
172030 -0.121748
176126 0.115153
172028 -0.797962
176124 -0.927628

2952 rows × 1 columns

step 72: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 73: You apply this color scheme to the network.

p4c.set_node_color_mapping('log2FC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='Sample1')
''
p4c.notebook_export_show_image()

Section 7: Metadata

step 74. At last, the metadata belonging to this jupyternotebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
Last updated: 2025-06-03T20:22:47.796839+02:00

Python implementation: CPython
Python version       : 3.12.3
IPython version      : 8.25.0

Compiler    : MSC v.1938 64 bit (AMD64)
OS          : Windows
Release     : 11
Machine     : AMD64
Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
CPU cores   : 8
Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
json==2.0.9
ipykernel==6.28.0
pandas==2.2.2
py4cytoscape==1.9.0

Part 5: Visualization of transcriptomics expression datasets in the enriched AOP network part 2

The AOP project ► Key objective 2

Author: Shakira Agata

This Jupyter notebook describes the steps needed for the mapping of transcriptomics datasets in the constructed enriched AOP network. For this notebook, open license transcriptomics datasets were derived from ArrayExpress and Gene Expression Omnibus (GEO). These datasets were preprocessed followed by execution of statistical analysis to identify differential expression genes (DEG). The tabulation of differential gene expression data was subsequently mapped/integrated into the network. This notebook is subdivided into the following six sections:

  • Section 1: System preparation
  • Section 2: Retrieval of the enriched AOP network
  • Section 3: Adaptation of gene node color within the enriched AOP network
  • Section 4: Mapping of dataset: E-GEOD-69851
    • Section 4.1 Bisphenol A
    • Section 4.2 Farnesol
    • Section 4.3 Tetrachlorodibenzo p-dioxin
    • Section 4.4 Troglitazone
    • Section 4.5 Valproic acid
  • Section 5: Mapping of dataset: E-GEOD-69851
    • Section 5.1 ACR exposure time 1
    • Section 5.2 ACR exposure time 2
    • Section 5.3 MA exposure time 1
    • Section 5.4 MA exposure time 2
    • Section 5.5 CP exposure time 1
    • Section 5.6 CP exposure time 2
  • Section 6: Metadata

Section 1: System preparation

In this section, you will import the required packages and tools you need for this Jupyternotebook.

step 1: You imported Pandas, Py4cytoscape and style mapping functions of Py4cytoscape.

import pandas as pd
import glob
import py4cytoscape as p4c
p4c.cytoscape_ping()
p4c.cytoscape_version_info()
You are connected to Cytoscape!





{'apiVersion': 'v1',
 'cytoscapeVersion': '3.10.1',
 'automationAPIVersion': '1.9.0',
 'py4cytoscapeVersion': '1.9.0'}
from py4cytoscape import get_node_color
from py4cytoscape import set_node_color_mapping
from py4cytoscape import gen_node_color_map
from py4cytoscape import set_edge_color_default
from py4cytoscape import set_node_color_default
from py4cytoscape import set_edge_source_arrow_shape_default
from py4cytoscape import set_edge_target_arrow_shape_default
from py4cytoscape import get_arrow_shapes
from py4cytoscape import get_edge_target_arrow_shape
from py4cytoscape import set_edge_target_arrow_shape_mapping
from py4cytoscape import gen_edge_arrow_map
from py4cytoscape import select_nodes
from py4cytoscape import get_table_value
from py4cytoscape import get_network_suid
from py4cytoscape import clear_selection
from py4cytoscape import set_node_color_bypass
from py4cytoscape import set_edge_color_bypass
from py4cytoscape import set_edge_target_arrow_color_default
from py4cytoscape import set_node_size_bypass
from py4cytoscape import create_subnetwork

In this section, you will change the node color of genes and adapt the style for easier intepretation of the upcoming results. This is needed in preparation for the mapping of transcriptomics datasets. These datasets may contain genes that are not present in the build AOP network and so therefore should receive a distinct color to correctly inform user.

step 2: You open the session you saved in the previous Jupyternotebook.

p4c.open_session('Agata,S.-Part4-Complete Molecular inflammation-process related AOP network.cys')
Opening C:\Users\shaki\Downloads\Agata,S.-Part4-Complete Molecular inflammation-process related AOP network.cys...





{}

Section 3: Adaptation of gene node color within the enriched AOP network

In this section, you will change the node color of genes and adapt the style for easier intepretation of the upcoming results. This is needed in preparation for the mapping of transcriptomics datasets. These datasets may contain genes that are not present in the build AOP network and so therefore should receive a distinct color to correctly inform user.

step 3: You can change the style with the following commands.

style_name = "default"
defaults = {'NODE_SHAPE': "ELLIPSE", 'NODE_SIZE': 20, 'EDGE_TRANSPARENCY': 140, 'NODE_LABEL_POSITION': "C,C,c,0.00,0.00"}
nodeLabels = p4c.map_visual_property('node label', 'name', 'p') 
edgeWidth = p4c.map_visual_property('edge width', 'weight', 'p') 
arrowShapes = p4c.map_visual_property('Edge Target Arrow Shape','interaction', 'd')
p4c.create_visual_style(style_name, defaults, [nodeLabels, edgeWidth])
p4c.set_visual_style(style_name)
{'message': 'Visual Style applied.'}
set_node_color_default('#a7a5a5',style_name='default')
set_edge_color_default('#01e735', style_name='default')
''
p4c.clone_network()
p4c.rename_network('clone-GSE69844')
{'network': 235771, 'title': 'clone-GSE69844'}

Section 4: Mapping of dataset:GSE69844

In this section, you will map the transcriptomics expression data of dataset:GSE69844.This will be done in similar fashion as in previous section, but will be streamlined due to high number of datafiles. In preparation for this section, you must first download the datafiles of the chemicals into separate folders.

4.1 Bisphenol A

4.1.1 Concentration 1

step 4: You first import the expression table into a new dataframe followed by data manipulation. This is done so that the final table can be used as input for the py4cytoscape function.

BisphenolA_concentration1= pd.read_csv('GSE69844.BisphenolA-1uM.tsv',sep='\t')
Adjusted_BisphenolA_concentration1= BisphenolA_concentration1[BisphenolA_concentration1['padj'] < 0.05]
BisphenolA_concentration_1=Adjusted_BisphenolA_concentration1.drop('ID', axis=1)
BisphenolA_Concentration1 = BisphenolA_concentration_1[['Entrez.Gene','Gene.Symbol','padj', 't', 'B','logFC','GB_LIST','SPOT_ID']]
BisphenolA_Concentration1.to_excel('GSE69844.BisphenolA-concentration1.xlsx',index=False)
BisphenolA_Concentration1

Entrez.Gene Gene.Symbol padj t B logFC GB_LIST SPOT_ID
0 28996 HIPK2 0.000026 -12.821942 12.209372 -0.593550 NM_001113239,NM_022740,XM_001716827,XM_925800 NaN
1 87 ACTN1 0.000026 -12.667672 12.062264 -0.585774 NM_001102,NM_001130004,NM_001130005 NaN
2 1455 CSNK1G2 0.000029 -12.228128 11.631158 -0.489035 NM_001319 NaN
3 2316 FLNA 0.000038 -11.657262 11.043619 -0.444861 NM_001110556,NM_001456 NaN
4 23524 SRRM2 0.000038 -11.409780 10.778745 -0.554962 NM_016333 NaN
... ... ... ... ... ... ... ... ...
3472 7485 WRB 0.049943 3.424377 -1.958139 0.136566 NM_001146218,NM_004627 NaN
3473 81607 PVRL4 0.049943 -3.424351 -1.958192 -0.152348 NM_030916 NaN
3474 91057 CCDC34 0.049943 3.424349 -1.958195 0.170781 NM_030771,NM_080654 NaN
3475 79780 CCDC82 0.049976 3.423893 -1.959112 0.138349 NM_024725 NaN
3476 2108 ETFA 0.049982 3.423700 -1.959501 0.142652 NM_000126,NM_001127716 NaN

3477 rows × 8 columns

**step 5: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.BisphenolA-concentration1.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID',network='Agata,S.-Part4-Molecular inflammation-process related AOP network')
{'mappedTables': [388893, 388931]}

step 6: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')

**step 7: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 8: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''
3.1.2 Concentration 2

step 9: You first import the expression table into a new dataframe followed by data manipulation. This is done so that the final table can be used as input for the py4cytoscape function.

BisphenolA_concentration2= pd.read_csv('GSE69844.BisphenolAConcentration2.tsv',sep='\t')
Adjusted_BisphenolA_concentration2= BisphenolA_concentration2[BisphenolA_concentration2['adj.P.Val'] < 0.05]
BisphenolA_concentration_2=Adjusted_BisphenolA_concentration2.drop('ID', axis=1)
BisphenolA_Concentration2 = BisphenolA_concentration_2[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
BisphenolA_Concentration2.to_excel('GSE69844.BisphenolA-concentration2.xlsx',index=False)
BisphenolA_Concentration2

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
0 COL8A1 0.0172 -9.304198 3.89521 -0.381 NM_001850,NM_020351 NaN
1 S100A2 0.0414 8.109804 3.14555 0.330 NM_005978 NaN

step 10: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.BisphenolA-concentration2.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID')
{'mappedTables': [388893, 388931]}

step 11: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')

step 12: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 13: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''
3.1.3 Concentration 3

step 14: You first import the expression table into a new dataframe followed by data manipulation. This is done so that the final table can be used as input for the py4cytoscape function.

BisphenolA_concentration3= pd.read_csv('GSE69844.BisphenolAConcentration3.tsv',sep='\t')
Adjusted_BisphenolA_concentration3= BisphenolA_concentration3[BisphenolA_concentration3['adj.P.Val'] < 0.05]
BisphenolA_concentration_3=Adjusted_BisphenolA_concentration3.drop('ID', axis=1)
BisphenolA_Concentration3 = BisphenolA_concentration_3[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
BisphenolA_Concentration3.to_excel('GSE69844.BisphenolA-concentration3.xlsx',index=False)
BisphenolA_Concentration3

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
0 COL8A1 0.000002 -15.333380 15.028626 -0.649 NM_001850,NM_020351 NaN
1 ZBTB16 0.000003 -14.358816 14.190854 -0.754 NM_001018011,NM_006006 NaN
2 PDE4DIP 0.000003 -14.169566 14.020061 -0.640 NM_001002810,NM_001002811,NM_001002812,NM_0146... NaN
3 GGT5 0.000003 -13.645523 13.532532 -0.596 NM_001099781,NM_001099782,NM_004121 NaN
4 ZFP36L2 0.000003 -13.583284 13.473166 -0.520 NM_006887 NaN
... ... ... ... ... ... ... ...
5726 PSAT1 0.049904 3.176887 -2.554956 0.136 NM_021154,NM_058179 NaN
5727 PXN 0.049921 3.176598 -2.555540 0.170 NM_001080855,NM_002859,NM_025157 NaN
5728 SET 0.049921 -3.176562 -2.555612 -0.125 NM_001122821,NM_003011 NaN
5729 SIGMAR1 0.049943 -3.176276 -2.556190 -0.153 NM_005866,NM_147157 NaN
5730 SEMA3B 0.049965 -3.175985 -2.556778 -0.133 NM_001005914,NM_004636 NaN

5731 rows × 7 columns

step 15: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.BisphenolA-concentration3.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID')
{'mappedTables': [388893, 388931]}

step 16: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')

step 17: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 18: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''

4.2 Farnesol

3.2.1 Concentration 1

step 19: You first import the expression table into a new dataframe and filtered for the significant genes. It turns out that concentration 1 of Farnesol does not yield significant genes and thus can’t be mapped in the AOP network.

Farnesol_concentration1= pd.read_csv('GSE69844.FarnesolConcentration1.tsv',sep='\t')
Adjusted_Farnesol_concentration1= Farnesol_concentration1[Farnesol_concentration1['adj.P.Val'] < 0.05]
Farnesol_concentration_1=Adjusted_Farnesol_concentration1.drop('ID', axis=1)
Farnesol_Concentration1 = Farnesol_concentration_1[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Farnesol_Concentration1.to_excel('GSE69844.Farnesol-concentration1.xlsx',index=False)
Farnesol_Concentration1

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
3.2.2 Concentration 2

step 20: You first import the expression table into a new dataframe and filtered for the significant genes. It turns out that concentration 2 of Farnesol does not yield significant genes and thus can’t be mapped in the AOP network.

Farnesol_concentration2= pd.read_csv('GSE69844.FarnesolConcentration2.tsv',sep='\t')
Adjusted_Farnesol_concentration2= Farnesol_concentration2[Farnesol_concentration2['adj.P.Val'] < 0.05]
Farnesol_concentration_2=Adjusted_Farnesol_concentration2.drop('ID', axis=1)
Farnesol_Concentration2 = Farnesol_concentration_2[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Farnesol_Concentration2.to_excel('GSE69844.Farnesol-concentration2.xlsx',index=False)
Farnesol_Concentration2

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
3.2.3 Concentration 3

step 21: You first import the expression table into a new dataframe.

Farnesol_concentration3= pd.read_csv('GSE69844.FarnesolConcentration3.tsv',sep='\t')
Adjusted_Farnesol_concentration3= Farnesol_concentration3[Farnesol_concentration3['adj.P.Val'] < 0.05]
Farnesol_concentration_3=Adjusted_Farnesol_concentration3.drop('ID', axis=1)
Farnesol_Concentration3 = Farnesol_concentration_3[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Farnesol_Concentration3.to_excel('GSE69844.Farnesol-concentration3.xlsx',index=False)
Farnesol_Concentration3

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
0 IGFBP1 0.00101 13.437237 6.97653 0.709 NM_000596 NaN
1 CBX5 0.01410 -9.847783 5.16687 -0.627 NM_001127321,NM_001127322,NM_012117 NaN
2 --- 0.01543 -9.388084 4.85421 -0.569 NaN --AFFX-HUMRGE/M10098_3
3 ANGPTL4 0.03269 8.326084 4.03872 0.701 NM_001039667,NM_139314 NaN
4 FNDC3B 0.03269 -8.294095 4.01196 -0.439 NM_001135095,NM_022763 NaN

step 22: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.Farnesol-concentration3.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID')
{'mappedTables': [388893, 388931]}

step 23: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')
Log2Foldchange_column

logFC
389124 NaN
401415 NaN
393220 NaN
401410 0.153
389120 NaN
... ...
401405 0.158
389112 NaN
401400 NaN
393210 0.370
397305 NaN

2952 rows × 1 columns

step 24: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 25: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''

4.4 Tetrachlorodibenzo p-dioxin

3.4.1 Concentration 1

step 26: You first import the expression table into a new dataframe followed by data manipulation. This is done so that the final table can be used as input for the py4cytoscape function.

Tpdioxin_concentration1= pd.read_csv('GSE69844.TpdioxinConcentration1.tsv',sep='\t')
Adjusted_Tpdioxin_concentration1= Tpdioxin_concentration1[Tpdioxin_concentration1['adj.P.Val'] < 0.05]
Tpdioxin_concentration_1=Adjusted_Tpdioxin_concentration1.drop('ID', axis=1)
Tpdioxin_Concentration1 = Tpdioxin_concentration_1[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Tpdioxin_Concentration1.to_excel('GSE69844.Tpdioxin-concentration1.xlsx',index=False)
Tpdioxin_Concentration1

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
0 CYP1B1 0.000628 54.309631 3.33321 3.630 NM_000104 NaN
1 CYP1B1 0.002197 37.892762 3.22492 3.550 NM_000104 NaN
2 CYP1B1 0.002271 34.935858 3.18861 3.270 NM_000104 NaN
3 IER3 0.003985 29.839182 3.10077 1.430 NM_003897 NaN
4 CYP1A1 0.004145 27.446373 3.04317 3.280 NM_000499 NaN
5 CYP1B1 0.004145 27.033615 3.03179 3.710 NM_000104 NaN
6 CYP1A1 0.004145 26.696606 3.02214 3.190 NM_000499 NaN
7 HSD17B2 0.017668 19.876908 2.72569 0.923 NM_002153 NaN
8 SLC7A11 0.041721 16.244113 2.42797 0.782 NM_014331 NaN
9 GDF15 /// LOC100292463 0.041721 16.141041 2.41710 0.890 NM_004864,XM_002345162 NaN
10 TIPARP 0.041721 15.940321 2.39544 0.708 NM_001184717,NM_001184718,NM_015508 NaN

step 27: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneMame’ for table_key_column as you want the expression data to be matched to the Gene names that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.Tpdioxin-concentration1.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID')
{'mappedTables': [388893, 388931]}

step 28: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')

step 29: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 30: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''
3.4.2 Concentration 2

step 31: You first import the expression table into a new dataframe followed by data manipulation. This is done so that the final table can be used as input for the py4cytoscape function.

Tpdioxin_concentration2= pd.read_csv('GSE69844.TpdioxinConcentration2.tsv',sep='\t')
Adjusted_Tpdioxin_concentration2= Tpdioxin_concentration2[Tpdioxin_concentration2['adj.P.Val'] < 0.05]
Tpdioxin_concentration_2=Adjusted_Tpdioxin_concentration2.drop('ID', axis=1)
Tpdioxin_Concentration2 = Tpdioxin_concentration_2[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Tpdioxin_Concentration2.to_excel('GSE69844.Tpdioxin-concentration2.xlsx',index=False)
Tpdioxin_Concentration2

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
0 CYP1B1 0.00381 34.144660 -1.85 3.223325 NM_000104 NaN
1 CYP1B1 0.00381 32.206372 -1.86 3.642847 NM_000104 NaN
2 CYP1B1 0.00978 25.244475 -1.87 3.359260 NM_000104 NaN

step 32: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneMame’ for table_key_column as you want the expression data to be matched to the Gene names that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.Tpdioxin-concentration2.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID')
{'mappedTables': [388893, 388931]}

step 33: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')

step 34: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 35: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''
3.4.3 Concentration 3

step 36: You first import the expression table into a new dataframe followed by data manipulation. This is done so that the final table can be used as input for the py4cytoscape function.

Tpdioxin_concentration3= pd.read_csv('GSE69844.TpdioxinConcentration3.tsv',sep='\t')
Adjusted_Tpdioxin_concentration3= Tpdioxin_concentration3[Tpdioxin_concentration3['adj.P.Val'] < 0.05]
Tpdioxin_concentration_3=Adjusted_Tpdioxin_concentration3.drop('ID', axis=1)
Tpdioxin_Concentration3 = Tpdioxin_concentration_3[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Tpdioxin_Concentration3.to_excel('GSE69844.Tpdioxin-concentration3.xlsx',index=False)
Tpdioxin_Concentration3

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
0 CYP1B1 0.000035 66.355926 7.262273 3.951611 NM_000104 NaN
1 CYP1B1 0.000050 55.772416 7.162770 3.734094 NM_000104 NaN
2 CYP1A1 0.000060 50.590763 7.091598 3.380474 NM_000499 NaN
3 CYP1B1 0.000069 47.138520 7.031778 3.502514 NM_000104 NaN
4 SERPINB2 0.000145 40.135573 6.865297 3.556188 NM_001143818,NM_002575 NaN
... ... ... ... ... ... ... ...
145 MPHOSPH6 0.049924 8.406946 1.666651 0.409146 NM_005792 NaN
146 RUNX1 0.049924 8.402542 1.663899 0.420556 NM_001001890,NM_001122607,NM_001754 NaN
147 A1CF 0.049924 -8.400467 1.662601 -0.490591 NM_014576,NM_138932,NM_138933 NaN
148 ABLIM1 0.049924 -8.394971 1.659163 -0.487655 NM_001003407,NM_001003408,NM_002313,NM_006720 NaN
149 GNA13 0.049924 8.386056 1.653580 0.544947 NM_006572 NaN

150 rows × 7 columns

step 37: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneMame’ for table_key_column as you want the expression data to be matched to the Gene names that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.Tpdioxin-concentration3.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID')
{'mappedTables': [388893, 388931]}

step 38: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')

step 39: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 40: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''

4.5 Valproic acid

3.5.1 Concentration 1

step 41: You first import the expression table into a new dataframe and filtered for the significant genes. It turns out that concentration 1 of Valproic acid does not yield significant genes and thus can’t be mapped in the AOP network.

Valproicacid_concentration1= pd.read_csv('GSE69844.ValproicacidConcentration1.tsv',sep='\t')
Adjusted_Valproicacid_concentration1= Valproicacid_concentration1[Valproicacid_concentration1['adj.P.Val'] < 0.05]
Valproicacid_concentration_1=Adjusted_Valproicacid_concentration1.drop('ID', axis=1)
Valproicacid_Concentration1 = Valproicacid_concentration_1[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Valproicacid_Concentration1.to_excel('GSE69844.Valproicacid-concentration1.xlsx',index=False)
Valproicacid_Concentration1

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
0 CXorf26 0.00223 -28.40 8.250030 -1.090 NM_016500 NaN
1 ONECUT2 0.00223 26.20 7.967265 1.310 NM_004852 NaN
2 KEAP1 0.00275 -22.30 7.312031 -1.190 NM_012289,NM_203500 NaN
3 ITPRIPL2 0.00275 -22.30 7.302028 -0.990 NM_001034841,NR_028028 NaN
4 TMEM170B 0.00275 22.00 7.241510 1.470 NM_001100829 NaN
... ... ... ... ... ... ... ...
4499 MTF2 0.04987 4.26 -2.075831 0.294 NM_001164391,NM_001164392,NM_001164393,NM_007358 NaN
4500 CDK5RAP1 0.04994 4.26 -2.077623 0.230 NM_016082,NM_016408 NaN
4501 DPF2 0.04994 -4.26 -2.077706 -0.233 NM_006268 NaN
4502 ROR2 0.04998 4.26 -2.078890 0.217 NM_004560 NaN
4503 SLC9A8 0.04998 -4.26 -2.079096 -0.222 NM_015266 NaN

4504 rows × 7 columns

step 42: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.Valproicacid-concentration1.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID')
{'mappedTables': [388893, 388931]}

step 43: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')

step 44: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 45: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''
3.5.2 Concentration 2

step 46: You first import the expression table into a new dataframe and filtered for the significant genes. It turns out that concentration 2 of Valproic acid does not yield significant genes and thus can’t be mapped in the AOP network.

Valproicacid_concentration2= pd.read_csv('GSE69844.ValproicacidConcentration2.tsv',sep='\t')
Adjusted_Valproicacid_concentration2= Valproicacid_concentration2[Valproicacid_concentration2['adj.P.Val'] < 0.05]
Valproicacid_concentration_2=Adjusted_Valproicacid_concentration2.drop('ID', axis=1)
Valproicacid_Concentration2 = Valproicacid_concentration_2[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Valproicacid_Concentration2.to_excel('GSE69844.Valproicacid-concentration2.xlsx',index=False)
Valproicacid_Concentration2

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
3.5.3 Concentration 3

step 47: You first import the expression table into a new dataframe and filtered for the significant genes. It turns out that concentration 3 of Valproic acid does not yield significant genes and thus can’t be mapped in the AOP network.

Valproicacid_concentration3= pd.read_csv('GSE69844.ValproicacidConcentration3.tsv',sep='\t')
Adjusted_Valproicacid_concentration3= Valproicacid_concentration3[Valproicacid_concentration3['adj.P.Val'] < 0.05]
Valproicacid_concentration_3=Adjusted_Valproicacid_concentration3.drop('ID', axis=1)
Valproicacid_Concentration3 = Valproicacid_concentration_3[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Valproicacid_Concentration3.to_excel('GSE69844.Valproicacid-concentration3.xlsx',index=False)
Valproicacid_Concentration3

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID

4.7 Troglitazone

4.7.1 Concentration 1

step 48: You first import the expression table into a new dataframe followed by data manipulation. This is done so that the final table can be used as input for the py4cytoscape function.

Troglitazone_concentration1= pd.read_csv('GSE69844.TroglitazoneConcentration1.tsv',sep='\t')
Adjusted_Troglitazone_concentration1= Troglitazone_concentration1[Troglitazone_concentration1['adj.P.Val'] < 0.05]
Troglitazone_concentration_1=Adjusted_Troglitazone_concentration1.drop('ID', axis=1)
Troglitazone_Concentration1 = Troglitazone_concentration_1[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Troglitazone_Concentration1.to_excel('GSE69844.Troglitazone-concentration1.xlsx',index=False)
Troglitazone_Concentration1

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
0 FABP4 2.170000e-07 26.70 14.69249 2.278158 NM_001442 NaN
1 CSNK1G2 1.510000e-04 -14.40 10.27064 -0.585872 NM_001319 NaN
2 ACTN1 2.410000e-04 -13.30 9.59510 -0.580898 NM_001102,NM_001130004,NM_001130005 NaN
3 COL8A1 3.770000e-04 -12.50 9.00330 -0.629488 NM_001850,NM_020351 NaN
4 SRRM2 3.990000e-04 -12.20 8.77591 -0.730824 NM_016333 NaN
... ... ... ... ... ... ... ...
3118 PHF20 4.980000e-02 -3.68 -1.74472 -0.165499 NM_016436 NaN
3119 CTGF 4.980000e-02 -3.68 -1.74515 -0.219036 NM_001901 NaN
3120 ADNP2 4.980000e-02 -3.68 -1.74565 -0.189624 NM_014913 NaN
3121 ATP2A2 4.990000e-02 -3.68 -1.74633 -0.165539 NM_001135765,NM_001681,NM_170665 NaN
3122 C1orf198 4.990000e-02 -3.68 -1.74677 -0.194524 NM_001136494,NM_001136495,NM_032800 NaN

3123 rows × 7 columns

step 49: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.Troglitazone-concentration1.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID')
{'mappedTables': [388893, 388931]}

step 50: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')

step 51: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 52: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''
3.7.2 Concentration 2

step 53: You first import the expression table into a new dataframe followed by data manipulation. This is done so that the final table can be used as input for the py4cytoscape function.

Troglitazone_concentration2= pd.read_csv('GSE69844.TroglitazoneConcentration2.tsv',sep='\t')
Adjusted_Troglitazone_concentration2= Troglitazone_concentration2[Troglitazone_concentration2['adj.P.Val'] < 0.05]
Troglitazone_concentration_2=Adjusted_Troglitazone_concentration2.drop('ID', axis=1)
Troglitazone_Concentration2 = Troglitazone_concentration_2[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Troglitazone_Concentration2.to_excel('GSE69844.Troglitazone-concentration2.xlsx',index=False)
Troglitazone_Concentration2

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
0 FABP4 1.000000e-12 57.329825 13.74886 3.351827 NM_001442 NaN
1 PLIN4 2.340000e-05 14.969008 9.66342 0.709311 NM_001080400 NaN
2 ATP2B4 5.990000e-05 13.451635 8.95408 0.550716 NM_001001396,NM_001684 NaN
3 PDK4 5.990000e-05 13.146994 8.79403 1.124497 NM_002612 NaN
4 DLC1 9.970000e-05 12.396132 8.37088 0.527070 NM_001164271,NM_006094,NM_024767,NM_182643 NaN
... ... ... ... ... ... ... ...
69 TXNIP 4.420000e-02 5.718843 1.90694 0.311458 NM_006472 NaN
70 PHLDA3 4.420000e-02 5.712639 1.89787 0.227240 NM_012396 NaN
71 ATP1B1 4.600000e-02 -5.680871 1.85131 -0.231002 NM_001001787,NM_001677 NaN
72 ANKRD1 4.690000e-02 -5.661073 1.82221 -0.295793 NM_014391 NaN
73 ZBED3 4.920000e-02 5.625298 1.76945 0.301710 NM_032367 NaN

74 rows × 7 columns

step 54: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.geneID’ for table_key_column as you want the expression data to be matched to the Gene names that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.Troglitazone-concentration2.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID')
{'mappedTables': [388893, 388931]}

step 55: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')

step 56: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 57: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''
3.7.3 Concentration 3

step 58: You first import the expression table into a new dataframe followed by data manipulation. This is done so that the final table can be used as input for the py4cytoscape function.

Troglitazone_concentration3= pd.read_csv('GSE69844.TroglitazoneConcentration3.tsv',sep='\t')
Adjusted_Troglitazone_concentration3= Troglitazone_concentration3[Troglitazone_concentration3['adj.P.Val'] < 0.05]
Troglitazone_concentration_3=Adjusted_Troglitazone_concentration3.drop('ID', axis=1)
Troglitazone_Concentration3 = Troglitazone_concentration_3[['Gene.Symbol', 'adj.P.Val', 't', 'B','logFC','GB_LIST','SPOT_ID']]
Troglitazone_Concentration3.to_excel('GSE69844.Troglitazone-concentration3.xlsx',index=False)
Troglitazone_Concentration3

Gene.Symbol adj.P.Val t B logFC GB_LIST SPOT_ID
0 FABP4 2.190000e-17 63.189122 33.180151 3.760460 NM_001442 NaN
1 PDK4 8.910000e-12 27.858041 25.280555 1.669789 NM_002612 NaN
2 KLF9 8.910000e-12 -27.795929 25.251639 -1.271744 NM_001206 NaN
3 INSIG1 8.910000e-12 27.633020 25.175329 1.021568 NM_005542,NM_198336,NM_198337 NaN
4 CYP1B1 4.890000e-11 24.684925 23.668933 1.327687 NM_000104 NaN
... ... ... ... ... ... ... ...
9171 RPA2 4.990000e-02 2.923957 -3.330818 0.110598 NM_002946 NaN
9172 INHBE 4.990000e-02 2.923939 -3.330855 0.214330 NM_031479 NaN
9173 C5orf41 4.990000e-02 -2.923657 -3.331433 -0.113331 NM_001168393,NM_001168394,NM_153607 NaN
9174 C7orf68 4.990000e-02 2.923642 -3.331465 0.281327 NM_001098786,NM_013332 NaN
9175 RPL24 4.990000e-02 2.923395 -3.331971 0.112186 NM_000986 NaN

9176 rows × 7 columns

step 59: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.geneID’ for table_key_column as you want the expression data to be matched to the Gene names that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('GSE69844.Troglitazone-concentration3.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID')
{'mappedTables': [388893, 388931]}

step 60: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC')

step 61: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 62: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default')
''

Section 5: Mapping of dataset:GSE44729

In this section, you will map the transcriptomics expression data of datasets: GSE44729. This dataset aimed to transcriptonally profile BEAS-2B cells for the comparison between controls and skin sensitizers, controls and respiratory sensitizers and controls and non-sensitizing irritants.

5.1 ACR exposure time 1

step 63: You first import the expression table into a new dataframe.

ACR_10h= pd.read_csv('adaptedACR10h.tsv',sep='\t')
ACR_10h

ID COL ROW NAME SPOT_ID CONTROL_TYPE REFSEQ GB_ACC GENE GENE_SYMBOL ... SEQUENCE SPOT_ID.1 ORDER logFC AveExpr t P.Value padj B ENSEMBLE_GENE_ID
0 30939 85 3 A_24_P102821 A_24_P102821 False NM_000952 NM_000952 5724 PTAFR ... ATACGGTCACTGAAGTGGTTGTGCCATTCAACCAGATCCCTGGCAA... NaN 30939 0.472665 0.049355 5.812795 2.199154e-07 0.005924 5.278602 ENSG00000169403

1 rows × 29 columns

step 64: Unfortunately, the PTAFR gene is not included in the AOP network and thus can’t be mapped.

p4c.load_table_data_from_file('adaptedACR10h.tsv', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID')
{'mappedTables': [388893, 388931]}

5.2 ACR exposure time 2

step 65: You first import the expression table into a new dataframe.

ACR_24h= pd.read_csv('adaptedACR24h.tsv',sep='\t')
ACR_24h

ID COL ROW NAME SPOT_ID CONTROL_TYPE REFSEQ GB_ACC GENE GENE_SYMBOL ... SEQUENCE SPOT_ID.1 ORDER logFC AveExpr t P.Value padj B ENSEMBLE_GENE_ID
0 42685 15 142 A_23_P120883 A_23_P120883 False NM_002133 NM_002133 3162 HMOX1 ... TGGGGAGGGAGGTGTTTAACGGCACTGTGGCCTTGGTCTAACTTTT... NaN 42685 1.179039 0.954675 6.285084 3.447616e-08 0.000253 6.360406 ENSG00000100292
1 40823 26 126 A_23_P120883 A_23_P120883 False NM_002133 NM_002133 3162 HMOX1 ... TGGGGAGGGAGGTGTTTAACGGCACTGTGGCCTTGGTCTAACTTTT... NaN 40823 1.166378 0.956092 6.242149 4.085234e-08 0.000253 6.263043 ENSG00000100292
2 9749 209 54 A_23_P120883 A_23_P120883 False NM_002133 NM_002133 3162 HMOX1 ... TGGGGAGGGAGGTGTTTAACGGCACTGTGGCCTTGGTCTAACTTTT... NaN 9749 1.173634 0.954391 6.235767 4.189503e-08 0.000253 6.248567 ENSG00000100292
3 29347 94 127 A_23_P120883 A_23_P120883 False NM_002133 NM_002133 3162 HMOX1 ... TGGGGAGGGAGGTGTTTAACGGCACTGTGGCCTTGGTCTAACTTTT... NaN 29347 1.174612 0.964019 6.234992 4.202344e-08 0.000253 6.246809 ENSG00000100292
4 43478 11 85 A_23_P120883 A_23_P120883 False NM_002133 NM_002133 3162 HMOX1 ... TGGGGAGGGAGGTGTTTAACGGCACTGTGGCCTTGGTCTAACTTTT... NaN 43478 1.181977 0.956175 6.228517 4.311172e-08 0.000253 6.232119 ENSG00000100292
5 36362 53 37 A_23_P120883 A_23_P120883 False NM_002133 NM_002133 3162 HMOX1 ... TGGGGAGGGAGGTGTTTAACGGCACTGTGGCCTTGGTCTAACTTTT... NaN 36362 1.180659 0.960191 6.218832 4.479195e-08 0.000253 6.210143 ENSG00000100292
6 4189 242 123 A_23_P120883 A_23_P120883 False NM_002133 NM_002133 3162 HMOX1 ... TGGGGAGGGAGGTGTTTAACGGCACTGTGGCCTTGGTCTAACTTTT... NaN 4189 1.170264 0.957791 6.176783 5.287237e-08 0.000253 6.114708 ENSG00000100292
7 20842 144 137 A_23_P120883 A_23_P120883 False NM_002133 NM_002133 3162 HMOX1 ... TGGGGAGGGAGGTGTTTAACGGCACTGTGGCCTTGGTCTAACTTTT... NaN 20842 1.165382 0.963625 6.148413 5.912487e-08 0.000253 6.050293 ENSG00000100292
8 6877 226 18 A_23_P120883 A_23_P120883 False NM_002133 NM_002133 3162 HMOX1 ... TGGGGAGGGAGGTGTTTAACGGCACTGTGGCCTTGGTCTAACTTTT... NaN 6877 1.166841 0.951196 6.142273 6.057178e-08 0.000253 6.036349 ENSG00000100292
9 16256 171 129 A_23_P120883 A_23_P120883 False NM_002133 NM_002133 3162 HMOX1 ... TGGGGAGGGAGGTGTTTAACGGCACTGTGGCCTTGGTCTAACTTTT... NaN 16256 1.162878 0.964791 6.137396 6.174589e-08 0.000253 6.025273 ENSG00000100292
10 26200 112 132 A_32_P42684 A_32_P42684 False NM_014331 NM_014331 23657 SLC7A11 ... TTACTGATACTAAATGTTGGCTACCTGTGATTTTATAGTATGCACA... NaN 26200 0.752090 0.640196 5.433205 9.494058e-07 0.003561 4.425625 ENSG00000151012
11 21063 143 35 A_23_P212655 A_23_P212655 False NM_130446 NM_130446 89857 KLHL6 ... TTCTGGTCTCAATGGCTTCGGGAAACACACATATACACATACACCA... NaN 21063 -0.748734 -0.040346 -4.660551 1.681000e-05 0.031843 2.698548 ENSG00000172578
12 28950 96 72 A_23_P313828 A_23_P313828 False NM_181716 NM_181716 201161 CENPV ... TTTGACTGCAATTGCAGCATTTGCAAGAAGAAGCAGAATAGACACT... NaN 28950 -0.234981 0.018625 -4.523276 2.750745e-05 0.042802 2.398681 ENSG00000166582
13 18739 156 94 A_23_P25487 A_23_P25487 False NM_018018 NM_018018 55089 SLC38A4 ... TGTTCTGGTCATCCTTGTGCCAACTATAAAATACATCTTCGGATTC... NaN 18739 0.293797 -0.025377 4.464863 3.385527e-05 0.047625 2.271960 ENSG00000139209
14 21386 141 69 A_23_P163402 A_23_P163402 False NM_000499 NM_000499 1543 CYP1A1 ... GGTAAAACAGGGCCACATAGATGCTGATGGAGCCTTCCCAAGTTGT... NaN 21386 -0.234158 0.184573 -4.450278 3.565014e-05 0.047916 2.240408 ENSG00000140465
15 32586 75 109 A_32_P165477 A_32_P165477 False NM_014331 NM_014331 23657 SLC7A11 ... CATTTTGCTTTCCTAACCATTCAGTCAGGAATTAAAATATGGCATT... NaN 32586 0.758739 0.723792 4.431768 3.806166e-05 0.048953 2.200414 ENSG00000151012

16 rows × 29 columns

step 66: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

ACR24h= pd.read_csv('adaptedACR24h.tsv',sep='\t')
ACR24h_version1= ACR24h[ACR24h['padj'] < 0.05]
ACR24h_version2=ACR24h_version1.drop('ID', axis=1)
ACR24h_version3= ACR24h_version2[['GENE_SYMBOL', 'padj', 't', 'B','logFC','SPOT_ID']]
ACR24h_version3.to_excel('ACR24h-adjusted.xlsx',index=False)
ACR24h_version3

GENE_SYMBOL padj t B logFC SPOT_ID
0 HMOX1 0.000253 6.285084 6.360406 1.179039 A_23_P120883
1 HMOX1 0.000253 6.242149 6.263043 1.166378 A_23_P120883
2 HMOX1 0.000253 6.235767 6.248567 1.173634 A_23_P120883
3 HMOX1 0.000253 6.234992 6.246809 1.174612 A_23_P120883
4 HMOX1 0.000253 6.228517 6.232119 1.181977 A_23_P120883
5 HMOX1 0.000253 6.218832 6.210143 1.180659 A_23_P120883
6 HMOX1 0.000253 6.176783 6.114708 1.170264 A_23_P120883
7 HMOX1 0.000253 6.148413 6.050293 1.165382 A_23_P120883
8 HMOX1 0.000253 6.142273 6.036349 1.166841 A_23_P120883
9 HMOX1 0.000253 6.137396 6.025273 1.162878 A_23_P120883
10 SLC7A11 0.003561 5.433205 4.425625 0.752090 A_32_P42684
11 KLHL6 0.031843 -4.660551 2.698548 -0.748734 A_23_P212655
12 CENPV 0.042802 -4.523276 2.398681 -0.234981 A_23_P313828
13 SLC38A4 0.047625 4.464863 2.271960 0.293797 A_23_P25487
14 CYP1A1 0.047916 -4.450278 2.240408 -0.234158 A_23_P163402
15 SLC7A11 0.048953 4.431768 2.200414 0.758739 A_32_P165477

step 67: You now set the working directory to the clone of the network

p4c.set_current_network('clone-GSE69844')
{}

step 68: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the table has the needed column names. You also select ’node’ for table and ‘CTL.GeneMame’ for table_key_column as you want the expression data to be matched to the Gene names that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('ACR24h-adjusted.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID',network='clone-GSE69844')
{'mappedTables': [235742, 235780]}

step 69: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC',network='clone-GSE69844')

step 70: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 71: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default',network='clone-GSE69844')
''

5.3 MA exposure time 1

step 72: You first import the expression table into a new dataframe.

MA_10h= pd.read_csv('adaptedMA10h.tsv',sep='\t')
MA_10h

ID COL ROW NAME SPOT_ID CONTROL_TYPE REFSEQ GB_ACC GENE GENE_SYMBOL ... SEQUENCE SPOT_ID.1 ORDER logFC AveExpr t P.Value padj B ENSEMBLE_GENE_ID
0 20269 147 94 A_23_P435029 A_23_P435029 False NaN BC015544 NaN H3C14 ... CATCACAGTTGACAGGTTAAAAGCATTCACTGCAGCGATCTATGAG... NaN 20269 -0.424471 0.018465 -5.210051 0.000002 0.024894 3.914649 ENSG00000203811
1 5888 232 125 A_23_P428298 A_23_P428298 False NM_173561 NM_173561 222643.0 UNC5CL ... GGGGATATTTTCCCCATGGATCAAGATCCAGTTTAGGGTTGGGAAA... NaN 5888 -0.602074 0.081130 -4.989385 0.000005 0.045422 3.420390 ENSG00000124602
2 9982 208 97 A_24_P159434 A_24_P159434 False NM_007261 NM_007261 11314.0 CD300A ... AGTTTCTCTGGACTCTTAGGTTTATTTTTAATATGAAATATAAAAA... NaN 9982 0.463349 -0.037320 4.850629 0.000008 0.048363 3.111913 ENSG00000167851
3 19016 155 49 A_23_P87678 A_23_P87678 False NM_004950 NM_004950 1833.0 EPYC ... GGATTGATCTGACATCAAATTTAATATCTGAGATTGATGAAGATGC... NaN 19016 0.281188 0.000073 4.846602 0.000009 0.048363 3.102991 ENSG00000083782

4 rows × 29 columns

**step 73:**Unfortunately, these four genes are not included in the AOP network and thus can’t be mapped.

5.4 MA exposure time 2

step 74: You first import the expression table into a new dataframe.

MA_24h= pd.read_csv('adaptedMA24h.tsv',sep='\t')
MA_24h

ID COL ROW NAME SPOT_ID CONTROL_TYPE REFSEQ GB_ACC GENE GENE_SYMBOL ... SEQUENCE SPOT_ID.1 ORDER logFC AveExpr t P.Value padj B ENSEMBLE_GENE_ID
0 21386 141 69 A_23_P163402 A_23_P163402 False NM_000499 NM_000499 1543.0 CYP1A1 ... GGTAAAACAGGGCCACATAGATGCTGATGGAGCCTTCCCAAGTTGT... NaN 21386 -0.821543 0.184573 -15.613779 2.421857e-23 5.450995e-19 41.618011 ENSG00000140465
1 16486 170 9 A_23_P257803 A_23_P257803 False NM_013391 NM_013391 29958.0 DMGDH ... TGGTATTGACCGAACCAACCAGAAACCGGCTTCAGAAAAAAGGTGG... NaN 16486 -0.876482 0.050920 -14.794873 3.529727e-22 5.296355e-18 39.338343 ENSG00000132837
2 20269 147 94 A_23_P435029 A_23_P435029 False NaN BC015544 NaN H3C14 ... CATCACAGTTGACAGGTTAAAAGCATTCACTGCAGCGATCTATGAG... NaN 20269 -1.086935 0.018465 -13.341288 5.056895e-20 5.690903e-16 35.039718 ENSG00000203811
3 16942 167 117 A_23_P1676 A_23_P1676 False NM_001080546 NM_001080546 219854.0 TMEM218 ... TACCCGTACCTTAGGATTTCCAACTGTTTTGAAAGGGAAATAGTAA... NaN 16942 0.455706 -0.067257 12.524192 9.277620e-19 8.352641e-15 32.479715 ENSG00000150433
4 25809 115 63 A_23_P147950 A_23_P147950 False NM_152419 NM_152419 138050.0 HGSNAT ... TCTTTGGAACTTCATTCCGAGGAGATAAGCTTTAACTTTCCAAAAG... NaN 25809 0.471999 -0.082378 12.106840 4.236592e-18 3.178503e-14 31.132408 ENSG00000165102
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
2541 15620 175 41 A_24_P331704 A_24_P331704 False NM_182507 NM_182507 144501.0 KRT80 ... CCAAGGGAGCAAATCCTCAGTGGGGATACAAGACATATAAAGTATA... NaN 15620 -0.301665 0.012832 -2.916673 4.895606e-03 4.981367e-02 -0.681984 ENSG00000167767
2542 26372 111 128 A_23_P351724 A_23_P351724 False NM_022648 NM_022648 7145.0 TNS1 ... CTCTAAGCCAGAATGGAAAATTCACCAGGACTCCATTCTTAAGCCT... NaN 26372 0.312052 -0.254361 2.916410 4.899232e-03 4.983931e-02 -0.682639 ENSG00000079308
2543 40411 29 99 A_23_P369701 A_23_P369701 False NM_021214 NM_021214 58489.0 ABHD17C ... ATTACTAGCCAACAGAGTTTTACTATTTTGATTGTCTGGTTGGTTT... NaN 40411 0.200178 0.007205 2.915475 4.912166e-03 4.993703e-02 -0.684974 ENSG00000136379
2544 33634 69 53 A_23_P62115 A_23_P62115 False NM_003254 NM_003254 7076.0 TIMP1 ... CATGGAGAGTGTCTGCGGATACTTCCACAGGTCCCACAACCGCAGC... NaN 33634 -0.221966 0.073864 -2.915367 4.913662e-03 4.994095e-02 -0.685243 ENSG00000102265
2545 29769 91 134 A_23_P133279 A_23_P133279 False NM_199133 NM_199133 134145.0 ATPSCKMT ... CTTGAGAGCTGCCACTCATTTAATATTTCTCATTTATGAGAAGAGA... NaN 29769 0.147226 -0.003311 2.915143 4.916752e-03 4.996108e-02 -0.685800 ENSG00000150756

2546 rows × 29 columns

step 75: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

MA24h= pd.read_csv('adaptedMA24h.tsv',sep='\t')
MA24h_version1= MA24h[MA24h['padj'] < 0.05]
MA24h_version2=MA24h_version1.drop('ID', axis=1)
MA24h_version3= MA24h_version2[['GENE_SYMBOL', 'padj', 't', 'B','logFC','SPOT_ID']]
MA24h_version3.to_excel('MA24h-adjusted.xlsx',index=False)
MA24h_version3

GENE_SYMBOL padj t B logFC SPOT_ID
0 CYP1A1 5.450995e-19 -15.613779 41.618011 -0.821543 A_23_P163402
1 DMGDH 5.296355e-18 -14.794873 39.338343 -0.876482 A_23_P257803
2 H3C14 5.690903e-16 -13.341288 35.039718 -1.086935 A_23_P435029
3 TMEM218 8.352641e-15 12.524192 32.479715 0.455706 A_23_P1676
4 HGSNAT 3.178503e-14 12.106840 31.132408 0.471999 A_23_P147950
... ... ... ... ... ... ...
2541 KRT80 4.981367e-02 -2.916673 -0.681984 -0.301665 A_24_P331704
2542 TNS1 4.983931e-02 2.916410 -0.682639 0.312052 A_23_P351724
2543 ABHD17C 4.993703e-02 2.915475 -0.684974 0.200178 A_23_P369701
2544 TIMP1 4.994095e-02 -2.915367 -0.685243 -0.221966 A_23_P62115
2545 ATPSCKMT 4.996108e-02 2.915143 -0.685800 0.147226 A_23_P133279

2546 rows × 6 columns

step 76: You now set the working directory to the clone of the network

p4c.set_current_network('clone-GSE69844')
{}

step 77: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene names that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('MA24h-adjusted.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID',network='clone-GSE69844')
{'mappedTables': [235742, 235780]}

step 78: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC',network='clone-GSE69844')

step 79: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 80: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default',network='clone-GSE69844')
''

5.5 CP exposure time 1

step 81: You first import the expression table into a new dataframe.

CP_10h= pd.read_csv('adaptedCP10h.tsv',sep='\t')
CP_10h

ID COL ROW NAME SPOT_ID CONTROL_TYPE REFSEQ GB_ACC GENE GENE_SYMBOL ... SEQUENCE SPOT_ID.1 ORDER logFC AveExpr t P.Value padj B ENSEMBLE_GENE_ID
0 26605 110 2 A_23_P216225 A_23_P216225 False NM_004430 NM_004430 1960 EGR3 ... GGTTGTGAATTTCCAGGTACTTGGACTTTTTGTAGAAGTAGAGAGA... NaN 26605 0.863408 0.094340 7.955544 4.246899e-11 0.000002 10.081124 ENSG00000179388
1 41618 22 65 A_23_P212639 A_23_P212639 False NM_004593 NM_004593 6434 TRA2A ... GCATTTGTGTAGTTTGGTGCTTTGTTCCAAGTTAAGTGTTTTCAGA... NaN 41618 0.232531 0.026262 6.309106 3.135061e-08 0.000470 6.437660 ENSG00000164548
2 23385 129 151 A_24_P416370 A_24_P416370 False NM_024015 NM_024015 3214 HOXB4 ... CAGCAGAAGCCTCTCTCCTAGACTGAAAATGAATGTGAAACTAGGA... NaN 23385 -0.241820 -0.033594 -5.680978 3.665825e-07 0.002750 5.006423 ENSG00000182742
3 12053 196 35 A_23_P79155 A_23_P79155 False NM_001508 NM_001508 2863 GPR39 ... TGGAAGAACAATGCAGGAGGGGGTGGCATCTCCTTCAGCTTCAGCA... NaN 12053 -0.201463 -0.027988 -5.199354 2.302939e-06 0.010886 3.913296 ENSG00000183840
4 2479 252 143 A_23_P106194 A_23_P106194 False NM_005252 NM_005252 2353 FOS ... AGAGGGTTCCTGTAGACCTAGGGAGGACCTTATCTGTGCGTGAAAC... NaN 2479 0.652862 0.097279 5.152892 2.742032e-06 0.011221 3.808527 ENSG00000170345
5 5075 237 51 A_23_P143143 A_23_P143143 False NM_002166 NM_002166 3398 ID2 ... AGGCTTCTGAATTCCCTTCTGAGTTAATGTCAAATGACAGCAAAGC... NaN 5075 0.631542 0.093306 5.023820 4.439835e-06 0.014181 3.518391 ENSG00000115738
6 18707 156 158 A_23_P39704 A_23_P39704 False NM_001031684 NM_001031684 6432 SRSF7 ... CTCTCTTCGTAGATCAAGATCAGCTTCACTCAGAAGATCTAGGTCT... NaN 18707 0.196261 0.014785 4.813274 9.650441e-06 0.024134 3.048559 ENSG00000115875
7 1390 258 112 A_23_P131846 A_23_P131846 False NM_005985 NM_005985 6615 SNAI1 ... AACAATGTCTGAAAAGGGACTGTGAGTAATGGCTGTCACTTGTCGG... NaN 1390 0.515691 0.161391 4.589456 2.171080e-05 0.044439 2.554946 ENSG00000124216
8 16555 169 42 A_24_P401615 A_24_P401615 False NM_001039361 NM_001039361 343071 PRAMEF10 ... TTACCTGAGCCAGATGAGCAATCTTCGTGAACTCTTTTTAGCCTTC... NaN 16555 0.595546 0.072522 4.589357 2.171847e-05 0.044439 2.554731 ENSG00000187545

9 rows × 29 columns

step 82: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

CP10h= pd.read_csv('adaptedCP10h.tsv',sep='\t')
CP10h_version1= CP10h[CP10h['padj'] < 0.05]
CP10h_version2=CP10h_version1.drop('ID', axis=1)
CP10h_version3= CP10h_version2[['GENE_SYMBOL', 'padj', 't', 'B','logFC','SPOT_ID']]
CP10h_version3.to_excel('CP10h-adjusted.xlsx',index=False)
CP10h_version3

GENE_SYMBOL padj t B logFC SPOT_ID
0 EGR3 0.000002 7.955544 10.081124 0.863408 A_23_P216225
1 TRA2A 0.000470 6.309106 6.437660 0.232531 A_23_P212639
2 HOXB4 0.002750 -5.680978 5.006423 -0.241820 A_24_P416370
3 GPR39 0.010886 -5.199354 3.913296 -0.201463 A_23_P79155
4 FOS 0.011221 5.152892 3.808527 0.652862 A_23_P106194
5 ID2 0.014181 5.023820 3.518391 0.631542 A_23_P143143
6 SRSF7 0.024134 4.813274 3.048559 0.196261 A_23_P39704
7 SNAI1 0.044439 4.589456 2.554946 0.515691 A_23_P131846
8 PRAMEF10 0.044439 4.589357 2.554731 0.595546 A_24_P401615

step 83: You now set the working directory to the clone of the network

p4c.set_current_network('clone-GSE69844')
{}

step 84: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the table has the needed column names. You also select ’node’ for table and ‘CTL.GeneMame’ for table_key_column as you want the expression data to be matched to the Gene names that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('CP10h-adjusted.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.geneID',network='clone-GSE69844')
{'mappedTables': [235742, 235780]}

step 85: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC',network='clone-GSE69844')

step 86: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 87: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default',network='clone-GSE69844')
''

5.6 CP exposure time 2

step 88: You first import the expression table into a new dataframe.

CP_24h= pd.read_csv('adaptedCP24h.tsv',sep='\t')
CP_24h

ID COL ROW NAME SPOT_ID CONTROL_TYPE REFSEQ GB_ACC GENE GENE_SYMBOL ... SEQUENCE SPOT_ID.1 ORDER logFC AveExpr t P.Value padj B ENSEMBLE_GENE_ID
0 2985 249 151 A_24_P270728 A_24_P270728 False NM_001042483 NM_001042483 26471.0 NUPR1 ... TATTCCCGCTGACTGAGTCTCTGAGGGGCTACCAGGAAAGCGCCTC... NaN 2985 0.569941 0.167603 10.048946 1.026382e-14 4.620257e-10 22.754357 ENSG00000176046
1 26605 110 2 A_23_P216225 A_23_P216225 False NM_004430 NM_004430 1960.0 EGR3 ... GGTTGTGAATTTCCAGGTACTTGGACTTTTTGTAGAAGTAGAGAGA... NaN 26605 1.036190 0.094340 9.547580 7.333753e-14 1.650645e-09 21.111511 ENSG00000179388
2 20886 144 49 A_23_P1691 A_23_P1691 False NM_002421 NM_002421 4312.0 MMP1 ... ACATGTGCAGTCACTGGTGTCACCCTGGATAGGCAAGGGATAACTC... NaN 20886 -1.110417 0.336235 -9.060676 5.051693e-13 7.580066e-09 19.484600 ENSG00000196611
3 38540 40 101 A_23_P1691 A_23_P1691 False NM_002421 NM_002421 4312.0 MMP1 ... ACATGTGCAGTCACTGGTGTCACCCTGGATAGGCAAGGGATAACTC... NaN 38540 -1.050224 0.329034 -8.267679 1.208709e-11 8.352296e-08 16.778923 ENSG00000196611
4 33376 70 60 A_24_P85300 A_24_P85300 False NM_020733 NM_020733 57493.0 HEG1 ... AGGATGAGCGTACCACTGAAGTCTGAAGATGTCGCCATTGAACGGA... NaN 33376 0.404108 -0.001845 8.218781 1.471445e-11 8.352296e-08 16.610201 ENSG00000173706
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
671 17270 165 141 A_32_P800179 A_32_P800179 False NaN AK094933 NaN SLC30A6 ... CTGTGTGTTAAAAGCATTGTATACGTGAAAAAGGACTCAAACTCAT... NaN 17270 -0.295208 -0.018674 -3.350876 1.364742e-03 4.938413e-02 0.583949 ENSG00000152683
672 20415 146 142 A_23_P162589 A_23_P162589 False NM_001017535 NM_001017535 7421.0 VDR ... CAAGCGAGGTCAACAGAGAAGGCAGGAATGTGTGGCAGATTTAGTG... NaN 20415 -0.180143 0.077814 -3.350611 1.365847e-03 4.938443e-02 0.583251 ENSG00000111424
673 16828 168 5 A_24_P4816 A_24_P4816 False NM_031412 NM_031412 23710.0 GABARAPL1 ... GGATTGGCTTTGATAGAGGAATGGGGATGATGTAAGTTTACAGTAT... NaN 16828 0.328695 0.144492 3.350035 1.368258e-03 4.943190e-02 0.581731 ENSG00000139112
674 7523 222 86 A_23_P18413 A_23_P18413 False NM_016589 NM_016589 51300.0 TIMMDC1 ... TGCTGACAAATTTAAGTGCTGGTACCTGTGGTGGCAGTGGCTTGCT... NaN 7523 -0.104950 0.041448 -3.348029 1.376679e-03 4.965340e-02 0.576441 ENSG00000113845
675 43883 8 126 A_23_P366983 A_23_P366983 False NM_013381 NM_013381 29953.0 TRHDE ... AGTTACCACATATTCACGTTTATAAAATCCTTAATTAAATGAGTAA... NaN 43883 0.170322 -0.008790 3.347479 1.378996e-03 4.966040e-02 0.574992 ENSG00000072657

676 rows × 29 columns

step 89: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the PCB1_DEG table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene ID’s that were added by CyTargetLinker extension in the previous notebook.

CP24h= pd.read_csv('adaptedCP10h.tsv',sep='\t')
CP24h_version1= CP24h[CP24h['padj'] < 0.05]
CP24h_version2=CP24h_version1.drop('ID', axis=1)
CP24h_version3= CP24h_version2[['GENE_SYMBOL', 'padj', 't', 'B','logFC','SPOT_ID']]
CP24h_version3.to_excel('CP24h-adjusted.xlsx',index=False)
CP24h_version3

GENE_SYMBOL padj t B logFC SPOT_ID
0 EGR3 0.000002 7.955544 10.081124 0.863408 A_23_P216225
1 TRA2A 0.000470 6.309106 6.437660 0.232531 A_23_P212639
2 HOXB4 0.002750 -5.680978 5.006423 -0.241820 A_24_P416370
3 GPR39 0.010886 -5.199354 3.913296 -0.201463 A_23_P79155
4 FOS 0.011221 5.152892 3.808527 0.652862 A_23_P106194
5 ID2 0.014181 5.023820 3.518391 0.631542 A_23_P143143
6 SRSF7 0.024134 4.813274 3.048559 0.196261 A_23_P39704
7 SNAI1 0.044439 4.589456 2.554946 0.515691 A_23_P131846
8 PRAMEF10 0.044439 4.589357 2.554731 0.595546 A_24_P401615

step 90: You now set the working directory to the clone of the network

p4c.set_current_network('clone-GSE69844')
{}

step 91: You will now integrate the expression table into the nodetable of the AOP network. This will be done using the function: p4c.load_table_data_from_file where you select ‘True’ for the second variable as the first row of the table has the needed column names. You also select ’node’ for table and ‘CTL.GeneID’ for table_key_column as you want the expression data to be matched to the Gene names that were added by CyTargetLinker extension in the previous notebook.

p4c.load_table_data_from_file('CP24h-adjusted.xlsx', first_row_as_column_names=True,table='node', table_key_column='CTL.GeneID',network='clone-GSE69844')
{'mappedTables': [235742, 235780]}

step 92: You define the style for the mapping so that the expression values (log2FoldChange) are mapped to the gene nodes. This is done by first retrieving the log2FoldChange column.

Log2Foldchange_column = p4c.get_table_columns(table='node', columns='logFC',network='clone-GSE69844')

step 93: This is followed by definition of the color scheme so that low and high expression values receive distinct color.For the color scheme, you will use the following colors:

  • Low expression value (minimum) = blue node color
  • No expression value = white node color
  • High expression value (maximum) = red node color

This color scheme was also described in the official py4cytoscape documentation (1).

Blue_expression_color= Log2Foldchange_column.min().values[0]
Red_expression_color= Log2Foldchange_column.max().values[0]
White_expression_color= Blue_expression_color + (Red_expression_color -Blue_expression_color)/2

step 94: You apply this color scheme to the network.

p4c.set_node_color_mapping('logFC', [Blue_expression_color,White_expression_color,Red_expression_color], ['#0000FF', '#FFFFFF', '#FF0000'],mapping_type='c', style_name='default',network='clone-GSE69844')
''

Section 6: Metadata

step 95. At last, the metadata belonging to this jupyternotebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
Last updated: 2025-06-03T17:26:16.367030+02:00

Python implementation: CPython
Python version       : 3.12.3
IPython version      : 8.25.0

Compiler    : MSC v.1938 64 bit (AMD64)
OS          : Windows
Release     : 11
Machine     : AMD64
Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
CPU cores   : 8
Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
json==2.0.9
ipykernel==6.28.0
numpy==1.26.4
pandas==2.2.2
ipywidgets==8.0.3
xarray==2023.6.0
py4cytoscape==1.9.0

Reference:

  1. Basic Data Visualization — py4cytoscape 0.0.5 documentation \[Internet\]. Readthedocs.io. 2021 \[cited 2025 Feb 26\]. Available from: https://py4cytoscape.readthedocs.io/en/0.0.5/tutorials/basic-data-visualization.html

Part 6: Execution of overrepresentation analysis (ORA) in Python

The AOP project ► Key objective 2

Author: Shakira Agata

This Jupyter Notebook describes the steps for the execution of Overrepresentation analysis (ORA) from the GSEApy package on datasets:GSE109565, E-MEXP-3583, E-MEXP-2599, GSE44729 and E-GEOD-69851.

This notebook is subdivided into the following seven sections:

  • Section 1: System preparation
  • Section 2: Overrepresentation analysis (ORA) for dataset:GSE109565
    • Section 2.1: Generation of background genelist
    • Section 2.2: Generation of the genelists
    • Section 2.3: Execution of ORA
    • Section 2.4: Saving plots of ORA
  • Section 3: Overrepresentation analysis (ORA) for dataset:E-MEXP-2583
    • Section 3.1: Generation of background genelist
    • Section 3.2: Generation of the genelists
    • Section 3.3: Execution of ORA
    • Section 3.4: Saving plots of ORA
  • Section 4 Overrepresentation analysis (ORA) for dataset:E-MEXP-2599
    • Section 4.1: Generation of background genelist
    • Section 4.2: Generation of the genelists
    • Section 4.3: Execution of ORA
    • Section 4.4: Saving plots of ORA
  • Section 5: Overrepresentation analysis (ORA) for dataset:GSE44729
    • Section 5.1: Generation of background genelist
    • Section 5.2: Generation of the genelists
    • Section 5.3: Execution of ORA
    • Section 5.4: Saving plots of ORA
  • Section 6: Overrepresentation analysis (ORA) for dataset:E-GEOD-69851
    • Section 6.1: Generation of background genelist
    • Section 6.2: Generation of the genelists
    • Section 6.3: Execution of ORA
    • Section 6.4: Saving plots of ORA
  • Section 7: Metadata

Section 1: System preparation

In this section, the necessary packages are imported.

Step 1: The necessary packages for using this pipeline are first installed.

import pandas as pd
from gseapy.plot import gseaplot
import gseapy as gp
import numpy as np
import matplotlib.pyplot as plt
from gseapy import dotplot
import os
from gseapy import barplot, dotplot

Section 2: Execution of Overrepresentation analysis for dataset: GSE109565

In this section, you will execute overrepresentation analysis for dataset: GSE109565 using the Enrichr function of GSEApy and background list of genes that is created.

Section 2.1: Generation of the background genelist

In this section, you will create the background list of genes which contain all expressed genes of dataset:GSE109565. This requires the creation of a folder with the expressed genes per condition of the dataset:

  • PCB concentration 1
  • PCB concentration 2
  • PCB concentration 3
  • Roundup concentration 1
  • Glyphosate concentration 1
  • Glyphosate concentration 2
  • Glyphosate concentration 3

Step 2: First the contents of the folder containing the needed files are verified.

path_ORA = "C:\\Users\\shaki\\Downloads\\BackgroundORA-GSE109565"
dir_list_ORA = os.listdir(path_ORA)
print("Files and directories in '", path_ORA, "' :")
print(dir_list_ORA)
Files and directories in ' C:\Users\shaki\Downloads\BackgroundORA-GSE109565 ' :
['Glyphosate concentration 1-GSE109565.top.table.tsv', 'Glyphosate concentration 2-GSE109565.top.table.tsv', 'Glyphosate concentration 3-GSE109565.top.table.tsv', 'PCB concentration 1-GSE109565.top.table.tsv', 'PCB concentration 2-GSE109565.top.table.tsv', 'PCB concentration 3-GSE109565.top.table.tsv', 'Roundup concentration-GSE109565.top.table.tsv']

Step 3: Next, individual dataframes are created for each of the files.

list_of_names_ORA = ['Glyphosate concentration 1-GSE109565.top.table','Glyphosate concentration 2-GSE109565.top.table','Glyphosate concentration 3-GSE109565.top.table','Roundup concentration-GSE109565.top.table','PCB concentration 1-GSE109565.top.table', 'PCB concentration 2-GSE109565.top.table','PCB concentration 3-GSE109565.top.table']
dataframes_list_ORA = []

for i in range(len(list_of_names_ORA)):
 
    temp_df_ORA = pd.read_csv("./BackgroundORA-GSE109565/" + list_of_names_ORA[i] + ".tsv", sep='\t')
    dataframes_list_ORA.append(temp_df_ORA)

Step 4: The dataframes are merged by vertical stacking followed by manipulation to retrieve the background gene list.

combined_dataframes_list_ORA=pd.concat([dataframes_list_ORA[0],dataframes_list_ORA[1],dataframes_list_ORA[2],dataframes_list_ORA[3],dataframes_list_ORA[4],dataframes_list_ORA[5],dataframes_list_ORA[6]], ignore_index=True, axis=0)
genelist= combined_dataframes_list_ORA['Symbol'].copy()
gene_list = genelist.squeeze().str.strip().to_list()
Backgroundgenelist= [x for x in gene_list if x==x]

Section 2.2: Generation of the genelists

In this section, the genelists for PCB concentration 1-3 and Roundup are created.

Section 2.2.1 Genelist for PCB concentration 1

Step 5: The significant results are extracted and the dataframe is next converted into a list for comparison: PCB concentration 1.

genelist_df1 = dataframes_list_ORA[4]
genelist_PCB1= genelist_df1[genelist_df1['padj'] < 0.05]
genelist_PCB1=genelist_PCB1['Symbol'].copy()
gene_listPCB1 = genelist_PCB1.squeeze().str.strip().to_list()
gene_list_PCB1= [x for x in gene_listPCB1 if x==x]
Section 2.2.2 Genelist for PCB concentration 2

Step 6: he significant results are extracted and the dataframe is next converted into a list for comparison: PCB concentration 2.

genelist_df2 = dataframes_list_ORA[5]
genelist_PCB2= genelist_df2[genelist_df2['padj'] < 0.05]
genelist_PCB2=genelist_PCB2['Symbol'].copy()
gene_listPCB2 = genelist_PCB2.squeeze().str.strip().to_list()
gene_list_PCB2= [x for x in gene_listPCB2 if x==x]
Section 2.2.3 Genelist for PCB concentration 3

Step 7: The significant results are extracted and the dataframe is next converted into a list for comparison: PCB concentration 3.

genelist_df3 = dataframes_list_ORA[6]
genelist_PCB3= genelist_df3[genelist_df3['padj'] < 0.05]
genelist_PCB3=genelist_PCB3['Symbol'].copy()
gene_listPCB3 = genelist_PCB3.squeeze().str.strip().to_list()
gene_list_PCB3= [x for x in gene_listPCB3 if x==x]
Section 2.2.4 Genelist for Roundup concentration 1

Step 8: The significant results are extracted and the dataframe is next converted into a list for comparison: Roundup.

genelist_df4 = dataframes_list_ORA[3]
genelist_RU= genelist_df4[genelist_df4['padj'] < 0.05]
genelist_RU=genelist_RU['Symbol'].copy()
gene_list_RU= genelist_RU.to_list()

Section 2.3: Execution of ORA

In this section, ORA will be executed per comparison.

Step 9: The Enrichr function is executed for each comparison and the top results are displayed.

enr_bg_PCB1 = gp.enrichr(gene_list=gene_list_PCB1,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GSE109565_ORApathwaytable', 
                 verbose=True)
2025-04-14 14:42:38,015 [INFO] Run: WikiPathways_2024_Human 
2025-04-14 14:42:39,730 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-14 14:42:40,914 [INFO] Done.
enr_bg_PCB1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 9.207888e-18 7.218984e-15 0 0 3.146632 123.431285 KEAP1;IRS2;NR3C1;RGS2;FTH1;CYP1B1;IGFBP1;SLC6A...
1 WikiPathways_2024_Human Complement System WP2806 1.234761e-10 4.840264e-08 0 0 5.028144 114.716974 CRP;SELPLG;CFH;PROS1;ITGB3;CFI;F13A1;C4BPA;ADM...
2 WikiPathways_2024_Human Metapathway Biotransformation Phase I And II W... 1.665226e-09 4.351790e-07 0 0 3.025687 61.159134 UGT1A10;NDST2;NDST1;CYP26B1;NDST4;NDST3;CYP1B1...
3 WikiPathways_2024_Human Glucocorticoid Receptor Pathway WP2880 3.251000e-09 6.371959e-07 0 0 4.920421 96.166200 SLC26A2;AMIGO2;TNFAIP3;NR3C1;PTGS2;PRRG4;FGD4;...
4 WikiPathways_2024_Human NRF2 Pathway WP2884 4.458371e-09 6.990726e-07 0 0 3.316338 63.768141 SRXN1;SLC2A1;KEAP1;TGFA;SLC2A2;TXN;SLC2A4;SLC7...
enr_bg_PCB2 = gp.enrichr(gene_list=gene_list_PCB2,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GSE109565_ORApathwaytable', 
                 verbose=True)
2025-04-14 14:46:49,822 [INFO] Run: WikiPathways_2024_Human 
2025-04-14 14:46:51,457 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-14 14:46:51,963 [INFO] Done.
enr_bg_PCB2.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 1.274958e-29 9.090451e-27 0 0 5.897351 392.362853 CDKN1B;SRXN1;SLC2A1;IRS2;SLC7A11;SLC2A4;NR3C1;...
1 WikiPathways_2024_Human NRF2 Pathway WP2884 1.026815e-13 3.660597e-11 0 0 5.941496 177.693186 SRXN1;SLC2A1;TGFA;TXN;SLC2A4;SLC7A11;SLC2A6;UG...
2 WikiPathways_2024_Human Pleural Mesothelioma WP5087 2.923317e-11 6.947750e-09 0 0 2.867939 69.563908 CDKN1A;ITGB4;ITGB3;WWC1;SLC2A1;AREG;ACTB;ACTG1...
3 WikiPathways_2024_Human Glucocorticoid Receptor Pathway WP2880 4.004986e-10 7.138888e-08 0 0 7.091578 153.449771 SRGN;SLC26A2;MGAM;CAVIN2;AMIGO2;CUL1;NR3C1;TGF...
4 WikiPathways_2024_Human Metapathway Biotransformation Phase I And II W... 6.115627e-10 8.720884e-08 0 0 4.123522 87.480530 UGT1A10;GLYAT;CYP2C19;CYP4F22;CYP19A1;CYP7A1;N...
enr_bg_PCB3 = gp.enrichr(gene_list=gene_list_PCB3,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GSE109565_ORApathwaytable', 
                 verbose=True)
2025-04-14 14:47:15,835 [INFO] Run: WikiPathways_2024_Human 
2025-04-14 14:47:17,078 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-14 14:47:17,523 [INFO] Done.
enr_bg_PCB3.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Benzo A Pyrene Metabolism WP696 0.002069 0.013766 0 0 724.083333 4475.443288 CYP1A1
1 WikiPathways_2024_Human Estrogen Receptor Pathway WP2881 0.002987 0.013766 0 0 482.611111 2805.639574 CYP1A1
2 WikiPathways_2024_Human Fatty Acid Omega Oxidation WP206 0.003217 0.013766 0 0 445.461538 2556.698083 CYP1A1
3 WikiPathways_2024_Human Estrogen Metabolism WP697 0.003905 0.013766 0 0 361.875000 2006.791561 CYP1A1
4 WikiPathways_2024_Human Tamoxifen Metabolism WP691 0.004593 0.013766 0 0 304.684211 1640.199523 CYP1A1

Section 2.4: Saving plots of ORA

In this section, The ORA plots for each comparison are saved.

Section 2.4.1 PCB concentration 1

Step 10: The ORA barplot is created using the following commands below per condition. The variable ´ofname´ is set to save the figures in your laptop.

ax_PCB1 = barplot(enr_bg_PCB1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
                title= 'PCB concentration 1 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='PCB concentration 1 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_PCB2 = barplot(enr_bg_PCB2.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'PCB concentration 2 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='PCB concentration 2 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_PCB3 = barplot(enr_bg_PCB3.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'PCB concentration 3 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='PCB concentration 3 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )

Section 3: Execution of Overrepresentation analysis for dataset: E-MEXP-3583

In this section, you will execute overrepresentation analysis for dataset: E-MEXP-3583 using the Enrichr function of GSEApy and background list of genes that is created.

Section 3.1: Generation of the background genelist

In this section, you will create the background list of genes which contain all expressed genes of dataset:GSE109565. This requires the creation of a folder with the expressed genes per condition of the dataset:

Step 11: First, you verify the contents of the folder.

path_ORA = "C:\\Users\\shaki\\Downloads\\BackgroundORA-EMEXP3583"
dir_list_ORA = os.listdir(path_ORA)
print("Files and directories in '", path_ORA, "' :")
print(dir_list_ORA)
Files and directories in ' C:\Users\shaki\Downloads\BackgroundORA-EMEXP3583 ' :
['topTable_Ag._.1.3_24 - H2O.control_.0.0_24.csv', 'topTable_Ag._.1.3_48 - H2O.control_.0.0_48.csv', 'topTable_AgNP._.12.1_24- H2O.control_.0.0_24.csv', 'topTable_AgNP._.12.1_48 - H2O.control_.0.0_48.csv', 'topTable_H2O_0.0_48 - H2O.control_.0.0_24.csv']

Step 12: Next, we create individual dataframes for each of the files.

list_of_names_ORA = ['topTable_Ag._.1.3_24 - H2O.control_.0.0_24', 'topTable_Ag._.1.3_48 - H2O.control_.0.0_48','topTable_AgNP._.12.1_24- H2O.control_.0.0_24','topTable_AgNP._.12.1_48 - H2O.control_.0.0_48','topTable_H2O_0.0_48 - H2O.control_.0.0_24']
dataframes_list_ORA = []

for i in range(len(list_of_names_ORA)):
 
    temp_df_ORA = pd.read_csv("./BackgroundORA-EMEXP3583/" + list_of_names_ORA[i] + ".csv", comment=';')
    dataframes_list_ORA.append(temp_df_ORA)

Step 13: You will now merge the dataframes by vertical stacking followed by manipulation to retrieve the background gene list.

combined_dataframes_list_ORA=pd.concat([dataframes_list_ORA[0],dataframes_list_ORA[1],dataframes_list_ORA[2],dataframes_list_ORA[3],dataframes_list_ORA[4]], ignore_index=True, axis=0)
genelist= combined_dataframes_list_ORA['gene_name'].copy()
gene_list = genelist.squeeze().str.strip().to_list()
Backgroundgenelist= [x for x in gene_list if x==x]

Section 3.2: Generation of the genelists

In this section, you will create the genelists.

Section 3.2.1 Genelist for Ag+ timepoint 1

Step 14: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df1 = dataframes_list_ORA[0]
genelist_Ag1= genelist_df1[genelist_df1['padj'] < 0.05]
genelist_Ag1=genelist_Ag1['gene_name'].copy()
gene_listAg1 = genelist_Ag1.squeeze().str.strip().to_list()
gene_list_Ag1= [x for x in gene_listAg1 if x==x]
Section 3.2.2 Genelist for Ag+ timepoint 2

Step 15: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df2 = dataframes_list_ORA[1]
genelist_Ag2= genelist_df2[genelist_df2['padj'] < 0.05]
genelist_Ag2=genelist_Ag2['gene_name'].copy()
gene_listAg2 = genelist_Ag2.squeeze().str.strip().to_list()
gene_list_Ag2= [x for x in gene_listAg2 if x==x]
Section 3.2.3 Genelist for AgNP timepoint 1

Step 16: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df3 = dataframes_list_ORA[2]
genelist_AgNP1= genelist_df3[genelist_df3['padj'] < 0.05]
genelist_AgNP1=genelist_AgNP1['gene_name'].copy()
gene_listAgNP1 = genelist_AgNP1.squeeze().str.strip().to_list()
gene_list_AgNP1= [x for x in gene_listAgNP1 if x==x]
Section 3.2.4 Genelist for AgNP timepoint 2

Step 17: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df4 = dataframes_list_ORA[3]
genelist_AgNP2= genelist_df4[genelist_df4['padj'] < 0.05]
genelist_AgNP2=genelist_AgNP2['gene_name'].copy()
gene_listAgNP2 = genelist_AgNP2.squeeze().str.strip().to_list()
gene_list_AgNP2= [x for x in gene_listAgNP2 if x==x]

Section 3.3: Execution of ORA

In this section, ORA will be executed per condition.

enr_bg_Ag1 = gp.enrichr(gene_list=gene_list_Ag1,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='ORA_tables_for_comparison', 
                 verbose=True)
2025-04-13 12:19:15,194 [INFO] Run: WikiPathways_2024_Human 
2025-04-13 12:19:16,786 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-13 12:19:18,724 [INFO] Done.
enr_bg_Ag1.results.head()
enr_bg_Ag2 = gp.enrichr(gene_list=gene_list_Ag2,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='ORA_tables_for_comparison', 
                 verbose=True)
2025-04-13 12:24:30,831 [INFO] Run: WikiPathways_2024_Human 
2025-04-13 12:24:32,402 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-13 12:24:32,816 [INFO] Done.
enr_bg_Ag2.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Platelet Mediated Interactions W Vascular And ... 0.000259 0.013651 0 0 101.071605 834.692381 CCL2;TLR4
1 WikiPathways_2024_Human P53 Transcriptional Gene Network WP4963 0.000266 0.013651 0 0 27.364937 225.276445 CCL2;ULBP1;SERPINB5
2 WikiPathways_2024_Human Network Map Of SARS CoV 2 Signaling WP5115 0.000428 0.013651 0 0 12.948480 100.448100 IFITM3;CCL2;PTGS2;CXCL5
3 WikiPathways_2024_Human LDL Influence On CD14 And TLR4 WP5272 0.000479 0.013651 0 0 72.172840 551.613291 CCL2;TLR4
4 WikiPathways_2024_Human Spinal Cord Injury WP2431 0.000564 0.013651 0 0 20.985577 156.979073 CCL2;PTGS2;TLR4
enr_bg_AgNP1 = gp.enrichr(gene_list=gene_list_AgNP1,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='ORA_tables_for_comparison', 
                 verbose=True)
2025-04-13 12:25:06,014 [INFO] Run: WikiPathways_2024_Human 
2025-04-13 12:25:07,904 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-13 12:25:08,414 [INFO] Done.
enr_bg_AgNP1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Ciliopathies WP4803 0.000002 0.001669 0 0 2.050893 26.876247 INVS;GALNT11;DYNC2I1;ODAD4;TRAF3IP1;IFT172;CEP...
1 WikiPathways_2024_Human Genes Related To Primary Cilium Development Ba... 0.000006 0.002491 0 0 2.477324 29.756033 DYNC2I1;TTC23;TRAF3IP1;IFT172;CEP19;CEP120;CBY...
2 WikiPathways_2024_Human Pluripotent Stem Cell Differentiation Pathway ... 0.000100 0.020127 0 0 3.121977 28.753550 ALK;CSF1R;EPO;PDGFA;FGF1;FGF4;INS;NT5E;FGF8;CX...
3 WikiPathways_2024_Human Bardet Biedl Syndrome WP5234 0.000119 0.020127 0 0 2.299628 20.771291 INVS;DYNC2I1;CEP104;TRAF3IP1;IFT172;PKD1L1;PKD...
4 WikiPathways_2024_Human NRF2 Pathway WP2884 0.000143 0.020127 0 0 1.918783 16.992907 SERPINA1;HSP90AB1;SRXN1;SLC2A1;KEAP1;SLC2A2;SL...
enr_bg_AgNP2 = gp.enrichr(gene_list=gene_list_AgNP2,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='ORA_tables_for_comparison', 
                 verbose=True)
2025-04-13 12:25:48,930 [INFO] Run: WikiPathways_2024_Human 
2025-04-13 12:25:50,729 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-13 12:25:51,136 [INFO] Done.
enr_bg_AgNP2.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Copper Homeostasis WP3286 0.000004 0.001917 0 0 4.418958 54.597864 GSK3B;JUN;SLC31A2;XIAP;MT1X;MT4;MT2A;MT1A;APC;...
1 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 0.000005 0.001917 0 0 1.999392 24.344522 SLC2A1;TNFAIP3;SLC2A3;GCC1;SLC2A6;SLC2A8;RGS2;...
2 WikiPathways_2024_Human Selenium Metabolism And Selenoproteins WP28 0.000102 0.025295 0 0 3.792689 34.857059 EEFSEC;GPX2;JUN;GPX4;TXNRD3;GPX3;CREM;SELENOK;...
3 WikiPathways_2024_Human Novel Intracellular Components Of RIG I Like R... 0.000188 0.034957 0 0 3.199706 27.451509 DDX3Y;DDX3X;CXCL8;CHUK;TRADD;ATG12;IFIH1;CYLD;...
4 WikiPathways_2024_Human Small Cell Lung Cancer WP4658 0.000560 0.080545 0 0 2.440505 18.271498 LAMA5;CHUK;LAMB3;GADD45B;ITGA3;GADD45A;LAMB2;L...

Section 3.4: Saving plots of ORA

In this section, we create and save the ORA plots for each comparison (PCB concentration 1, PCB concentration 2, PCB concentration 3 and RoundUp concentration 1).

Step 18 The ORA barplots will be created using the following commands below per condition.

ax_Ag1 = barplot(enr_bg_Ag1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
                title= 'Ag+ timepoint 1 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Ag+ timepoint 1 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Ag2 = barplot(enr_bg_Ag2.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Ag+ timepoint 2 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Ag timepoint 2 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_AgNP1 = barplot(enr_bg_AgNP1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'AgNP timepoint 1 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='AgNP timepoint 1 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_AgNP2 = barplot(enr_bg_AgNP2.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'AgNP timepoint 2ORA',
              top_term=10,
              figsize=(3,5),
              ofname='AgNP timepoint 2 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )

Section 4: Execution of Overrepresentation analysis for dataset: E-MEXP-2599

In this section, you will execute overrepresentation analysis for dataset: E-MEXP-2599 using the Enrichr function of GSEApy and background list of genes that is created.

In this section, you will execute overrepresentation analysis using the Enrichr function of GSEApy and background list of genes.

Section 4.1: Generation of the background genelist

In this section, you will create the background list of genes which contain all expressed genes of dataset:GSE109565. This requires the creation of a folder with the expressed genes per condition of the dataset.

Step 19 First, you verify the contents of the folder.

path_ORA = "C:\\Users\\shaki\\Downloads\\BackgroundORA-EMEXP2599"
dir_list_ORA = os.listdir(path_ORA)
print("Files and directories in '", path_ORA, "' :")
print(dir_list_ORA)
Files and directories in ' C:\Users\shaki\Downloads\BackgroundORA-EMEXP2599 ' :
['X12_CdCI2_.5- X12_vehicle...control_.0.csv', 'X12_CsA_.5 - X12_vehicle...control_.0.csv', 'X12_Diquat_30 - X12_vehicle...control_.0.csv', 'X48_CdCI2_.5 - X48_vehicle...control_.0.csv', 'X48_CsA_.5 - X48_vehicle...control_.0.csv', 'X48_Diquat_30 - X48_vehicle...control_.0.csv']

Step 20: Next, we create individual dataframes for each of the files.

list_of_names_ORA = ['X12_CdCI2_.5- X12_vehicle...control_.0', 'X12_CsA_.5 - X12_vehicle...control_.0','X12_Diquat_30 - X12_vehicle...control_.0','X48_CdCI2_.5 - X48_vehicle...control_.0','X48_CsA_.5 - X48_vehicle...control_.0','X48_Diquat_30 - X48_vehicle...control_.0']
dataframes_list_ORA = []

for i in range(len(list_of_names_ORA)):
 
    temp_df_ORA = pd.read_csv("./BackgroundORA-EMEXP2599/" + list_of_names_ORA[i] + ".csv", comment=';')
    dataframes_list_ORA.append(temp_df_ORA)

Step 21: You will now merge the dataframes by vertical stacking followed by manipulation to retrieve the background gene list.

combined_dataframes_list_ORA=pd.concat([dataframes_list_ORA[0],dataframes_list_ORA[1],dataframes_list_ORA[2],dataframes_list_ORA[3],dataframes_list_ORA[4],dataframes_list_ORA[5]], ignore_index=True, axis=0)
genelist= combined_dataframes_list_ORA['gene_name'].copy()
gene_list = genelist.squeeze().str.strip().to_list()
Backgroundgenelist= [x for x in gene_list if x==x]

Section 4.2: Generation of the genelists

\[3\]\[6\]

.

Section 4.2.1 Genelist for cadmium chloride timepoint 1

Step 22: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df1 = dataframes_list_ORA[0]
genelist_CdCI1= genelist_df1[genelist_df1['padj'] < 0.05]
genelist_CDCI1=genelist_CdCI1['gene_name'].copy()
gene_listCDCL1 = genelist_CDCI1.squeeze().str.strip().to_list()
gene_list_CDCI1= [x for x in gene_listCDCL1 if x==x]
Section 4.2.2 Genelist for cyclosporin A timepoint 1

Step 23: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df2 = dataframes_list_ORA[1]
genelist_CSA2= genelist_df2[genelist_df2['padj'] < 0.05]
genelist_CsA2=genelist_CSA2['gene_name'].copy()
gene_listCSA = genelist_CsA2.squeeze().str.strip().to_list()
gene_list_CSA1= [x for x in gene_listCSA if x==x]
Section 4.2.3 Genelist for diquat dibromide timepoint 1

Step 24: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df3 = dataframes_list_ORA[2]
genelist_diquat= genelist_df3[genelist_df3['padj'] < 0.05]
genelist_Diquat=genelist_diquat['gene_name'].copy()
gene_listDiquat = genelist_Diquat.squeeze().str.strip().to_list()
gene_list_Diquat1= [x for x in gene_listDiquat if x==x]
Section 4.2.4 Genelist for cadmium chloride timepoint 2

Step 25: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df4 = dataframes_list_ORA[3]
genelist_CDCL22= genelist_df4[genelist_df4['padj'] < 0.05]
genelist_CDCI2=genelist_CDCL22['gene_name'].copy()
gene_listCDCI22 = genelist_CDCI2.squeeze().str.strip().to_list()
gene_list_CDCI22= [x for x in gene_listCDCI22 if x==x]
Section 4.2.5 Genelist for cyclosporin A timepoint 2

Step 26: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df5 = dataframes_list_ORA[4]
genelist_CsA_2= genelist_df5[genelist_df5['padj'] < 0.05]
genelist_CSA2=genelist_CsA_2['gene_name'].copy()
gene_listCsA22 = genelist_CSA2.squeeze().str.strip().to_list()
gene_list_CsA2= [x for x in gene_listCsA22 if x==x]
Section 4.2.6 Genelist for diquat dibromide timepoint 2

Step 27: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df6 = dataframes_list_ORA[5]
genelist_Diquat_2= genelist_df6[genelist_df6['padj'] < 0.05]
genelist_Diquat2=genelist_Diquat_2['gene_name'].copy()
gene_listDiquat = genelist_Diquat2.squeeze().str.strip().to_list()
gene_list_Diquat2= [x for x in gene_listDiquat if x==x]

Section 4.3: Execution of ORA

In this section, ORA will be executed per condition.

Step 28: The Enrichr function will be executed per comparison and saved.

enr_bg_CdCI1 = gp.enrichr(gene_list=gene_list_CDCI1,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='EMEXP-2599_ORApathwaytable', 
                 verbose=True)
2025-04-14 09:58:56,222 [INFO] Run: WikiPathways_2024_Human 
2025-04-14 09:58:59,621 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-14 09:59:01,252 [INFO] Done.
enr_bg_CdCI1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 5.091424e-21 4.154602e-18 0 0 8.952987 418.343788 TOP2A;CDKN1A;CDKN1B;MCM7;SUV39H1;HMGB2;SMC2;CC...
1 WikiPathways_2024_Human DNA Repair Pathways Full Network WP4946 2.079615e-17 8.484830e-15 0 0 5.137071 197.323961 H2AX;FEN1;DCLRE1C;MRE11;WDR48;CCNH;MPG;CETN2;B...
2 WikiPathways_2024_Human DNA IR Damage And Cellular Response Via ATR WP... 4.199721e-15 1.142324e-12 0 0 6.418160 212.465215 H2AX;DCLRE1A;MDC1;FEN1;MRE11;CEP164;UBE2D3;BRC...
3 WikiPathways_2024_Human Cell Cycle WP179 4.142647e-14 8.450999e-12 0 0 4.172387 128.571514 CDKN1C;GSK3B;CDKN1A;CDKN1B;MCM7;CCNH;CDC14B;CD...
4 WikiPathways_2024_Human Ciliary Landscape WP4352 1.388601e-10 2.198580e-08 0 0 2.464009 55.926974 DYNC2I2;DGKE;IFT172;UBE2D2;SMC4;DCAF7;PSMD7;MA...
enr_bg_CSA1 = gp.enrichr(gene_list=gene_list_CSA1,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='EMEXP-2599_ORApathwaytable', 
                 verbose=True)
2025-04-14 10:00:23,265 [INFO] Run: WikiPathways_2024_Human 
2025-04-14 10:00:24,820 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-14 10:00:25,292 [INFO] Done.
enr_bg_CSA1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Photodynamic Therapy Induced Unfolded Protein ... 1.069049e-11 6.360841e-09 0 0 25.863598 653.357585 DNAJC3;XBP1;HSPA5;EDEM1;DDIT3;DNAJB11;DNAJB9;T...
1 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 4.808685e-09 1.430584e-06 0 0 3.122448 59.803759 FHOD1;FHL2;HTRA1;PLOD3;NDRG1;PPM1G;HERPUD1;LMA...
2 WikiPathways_2024_Human Prolactin Signaling WP2037 8.095352e-06 1.320876e-03 0 0 5.497044 64.448556 STAT5A;NFKBIA;MAP2K2;STAT3;EIF4EBP1;SIRPA;AKT1...
3 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 8.879840e-06 1.320876e-03 0 0 4.980684 57.933952 RRM2;MCM7;SUV39H1;SMC3;TYMS;CDC25A;CDC25B;POLA...
4 WikiPathways_2024_Human Pleural Mesothelioma WP5087 1.436712e-05 1.709687e-03 0 0 2.418983 26.973040 LAMA5;LAMC3;WWC1;CHD8;ITPR3;FOXM1;NDRG1;CCND3;...
enr_bg_Diquat1 = gp.enrichr(gene_list=gene_list_Diquat1,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='EMEXP-2599_ORApathwaytable', 
                 verbose=True)
2025-04-14 10:01:07,378 [INFO] Run: WikiPathways_2024_Human 
2025-04-14 10:01:08,961 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-14 10:01:09,394 [INFO] Done.
enr_bg_Diquat1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Pleural Mesothelioma WP5087 1.884671e-08 0.000012 0 0 2.612054 46.460414 CDKN1A;WWC1;CHD8;FOXM1;DEPTOR;PLAU;RPS6KA1;AKT...
1 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 2.077285e-06 0.000655 0 0 2.321610 30.376988 LRRC59;PSMD11;FLII;FHOD1;CLTC;HTRA1;IQGAP1;NDR...
2 WikiPathways_2024_Human Hypothesized Pathways In Pathogenesis Of Cardi... 2.141000e-05 0.004503 0 0 8.863674 95.299142 FBN2;TGFBR3;SERPINE1;FLNA;LTBP2;MAPK14;TGFBR2;...
3 WikiPathways_2024_Human P53 Transcriptional Gene Network WP4963 2.931388e-05 0.004624 0 0 3.941386 41.138023 CDKN1A;GADD45A;XRCC5;SERPINE1;LIF;TSC2;SLC7A11...
4 WikiPathways_2024_Human Focal Adhesion WP306 3.905396e-05 0.004929 0 0 2.730696 27.718114 LAMA5;JUN;LAMB3;PRKCB;ITGA3;LAMA1;LAMB2;ACTN1;...
enr_bg_CDCI22 = gp.enrichr(gene_list=gene_list_CDCI22,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='EMEXP-2599_ORApathwaytable', 
                 verbose=True)
2025-04-14 10:01:51,520 [INFO] Run: WikiPathways_2024_Human 
2025-04-14 10:01:53,315 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-14 10:01:54,607 [INFO] Done.
enr_bg_CDCI22.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 2.207376e-20 1.803427e-17 0 0 8.362074 378.466622 TOP2A;RB1;CDKN1A;CDKN1B;MCM7;HMGB2;SMC3;SMC2;C...
1 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 4.634443e-13 1.893170e-10 0 0 2.096834 59.550284 RPL5;TRAF3IP2;NCF2;PLOD3;ETS1;ICAM1;AMOT;ACTG1...
2 WikiPathways_2024_Human Cell Cycle WP179 1.158770e-11 3.155717e-09 0 0 3.583526 90.237040 RB1;CDKN1C;CDKN1A;CDKN1B;MCM7;CCNH;SMC3;CDC14B...
3 WikiPathways_2024_Human G1 To S Cell Cycle Control WP45 7.583665e-10 1.548964e-07 0 0 4.814595 101.105792 RB1;CDKN1C;CDKN1A;CDKN1B;PCNA;MCM7;CCNH;PRIM1;...
4 WikiPathways_2024_Human DNA Replication WP466 3.955954e-09 6.464029e-07 0 0 6.867953 132.881465 PCNA;MCM7;PRIM1;GMNN;MCM10;POLD3;ORC4;CDC45;OR...
enr_bg_CsA2 = gp.enrichr(gene_list=gene_list_CsA2,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='EMEXP-2599_ORApathwaytable', 
                 verbose=True)
2025-04-14 10:02:25,303 [INFO] Run: WikiPathways_2024_Human 
2025-04-14 10:02:26,877 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-14 10:02:27,470 [INFO] Done.
enr_bg_CsA2.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 5.777480e-26 4.188673e-23 0 0 12.199144 708.931848 TOP2A;RB1;CDKN1A;PCNA;MCM7;PRIM1;HMGB2;TTK;TYM...
1 WikiPathways_2024_Human DNA Replication WP466 3.466155e-17 1.256481e-14 0 0 17.166138 650.612078 PCNA;MCM7;PRIM1;GMNN;ORC4;CDC45;ORC1;RFC5;CDT1...
2 WikiPathways_2024_Human Cell Cycle WP179 2.912721e-15 7.039075e-13 0 0 5.818540 194.744738 RB1;CDKN1A;HDAC2;PCNA;MCM7;TTK;CDC14B;CDC20;OR...
3 WikiPathways_2024_Human G1 To S Cell Cycle Control WP45 2.686793e-12 4.869812e-10 0 0 7.512052 200.141147 RB1;CDKN1A;PCNA;MCM7;PRIM1;ORC4;CCNB1;CDC45;OR...
4 WikiPathways_2024_Human DNA Mismatch Repair WP531 2.604210e-09 3.776105e-07 0 0 15.752656 311.369143 RFC5;RFC3;PCNA;RFC4;RFC2;RPA1;RPA2;MSH6;MSH2;E...
enr_bg_Diquat2 = gp.enrichr(gene_list=gene_list_Diquat2,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='EMEXP-2599_ORApathwaytable', 
                 verbose=True)
2025-04-14 10:03:28,790 [INFO] Run: WikiPathways_2024_Human 
2025-04-14 10:03:30,575 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-14 10:03:31,122 [INFO] Done.
enr_bg_Diquat2.results.head()

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 3.920321e-23 3.198982e-20 0 0 10.221704 527.371265 TOP2A;CDKN1A;CDKN1B;MCM7;HMGB2;SMC2;CCND1;SIN3...
1 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 5.853628e-19 2.388280e-16 0 0 2.472575 103.803798 TRAF3IP2;ARPC5L;ICAM1;GJA1;PNP;RPS6KA5;BSG;LUC...
2 WikiPathways_2024_Human G1 To S Cell Cycle Control WP45 8.953469e-10 2.435344e-07 0 0 4.781278 99.612229 CDKN1C;CDKN1A;CDKN1B;PCNA;MCM7;CCNH;PRIM1;ORC4...
3 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 1.227298e-09 2.503688e-07 0 0 2.060356 42.275309 KEAP1;IRS2;GCC1;NR3C1;SCP2;CCND1;SLC39A9;FTH1;...
4 WikiPathways_2024_Human Cell Cycle WP179 1.873745e-09 3.057952e-07 0 0 3.088347 62.061351 CDKN1C;CDKN1A;CDKN1B;MCM7;CCNH;CDC20;CCND1;PTT...

Section 4.4: Saving plots of ORA

In this section, we create and save the ORA plots for each comparison (PCB concentration 1, PCB concentration 2, PCB concentration 3 and RoundUp concentration 1).

Step 29: The ORA barplots will be created using the following commands below per condition. The variable ´ofname´ is set to save the figures in your laptop.

ax_CDCI1 = barplot(enr_bg_CdCI1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
                title= 'CDCI2 timepoint 1 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='CDCI2 timepoint 1 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_CsA1 = barplot(enr_bg_CSA1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'CsA timepoint 1 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='CsA timepoint 1 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Diquat1 = barplot(enr_bg_Diquat1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Diquat timepoint 1 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Diquat timepoint 1 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_CDCI22 = barplot(enr_bg_CDCI22.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'CDCI2 timepoint 2 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='CDCI2 timepoint 2 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_CsA2 = barplot(enr_bg_CsA2.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'CsA timepoint 2 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='CsA timepoint 2 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Diquat2 = barplot(enr_bg_Diquat2.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Diquat timepoint 2 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Diquat timepoint 2 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )

Section 5: Execution of Overrepresentation analysis for dataset: GSE44729

In this section, you will execute overrepresentation analysis for dataset: GSE44729 using the Enrichr function of GSEApy and background list of genes.

Section 5.1: Generation of the background genelist

In this section, you will create the background list of genes which contain all expressed genes of dataset:GSE44729. This requires the creation of a folder with the expressed genes per condition of the dataset.

Step 30: First, you verify the contents of the folder.

path_ORA = "C:\\Users\\shaki\\Downloads\\BackgroundORA-EGEOD44729"
dir_list_ORA = os.listdir(path_ORA)
print("Files and directories in '", path_ORA, "' :")
print(dir_list_ORA)
Files and directories in ' C:\Users\shaki\Downloads\BackgroundORA-EGEOD44729 ' :
['adaptedACR10h.tsv', 'adaptedACR24h.tsv', 'adaptedCP10h.tsv', 'adaptedCP24h.tsv', 'adaptedMA10h.tsv', 'adaptedMA24h.tsv']

Step 31: Next, we create individual dataframes for each of the files.

list_of_names_ORA = ['adaptedACR10h', 'adaptedACR24h','adaptedCP10h','adaptedCP24h','adaptedMA10h','adaptedMA24h']
dataframes_list_ORA = []

for i in range(len(list_of_names_ORA)):
 
    temp_df_ORA = pd.read_csv("./BackgroundORA-EGEOD44729/" + list_of_names_ORA[i] + ".tsv", sep='\t')
    dataframes_list_ORA.append(temp_df_ORA)

Step 32: The dataframes were merged by vertical stacking followed by manipulation to retrieve the background gene list.

combined_dataframes_list_ORA=pd.concat([dataframes_list_ORA[0],dataframes_list_ORA[1],dataframes_list_ORA[2],dataframes_list_ORA[3],dataframes_list_ORA[4],dataframes_list_ORA[5]], ignore_index=True, axis=0)
genelist= combined_dataframes_list_ORA['GENE_SYMBOL'].copy().drop_duplicates()
gene_list = genelist.squeeze().str.strip().to_list()
Backgroundgenelist= [x for x in gene_list if x==x]

Section 5.2: Generation of the genelists

In this section, you will create the genelists.

Section 5.2.1 Genelist for ACR timepoint 1

Step 33. You extract the significant results and convert the dataframe into a list per comparison.

  • ACR timepoint 1 GSEA and ORA could not be executed as it only had one gene.
#genelist_df1 = dataframes_list_ORA[0]
#genelist_ACR1= genelist_df1[genelist_df1['padj'] < 0.05]
#genelist_ACR_1=genelist_ACR1['GENE_SYMBOL'].copy()
#gene_listACR1 = genelist_ACR_1.squeeze().str.strip().to_list()
#gene_list_ACR10_t1= [x for x in gene_listACR1 if x==x]
Section 5.2.2 Genelist for ACR imepoint 2

Step 34. You extract the significant results and convert the dataframe into a list per comparison.

genelist_df2 = dataframes_list_ORA[1]
genelist_ACR2= genelist_df2[genelist_df2['padj'] < 0.05]
genelist_acr2=genelist_ACR2['GENE_SYMBOL'].copy()
gene_listACR2 = genelist_acr2.squeeze().str.strip().to_list()
gene_list_ACR24_t2= [x for x in gene_listACR2 if x==x]
Section 5.2.3 Genelist for CP timepoint 1

Step 35: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df3 = dataframes_list_ORA[2]
genelist_CP10= genelist_df3[genelist_df3['padj'] < 0.05]
genelist_cp10=genelist_CP10['GENE_SYMBOL'].copy()
gene_listCP10 = genelist_cp10.squeeze().str.strip().to_list()
gene_list_CP10_t1= [x for x in gene_listCP10 if x==x]
Section 5.2.4 Genelist for CP timepoint 2

Step 36: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df4 = dataframes_list_ORA[3]
genelist_CP24= genelist_df4[genelist_df4['padj'] < 0.05]
genelist_cp24=genelist_CP24['GENE_SYMBOL'].copy()
gene_listCP24 = genelist_cp24.squeeze().str.strip().to_list()
gene_list_CP24_t2= [x for x in gene_listCP24 if x==x]
Section 5.2.5 Genelist for MA timepoint 1

Step 37. You extract the significant results and convert the dataframe into a list per comparison.

genelist_df5 = dataframes_list_ORA[4]
genelist_MA10= genelist_df5[genelist_df5['padj'] < 0.05]
genelist_ma10=genelist_MA10['GENE_SYMBOL'].copy()
gene_listMA10 = genelist_ma10.squeeze().str.strip().to_list()
gene_list_MA10_t1= [x for x in gene_listMA10 if x==x]
Section 5.2.6 Genelist for MA timepoint 2

Step 38: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df6 = dataframes_list_ORA[5]
genelist_MA24= genelist_df6[genelist_df6['padj'] < 0.05]
genelist_ma24=genelist_MA24['GENE_SYMBOL'].copy()
gene_listMA24 = genelist_ma24.squeeze().str.strip().to_list()
gene_list_MA24_t2= [x for x in gene_listMA24 if x==x]

Section 5.3: Execution of ORA

In this section, ORA will be executed per condition.

Step 39: The Enrichr function will be executed per comparison with exception of Acrolein timepoint 1 which did not give ORA results.

enr_bg_ACR24_t2 = gp.enrichr(gene_list=gene_list_ACR24_t2,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir=None, 
                 verbose=True)
2025-03-18 14:35:19,806 [INFO] Run: WikiPathways_2024_Human 
2025-03-18 14:35:20,846 [INFO] Done.
enr_bg_ACR24_t2.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Transcriptional Activation By NRF2 In Response... 0.000032 0.000489 0 0 594.750000 6164.285398 HMOX1;SLC7A11
1 WikiPathways_2024_Human NRF2 ARE Regulation WP4357 0.000032 0.000489 0 0 594.750000 6164.285398 HMOX1;SLC7A11
2 WikiPathways_2024_Human Oxidative Stress Response WP408 0.000110 0.001135 0 0 237.600000 2165.743440 CYP1A1;HMOX1
3 WikiPathways_2024_Human Antiviral And Anti-Inflam Effects Of Nrf2 On S... 0.000146 0.001135 0 0 197.916667 1747.310661 HMOX1;SLC7A11
4 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 0.000301 0.001865 0 0 40.051724 324.773808 CYP1A1;HMOX1;SLC7A11
enr_bg_CP10_t1 = gp.enrichr(gene_list=gene_list_CP10_t1,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir=None, 
                 verbose=True)
2025-03-18 14:53:58,480 [INFO] Run: WikiPathways_2024_Human 
2025-03-18 14:53:59,585 [INFO] Done.
enr_bg_CP10_t1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Epithelial To Mesenchymal Transition In Colore... 0.000965 0.041872 0 0 61.480519 426.881789 ID2;SNAI1
1 WikiPathways_2024_Human Hepatitis B Infection WP4666 0.001669 0.041872 0 0 45.009524 287.847526 EGR3;FOS
2 WikiPathways_2024_Human Serotonin And Anxiety WP3947 0.003770 0.041872 0 0 inf inf FOS
3 WikiPathways_2024_Human MAPK Pathway In Congenital Thyroid Cancer WP4928 0.003770 0.041872 0 0 inf inf FOS
4 WikiPathways_2024_Human Estrogen Signaling WP712 0.003770 0.041872 0 0 inf inf FOS
enr_bg_CP24_t2 = gp.enrichr(gene_list=gene_list_CP24_t2,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir=None, 
                 verbose=True)
2025-03-18 14:29:05,143 [INFO] Run: WikiPathways_2024_Human 
2025-03-18 14:29:06,377 [INFO] Done.
enr_bg_CP24_t2.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 0.000005 0.001376 0 0 3.395663 41.215212 TNFAIP3;GCC1;SLC7A11;CYP3A5;DNAJB1;RGS2;CCND1;...
1 WikiPathways_2024_Human NRF2 Pathway WP2884 0.000006 0.001376 0 0 9.572727 114.873390 NQO1;SLC7A11;PRDX6;TGFBR2;DNAJB1;MAFF;ME1;HMOX...
2 WikiPathways_2024_Human TGF Beta Signaling Pathway WP366 0.000008 0.001376 0 0 6.919643 81.087304 CDKN2B;MMP1;LIMK2;TNC;FOS;THBS1;RUNX2;PML;SMAD...
3 WikiPathways_2024_Human Endoplasmic Reticulum Stress Response In Coron... 0.000035 0.004418 0 0 29.228963 300.014140 PPP1R15A;PPP1R15B;PPP1R14B;XBP1;PPP1R10;PPP1R3...
4 WikiPathways_2024_Human Photodynamic Therapy Induced Unfolded Protein ... 0.000141 0.014307 0 0 14.606654 129.503854 PPP1R15A;XBP1;DDIT3;DNAJB9;ASNS;TRIB3;CALR;ATF4
enr_bg_MA10_t1 = gp.enrichr(gene_list=gene_list_MA10_t1,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir=None, 
                 verbose=True)
2025-03-18 14:29:07,128 [INFO] Run: WikiPathways_2024_Human 
2025-03-18 14:29:08,141 [INFO] Done.
enr_bg_MA10_t1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human FBXL10 Enhancement Of MAP ERK Signaling In DLB... 0.003349 0.015063 0 0 794.000000 4525.002412 H3C14
1 WikiPathways_2024_Human Effect Of Progerin On Genes Involved In Proger... 0.005021 0.015063 0 0 396.833333 2100.898045 H3C14
2 WikiPathways_2024_Human Histone Modifications WP2369 0.008358 0.016715 0 0 198.250000 948.544395 H3C14
3 WikiPathways_2024_Human NF1 Copy Number Variation Syndrome WP5366 0.018317 0.027476 0 0 79.100000 316.392205 H3C14
4 WikiPathways_2024_Human Ebola Virus Infection In Host WP4217 0.024916 0.029899 0 0 56.404762 208.261211 CD300A
enr_bg_MA24_t2 = gp.enrichr(gene_list=gene_list_MA24_t2,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir=None, 
                 verbose=True)
2025-03-18 14:29:09,485 [INFO] Run: WikiPathways_2024_Human 
2025-03-18 14:29:10,994 [INFO] Done.
enr_bg_MA24_t2.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Ciliary Landscape WP4352 0.020091 0.999997 0 0 6.306452 24.642204 DYNC2I2;DYNC2I1;IFT70A;PSMD12;CTBP2;DYNLT2B;HT...
1 WikiPathways_2024_Human Sudden Infant Death Syndrome SIDS Susceptibili... 0.034278 0.999997 0 0 inf inf CREBBP;NFYA;MAOA;SLC1A3;YBX1;RUNX3;MECP2;C4A;G...
2 WikiPathways_2024_Human Cholesterol Metab With Bloch And Kandutsch Rus... 0.048097 0.999997 0 0 inf inf MVK;HMGCS1;ELOVL3;CYP51A1;HMGCR;LSS;ACAT2;TM7S...
3 WikiPathways_2024_Human Selenium Micronutrient Network WP15 0.067466 0.999997 0 0 inf inf FGB;SERPINE1;SAA4;APOA1;MTHFR;PTGS1;PRDX4;IFNG...
4 WikiPathways_2024_Human Cholesterol Metabolism WP5304 0.067466 0.999997 0 0 inf inf MVK;HMGCS1;CYP51A1;PCSK9;APOA1;HMGCR;LSS;ACAT2...

Section 5.4: Saving plots of ORA

In this section, we create and save the ORA plots for each comparison.

Step 40: We create the ORA barplot using the following commands below per condition. The variable ´ofname´ is set to save the figures in your laptop. The dotplot can’t be created for this comparison, it is too big.

ax_ACR24h_t2 = barplot(enr_bg_ACR24_t2.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'ACR timepoint 2 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='ACR timepoint 2 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_CP10_t1 = barplot(enr_bg_CP10_t1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'CP timepoint 1 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='CP timepoint 1 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_CP24_t2 = barplot(enr_bg_CP24_t2.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'CP timepoint 2 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='CP timepoint 2 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_MA_t1 = barplot(enr_bg_MA10_t1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'MA timepoint 1 ORA',
              top_term=10,
              figsize=(3,5),
              ofname='MA timepoint 1 ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )

Section 6: Execution of Overrepresentation analysis for dataset: E-GEOD-69851

In this section, you will execute overrepresentation analysis using the Enrichr function of GSEApy and background list of genes.

Section 6.1: Generation of the background genelist

In this section, you will create the background list of genes which contain all expressed genes of dataset:E-GEOD-69851. This is the dataframes you compared in your DEG analysis. This requires the creation of a folder with the expressed genes per condition of the dataset:

  • df1: 0= Bisphenol A 1uM
  • df2: 1= Bisphenol A 10uM
  • df3: 2= Bisphenol A 100uM
  • df4: 3= Farnesol 1uM
  • df5: 4= Farnesol 10uM
  • df6: 5= Farnesol 100uM
  • df7: 6= Tetrachlorodibenzopdioxin 1 nM
  • df8: 7= Tetrachlorodibenzopdioxin 10 nM
  • df9: 8= Tetrachlorodibenzopdioxin 100 nM
  • df10:9= Troglitazone 1uM
  • df11:10= Troglitazone 10uM
  • df12:11= Troglitazone 100uM
  • df13:12= ValproicAcid-1uM
  • df14:13= ValproicAcid-10uM
  • df15:14= ValproicAcid-100mM

Step 41: First, you verify the contents of the folder.

path_ORA = "C:\\Users\\shaki\\Downloads\\BackgroundORA_EGEOD69851"
dir_list_ORA = os.listdir(path_ORA)
print("Files and directories in '", path_ORA, "' :")
print(dir_list_ORA)
Files and directories in ' C:\Users\shaki\Downloads\BackgroundORA_EGEOD69851 ' :
['GSE69844.BisphenolA-100uM.tsv', 'GSE69844.BisphenolA-10uM.tsv', 'GSE69844.BisphenolA-1uM.tsv', 'GSE69844.Farnesol-100uM.tsv', 'GSE69844.Farnesol-10uM.tsv', 'GSE69844.Farnesol-1uM.tsv', 'GSE69844.Tetrachlorodibenzopdioxin-100nM.tsv', 'GSE69844.Tetrachlorodibenzopdioxin-10nM.tsv', 'GSE69844.Tetrachlorodibenzopdioxin-1nM.tsv', 'GSE69844.Troglitazone-100uM.tsv', 'GSE69844.Troglitazone-10uM.tsv', 'GSE69844.Troglitazone-1uM.tsv', 'GSE69844.ValproicAcid-100uM.tsv', 'GSE69844.ValproicAcid-10uM.tsv', 'GSE69844.ValproicAcid-1mM.tsv']

Step 42: Next, we create individual dataframes for each of the files and merge the dataframes by vertical stacking followed by manipulation to retrieve the background gene list.

list_of_names_ORA = ['GSE69844.BisphenolA-100uM', 'GSE69844.BisphenolA-10uM', 'GSE69844.BisphenolA-1uM', 'GSE69844.Farnesol-100uM', 'GSE69844.Farnesol-10uM', 'GSE69844.Farnesol-1uM', 'GSE69844.Tetrachlorodibenzopdioxin-100nM', 'GSE69844.Tetrachlorodibenzopdioxin-10nM', 'GSE69844.Tetrachlorodibenzopdioxin-1nM', 'GSE69844.Troglitazone-100uM', 'GSE69844.Troglitazone-10uM', 'GSE69844.Troglitazone-1uM', 'GSE69844.ValproicAcid-100uM', 'GSE69844.ValproicAcid-10uM', 'GSE69844.ValproicAcid-1mM']
dataframes_list_ORA = []

for i in range(len(list_of_names_ORA)):
 
    temp_df_ORA = pd.read_csv("./BackgroundORA_EGEOD69851/" + list_of_names_ORA[i] + ".tsv", sep='\t')
    dataframes_list_ORA.append(temp_df_ORA)
combined_dataframes_list_ORA=pd.concat([dataframes_list_ORA[0],dataframes_list_ORA[1],dataframes_list_ORA[2],dataframes_list_ORA[3],dataframes_list_ORA[4],dataframes_list_ORA[5],dataframes_list_ORA[6],dataframes_list_ORA[7],dataframes_list_ORA[8],dataframes_list_ORA[9],dataframes_list_ORA[10],dataframes_list_ORA[11],dataframes_list_ORA[12],dataframes_list_ORA[13],dataframes_list_ORA[14]], ignore_index=True, axis=0)
genelist= combined_dataframes_list_ORA['Gene.Symbol'].copy().drop_duplicates()
gene_list = genelist.squeeze().str.strip().to_list()
Backgroundgenelist= [x for x in gene_list if x==x]

Section 6.2: Generation of the genelists

In this section, you will create the genelists.

Section 6.2.1 Genelist for Bisphenol A 100 uM

Step 43: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df1 = dataframes_list_ORA[0]
genelist_BisphenolA100uM= genelist_df1[genelist_df1['padj'] < 0.05]
genelist_BisphenolA_100uM=genelist_BisphenolA100uM['Gene.Symbol'].copy()
gene_listBisphenolA_ = genelist_BisphenolA_100uM.squeeze().str.strip().to_list()
gene_list_BisphenolA_100uM= [x for x in gene_listBisphenolA_ if x==x]
Section 6.2.2 Genelist for Bisphenol A 10uM

Step 44: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df2 = dataframes_list_ORA[1]
genelist_BisphenolA10uM= genelist_df2[genelist_df2['padj'] < 0.05]
genelist_BisphenolA_10uM=genelist_BisphenolA10uM['Gene.Symbol'].copy()
gene_listBisphenolA_10 = genelist_BisphenolA_10uM.squeeze().str.strip().to_list()
gene_list_BisphenolA_10uM= [x for x in gene_listBisphenolA_10 if x==x]
Section 6.2.3 Genelist for Bisphenol A 1uM

Step 45: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df3 = dataframes_list_ORA[2]
genelist_BisphenolA1uM= genelist_df3[genelist_df3['padj'] < 0.05]
genelist_BisphenolA_1uM=genelist_BisphenolA1uM['Gene.Symbol'].copy()
gene_listBisphenolA_1 = genelist_BisphenolA_1uM.squeeze().str.strip().to_list()
gene_list_BisphenolA_1uM= [x for x in gene_listBisphenolA_1 if x==x]
Section 6.2.4 Genelist for Farnesol 100uM

Step 46: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df4 = dataframes_list_ORA[3]
genelist_Farnesol100_uM= genelist_df4[genelist_df4['padj'] < 0.05]
genelist_Farnesol100=genelist_Farnesol100_uM['Gene.Symbol'].copy()
gene_listFarnesol100uM = genelist_Farnesol100.squeeze().str.strip().to_list()
gene_list_Farnesol_100uM= [x for x in gene_listFarnesol100uM if x==x]
Section 6.2.5 Genelist for Farnesol 10uM

Step 47: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df5 = dataframes_list_ORA[4]
genelist_Farnesol10_uM= genelist_df5[genelist_df5['padj'] < 0.05]
genelist_Farnesol10=genelist_Farnesol10_uM['Gene.Symbol'].copy()
gene_listFarnesol10uM = genelist_Farnesol10.squeeze().str.strip().to_list()
gene_list_Farnesol_10uM= [x for x in gene_listFarnesol10uM if x==x]
Section 6.2.6 Genelist for Farnesol 1uM

Step 48: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df6 = dataframes_list_ORA[5]
genelist_Farnesol1_uM= genelist_df6[genelist_df6['padj'] < 0.05]
genelist_Farnesol1=genelist_Farnesol1_uM['Gene.Symbol'].copy()
gene_listFarnesol1uM = genelist_Farnesol1.squeeze().str.strip().to_list()
gene_list_Farnesol_1uM= [x for x in gene_listFarnesol1uM if x==x]
Section 6.2.7 Genelist for TP dioxin 100uM

Step 49: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df7 = dataframes_list_ORA[6]
genelist_Tpdioxin100_uM= genelist_df7[genelist_df7['padj'] < 0.05]
genelist_Tpdioxin100=genelist_Tpdioxin100_uM['Gene.Symbol'].copy()
gene_listTpdioxin100uM = genelist_Tpdioxin100.squeeze().str.strip().to_list()
gene_list_Tpdioxin_100uM= [x for x in gene_listTpdioxin100uM if x==x]
Section 6.2.8 Genelist for Tp dioxin 10uM

Step 50: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df8 = dataframes_list_ORA[7]
genelist_Tpdioxin10_uM= genelist_df8[genelist_df8['padj'] < 0.05]
genelist_Tpdioxin10=genelist_Tpdioxin10_uM['Gene.Symbol'].copy()
gene_listTpdioxin10uM = genelist_Tpdioxin10.squeeze().str.strip().to_list()
gene_list_Tpdioxin_10uM= [x for x in gene_listTpdioxin10uM if x==x]
Section 6.2.9 Genelist for Tp dioxin 1uM

Step 51: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df9 = dataframes_list_ORA[8]
genelist_Tpdioxin1_uM= genelist_df9[genelist_df9['padj'] < 0.05]
genelist_Tpdioxin1=genelist_Tpdioxin1_uM['Gene.Symbol'].copy()
gene_listTpdioxin1uM = genelist_Tpdioxin1.squeeze().str.strip().to_list()
gene_list_Tpdioxin_1uM= [x for x in gene_listTpdioxin1uM if x==x]
Section 6.2.10 Genelist for Troglitazone 100 uM

Step 52: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df10 = dataframes_list_ORA[9]
genelist_Troglitazone100_uM= genelist_df10[genelist_df10['padj'] < 0.05]
genelist_Troglitazone100=genelist_Troglitazone100_uM['Gene.Symbol'].copy()
gene_listTroglitazone100 = genelist_Troglitazone100.squeeze().str.strip().to_list()
gene_list_Troglitazone_100uM= [x for x in gene_listTroglitazone100 if x==x]
Section 6.2.11 Genelist for Troglitazone 10 uM

Step 53: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df11 = dataframes_list_ORA[10]
genelist_Troglitazone10_uM= genelist_df11[genelist_df11['padj'] < 0.05]
genelist_Troglitazone10=genelist_Troglitazone10_uM['Gene.Symbol'].copy()
gene_listTroglitazone10 = genelist_Troglitazone10.squeeze().str.strip().to_list()
gene_list_Troglitazone_10uM= [x for x in gene_listTroglitazone10 if x==x]
Section 6.2.12 Genelist for Troglitazone 1 uM

Step 54: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df12 = dataframes_list_ORA[11]
genelist_Troglitazone1_uM= genelist_df12[genelist_df12['padj'] < 0.05]
genelist_Troglitazone1=genelist_Troglitazone1_uM['Gene.Symbol'].copy()
gene_listTroglitazone1 = genelist_Troglitazone1.squeeze().str.strip().to_list()
gene_list_Troglitazone_1uM= [x for x in gene_listTroglitazone1 if x==x]
Section 6.2.13 Genelist for Valproic acid 100uM

Step 55: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df13 = dataframes_list_ORA[12]
genelist_Valproicacid100uM= genelist_df13[genelist_df13['padj'] < 0.05]
genelist_Valproicacid100=genelist_Valproicacid100uM['Gene.Symbol'].copy()
gene_listValproicacid100uM = genelist_Valproicacid100.squeeze().str.strip().to_list()
gene_list_Valproicacid_100uM= [x for x in gene_listValproicacid100uM if x==x]
Section 6.2.14 Genelist for Valproic acid 10uM

Step 56: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df14 = dataframes_list_ORA[13]
genelist_Valproicacid10uM= genelist_df14[genelist_df14['padj'] < 0.05]
genelist_Valproicacid10=genelist_Valproicacid10uM['Gene.Symbol'].copy()
gene_listValproicacid10uM = genelist_Valproicacid10.squeeze().str.strip().to_list()
gene_list_Valproicacid_10uM= [x for x in gene_listValproicacid10uM if x==x]
Section 6.2.15 Genelist for Valproic acid 1uM

Step 57: You extract the significant results and convert the dataframe into a list per comparison.

genelist_df15 = dataframes_list_ORA[14]
genelist_Valproicacid1uM= genelist_df15[genelist_df15['padj'] < 0.05]
genelist_Valproicacid1=genelist_Valproicacid1uM['Gene.Symbol'].copy()
gene_listValproicacid1uM = genelist_Valproicacid1.squeeze().str.strip().to_list()
gene_list_Valproicacid_1uM= [x for x in gene_listValproicacid1uM if x==x]

Section 6.3: Execution of ORA

In this section, ORA will be executed per condition.

Step 58: The Enrichr function is executed per comparison and saved.

enr_bg_BisphenolA100 = gp.enrichr(gene_list=gene_list_BisphenolA_100uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:08:35,632 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:08:37,759 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:08:38,878 [INFO] Done.
enr_bg_BisphenolA100.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 2.078731e-13 1.667142e-10 0 0 2.264959 66.140983 ATF2;NCF2;CTNND1;PLOD3;ELK1;ETS1;GJA1;PNP;CCND...
1 WikiPathways_2024_Human Sterol Regulatory Element Binding Proteins SRE... 4.376168e-10 1.754843e-07 0 0 4.844598 104.399518 SCARB1;IDI1;SEC23A;SAR1A;SAR1B;INSIG2;INSIG1;L...
2 WikiPathways_2024_Human Cholesterol Metabolism WP5304 4.001475e-08 1.069728e-05 0 0 4.056097 69.091633 SCARB1;IDI1;LRP1;SAR1B;LPL;LCAT;HMGCR;LIPA;CYP...
3 WikiPathways_2024_Human Pathways Affected In Adenoid Cystic Carcinoma ... 1.418930e-07 2.844955e-05 0 0 4.255719 67.105003 CEBPA;MYCBP;SRCAP;PRKDC;CTBP1;PTEN;JMJD1C;DTX4...
4 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 2.389575e-07 3.753421e-05 0 0 1.976154 30.130378 SERPINA1;ALAS1;SRXN1;SLC2A2;IRS2;SLC7A11;NR3C1...
enr_bg_BisphenolA10 = gp.enrichr(gene_list=gene_list_BisphenolA_10uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:09:24,475 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:09:26,039 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:09:26,347 [INFO] Done.
enr_bg_BisphenolA10.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Pancreatic Cancer Subtypes WP5390 0.004687 0.009373 0 0 434.478261 2330.130322 S100A2
1 WikiPathways_2024_Human Vitamin D Receptor Pathway WP2877 0.017592 0.017592 0 0 112.818182 455.819253 S100A2
enr_bg_BisphenolA1 = gp.enrichr(gene_list=gene_list_BisphenolA_1uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:09:56,544 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:09:58,628 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:09:59,107 [INFO] Done.
enr_bg_BisphenolA1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 7.703601e-13 5.870144e-10 0 0 2.452877 68.415449 ATF2;CTNND1;PLOD3;ICAM1;ACTG1;CCND1;CFL1;BSG;C...
1 WikiPathways_2024_Human Cholesterol Metabolism WP5304 4.644690e-09 1.769627e-06 0 0 4.924623 94.491412 SCARB1;IDI1;LRP1;SAR1B;LPL;LCAT;HMGCR;LIPA;ACA...
2 WikiPathways_2024_Human Sterol Regulatory Element Binding Proteins SRE... 2.265386e-08 5.754080e-06 0 0 4.627092 81.450401 SCARB1;IDI1;SEC23A;PRKAA1;SAR1B;LPL;HMGCR;MED1...
3 WikiPathways_2024_Human Enterocyte Cholesterol Metabolism WP5333 5.665060e-08 9.998716e-06 0 0 7.456660 124.424531 IDI1;FDPS;ABCG8;DGAT1;HMGCS1;SAR1B;CYP51A1;DHC...
4 WikiPathways_2024_Human Pathways Affected In Adenoid Cystic Carcinoma ... 6.560837e-08 9.998716e-06 0 0 4.907540 81.168556 SMARCE1;CEBPA;MAP2K2;MYCBP;SRCAP;PRKDC;CTBP1;M...
enr_bg_Farnesol100 = gp.enrichr(gene_list=gene_list_Farnesol_100uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:10:49,806 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:10:51,345 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:10:51,762 [INFO] Done.
enr_bg_Farnesol100.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 0.002155 0.018264 0 0 44.291807 271.950920 IGFBP1;ANGPTL4
1 WikiPathways_2024_Human Familial Hyperlipidemia Type 1 WP5108 0.004236 0.018264 0 0 312.703125 1708.655726 ANGPTL4
2 WikiPathways_2024_Human Effect Of Progerin On Genes Involved In Proger... 0.005479 0.018264 0 0 238.190476 1240.213846 CBX5
3 WikiPathways_2024_Human Photodynamic Therapy Induced HIF 1 Survival Si... 0.008705 0.020383 0 0 147.022059 697.444064 IGFBP1
4 WikiPathways_2024_Human Aryl Hydrocarbon Receptor Pathway WP2873 0.010192 0.020383 0 0 124.931250 572.957193 IGFBP1
enr_bg_Tpdioxin100 = gp.enrichr(gene_list=gene_list_Tpdioxin_100uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:11:14,809 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:11:16,703 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:11:17,357 [INFO] Done.
enr_bg_Tpdioxin100.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 7.261196e-09 0.000003 0 0 9.497582 177.991541 JUN;SERPINB2;CCL20;VDR;SLC7A11;CYP2C9;SLC6A6;S...
1 WikiPathways_2024_Human Estrogen Receptor Pathway WP2881 5.298219e-07 0.000096 0 0 85.946063 1241.982912 JUN;GPAM;CYP1A1;CYP1B1
2 WikiPathways_2024_Human Aryl Hydrocarbon Receptor Pathway WP2873 2.543356e-06 0.000308 0 0 27.084695 348.905753 SLC7A5;JUN;SERPINB2;CYP1A1;CYP1B1
3 WikiPathways_2024_Human Non Genomic Actions Of 1 25 Dihydroxyvitamin D... 4.451791e-05 0.003314 0 0 14.315888 143.439745 JUN;IFNGR1;VDR;CCL2;JAK1
4 WikiPathways_2024_Human Vitamin D Receptor Pathway WP2877 4.628739e-05 0.003314 0 0 8.135235 81.194863 CYP2C9;SULT1C2;SLC37A2;GADD45A;VDR;HSD17B2;CYP1A1
enr_bg_Tpdioxin10 = gp.enrichr(gene_list=gene_list_Tpdioxin_10uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:11:41,764 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:11:43,291 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:11:43,886 [INFO] Done.
enr_bg_Tpdioxin10.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Sulindac Metabolic Pathway WP2542 0.000250 0.001947 0 0 inf inf CYP1B1
1 WikiPathways_2024_Human Benzo A Pyrene Metabolism WP696 0.000449 0.001947 0 0 inf inf CYP1B1
2 WikiPathways_2024_Human Estrogen Metabolism WP697 0.000599 0.001947 0 0 inf inf CYP1B1
3 WikiPathways_2024_Human Estrogen Receptor Pathway WP2881 0.000649 0.001947 0 0 inf inf CYP1B1
4 WikiPathways_2024_Human Tamoxifen Metabolism WP691 0.000849 0.002036 0 0 inf inf CYP1B1
enr_bg_Tpdioxin1= gp.enrichr(gene_list=gene_list_Tpdioxin_1uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:12:13,318 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:12:14,897 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:12:15,287 [INFO] Done.
enr_bg_Tpdioxin1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Benzo A Pyrene Metabolism WP696 0.000004 0.000084 0 0 1144.000000 14288.986904 CYP1A1;CYP1B1
1 WikiPathways_2024_Human Estrogen Metabolism WP697 0.000007 0.000084 0 0 800.680000 9515.865341 CYP1A1;CYP1B1
2 WikiPathways_2024_Human Estrogen Receptor Pathway WP2881 0.000008 0.000084 0 0 727.854545 8528.883211 CYP1A1;CYP1B1
3 WikiPathways_2024_Human Tamoxifen Metabolism WP691 0.000014 0.000110 0 0 533.653333 5956.934069 CYP1A1;CYP1B1
4 WikiPathways_2024_Human Estrogen Metabolism WP5276 0.000022 0.000136 0 0 421.221053 4519.180649 HSD17B2;CYP1B1
enr_bg_Troglitazone100 = gp.enrichr(gene_list=gene_list_Troglitazone_100uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:12:43,723 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:12:45,964 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:12:46,585 [INFO] Done.
enr_bg_Troglitazone100.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 7.734291e-19 6.334385e-16 0 0 2.459218 102.557878 ATF2;TRAF3IP2;ARPC5L;ICAM1;BSG;AKT1;LUC7L;UBAP...
1 WikiPathways_2024_Human Sterol Regulatory Element Binding Proteins SRE... 5.200839e-12 2.129744e-09 0 0 5.581778 145.026881 SCARB1;IDI1;SEC23A;PRKAA1;SAR1A;SAR1B;INSIG2;I...
2 WikiPathways_2024_Human EGF EGFR Signaling WP437 5.388344e-11 1.471018e-08 0 0 2.888704 68.301099 USP6NL;ATF1;SH3KBP1;INPPL1;PTEN;PIK3C2B;EPS8;R...
3 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 1.127974e-08 2.309527e-06 0 0 1.980242 36.238945 KEAP1;IRS2;AHR;NR3C1;RGS2;SCP2;CCND1;FTH1;PDK4...
4 WikiPathways_2024_Human mRNA Processing WP411 3.119745e-08 5.110143e-06 0 0 2.926105 50.571666 CELF2;HNRNPU;EFTUD2;PTBP1;SNRNP70;RBM17;SNRPN;...
enr_bg_Troglitazone10 = gp.enrichr(gene_list=gene_list_Troglitazone_10uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:13:03,670 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:13:05,315 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:13:05,773 [INFO] Done.
enr_bg_Troglitazone10.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 0.000002 0.000284 0 0 11.275487 149.727096 ABCB4;PDK4;CYP1A1;ANKRD1;HMOX1;PCK1;CYP3A5;SQSTM1
1 WikiPathways_2024_Human Estrogen Receptor Pathway WP2881 0.000006 0.000481 0 0 113.026415 1362.835594 PDK4;CYP1A1;PCK1
2 WikiPathways_2024_Human PPAR Signaling WP3942 0.000035 0.001919 0 0 24.709677 253.749828 FABP4;ACSL5;LPL;PCK1
3 WikiPathways_2024_Human Familial Partial Lipodystrophy WP5102 0.000072 0.002979 0 0 43.436865 414.465543 FABP4;LPL;CIDEC
4 WikiPathways_2024_Human Novel Intracellular Components Of RIG I Like R... 0.000490 0.015412 0 0 21.690131 165.321389 CXCL10;IRF7;TRIM25
enr_bg_Troglitazone1= gp.enrichr(gene_list=gene_list_Troglitazone_1uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:13:29,699 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:13:31,704 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:13:32,485 [INFO] Done.
enr_bg_Troglitazone1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Sterol Regulatory Element Binding Proteins SRE... 6.666081e-10 4.932900e-07 0 0 5.442782 114.999553 SCARB1;SEC23A;SAR1A;SAR1B;LPL;DBI;HMGCR;MED15;...
1 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 2.501338e-08 9.254949e-06 0 0 2.093132 36.637874 ITGB1;CTNND1;SRP54;FHL2;PLOD3;HMGB1;CSRP1;CAPZ...
2 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 4.175683e-08 1.030002e-05 0 0 4.058219 68.954832 RB1;CDKN1A;DNMT1;PCNA;PRKDC;PRIM1;HMGB2;TTK;HM...
3 WikiPathways_2024_Human Proteasome Degradation WP183 3.348264e-07 6.194289e-05 0 0 4.678952 69.761560 PSMD10;PSMD12;PSMD11;RPN2;UBA7;HLA-B;HLA-C;HLA...
4 WikiPathways_2024_Human EGFR Tyrosine Kinase Inhibitor Resistance WP4806 1.459952e-06 2.160729e-04 0 0 3.555785 47.779459 SHC1;ARAF;TGFA;PDGFA;PIK3R1;FOXO3;EGFR;IGF1R;C...
enr_bg_ValproicAcid1= gp.enrichr(gene_list=gene_list_Valproicacid_1uM,
                 gene_sets=['WikiPathways_2024_Human'],
                 organism='human',
                 background= Backgroundgenelist,
                 outdir='GEOD69851_ORApathwaytable', 
                 verbose=True)
2025-04-16 10:14:04,617 [INFO] Run: WikiPathways_2024_Human 
2025-04-16 10:14:06,619 [INFO] Save enrichment results for WikiPathways_2024_Human 
2025-04-16 10:14:07,063 [INFO] Done.
enr_bg_ValproicAcid1.results.head(5)

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 1.815291e-08 0.000014 0 0 1.996050 35.578462 TRAF3IP2;NCF2;ARPC5L;ACTG1;KDR;LUC7L;PRKCI;MEF...
1 WikiPathways_2024_Human Glioblastoma Signaling WP2261 7.281428e-07 0.000208 0 0 3.438640 48.597498 RB1;CDKN1A;IRS1;ARAF;PIK3CD;PIK3R1;FOXO4;PIK3C...
2 WikiPathways_2024_Human Ciliopathies WP4803 8.319336e-07 0.000208 0 0 2.603973 36.454357 GALNT11;TRAF3IP1;ARL6;ARL3;PIK3R4;CCDC28B;SPAT...
3 WikiPathways_2024_Human MAPK And NFkB Signaling Inhibited By Yersinia ... 2.684536e-06 0.000504 0 0 18.770931 240.793562 NFKBIA;IKBKB;MAP3K1;CHUK;MAPK1;IKBKG;RAF1;NFKB...
4 WikiPathways_2024_Human TNF Alpha Signaling WP231 4.860513e-06 0.000730 0 0 3.036230 37.146348 DIABLO;PYGL;IKBKB;MAPK9;MAPK8;NRAS;MAPK1;RIPK1...

Section 6.4: Saving plots of ORA

In this section, we create and save the ORA plots for each comparison.

Step 59: We create the ORA barplot using the following commands below per condition. The variable ´ofname´ is set to save the figures in your laptop. The dotplot can’t be created for this comparison, it is too big.

ax_BisphenolA_c100 = barplot(enr_bg_BisphenolA100.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Bisphenol A 100uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Bisphenol A 100uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
              )
ax_BisphenolA_c10 = barplot(enr_bg_BisphenolA10.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Bisphenol A 10uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Bisphenol A 10uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_BisphenolA_c1= barplot(enr_bg_BisphenolA1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Bisphenol A 1uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Bisphenol A 1uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Farnesol_c100 = barplot(enr_bg_Farnesol100.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Farnesol 100uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Farnesol 100uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Tpdioxin_c100 = barplot(enr_bg_Tpdioxin100.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'tetrachlorodibenzopdioxin 100uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='tetrachlorodibenzopdioxin 100uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Tpdioxin_c10 = barplot(enr_bg_Tpdioxin10.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'tetrachlorodibenzopdioxin 10uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='tetrachlorodibenzopdioxin 10uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Tpdioxin_c1 = barplot(enr_bg_Tpdioxin1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'tetrachlorodibenzopdioxin 1uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='tetrachlorodibenzopdioxin 1uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Trogltiazone_c100 = barplot(enr_bg_Troglitazone100.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Troglitazone 100uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Troglitazone 100uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Trogltiazone_c10 = barplot(enr_bg_Troglitazone10.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Troglitazone 10uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Troglitazone 10uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Trogltiazone_c1 = barplot(enr_bg_Troglitazone1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Troglitazone 1uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='roglitazone 1uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )
ax_Valproicacid_c1 = barplot(enr_bg_ValproicAcid1.results,
              column="Adjusted P-value",
              group='Gene_set', 
              size=10,
              title= 'Valproic acid 1uM ORA',
              top_term=10,
              figsize=(3,5),
              ofname='Valproic acid 1uM ORA',
              color = {'WikiPathways_2024_Human': 'darkred'}
             )

Section 7: Metadata

Step 60: At last, the metadata belonging to this Jupyter Notebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
    Last updated: 2025-06-02T13:18:59.342286+02:00
    
    Python implementation: CPython
    Python version       : 3.12.3
    IPython version      : 8.25.0
    
    Compiler    : MSC v.1938 64 bit (AMD64)
    OS          : Windows
    Release     : 11
    Machine     : AMD64
    Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
    CPU cores   : 8
    Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
    pandas==2.2.3
    json==2.0.9
    ipykernel==6.28.0
    gseapy==1.1.4
    numpy==1.26.4
    matplotlib==3.8.4

Part 7: KE enrichment score analysis and benchmarking for dataset: E-MEXP-3583

The AOP project ► Key objective 2

Author: Shakira Agata

This Jupyter Notebook shows the steps for the execution of KE enrichment analysis and benchmarking to Overrepresentation Analysis(ORA) for dataset:E-MEXP-3583. This notebook is subdivided into nine sections:

  • Section 1: Creation of dictKE dictionary
  • Section 2: Creation of dictWP dictionary
  • Section 3: Creation of KEgenes dictionary
  • Section 4: Calculation of N variable
  • Section 5: Comparison 1: Ag+ 24H
    • Section 5.1: Calculation of n variable
    • Section 5.2:Calculation of variable B and variable b
    • Section 5.3: Calculation of enrichment score and hypergeometric p-value
    • Section 5.4: Filtering results
    • Section 5.5: Calculation of percent gene overlap
      • Section 5.5.1 Creation of significant KE table
      • Section 5.5.2 Significant ORA pathway table
      • Section 5.5.3 Creation of for loop
      • Section 5.5.4 Tabulation
      • Section 5.5.5 Percent overlap calculation
  • Section 6: Comparison 2: Ag+ 48H
    • Section 6.1: Calculation of n variable
    • Section 6.2:Calculation of variable B and variable b
    • Section 6.3: Calculation of enrichment score and hypergeometric p-value
    • Section 6.4: Filtering results
    • Section 6.5: Calculation of percent gene overlap
      • Section 6.5.1 Creation of significant KE table
      • Section 6.5.2 Significant ORA pathway table
      • Section 6.5.3 Creation of for loop
      • Section 6.5.4 Tabulation
      • Section 6.5.5 Percent overlap calculation
  • Section 7: Comparison 3: AgNP 24H
    • Section 7.1: Calculation of n variable
    • Section 7.2:Calculation of variable B and variable b
    • Section 7.3: Calculation of enrichment score and hypergeometric p-value
    • Section 7.4: Filtering results
    • Section 7.5: Calculation of percent gene overlap
      • Section 7.5.1 Creation of significant KE table
      • Section 7.5.2 Significant ORA pathway table
      • Section 7.5.3 Creation of for loop
      • Section 7.5.4 Tabulation
      • Section 7.5.5 Percent overlap calculation
  • Section 8: Comparison 4: AgNP 48H
    • Section 8.1: Calculation of n variable
    • Section 8.2:Calculation of variable B and variable b
    • Section 8.3: Calculation of enrichment score and hypergeometric p-value
    • Section 8.4: Filtering results
    • Section 8.5: Calculation of percent gene overlap
      • Section 8.5.1 Creation of significant KE table
      • Section 8.5.2 Significant ORA pathway table
      • Section 8.5.3 Creation of for loop
      • Section 8.5.4 Tabulation
      • Section 8.5.5 Percent overlap calculation
  • Section 9: Metadata

Section 1: Creation of dictKE dictionary

In this section, the dictKE dictionary will be made which is used to retrieve the first neighbors of the key events present in the inflammatory stress response pathway AOP network.

Step 1. First, the necessary packages and inflammatory stress response pathway AOP network were loaded.

import pandas as pd
import numpy as np
from scipy.stats import hypergeom
import matplotlib.pyplot as plt
import scipy.stats as ss
import py4cytoscape as p4c
p4c.cytoscape_ping()
p4c.cytoscape_version_info()
You are connected to Cytoscape!





{'apiVersion': 'v1',
 'cytoscapeVersion': '3.10.1',
 'automationAPIVersion': '1.9.0',
 'py4cytoscapeVersion': '1.9.0'}
network=p4c.open_session('Agata,S.-Part4 Complete Molecular inflammation-process related AOP network.cys')
Opening C:\Users\shaki\Downloads\Agata,S.-Part4 Complete Molecular inflammation-process related AOP network.cys...

Step 2. Next, the nodetables are loaded in preparation for the dictionary creation.

nodetable=p4c.get_table_columns()
dataframe_for_dictKE=pd.read_excel('Nodetable-dictKE.xlsx')
df_corrected=pd.read_excel('nodetable-dictWP.xlsx').reset_index(drop=True)

Step 3. The dataframe will now be converted into a dictionary where the keys are the IDs from the key events and the values are the titles of the molecular pathways.

completedataframe_for_dictKE=dataframe_for_dictKE[['ID (KEID)','WPtitle']].copy()
complete_dataframe_for_dictKE=completedataframe_for_dictKE.rename(columns={"ID (KEID)":"KEID"})

Step 4. The format of the dataframe will now be converted into a dictionary format.

dictKE= complete_dataframe_for_dictKE.to_dict('records')

Section 2: Creation of dictWP dictionary

In this section, the dictWP dictionary will be created. The dictWP dictionary will contain the first neighbours: genes of the individual molecular pathways mapped to the inflammatory stress response pathway AOP network.

Step 5. First, the dataframe is created in which the molecular pathways mapped to the network are filtered.

df4= nodetable[nodetable['type'] == 'Molecular pathway']

Step 6. A duplicate network will be created for which we will create filters to only contain gene and molecular pathway nodes in the network in preparation for the dictWP creation. This requires a composite filter to exclude Molecular Initiating Event (MIE) nodes, Key Event (KE) nodes and Adverse Outcome (AO) nodes.

Clonednetwork_fordictWP= p4c.clone_network() 
p4c.rename_network('Cloned molecular inflammatory stress response pathway AOP network for dict WP')
{'network': 832855,
 'title': 'Cloned molecular inflammatory stress response pathway AOP network for dict WP'}
MIEfilter= p4c.create_column_filter('MIE filter', 'type', 'MIE', 'CONTAINS', network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
KEfilter= p4c.create_column_filter('KE filter', 'type', 'KE', 'CONTAINS',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
AOfilter= p4c.create_column_filter('AO filter', 'type', 'AO', 'CONTAINS',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
combined_MIEKEAOfilter= p4c.create_composite_filter('MIE KE AO filter', ['MIE filter','KE filter','AO filter'],type='ANY',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.

Step 7. You will delete the selected filtered nodes from the composite filter to only maintain the molecular pathway nodes and gene nodes.

Deletednodes= p4c.delete_selected_nodes(network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')

Step 8. A for loop will be created for the WP dictionary which contains the WP titles as the keys and the names of the genes as values. Due to settings of the get_first_neighbours function, it is not possible to retrieve the gene IDs with this function.

name_list_WP=df_corrected['name'].tolist()
dictWP = {}

for name in name_list_WP:
        gene_neighbors_per_WP = p4c.get_first_neighbors(node_names=name, network= 'Cloned molecular inflammatory stress response pathway AOP network for dict WP', as_nested_list=False)
        dictWP[name] = gene_neighbors_per_WP

Section 3: Creation of KEgenes dictionary

In this section, you will identify the match between the dictKE and dictWP dictionary which will allow for matching between the keys: KE ID from the dictKE to the values:genes from dictWP.

Step 9. The KE_genes_dictionary dictionary will contain the match between the dictKE and dictWP dictionary by adding the values of the dictWP dictionary if the value: WPtitle of dictKE is present in dictWP.

KE_genes_dictionary=[]

for KEID in dictKE:
    WPtitle= KEID['WPtitle']
    
    if WPtitle in dictWP:
        KEID['gene'] = dictWP[WPtitle]
    KE_genes_dictionary.append(KEID)

Section 4: Calculation of N variable

In this section, variable N will be calculated per individual key event.

Step 10. First, the KEgenes dictionary is manipulated so that each gene is placed on an individual row. This requires the creation of a dataframe, adjustment of the column titles and explosion of the gene column.

first_dataframe=pd.DataFrame.from_dict(KE_genes_dictionary)
df5=df4.rename(columns={'name':'WPtitle'})
first_dataframe1=pd.merge(first_dataframe, df5, on='WPtitle')
second_dataframe=first_dataframe1.explode('gene')
second_dataframe1 = second_dataframe.drop(columns=['selected','AverageShortestPathLength','BetweennessCentrality','ClosenessCentrality','ClusteringCoefficient','group','type','Association type','CTL.Ext','CTL.Type','CTL.PathwayName','CTL.label','CTL.PathwayID','CTL.GeneName','CTL.GeneID','Eccentricity','EdgeCount','Indegree','IsSingleNode','NeighborhoodConnectivity','Outdegree','PartnerOfMultiEdgedNodePairs','SelfLoops','Stress','id','SUID'], axis=1)
second_dataframe1_reordered = second_dataframe.loc[:, ['KEID', 'WPtitle', 'shared name','gene']]
third_dataframe=second_dataframe1_reordered.rename(columns={'shared name':'ID'})

Step 11. The gene IDs that belong to gene symbols are added to complete the dataframe and merge this dataframe to the previous: third_dataframe. This will allow for a dataframe that contains all needed columns: KEID, WPtitle, WPID, gene symbol and gene ID.

df6= nodetable[nodetable['CTL.Type'] == 'gene']
df7=df6.rename(columns={'shared name':'gene'})
df8=df7.drop(columns=['name','selected','AverageShortestPathLength','BetweennessCentrality','ClosenessCentrality','ClusteringCoefficient','group','type','Association type','CTL.Ext','CTL.Type','CTL.PathwayName','CTL.label','CTL.PathwayID','CTL.GeneName','Eccentricity','EdgeCount','Indegree','IsSingleNode','NeighborhoodConnectivity','Outdegree','PartnerOfMultiEdgedNodePairs','SelfLoops','Stress','id','SUID'], axis=1)
mergeddataframe_gene=pd.merge(third_dataframe, df8, on='gene')
mergeddataframe_final=mergeddataframe_gene.rename(columns={'CTL.GeneID':'Entrez.Gene'})

Step 12. The following for loop will be run for the calculation of the N variable. This for loop iterates over each row of the dataframe and will count the number of genes belonging to individual Key Events that are unique.

variable_N_dictionary_count= {}

for index, row in mergeddataframe_final.iterrows():
    unique_KE = row['KEID']
    gene = row['Entrez.Gene']
    
    if unique_KE not in variable_N_dictionary_count:
       variable_N_dictionary_count[unique_KE] = 1
    else:
        variable_N_dictionary_count[unique_KE] += 1

print("The total is: ")

Step 13. The output of the dictionary will be converted into a dataframe and merged to the mergeddataframe_final dataframe to add the results into a separate column.

fourth_dataframe=pd.DataFrame.from_dict(variable_N_dictionary_count,orient='index')
df_reset = fourth_dataframe.reset_index()
df_reset.columns = ['KEID', 'N']
merged_dataframe= pd.merge(mergeddataframe_final, df_reset, on='KEID')
mergeddataframe=merged_dataframe.rename(columns={'ID':'WPID','gene':'Gene.Symbol'})

Section 5. Comparison 1: Ag+ 24H

Section 5.1 Calculation of n variable

In this section, variable n will be calculated for comparison 1.

Step 14. The table containing the differential expressed genes to control is loaded with the filter for significance.

Ag24H_DEG= pd.read_csv('topTable_Ag._.1.3_24 - H2O.control_.0.0_24.tsv',sep='\t')
Ag_24H_DEG= Ag24H_DEG[Ag24H_DEG['adj. p-value'] < 0.05]
Ag_24H_DEG = Ag_24H_DEG.copy()  
Ag_24H_DEG.rename(columns={Ag_24H_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
Ag_24H_DEG['Entrez.Gene'] = Ag_24H_DEG['Entrez.Gene'].astype(str)

Step 15. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG= pd.merge(mergeddataframe,Ag_24H_DEG, on='Entrez.Gene')
mergeddataframeDEG= merged_dataframe_DEG.drop(['meanExpr'], axis=1)

Step 16. The following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count= {}

for index, row in mergeddataframeDEG.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj. p-value']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count:
            variable_n_dictionary_count[unique_KE] = 1
        else:
            variable_n_dictionary_count[unique_KE] += 1

print("The total number of significant genes: ")

Step 17. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe=pd.DataFrame.from_dict(variable_n_dictionary_count,orient='index')
n_variable_dataframe_reset = n_variable_dataframe.reset_index()
n_variable_dataframe_reset.columns = ['KEID', 'n']
merged_dataframe2= pd.merge(mergeddataframeDEG, n_variable_dataframe_reset, on='KEID')

Section 5.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 18. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Ag24H_DEG.index)
B
20518

Step 19. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Ag_24H_DEG_filtered=Ag_24H_DEG[Ag_24H_DEG['adj. p-value'] < 0.05]
b=len(Ag_24H_DEG_filtered)
b
127

Section 5.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 20. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe2.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([20518 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([127 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 21. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/1495 253 1 20518 127 0.6385733403877875
1 https://identifiers.org/aop.events/1668 156 1 20518 127 1.0356349687058348
2 https://identifiers.org/aop.events/244 417 1 20518 127 0.38743178685398133
3 https://identifiers.org/aop.events/41 275 1 20518 127 0.5874874731567645
4 https://identifiers.org/aop.events/1539 170 1 20518 127 0.9503473830477073
5 https://identifiers.org/aop.events/618 240 1 20518 127 0.6731627296587926
6 https://identifiers.org/aop.events/1497 528 6 20518 127 1.835898353614889
7 https://identifiers.org/aop.events/1115 34 3 20518 127 14.25521074571561
8 https://identifiers.org/aop.events/1917 166 1 20518 127 0.9732473199886159
9 https://identifiers.org/aop.events/1633 1056 12 20518 127 1.835898353614889
10 https://identifiers.org/aop.events/1392 102 9 20518 127 14.25521074571561
11 https://identifiers.org/aop.events/1582 51 2 20518 127 6.335649220318048
12 https://identifiers.org/aop.events/1896 205 1 20518 127 0.7880929517956596
13 https://identifiers.org/aop.events/265 268 3 20518 127 1.8084968856504875
14 https://identifiers.org/aop.events/1750 528 6 20518 127 1.835898353614889
15 https://identifiers.org/aop.events/1848 195 1 20518 127 0.8285079749646679
16 https://identifiers.org/aop.events/890 34 3 20518 127 14.25521074571561
17 https://identifiers.org/aop.events/149 1056 12 20518 127 1.835898353614889
18 https://identifiers.org/aop.events/1579 353 2 20518 127 0.9153487542102563
19 https://identifiers.org/aop.events/249 34 3 20518 127 14.25521074571561
20 https://identifiers.org/aop.events/288 51 1 20518 127 3.167824610159024
21 https://identifiers.org/aop.events/209 617 5 20518 127 1.3092305925292562
22 https://identifiers.org/aop.events/1945 1218 4 20518 127 0.5305716095832849
23 https://identifiers.org/aop.events/1087 528 6 20518 127 1.835898353614889
24 https://identifiers.org/aop.events/1538 34 3 20518 127 14.25521074571561
25 https://identifiers.org/aop.events/341 10 1 20518 127 16.155905511811024
26 https://identifiers.org/aop.events/1090 459 2 20518 127 0.7039610244797833
27 https://identifiers.org/aop.events/352 398 3 20518 127 1.2177818224983183

Step 22. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe.append(p)
             
Hypergeometricpvalue_dataframe=pd.DataFrame(p_value_dataframe)
Hypergeometricpvalue_dataframe.columns= ['Hypergeometric p-value']
merged_finaltable=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe],axis=1)

Section 5.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 23. Lastly, the results are filtered to showcase the significant KEs for the comparison 1.

filteredversion= merged_finaltable[(merged_finaltable['Enrichmentscore']>str(1))& (merged_finaltable['Hypergeometric p-value'] < 0.05)]
filteredversion

KEID N n B b Enrichmentscore Hypergeometric p-value
7 https://identifiers.org/aop.events/1115 34 3 20518 127 14.25521074571561 1.148290e-03
9 https://identifiers.org/aop.events/1633 1056 12 20518 127 1.835898353614889 1.689462e-02
10 https://identifiers.org/aop.events/1392 102 9 20518 127 14.25521074571561 1.337105e-08
11 https://identifiers.org/aop.events/1582 51 2 20518 127 6.335649220318048 3.591109e-02
16 https://identifiers.org/aop.events/890 34 3 20518 127 14.25521074571561 1.148290e-03
17 https://identifiers.org/aop.events/149 1056 12 20518 127 1.835898353614889 1.689462e-02
19 https://identifiers.org/aop.events/249 34 3 20518 127 14.25521074571561 1.148290e-03
24 https://identifiers.org/aop.events/1538 34 3 20518 127 14.25521074571561 1.148290e-03
# Ensure numeric types
filteredversion['Hypergeometric p-value'] = pd.to_numeric(filteredversion['Hypergeometric p-value'], errors='coerce')
filteredversion['Enrichmentscore'] = pd.to_numeric(filteredversion['Enrichmentscore'], errors='coerce')
filteredversion['combined_score'] = -np.log10(filteredversion['Hypergeometric p-value']) * filteredversion['Enrichmentscore']

# Sort by combined score (highest first)
C1_sorted = filteredversion.sort_values(by='combined_score', ascending=False)

# Show top rows
C1_sorted.to_excel('ConsistentKE-Ag+-24h.xlsx')
C:\Users\shaki\AppData\Local\Temp\ipykernel_16388\3901049641.py:2: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion['Hypergeometric p-value'] = pd.to_numeric(filteredversion['Hypergeometric p-value'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_16388\3901049641.py:3: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion['Enrichmentscore'] = pd.to_numeric(filteredversion['Enrichmentscore'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_16388\3901049641.py:4: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion['combined_score'] = -np.log10(filteredversion['Hypergeometric p-value']) * filteredversion['Enrichmentscore']

Section 5.5. Calculation of percent gene overlap to ORA

Section 5.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 24. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable=mergeddataframe_final[(mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/1115') | (mergeddataframe_final['KEID'] == 'https://identifiers.org/aop.events/1633') |(mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/1392')| (mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/1582')|(mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/890') |(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/149')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/249')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1538')]
significantKEIDgenetable=significantKEID_genetable.drop(columns={'WPtitle','ID'})
Section 5.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 25. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

file=open("C:/Users/shaki/Downloads/downloads/ORA_output_tabel/WikiPathways_2024_Human.human.enrichr.reports.txt","r")
datafile_ORA = pd.read_csv('WikiPathways_2024_Human.human.enrichr.reports.txt', sep='\t')
datafileORA=pd.DataFrame(datafile_ORA)
filtereddatafileORA=datafileORA[datafileORA['Adjusted P-value'] < 0.05]
# Make sure 'Combined Score' is numeric
datafileORA['Combined Score'] = pd.to_numeric(datafileORA['Combined Score'], errors='coerce')

# Sort by 'Combined Score' in descending order
ranked_df = datafileORA.sort_values(by='Combined Score', ascending=False)

# (Optional) Save to Excel
ranked_df.to_excel('Ag24H-ORAtable-thesis(EMEXP3583).xlsx', index=False)
dropped_datafileORA_df=filtereddatafileORA.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf=dropped_datafileORA_df.copy()
droppeddatafileORAdf['Genes']= droppeddatafileORAdf['Genes'].replace({';':','},regex=True)
df_ORApathwaytable=droppeddatafileORAdf.copy()
df_ORApathwaytable['Genes'] = df_ORApathwaytable['Genes'].astype(str)
df_ORApathwaytable['Genes'] = df_ORApathwaytable['Genes'].str.split(',')
exploded_df_ORApathwaytable = df_ORApathwaytable.explode('Genes', ignore_index=True)
Section 5.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 26. Next, we create two sets by converting the significant KE table and ora pathway table into dictionaries where the values of the genes are grouped together per key.

ORA_gene_sets = exploded_df_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets = significantKEIDgenetable.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs = {}

for term, ORA_genes in ORA_gene_sets.items():
    for KEID, KEID_genes in SignificantKE_gene_sets.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1115: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1392: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/149: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1538: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1582: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1633: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/249: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/890: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1115: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1392: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/149: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1538: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1582: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1633: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/249: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/890: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1115: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1392: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/149: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1538: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1582: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1633: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/249: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/890: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1115: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1392: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/149: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1538: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1582: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1633: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/249: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/890: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1115: 2 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1392: 2 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/149: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1538: 2 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1582: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1633: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/249: 2 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/890: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1115: 3 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1392: 3 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/149: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1538: 3 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1582: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1633: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/249: 3 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/890: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1115: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1392: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/149: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1538: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1582: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1633: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/249: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/890: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1115: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1392: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/149: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1538: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1582: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1633: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/249: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/890: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1115: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1392: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/149: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1538: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1582: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1633: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/249: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/890: 1 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1', 'MAOA'}, number: 2
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1', 'MAOA'}, number: 2
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1', 'MAOA'}, number: 2
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1', 'MAOA'}, number: 2
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1', 'MAOA'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1', 'MAOA', 'MT1X'}, number: 3
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1', 'MAOA', 'MT1X'}, number: 3
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1', 'MAOA', 'MT1X'}, number: 3
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1', 'MAOA', 'MT1X'}, number: 3
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1', 'MAOA', 'MT1X'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MT1X'}, number: 1
Section 5.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 5.5.5.

final_geneoverlaptable_AG_24H=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs,orient='index')
Section 5.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 27. Lastly, we calculate the percent overlap and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count= {}

for index, row in exploded_df_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count:
            variable_count[unique_KE] = 1
    else:
            variable_count[unique_KE] += 1

print("The total number of genes: ")
print(variable_count)
The total number of genes: 
{'Zinc Homeostasis WP3529': 10, 'Copper Homeostasis WP3286': 8, 'Gastric Cancer Network 1 WP2361': 4, 'Vitamin D Receptor Pathway WP2877': 7, 'Gastric Cancer Network 2 WP2363': 3, 'Glucocorticoid Receptor Pathway WP2880': 4, 'Oxidative Stress Response WP408': 3, 'Melatonin Metabolism And Effects WP3298': 3, 'Retinoblastoma Gene In Cancer WP2446': 4}

Step 28. The result is converted into a dataframe and added to the final dataframe.

variable_count_df=pd.DataFrame.from_dict(variable_count,orient='index')
reset_variable_count_df = variable_count_df.reset_index()
Reset_variable_count_df=reset_variable_count_df.copy()
Reset_variable_count_df.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_AG24H=final_geneoverlaptable_AG_24H.reset_index(level=[1])
Genesetoverlaptable_AG24h=Genesetoverlaptable_AG24H.copy()
Genesetoverlaptable_AG24h.insert(0, "Total number of genes", [10,10,10,10,10,10,10,10,8,8,8,8,8,8,8,8,8,4,4,4,4,4,4,4,4,4,7,7,7,7,7,7,7,7,7,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4])
table1=Genesetoverlaptable_AG24h.copy()
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

table1.loc[:,'Percent geneset overlap']= table1.apply(calculate_Genesetoverlap_Score, axis=1)
table1.to_excel('geneoverlap-calculation-Ag24h.xlsx')

Section 6. Comparison 2: Ag+ 48H

In this section, Steps 14 to step 28 are repeated for comparison 2.

Section 6.1 Calculation of n variable

Step 29. The table containing the differential expressed genes for comparison 2 is loaded with the filter for significance.

Ag48HDEG= pd.read_csv('topTable_Ag._.1.3_48 - H2O.control_.0.0_48.tsv',sep='\t')
Ag_48H_DEG= Ag48HDEG[Ag48HDEG['adj. p-value'] < 0.05]
Ag48H_DEG = Ag_48H_DEG.copy()  
Ag48H_DEG.rename(columns={Ag48H_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
Ag48H_DEG['Entrez.Gene'] = Ag48H_DEG['Entrez.Gene'].astype(str)

Step 30. The results of the DEG table are next integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_48h= pd.merge(mergeddataframe, Ag48H_DEG, on='Entrez.Gene')

Step 31. The following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count2= {}

for index, row in merged_dataframe_DEG_48h.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj. p-value']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count2:
            variable_n_dictionary_count2[unique_KE] = 1
        else:
            variable_n_dictionary_count2[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count2)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 2, 'https://identifiers.org/aop.events/875': 2, 'https://identifiers.org/aop.events/1495': 2, 'https://identifiers.org/aop.events/1668 ': 2, 'https://identifiers.org/aop.events/244 ': 2, 'https://identifiers.org/aop.events/1814 ': 2, 'https://identifiers.org/aop.events/1270': 1, 'https://identifiers.org/aop.events/457': 2, 'https://identifiers.org/aop.events/188': 1, 'https://identifiers.org/aop.events/618': 2, 'https://identifiers.org/aop.events/2006': 1, 'https://identifiers.org/aop.events/1497': 3, 'https://identifiers.org/aop.events/1669': 1, 'https://identifiers.org/aop.events/202': 2, 'https://identifiers.org/aop.events/1633': 6, 'https://identifiers.org/aop.events/1815': 2, 'https://identifiers.org/aop.events/386': 2, 'https://identifiers.org/aop.events/1496': 4, 'https://identifiers.org/aop.events/68': 2, 'https://identifiers.org/aop.events/1493': 8, 'https://identifiers.org/aop.events/265': 2, 'https://identifiers.org/aop.events/1750': 3, 'https://identifiers.org/aop.events/1848': 3, 'https://identifiers.org/aop.events/149': 6, 'https://identifiers.org/aop.events/1579': 3, 'https://identifiers.org/aop.events/209': 4, 'https://identifiers.org/aop.events/1498': 2, 'https://identifiers.org/aop.events/1500': 2, 'https://identifiers.org/aop.events/1488': 2, 'https://identifiers.org/aop.events/52': 2, 'https://identifiers.org/aop.events/484': 2, 'https://identifiers.org/aop.events/388': 2, 'https://identifiers.org/aop.events/1945': 4, 'https://identifiers.org/aop.events/2012': 2, 'https://identifiers.org/aop.events/1818': 2, 'https://identifiers.org/aop.events/1585': 1, 'https://identifiers.org/aop.events/1087': 3, 'https://identifiers.org/aop.events/195': 2, 'https://identifiers.org/aop.events/1090': 2, 'https://identifiers.org/aop.events/1841': 1}

Step 32. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe2=pd.DataFrame.from_dict(variable_n_dictionary_count2,orient='index')
n_variable_dataframe2

0
https://identifiers.org/aop.events/486 2
https://identifiers.org/aop.events/875 2
https://identifiers.org/aop.events/1495 2
https://identifiers.org/aop.events/1668 2
https://identifiers.org/aop.events/244 2
https://identifiers.org/aop.events/1814 2
https://identifiers.org/aop.events/1270 1
https://identifiers.org/aop.events/457 2
https://identifiers.org/aop.events/188 1
https://identifiers.org/aop.events/618 2
https://identifiers.org/aop.events/2006 1
https://identifiers.org/aop.events/1497 3
https://identifiers.org/aop.events/1669 1
https://identifiers.org/aop.events/202 2
https://identifiers.org/aop.events/1633 6
https://identifiers.org/aop.events/1815 2
https://identifiers.org/aop.events/386 2
https://identifiers.org/aop.events/1496 4
https://identifiers.org/aop.events/68 2
https://identifiers.org/aop.events/1493 8
https://identifiers.org/aop.events/265 2
https://identifiers.org/aop.events/1750 3
https://identifiers.org/aop.events/1848 3
https://identifiers.org/aop.events/149 6
https://identifiers.org/aop.events/1579 3
https://identifiers.org/aop.events/209 4
https://identifiers.org/aop.events/1498 2
https://identifiers.org/aop.events/1500 2
https://identifiers.org/aop.events/1488 2
https://identifiers.org/aop.events/52 2
https://identifiers.org/aop.events/484 2
https://identifiers.org/aop.events/388 2
https://identifiers.org/aop.events/1945 4
https://identifiers.org/aop.events/2012 2
https://identifiers.org/aop.events/1818 2
https://identifiers.org/aop.events/1585 1
https://identifiers.org/aop.events/1087 3
https://identifiers.org/aop.events/195 2
https://identifiers.org/aop.events/1090 2
https://identifiers.org/aop.events/1841 1
n_variable_dataframe_reset2 = n_variable_dataframe2.reset_index()
n_variable_dataframe_reset2.columns = ['KEID', 'n']
n_variable_dataframe_reset2

KEID n
0 https://identifiers.org/aop.events/486 2
1 https://identifiers.org/aop.events/875 2
2 https://identifiers.org/aop.events/1495 2
3 https://identifiers.org/aop.events/1668 2
4 https://identifiers.org/aop.events/244 2
5 https://identifiers.org/aop.events/1814 2
6 https://identifiers.org/aop.events/1270 1
7 https://identifiers.org/aop.events/457 2
8 https://identifiers.org/aop.events/188 1
9 https://identifiers.org/aop.events/618 2
10 https://identifiers.org/aop.events/2006 1
11 https://identifiers.org/aop.events/1497 3
12 https://identifiers.org/aop.events/1669 1
13 https://identifiers.org/aop.events/202 2
14 https://identifiers.org/aop.events/1633 6
15 https://identifiers.org/aop.events/1815 2
16 https://identifiers.org/aop.events/386 2
17 https://identifiers.org/aop.events/1496 4
18 https://identifiers.org/aop.events/68 2
19 https://identifiers.org/aop.events/1493 8
20 https://identifiers.org/aop.events/265 2
21 https://identifiers.org/aop.events/1750 3
22 https://identifiers.org/aop.events/1848 3
23 https://identifiers.org/aop.events/149 6
24 https://identifiers.org/aop.events/1579 3
25 https://identifiers.org/aop.events/209 4
26 https://identifiers.org/aop.events/1498 2
27 https://identifiers.org/aop.events/1500 2
28 https://identifiers.org/aop.events/1488 2
29 https://identifiers.org/aop.events/52 2
30 https://identifiers.org/aop.events/484 2
31 https://identifiers.org/aop.events/388 2
32 https://identifiers.org/aop.events/1945 4
33 https://identifiers.org/aop.events/2012 2
34 https://identifiers.org/aop.events/1818 2
35 https://identifiers.org/aop.events/1585 1
36 https://identifiers.org/aop.events/1087 3
37 https://identifiers.org/aop.events/195 2
38 https://identifiers.org/aop.events/1090 2
39 https://identifiers.org/aop.events/1841 1
merged_dataframe2= pd.merge(mergeddataframeDEG, n_variable_dataframe_reset2, on='KEID')

Section 6.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 33. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Ag48H_DEG.index)
B
30

Step 34. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Ag48H_DEG_filtered=Ag48H_DEG[Ag48H_DEG['adj. p-value'] < 0.05]
b=len(Ag48H_DEG_filtered)
b
30

Section 6.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated.

Step 35. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe2.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([20518 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([30 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 36. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/1495 253 2 20518 30 5.406587615283267
1 https://identifiers.org/aop.events/1668 156 2 20518 30 8.768376068376067
2 https://identifiers.org/aop.events/244 417 2 20518 30 3.2802557953637086
3 https://identifiers.org/aop.events/618 240 2 20518 30 5.699444444444444
4 https://identifiers.org/aop.events/1497 528 3 20518 30 3.8859848484848483
5 https://identifiers.org/aop.events/1633 1056 6 20518 30 3.8859848484848483
6 https://identifiers.org/aop.events/265 268 2 20518 30 5.103980099502487
7 https://identifiers.org/aop.events/1750 528 3 20518 30 3.8859848484848483
8 https://identifiers.org/aop.events/1848 195 3 20518 30 10.522051282051281
9 https://identifiers.org/aop.events/149 1056 6 20518 30 3.8859848484848483
10 https://identifiers.org/aop.events/1579 353 3 20518 30 5.812464589235128
11 https://identifiers.org/aop.events/209 617 4 20518 30 4.433927606699081
12 https://identifiers.org/aop.events/1945 1218 4 20518 30 2.246086480569239
13 https://identifiers.org/aop.events/1087 528 3 20518 30 3.8859848484848483
14 https://identifiers.org/aop.events/1090 459 2 20518 30 2.9801016702977488

Step 37. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe2=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe2.append(p)
             
Hypergeometricpvalue_dataframe2=pd.DataFrame(p_value_dataframe2)
Hypergeometricpvalue_dataframe2.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe2

Hypergeometric p-value
0 0.046663
1 0.020231
2 0.101112
3 0.042743
4 0.034153
5 0.003083
6 0.051296
7 0.034153
8 0.002662
9 0.003083
10 0.012880
11 0.010082
12 0.069281
13 0.034153
14 0.115558
merged_finaltable=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe2],axis=1)

Section 6.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 38. Lastly, we filter the results to showcase the significant KEs for comparison 2.

filteredversion_Ag48H= merged_finaltable[(merged_finaltable['Enrichmentscore']>str(1))& (merged_finaltable['Hypergeometric p-value'] < 0.05)]
filteredversion_Ag48H

KEID N n B b Enrichmentscore Hypergeometric p-value
0 https://identifiers.org/aop.events/1495 253 2 20518 30 5.406587615283267 0.046663
1 https://identifiers.org/aop.events/1668 156 2 20518 30 8.768376068376067 0.020231
3 https://identifiers.org/aop.events/618 240 2 20518 30 5.699444444444444 0.042743
4 https://identifiers.org/aop.events/1497 528 3 20518 30 3.8859848484848483 0.034153
5 https://identifiers.org/aop.events/1633 1056 6 20518 30 3.8859848484848483 0.003083
7 https://identifiers.org/aop.events/1750 528 3 20518 30 3.8859848484848483 0.034153
8 https://identifiers.org/aop.events/1848 195 3 20518 30 10.522051282051281 0.002662
9 https://identifiers.org/aop.events/149 1056 6 20518 30 3.8859848484848483 0.003083
10 https://identifiers.org/aop.events/1579 353 3 20518 30 5.812464589235128 0.012880
11 https://identifiers.org/aop.events/209 617 4 20518 30 4.433927606699081 0.010082
13 https://identifiers.org/aop.events/1087 528 3 20518 30 3.8859848484848483 0.034153
# Ensure numeric types
filteredversion_Ag48H['Hypergeometric p-value'] = pd.to_numeric(filteredversion_Ag48H['Hypergeometric p-value'], errors='coerce')
filteredversion_Ag48H['Enrichmentscore'] = pd.to_numeric(filteredversion_Ag48H['Enrichmentscore'], errors='coerce')
filteredversion_Ag48H['combined_score'] = -np.log10(filteredversion_Ag48H['Hypergeometric p-value']) * filteredversion_Ag48H['Enrichmentscore']

# Sort by combined score (highest first)
C2_sorted = filteredversion_Ag48H.sort_values(by='combined_score', ascending=False)

# Show top rows
C2_sorted.to_excel('ConsistentKE-Ag-48h.xlsx')
C:\Users\shaki\AppData\Local\Temp\ipykernel_16388\1386545660.py:2: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_Ag48H['Hypergeometric p-value'] = pd.to_numeric(filteredversion_Ag48H['Hypergeometric p-value'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_16388\1386545660.py:3: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_Ag48H['Enrichmentscore'] = pd.to_numeric(filteredversion_Ag48H['Enrichmentscore'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_16388\1386545660.py:4: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_Ag48H['combined_score'] = -np.log10(filteredversion_Ag48H['Hypergeometric p-value']) * filteredversion_Ag48H['Enrichmentscore']

Section 6.5. Calculation of percent gene overlap to ORA

Section 6.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 39. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

mergeddataframe_final2=mergeddataframe_final.copy()
mergeddataframe_final2['KEID'] = mergeddataframe_final2['KEID'].str.strip()
significantKEID_genetable2=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/1668')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1495') |(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/618')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1497')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1633') |(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1750')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1848')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/149')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1579')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/209')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1087')]
significantKEIDgenetable2=significantKEID_genetable2.drop(columns={'WPtitle','ID'})
Section 6.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 40. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA2 = pd.read_csv("C:/Users/shaki/Downloads/ORA_tables_for_comparison/Comparison 2-Ag 48H.txt", sep='\t')
datafileORA2=pd.DataFrame(datafile_ORA2)
filtereddatafileORA_2=datafileORA2[datafileORA2['Adjusted P-value'] < 0.05]
filtereddatafileORA_2

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Platelet Mediated Interactions W Vascular And ... 0.000259 0.013650 0 0 101.071600 834.69240 CCL2;TLR4
1 WikiPathways_2024_Human P53 Transcriptional Gene Network WP4963 0.000266 0.013650 0 0 27.364940 225.27640 CCL2;ULBP1;SERPINB5
2 WikiPathways_2024_Human Network Map Of SARS CoV 2 Signaling WP5115 0.000428 0.013650 0 0 12.948480 100.44810 IFITM3;CCL2;PTGS2;CXCL5
3 WikiPathways_2024_Human LDL Influence On CD14 And TLR4 WP5272 0.000479 0.013650 0 0 72.172840 551.61330 CCL2;TLR4
4 WikiPathways_2024_Human Spinal Cord Injury WP2431 0.000564 0.013650 0 0 20.985580 156.97910 CCL2;PTGS2;TLR4
5 WikiPathways_2024_Human Interactions Immune Cells And miRNAs In Tumor ... 0.000713 0.014382 0 0 58.279200 422.28080 CCL2;TLR4
6 WikiPathways_2024_Human Immune Infiltration In Pancreatic Cancer WP5285 0.001385 0.023934 0 0 40.930930 269.42170 CCL2;CXCL5
7 WikiPathways_2024_Human Fibrin Complement Receptor 3 Signaling WP4136 0.001605 0.024270 0 0 37.855560 243.59600 CCL2;TLR4
8 WikiPathways_2024_Human SARS CoV 2 Innate Immunity Evasion And Cell Im... 0.003914 0.048148 0 0 23.631940 130.99350 CCL2;CXCL5
9 WikiPathways_2024_Human Glucocorticoid Receptor Pathway WP2880 0.004270 0.048148 0 0 22.570480 123.14720 CCL2;PTGS2
10 WikiPathways_2024_Human Non Genomic Actions Of 1 25 Dihydroxyvitamin D... 0.004767 0.048148 0 0 21.294730 113.84380 CCL2;TLR4
11 WikiPathways_2024_Human Burn Wound Healing WP5055 0.004895 0.048148 0 0 20.997940 111.70010 CCL2;TLR4
12 WikiPathways_2024_Human Cytokine Cytokine Receptor Interaction WP5473 0.005173 0.048148 0 0 9.452663 49.76173 TNFSF15;CCL2;CXCL5
# Make sure 'Combined Score' is numeric
datafileORA2['Combined Score'] = pd.to_numeric(datafileORA2['Combined Score'], errors='coerce')

# Sort by 'Combined Score' in descending order
ranked_df2 = datafileORA2.sort_values(by='Combined Score', ascending=False)

# (Optional) Save to Excel
ranked_df2.to_excel('Ag48H-ORAtable-thesis(EMEXP3583).xlsx', index=False)
dropped_datafileORA_df2=filtereddatafileORA_2.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf2=dropped_datafileORA_df2.copy()
droppeddatafileORAdf2['Genes']= droppeddatafileORAdf2['Genes'].replace({';':','},regex=True)
df2_ORApathwaytable=droppeddatafileORAdf2.copy()
df2_ORApathwaytable['Genes'] = df2_ORApathwaytable['Genes'].astype(str)
df2_ORApathwaytable['Genes'] = df2_ORApathwaytable['Genes'].str.split(',')
exploded_df2_ORApathwaytable = df2_ORApathwaytable.explode('Genes', ignore_index=True)
Section 6.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 41. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets2 = exploded_df2_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets2 = significantKEIDgenetable2.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs2 = {}

for term, ORA_genes in ORA_gene_sets2.items():
    for KEID, KEID_genes in SignificantKE_gene_sets2.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs2[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs2:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs2.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1087: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/149: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1495: 1 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1497: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1579: 1 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1633: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1668: 1 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1750: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1848: 1 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/209: 1 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/618: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1087: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/149: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1495: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1497: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1579: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1633: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1668: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1750: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1848: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/209: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/618: 0 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1087: 2 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/149: 2 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1495: 1 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1497: 2 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1579: 1 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1633: 2 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1668: 1 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1750: 2 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1848: 1 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/209: 1 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/618: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1087: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/149: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1495: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1497: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1579: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1633: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1668: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1750: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1848: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/618: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1087: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/149: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1495: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1497: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1579: 2 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1633: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1668: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1750: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1848: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/209: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/618: 0 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/1087: 2 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/149: 2 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/1495: 1 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/1497: 2 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/1579: 1 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/1633: 2 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/1668: 1 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/1750: 2 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/1848: 1 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/209: 1 overlaps
Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559 x https://identifiers.org/aop.events/618: 0 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/1087: 2 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/149: 2 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/1495: 1 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/1497: 2 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/1579: 1 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/1633: 2 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/1668: 1 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/1750: 2 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/1848: 1 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/209: 1 overlaps
LDL Influence On CD14 And TLR4 WP5272 x https://identifiers.org/aop.events/618: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1087: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/149: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1495: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1497: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1579: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1633: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1668: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1750: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1848: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/209: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/618: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1087: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/149: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1495: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1497: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1579: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1633: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1668: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1750: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1848: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/209: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/618: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1087: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/149: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1495: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1497: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1579: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1633: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1668: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1750: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1848: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/209: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/618: 0 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/1087: 2 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/149: 2 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/1495: 1 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/1497: 2 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/1579: 1 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/1633: 2 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/1668: 1 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/1750: 2 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/1848: 1 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/209: 1 overlaps
Platelet Mediated Interactions W Vascular And Circulating Cells WP4462 x https://identifiers.org/aop.events/618: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1087: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/149: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1495: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1497: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1579: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1633: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1668: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1750: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1848: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/209: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/618: 0 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1087: 2 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/149: 2 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1495: 1 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1497: 2 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1579: 1 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1633: 2 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1668: 1 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1750: 2 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1848: 1 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/209: 1 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/618: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CXCL5', 'CCL2'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CXCL5', 'CCL2'}, number: 2
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: LDL Influence On CD14 And TLR4 WP5272, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CXCL5', 'CCL2'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2', 'SERPINB5', 'ULBP1'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Platelet Mediated Interactions W Vascular And Circulating Cells WP4462, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CXCL5', 'CCL2'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1668, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TLR4', 'CCL2'}, number: 2
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'TLR4'}, number: 1
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Section 6.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 6.5.5.

final_geneoverlaptable_AG_48H=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs2,orient='index')
Section 6.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 42. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count2= {}

for index, row in exploded_df2_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count2:
            variable_count2[unique_KE] = 1
    else:
            variable_count2[unique_KE] += 1

print("The total number of genes: ")
print(variable_count2)
The total number of genes: 
{'Platelet Mediated Interactions W Vascular And Circulating Cells WP4462': 2, 'P53 Transcriptional Gene Network WP4963': 3, 'Network Map Of SARS CoV 2 Signaling WP5115': 4, 'LDL Influence On CD14 And TLR4 WP5272': 2, 'Spinal Cord Injury WP2431': 3, 'Interactions Immune Cells And miRNAs In Tumor Microenvironment WP4559': 2, 'Immune Infiltration In Pancreatic Cancer WP5285': 2, 'Fibrin Complement Receptor 3 Signaling WP4136': 2, 'SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039': 2, 'Glucocorticoid Receptor Pathway WP2880': 2, 'Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341': 2, 'Burn Wound Healing WP5055': 2, 'Cytokine Cytokine Receptor Interaction WP5473': 3}

Step 43. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df2=pd.DataFrame.from_dict(variable_count2,orient='index')
reset_variable_count_df2 = variable_count_df2.reset_index()
reset_variable_count_df2.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_AG48H=final_geneoverlaptable_AG_48H.reset_index(level=[1])
Genesetoverlaptable_AG48H.reset_index(inplace=True)
Genesetoverlaptable_AG48H.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_Ag48h=pd.merge(reset_variable_count_df2,Genesetoverlaptable_AG48H, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_Ag48h.loc[:,'Percent geneset overlap']= tabulation_Ag48h.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_Ag48h.to_excel('geneoverlap-calculation-Ag48h.xlsx')

Section 7. Comparison 3: AgNP 24H

Section 7.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 3.

Step 44. The table containing the differential expressed genes for Bisphenol A 1uM to control is loaded with the filter for significance.

AgNP_24H_DEG= pd.read_csv('topTable_AgNP_12.1_24 - H2O.control_.0.0_24.tsv',sep='\t')
AgNP24H_DEG= AgNP_24H_DEG[AgNP_24H_DEG['adj. p-value'] < 0.05]
AgNP24h_DEG= AgNP24H_DEG.copy()  
AgNP24h_DEG.rename(columns={AgNP24h_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
AgNP24h_DEG['Entrez.Gene'] = AgNP24h_DEG['Entrez.Gene'].astype(str)

Step 45. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_AgNP_24h= pd.merge(mergeddataframe,AgNP24h_DEG, on='Entrez.Gene')

Step 46. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count3= {}

for index, row in merged_dataframe_DEG_AgNP_24h.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj. p-value']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count3:
            variable_n_dictionary_count3[unique_KE] = 1
        else:
            variable_n_dictionary_count3[unique_KE] += 1

print("The total number of significant genes: ")

Step 47. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe3=pd.DataFrame.from_dict(variable_n_dictionary_count3,orient='index')
n_variable_dataframe3_reset = n_variable_dataframe3.reset_index()
n_variable_dataframe3_reset.columns = ['KEID', 'n']
n_variable_dataframe3_reset

KEID n
0 https://identifiers.org/aop.events/486 40
1 https://identifiers.org/aop.events/875 51
2 https://identifiers.org/aop.events/2007 33
3 https://identifiers.org/aop.events/1495 49
4 https://identifiers.org/aop.events/105 8
... ... ...
96 https://identifiers.org/aop.events/1820 22
97 https://identifiers.org/aop.events/896 20
98 https://identifiers.org/aop.events/1549 35
99 https://identifiers.org/aop.events/357 9
100 https://identifiers.org/aop.events/352 76

101 rows × 2 columns

merged_dataframe3= pd.merge(mergeddataframeDEG, n_variable_dataframe3_reset, on='KEID')

Section 7.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 48. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(AgNP_24H_DEG.index)
B
20518

Step 49. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

AgNP_24H_DEG_filtered=AgNP_24H_DEG[AgNP_24H_DEG['adj. p-value'] < 0.05]
b=len(AgNP_24H_DEG_filtered)
b
6213

Section 7.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 50. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe3.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([20518 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([6213 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 51. The following for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/1495 253 49 20518 6213 0.6396011423198457
1 https://identifiers.org/aop.events/1668 156 33 20518 6213 0.6985910435934579
2 https://identifiers.org/aop.events/244 417 135 20518 6213 1.069132139966443
3 https://identifiers.org/aop.events/41 275 103 20518 6213 1.236910290739359
4 https://identifiers.org/aop.events/1539 170 48 20518 6213 0.932450933053086
5 https://identifiers.org/aop.events/618 240 60 20518 6213 0.8256075969740866
6 https://identifiers.org/aop.events/1497 528 153 20518 6213 0.9569542601290549
7 https://identifiers.org/aop.events/1115 34 13 20518 6213 1.2626939718427206
8 https://identifiers.org/aop.events/1917 166 65 20518 6213 1.2931203326100151
9 https://identifiers.org/aop.events/1633 1056 306 20518 6213 0.9569542601290549
10 https://identifiers.org/aop.events/1392 102 39 20518 6213 1.2626939718427206
11 https://identifiers.org/aop.events/1582 51 16 20518 6213 1.0360565922812066
12 https://identifiers.org/aop.events/1896 205 66 20518 6213 1.0632214907373603
13 https://identifiers.org/aop.events/265 268 76 20518 6213 0.9365101100004564
14 https://identifiers.org/aop.events/1750 528 153 20518 6213 0.9569542601290549
15 https://identifiers.org/aop.events/1848 195 42 20518 6213 0.7112926989315208
16 https://identifiers.org/aop.events/890 34 13 20518 6213 1.2626939718427206
17 https://identifiers.org/aop.events/149 1056 306 20518 6213 0.9569542601290549
18 https://identifiers.org/aop.events/1579 353 91 20518 6213 0.8513347458882933
19 https://identifiers.org/aop.events/249 34 13 20518 6213 1.2626939718427206
20 https://identifiers.org/aop.events/288 51 19 20518 6213 1.230317203333933
21 https://identifiers.org/aop.events/209 617 216 20518 6213 1.1561182557303256
22 https://identifiers.org/aop.events/1945 1218 332 20518 6213 0.9001698594265903
23 https://identifiers.org/aop.events/1087 528 153 20518 6213 0.9569542601290549
24 https://identifiers.org/aop.events/1538 34 13 20518 6213 1.2626939718427206
25 https://identifiers.org/aop.events/341 10 5 20518 6213 1.6512151939481732
26 https://identifiers.org/aop.events/1090 459 129 20518 6213 0.9281340305852477
27 https://identifiers.org/aop.events/352 398 76 20518 6213 0.6306148479400058

Step 52. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe3=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe3.append(p)
             
Hypergeometricpvalue_dataframe3=pd.DataFrame(p_value_dataframe3)
Hypergeometricpvalue_dataframe3.columns= ['Hypergeometric p-value']
merged_finaltable_AgNp_24h=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe3],axis=1)

Section 7.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 53. Lastly, we filter the results to showcase the significant KEs for the comparison: Bisphenol A 1uM.

filteredversion_AgNP_24h= merged_finaltable_AgNp_24h[(merged_finaltable_AgNp_24h['Enrichmentscore']>str(1))& (merged_finaltable_AgNp_24h['Hypergeometric p-value'] < 0.05)]
filteredversion_AgNP_24h

KEID N n B b Enrichmentscore Hypergeometric p-value
2 https://identifiers.org/aop.events/244 417 135 20518 6213 1.069132139966443 0.027258
3 https://identifiers.org/aop.events/41 275 103 20518 6213 1.236910290739359 0.001904
8 https://identifiers.org/aop.events/1917 166 65 20518 6213 1.2931203326100151 0.003231
10 https://identifiers.org/aop.events/1392 102 39 20518 6213 1.2626939718427206 0.018653
21 https://identifiers.org/aop.events/209 617 216 20518 6213 1.1561182557303256 0.001287
# Ensure numeric types
filteredversion_AgNP_24h['Hypergeometric p-value'] = pd.to_numeric(filteredversion_AgNP_24h['Hypergeometric p-value'], errors='coerce')
filteredversion_AgNP_24h['Enrichmentscore'] = pd.to_numeric(filteredversion_AgNP_24h['Enrichmentscore'], errors='coerce')
filteredversion_AgNP_24h['combined_score'] = -np.log10(filteredversion_AgNP_24h['Hypergeometric p-value']) * filteredversion_AgNP_24h['Enrichmentscore']

# Sort by combined score (highest first)
C3_sorted = filteredversion_AgNP_24h.sort_values(by='combined_score', ascending=False)

# Show top rows
C3_sorted.to_excel('ConsistentKE-AgNP24h.xlsx')
C:\Users\shaki\AppData\Local\Temp\ipykernel_16388\1225674419.py:2: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_AgNP_24h['Hypergeometric p-value'] = pd.to_numeric(filteredversion_AgNP_24h['Hypergeometric p-value'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_16388\1225674419.py:3: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_AgNP_24h['Enrichmentscore'] = pd.to_numeric(filteredversion_AgNP_24h['Enrichmentscore'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_16388\1225674419.py:4: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_AgNP_24h['combined_score'] = -np.log10(filteredversion_AgNP_24h['Hypergeometric p-value']) * filteredversion_AgNP_24h['Enrichmentscore']

Section 7.5. Calculation of percent gene overlap to ORA

Section 7.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 54. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable3=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/244')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/41') | (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1917')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1392')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/209')]
significantKEIDgenetable3=significantKEID_genetable3.drop(columns={'WPtitle','ID'})
significantKEIDgenetable3

KEID gene Entrez.Gene
1221 https://identifiers.org/aop.events/244 CASP2 835
1222 https://identifiers.org/aop.events/244 RTCB 51493
1223 https://identifiers.org/aop.events/244 BCL2 596
1224 https://identifiers.org/aop.events/244 BCL2 100049703
1225 https://identifiers.org/aop.events/244 BCL2L11 10018
... ... ... ...
13650 https://identifiers.org/aop.events/209 FANCD2 2177
13651 https://identifiers.org/aop.events/209 RPA1 6117
13652 https://identifiers.org/aop.events/209 PCNA 5111
13653 https://identifiers.org/aop.events/209 RFC3 5983
13654 https://identifiers.org/aop.events/209 FAAP24 91442

1577 rows × 3 columns

Section 7.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 55. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA3 = pd.read_csv("C:/Users/shaki/Downloads/ORA_tables_for_comparison/Comparison 3-AgNP-24H.txt", sep='\t')
datafileORA3=pd.DataFrame(datafile_ORA3)
filtereddatafileORA_3=datafileORA3[datafileORA3['Adjusted P-value'] < 0.05]
filtereddatafileORA_3

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Ciliopathies WP4803 0.000002 0.001669 0 0 2.050893 26.87625 INVS;GALNT11;DYNC2I1;ODAD4;TRAF3IP1;IFT172;CEP...
1 WikiPathways_2024_Human Genes Related To Primary Cilium Development Ba... 0.000006 0.002491 0 0 2.477324 29.75603 DYNC2I1;TTC23;TRAF3IP1;IFT172;CEP19;CEP120;CBY...
2 WikiPathways_2024_Human Pluripotent Stem Cell Differentiation Pathway ... 0.000100 0.020127 0 0 3.121977 28.75355 ALK;CSF1R;EPO;PDGFA;FGF1;FGF4;INS;NT5E;FGF8;CX...
3 WikiPathways_2024_Human Bardet Biedl Syndrome WP5234 0.000119 0.020127 0 0 2.299628 20.77129 INVS;DYNC2I1;CEP104;TRAF3IP1;IFT172;PKD1L1;PKD...
4 WikiPathways_2024_Human NRF2 Pathway WP2884 0.000143 0.020127 0 0 1.918783 16.99291 SERPINA1;HSP90AB1;SRXN1;SLC2A1;KEAP1;SLC2A2;SL...
5 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 0.000147 0.020127 0 0 1.556285 13.73149 KEAP1;IRS2;AHR;RGS2;SCP2;FTH1;PDK4;CYP1B1;ACAA...
6 WikiPathways_2024_Human Photodynamic Therapy Induced NFE2L2 NRF2 Survi... 0.000268 0.029633 0 0 4.723248 38.84128 ABCC3;ABCC4;JUN;ABCC2;SRXN1;EPHX1;ABCC6;KEAP1;...
7 WikiPathways_2024_Human Proximal Tubule Transport WP4917 0.000289 0.029633 0 0 2.611755 21.28253 ATP6V1A;SLC47A1;SLC1A1;SLC2A1;SLC2A2;SLC5A1;SL...
8 WikiPathways_2024_Human Osteoblast Differentiation And Related Disease... 0.000326 0.029714 0 0 1.950916 15.66235 IHH;FZD10;FGF1;FGF3;GLI3;FGF4;PIK3C2B;GLI2;FGF...
9 WikiPathways_2024_Human Vitamin D Receptor Pathway WP2877 0.000375 0.030776 0 0 1.708108 13.47314 ITGAM;IL25;HILPDA;TNFAIP3;GXYLT2;SLC2A4;TREM1;...
10 WikiPathways_2024_Human G1 To S Cell Cycle Control WP45 0.000550 0.041030 0 0 2.368871 17.77806 CDKN1C;PCNA;MCM7;ATF6B;PRIM1;CCND3;CCNB1;CCND2...
# Make sure 'Combined Score' is numeric
datafileORA3['Combined Score'] = pd.to_numeric(datafileORA3['Combined Score'], errors='coerce')

# Sort by 'Combined Score' in descending order
ranked_df3 = datafileORA3.sort_values(by='Combined Score', ascending=False)

# (Optional) Save to Excel
ranked_df3.to_excel('AgNP24H-ORAtable-thesis(EMEXP3583).xlsx', index=False)
dropped_datafileORA_df3=filtereddatafileORA_3.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf3=dropped_datafileORA_df3.copy()
droppeddatafileORAdf3['Genes']= droppeddatafileORAdf3['Genes'].replace({';':','},regex=True)
df3_ORApathwaytable=droppeddatafileORAdf3.copy()
df3_ORApathwaytable['Genes'] = df3_ORApathwaytable['Genes'].astype(str)
df3_ORApathwaytable['Genes'] = df3_ORApathwaytable['Genes'].str.split(',')
exploded_df3_ORApathwaytable = df3_ORApathwaytable.explode('Genes', ignore_index=True)
Section 7.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 56. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets3 = exploded_df3_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets3 = significantKEIDgenetable3.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs3 = {}

for term, ORA_genes in ORA_gene_sets3.items():
    for KEID, KEID_genes in SignificantKE_gene_sets3.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs3[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs3:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs3.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Bardet Biedl Syndrome WP5234 x https://identifiers.org/aop.events/1392: 0 overlaps
Bardet Biedl Syndrome WP5234 x https://identifiers.org/aop.events/1917: 0 overlaps
Bardet Biedl Syndrome WP5234 x https://identifiers.org/aop.events/209: 1 overlaps
Bardet Biedl Syndrome WP5234 x https://identifiers.org/aop.events/244: 0 overlaps
Bardet Biedl Syndrome WP5234 x https://identifiers.org/aop.events/41: 0 overlaps
Ciliopathies WP4803 x https://identifiers.org/aop.events/1392: 0 overlaps
Ciliopathies WP4803 x https://identifiers.org/aop.events/1917: 0 overlaps
Ciliopathies WP4803 x https://identifiers.org/aop.events/209: 1 overlaps
Ciliopathies WP4803 x https://identifiers.org/aop.events/244: 0 overlaps
Ciliopathies WP4803 x https://identifiers.org/aop.events/41: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1392: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1917: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/209: 6 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/244: 10 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/41: 3 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1392: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1917: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/209: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/244: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/41: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1392: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1917: 60 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/209: 60 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/244: 60 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/41: 60 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 61 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 69 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244: 66 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 70 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1392: 1 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1917: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/209: 14 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/244: 11 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/41: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1392: 4 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1917: 7 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/209: 10 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/244: 8 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/41: 8 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1392: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1917: 1 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/209: 4 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/244: 4 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/41: 1 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1392: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1917: 9 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/209: 9 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/244: 9 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/41: 9 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1392: 2 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1917: 4 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/209: 10 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/244: 5 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/41: 4 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Bardet Biedl Syndrome WP5234, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Bardet Biedl Syndrome WP5234, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Bardet Biedl Syndrome WP5234, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'INVS'}, number: 1
Term: Bardet Biedl Syndrome WP5234, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Bardet Biedl Syndrome WP5234, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Ciliopathies WP4803, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Ciliopathies WP4803, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ciliopathies WP4803, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'INVS'}, number: 1
Term: Ciliopathies WP4803, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Ciliopathies WP4803, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GADD45A', 'POLE2', 'PCNA', 'CCND3', 'CCND2', 'CDC25A'}, number: 6
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45A', 'CCNG2', 'TP53', 'CDC25A', 'CCNB1', 'CDK1', 'MDM2', 'CCND3', 'CCND2', 'CDK6'}, number: 10
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNA1', 'CCNB1', 'TP53'}, number: 3
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SOD3', 'HMOX1', 'GSR', 'GPX3', 'GCLC'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'FTH1', 'GPX3', 'G6PD', 'PGD', 'GSTA5', 'SLC39A12', 'SLC6A20', 'ABCC4', 'SLC5A12', 'SLC5A2', 'TGFBR2', 'SLC6A6', 'SLC5A4', 'SERPINA1', 'HSP90AB1', 'SLC6A2', 'GPX2', 'DNAJB1', 'HMOX1', 'TGFB1', 'SLC6A8', 'ABCC2', 'SLC5A5', 'CBR1', 'ABCC3', 'MAFG', 'CES5A', 'SLC39A11', 'SOD3', 'SLC5A10', 'KEAP1', 'RXRA', 'UGT1A4', 'TXNRD3', 'SLC2A1', 'NRG1', 'EGR1', 'MAFF', 'SLC39A10', 'HSPA1A', 'SLC5A9', 'SLC6A9', 'ALDH3A1', 'SRXN1', 'SLC6A5', 'GSTA4', 'SLC6A19', 'SLC6A17', 'GSR', 'HSP90AA1', 'CES2', 'GCLC', 'SLC6A1', 'SLC2A4', 'SLC6A7', 'SLC2A14', 'HBEGF', 'UGT1A9'}, number: 60
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'FTH1', 'GPX3', 'G6PD', 'PGD', 'GSTA5', 'SLC39A12', 'SLC6A20', 'ABCC4', 'SLC5A12', 'SLC5A2', 'TGFBR2', 'SLC6A6', 'SLC5A4', 'SERPINA1', 'HSP90AB1', 'SLC6A2', 'GPX2', 'DNAJB1', 'HMOX1', 'TGFB1', 'SLC6A8', 'ABCC2', 'SLC5A5', 'CBR1', 'ABCC3', 'MAFG', 'CES5A', 'SLC39A11', 'SOD3', 'SLC5A10', 'KEAP1', 'RXRA', 'UGT1A4', 'TXNRD3', 'SLC2A1', 'NRG1', 'EGR1', 'MAFF', 'SLC39A10', 'HSPA1A', 'SLC5A9', 'SLC6A9', 'ALDH3A1', 'SRXN1', 'SLC6A5', 'GSTA4', 'SLC6A19', 'SLC6A17', 'GSR', 'HSP90AA1', 'CES2', 'GCLC', 'SLC6A1', 'SLC2A4', 'SLC6A7', 'SLC2A14', 'HBEGF', 'UGT1A9'}, number: 60
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'FTH1', 'GPX3', 'G6PD', 'PGD', 'GSTA5', 'SLC39A12', 'SLC6A20', 'ABCC4', 'SLC5A12', 'SLC5A2', 'TGFBR2', 'SLC6A6', 'SLC5A4', 'SERPINA1', 'HSP90AB1', 'SLC6A2', 'GPX2', 'DNAJB1', 'HMOX1', 'TGFB1', 'SLC6A8', 'ABCC2', 'SLC5A5', 'CBR1', 'ABCC3', 'MAFG', 'CES5A', 'SLC39A11', 'SOD3', 'SLC5A10', 'KEAP1', 'RXRA', 'UGT1A4', 'TXNRD3', 'SLC2A1', 'NRG1', 'EGR1', 'MAFF', 'SLC39A10', 'HSPA1A', 'SLC5A9', 'SLC6A9', 'ALDH3A1', 'SRXN1', 'SLC6A5', 'GSTA4', 'SLC6A19', 'SLC6A17', 'GSR', 'HSP90AA1', 'CES2', 'GCLC', 'SLC6A1', 'SLC2A4', 'SLC6A7', 'SLC2A14', 'HBEGF', 'UGT1A9'}, number: 60
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'FTH1', 'GPX3', 'G6PD', 'PGD', 'GSTA5', 'SLC39A12', 'SLC6A20', 'ABCC4', 'SLC5A12', 'SLC5A2', 'TGFBR2', 'SLC6A6', 'SLC5A4', 'SERPINA1', 'HSP90AB1', 'SLC6A2', 'GPX2', 'DNAJB1', 'HMOX1', 'TGFB1', 'SLC6A8', 'ABCC2', 'SLC5A5', 'CBR1', 'ABCC3', 'MAFG', 'CES5A', 'SLC39A11', 'SOD3', 'SLC5A10', 'KEAP1', 'RXRA', 'UGT1A4', 'TXNRD3', 'SLC2A1', 'NRG1', 'EGR1', 'MAFF', 'SLC39A10', 'HSPA1A', 'SLC5A9', 'SLC6A9', 'ALDH3A1', 'SRXN1', 'SLC6A5', 'GSTA4', 'SLC6A19', 'SLC6A17', 'GSR', 'HSP90AA1', 'CES2', 'GCLC', 'SLC6A1', 'SLC2A4', 'SLC6A7', 'SLC2A14', 'HBEGF', 'UGT1A9'}, number: 60
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SOD3', 'HMOX1', 'GSR', 'GPX3', 'CYP1A1', 'GCLC'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'FTH1', 'G6PD', 'GPX3', 'GSTA5', 'PGD', 'SLC39A12', 'SLC6A20', 'ABCC4', 'SLC5A12', 'SLC5A2', 'TGFBR2', 'SRC', 'SLC6A6', 'SLC5A4', 'SERPINA1', 'GPX2', 'HSP90AB1', 'SLC6A2', 'DNAJB1', 'HMOX1', 'TGFB1', 'SLC6A8', 'ABCC2', 'SLC5A5', 'ABCC3', 'MAFG', 'CBR1', 'CES5A', 'SLC39A11', 'SOD3', 'SLC5A10', 'UGT1A4', 'KEAP1', 'TXNRD3', 'RXRA', 'SLC2A1', 'NRG1', 'EGR1', 'MAFF', 'SLC39A10', 'HSPA1A', 'SLC5A9', 'SLC6A9', 'ALDH3A1', 'SRXN1', 'SLC6A5', 'GSTA4', 'SLC6A19', 'SLC6A17', 'GSR', 'HSP90AA1', 'CES2', 'GCLC', 'SLC6A1', 'SLC2A4', 'SLC6A7', 'SLC2A14', 'HBEGF', 'UGT1A9'}, number: 61
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'CPT2', 'ACAA1', 'CPT1A', 'FTH1', 'G6PD', 'GPX3', 'EHHADH', 'GSTA5', 'PGD', 'SLC39A12', 'SLC6A20', 'APOA1', 'ABCC4', 'SLC5A12', 'SLC5A2', 'TGFBR2', 'SLC6A6', 'SLC5A4', 'SERPINA1', 'GPX2', 'HSP90AB1', 'SLC6A2', 'DNAJB1', 'CYP1A1', 'HMOX1', 'SCP2', 'TGFB1', 'SLC6A8', 'ABCC2', 'SLC5A5', 'ABCC3', 'JUN', 'MAFG', 'CBR1', 'CES5A', 'SLC39A11', 'SOD3', 'PCK1', 'SLC5A10', 'UGT1A4', 'KEAP1', 'TXNRD3', 'RXRA', 'SLC2A1', 'NRG1', 'EGR1', 'MAFF', 'SLC39A10', 'HSPA1A', 'SLC5A9', 'SLC6A9', 'ALDH3A1', 'SRXN1', 'SLC6A5', 'GSTA4', 'SLC6A19', 'SLC6A17', 'GSR', 'HSP90AA1', 'CES2', 'GCLC', 'SLC6A1', 'SLC2A4', 'SLC6A7', 'SLC2A14', 'HBEGF', 'UGT1A9'}, number: 69
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'GADD45B', 'FTH1', 'G6PD', 'GPX3', 'GSTA5', 'PGD', 'NFKB2', 'SLC39A12', 'SLC6A20', 'ABCC4', 'SLC5A12', 'SLC5A2', 'TGFBR2', 'SRC', 'SLC6A6', 'SLC5A4', 'SERPINA1', 'GPX2', 'HSP90AB1', 'SLC6A2', 'DNAJB1', 'HMOX1', 'CDK1', 'SCP2', 'TGFB1', 'SLC6A8', 'ABCC2', 'SLC5A5', 'ABCC3', 'JUN', 'MAFG', 'CBR1', 'CES5A', 'SLC39A11', 'SOD3', 'SLC5A10', 'UGT1A4', 'KEAP1', 'TXNRD3', 'RXRA', 'SLC2A1', 'NRG1', 'EGR1', 'MAFF', 'SLC39A10', 'HSPA1A', 'SLC5A9', 'SLC6A9', 'ALDH3A1', 'SRXN1', 'SLC6A5', 'GSTA4', 'SLC6A19', 'SLC6A17', 'GSR', 'HSP90AA1', 'CES2', 'GCLC', 'SLC6A1', 'SLC2A4', 'SLC6A7', 'SLC2A14', 'HBEGF', 'UGT1A9'}, number: 66
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'IRS2', 'SLC2A4', 'CPT1A', 'FTH1', 'NR0B2', 'G6PD', 'GPX3', 'ABCG8', 'GSTA5', 'PGD', 'SLC39A12', 'SLC6A20', 'ABCC4', 'SLC5A12', 'SLC5A2', 'TGFBR2', 'SRC', 'SLC6A6', 'SLC5A4', 'SERPINA1', 'GPX2', 'HSP90AB1', 'SLC6A2', 'DNAJB1', 'HMOX1', 'TGFB1', 'SLC6A8', 'ABCC2', 'IP6K3', 'SLC5A5', 'ABCC3', 'MAFG', 'CBR1', 'CES5A', 'SLC39A11', 'SOD3', 'SLC5A10', 'UGT1A4', 'KEAP1', 'TXNRD3', 'RXRA', 'SLC2A1', 'NRG1', 'EGR1', 'MAFF', 'SLC39A10', 'HSPA1A', 'SLC5A9', 'SLC6A9', 'ALDH3A1', 'SRXN1', 'SLC6A5', 'BAAT', 'GSTA4', 'SLC6A19', 'SLC6A17', 'GSR', 'HSP90AA1', 'CES2', 'FASN', 'SLC6A1', 'ABCG5', 'GCLC', 'FKBP5', 'SLC6A7', 'SLC2A14', 'HBEGF', 'UGT1A9'}, number: 70
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT3A', 'MAPK14', 'FZD7', 'WNT1', 'WNT11', 'WNT7B', 'WNT7A', 'WNT6', 'LRP5', 'FZD10', 'FZD2', 'FZD9', 'FZD3', 'WNT10A'}, number: 14
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'WNT3A', 'PIK3R3', 'PIK3C2B', 'WNT1', 'WNT11', 'PIK3R1', 'WNT7B', 'WNT6', 'PIK3R5', 'WNT7A', 'WNT10A'}, number: 11
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R3', 'PIK3R1'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GCLC', 'FOS', 'MAPK14', 'HMOX1'}, number: 4
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ABCC4', 'SRXN1', 'KEAP1', 'HMOX1', 'GCLC', 'ABCC2', 'ABCC3'}, number: 7
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ABCC4', 'SRXN1', 'MAPK14', 'KEAP1', 'HMOX1', 'GCLC', 'FOS', 'ABCC2', 'JUN', 'ABCC3'}, number: 10
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC4', 'SRXN1', 'KEAP1', 'HMOX1', 'GCLC', 'JUN', 'ABCC2', 'ABCC3'}, number: 8
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ABCC4', 'SRXN1', 'KEAP1', 'HMOX1', 'GCLC', 'ABCC2', 'ABCC3', 'EPHX1'}, number: 8
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB1'}, number: 1
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT3A', 'TGFB1', 'WNT7B', 'WNT1'}, number: 4
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'WNT3A', 'TGFB1', 'WNT7B', 'WNT1'}, number: 4
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB1'}, number: 1
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'ABCC4', 'SLC5A2', 'SLC2A1', 'SLC6A19', 'ABCC2', 'SLC5A5', 'SLC6A20'}, number: 9
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'ABCC4', 'SLC5A2', 'SLC2A1', 'SLC6A19', 'ABCC2', 'SLC5A5', 'SLC6A20'}, number: 9
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'ABCC4', 'SLC5A2', 'SLC2A1', 'SLC6A19', 'ABCC2', 'SLC5A5', 'SLC6A20'}, number: 9
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A2', 'SLC5A1', 'ABCC4', 'SLC5A2', 'SLC2A1', 'SLC6A19', 'ABCC2', 'SLC5A5', 'SLC6A20'}, number: 9
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1', 'NOX1'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'G6PD', 'RXRA', 'TGFB1', 'SLC2A4'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GADD45A', 'SFRP1', 'RXRA', 'TGFB1', 'NOX1', 'LRP5', 'G6PD', 'CYP1A1', 'SLC2A4', 'IRF5'}, number: 10
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45A', 'RXRA', 'TGFB1', 'G6PD', 'SLC2A4'}, number: 5
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'G6PD', 'RXRA', 'TGFB1', 'SLC2A4'}, number: 4
Section 7.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 7.5.5.

final_geneoverlaptable_AGNP_24H=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs3,orient='index')
Section 7.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 57. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count3= {}

for index, row in exploded_df3_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count3:
            variable_count3[unique_KE] = 1
    else:
            variable_count3[unique_KE] += 1

print("The total number of genes: ")
print(variable_count3)
The total number of genes: 
{'Ciliopathies WP4803': 81, 'Genes Related To Primary Cilium Development Based On CRISPR WP4536': 50, 'Pluripotent Stem Cell Differentiation Pathway WP2848': 26, 'Bardet Biedl Syndrome WP5234': 41, 'NRF2 Pathway WP2884': 60, 'Nuclear Receptors Meta Pathway WP2882': 118, 'Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612': 15, 'Proximal Tubule Transport WP4917': 29, 'Osteoblast Differentiation And Related Diseases WP4787': 51, 'Vitamin D Receptor Pathway WP2877': 73, 'G1 To S Cell Cycle Control WP45': 31}

Step 58. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df3=pd.DataFrame.from_dict(variable_count3,orient='index')
reset_variable_count_df3 = variable_count_df3.reset_index()
reset_variable_count_df3.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_AGNP24H=final_geneoverlaptable_AGNP_24H.reset_index(level=[1])
Genesetoverlaptable_AGNP24H.reset_index(inplace=True)
Genesetoverlaptable_AGNP24H.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_AGNP24h=pd.merge(reset_variable_count_df3,Genesetoverlaptable_AGNP24H, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_AGNP24h.loc[:,'Percent geneset overlap']= tabulation_AGNP24h.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_AGNP24h.to_excel('geneoverlap-calculation-AgNP24h.xlsx')

Section 8. Comparison 4: AgNP 48H

Section 8.1 Calculation of n variable

In this section, variable n will be calculated for the comparison: Bisphenol A concentration 1uM to control.

Step 59. The table containing the differential expressed genes for comparison 4 is loaded with the filter for significance.

AgNP_48H_DEG= pd.read_csv('topTable_AgNP_12.1_48 - H2O.control_.0.0_48.tsv',sep='\t')
AgNP48H_DEG= AgNP_48H_DEG[AgNP_48H_DEG['adj. p-value'] < 0.05]
AgNP48h_DEG= AgNP48H_DEG.copy()  
AgNP48h_DEG.rename(columns={AgNP48h_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
AgNP48h_DEG['Entrez.Gene'] = AgNP48h_DEG['Entrez.Gene'].astype(str)

Step 60. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_AgNP_48h= pd.merge(mergeddataframe,AgNP48h_DEG, on='Entrez.Gene')
merged_dataframe_DEG_AgNP_48h

Step 61. The following for loop for the key events to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count4= {}

for index, row in merged_dataframe_DEG_AgNP_48h.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj. p-value']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count4:
            variable_n_dictionary_count4[unique_KE] = 1
        else:
            variable_n_dictionary_count4[unique_KE] += 1

print("The total number of significant genes: ")

Step 62. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe4=pd.DataFrame.from_dict(variable_n_dictionary_count4,orient='index')
n_variable_dataframe4_reset = n_variable_dataframe4.reset_index()
n_variable_dataframe4_reset.columns = ['KEID', 'n']
merged_dataframe3= pd.merge(mergeddataframeDEG, n_variable_dataframe4_reset, on='KEID')

Section 8.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 63. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(AgNP_48H_DEG.index)
B
20518

Step 64. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

AgNP_48H_DEG_filtered=AgNP_48H_DEG[AgNP_48H_DEG['adj. p-value'] < 0.05]
b=len(AgNP_48H_DEG_filtered)
b
2319

Section 8.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 65. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe3.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([20518 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([2319 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 66. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/1495 253 36 20518 2319 1.2589725365472033
1 https://identifiers.org/aop.events/1668 156 19 20518 2319 1.0776141351820523
2 https://identifiers.org/aop.events/244 417 70 20518 2319 1.4852387171763237
3 https://identifiers.org/aop.events/41 275 53 20518 2319 1.7052083578344897
4 https://identifiers.org/aop.events/1539 170 20 20518 2319 1.0409152017857595
5 https://identifiers.org/aop.events/618 240 19 20518 2319 0.700449187868334
6 https://identifiers.org/aop.events/1497 528 70 20518 2319 1.1730010323153919
7 https://identifiers.org/aop.events/1115 34 8 20518 2319 2.081830403571519
8 https://identifiers.org/aop.events/1917 166 32 20518 2319 1.7055959932875098
9 https://identifiers.org/aop.events/1633 1056 140 20518 2319 1.1730010323153919
10 https://identifiers.org/aop.events/1392 102 24 20518 2319 2.081830403571519
11 https://identifiers.org/aop.events/1582 51 10 20518 2319 1.7348586696429327
12 https://identifiers.org/aop.events/1896 205 37 20518 2319 1.596916248593275
13 https://identifiers.org/aop.events/265 268 30 20518 2319 0.9904230464752564
14 https://identifiers.org/aop.events/1750 528 70 20518 2319 1.1730010323153919
15 https://identifiers.org/aop.events/1848 195 26 20518 2319 1.179703895357194
16 https://identifiers.org/aop.events/890 34 8 20518 2319 2.081830403571519
17 https://identifiers.org/aop.events/149 1056 140 20518 2319 1.1730010323153919
18 https://identifiers.org/aop.events/1579 353 34 20518 2319 0.8521940320568966
19 https://identifiers.org/aop.events/249 34 8 20518 2319 2.081830403571519
20 https://identifiers.org/aop.events/288 51 10 20518 2319 1.7348586696429327
21 https://identifiers.org/aop.events/209 617 93 20518 2319 1.3336198817044458
22 https://identifiers.org/aop.events/1945 1218 134 20518 2319 0.9734009974006406
23 https://identifiers.org/aop.events/1087 528 70 20518 2319 1.1730010323153919
24 https://identifiers.org/aop.events/1538 34 8 20518 2319 2.081830403571519
25 https://identifiers.org/aop.events/341 10 1 20518 2319 0.8847779215178957
26 https://identifiers.org/aop.events/1090 459 49 20518 2319 0.9445341645833745
27 https://identifiers.org/aop.events/352 398 47 20518 2319 1.0448382490286707

Step 67. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe4=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe4.append(p)
             
Hypergeometricpvalue_dataframe4=pd.DataFrame(p_value_dataframe4)
Hypergeometricpvalue_dataframe4.columns= ['Hypergeometric p-value']
merged_finaltable4=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe4],axis=1)

Section 8.4. Filtering the results for significant KEs and calculation of percent gene overlap to ORA

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Section 8.4.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 85. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

filteredversion_C5= merged_finaltable4[(merged_finaltable4['Enrichmentscore']>str(1))& (merged_finaltable4['Hypergeometric p-value'] < 0.05)]
SignificantKE_list5=filteredversion_C5['KEID'].tolist()
significantKEID_genetable5= mergeddataframe_final[mergeddataframe_final['KEID'].isin(SignificantKE_list5)]
significantKEID_genetable5

KEID WPtitle ID gene Entrez.Gene
482 https://identifiers.org/aop.events/1495 Cytosolic DNA-sensing pathway WP4655 TREX1 11277
483 https://identifiers.org/aop.events/1495 Cytosolic DNA-sensing pathway WP4655 IFNA5 3442
484 https://identifiers.org/aop.events/1495 Cytosolic DNA-sensing pathway WP4655 IFNA1 3439
485 https://identifiers.org/aop.events/1495 Cytosolic DNA-sensing pathway WP4655 IFNA2 3440
486 https://identifiers.org/aop.events/1495 Cytosolic DNA-sensing pathway WP4655 IFNA4 3441
... ... ... ... ... ...
18889 https://identifiers.org/aop.events/1538 Oxidative stress response WP408 TXNRD2 10587
18890 https://identifiers.org/aop.events/1538 Oxidative stress response WP408 MT1X 4501
18891 https://identifiers.org/aop.events/1538 Oxidative stress response WP408 NOX1 27035
18892 https://identifiers.org/aop.events/1538 Oxidative stress response WP408 NFIX 4784
18893 https://identifiers.org/aop.events/1538 Oxidative stress response WP408 NOX3 50508

5969 rows × 5 columns

Section 8.4.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 86. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA5 = pd.read_csv("C:/Users/shaki/Downloads/ORA_tables_for_comparison/Comparison 4-AgNP-48H.txt", sep='\t')
datafileORA5=pd.DataFrame(datafile_ORA5)
filtereddatafileORA_5=datafileORA5[datafileORA5['Adjusted P-value'] < 0.05]
dropped_datafileORA_df5=filtereddatafileORA_5.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf5=dropped_datafileORA_df5.copy()
droppeddatafileORAdf5['Genes']= droppeddatafileORAdf5['Genes'].replace({';':','},regex=True)
df5_ORApathwaytable=droppeddatafileORAdf5.copy()
df5_ORApathwaytable['Genes'] = df5_ORApathwaytable['Genes'].astype(str)
df5_ORApathwaytable['Genes'] = df5_ORApathwaytable['Genes'].str.split(',')
exploded_df5_ORApathwaytable = df5_ORApathwaytable.explode('Genes', ignore_index=True)
Section 8.4.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 87. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets5 = exploded_df5_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets5 = significantKEID_genetable5.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs5 = {}

for term, ORA_genes in ORA_gene_sets5.items():
    for KEID, KEID_genes in SignificantKE_gene_sets5.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs5[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs5:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs5.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1087: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1115: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1392: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/149: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1495: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1497: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1538: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1582: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1633: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1750: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1896: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1917: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/209: 5 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/244 : 5 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/249: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/288: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/41: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/890: 2 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1087: 5 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1115: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1392: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/149: 5 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1495: 11 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1497: 5 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1538: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1582: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1633: 5 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1750: 5 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1896: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1917: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/209: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/244 : 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/249: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/288: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/41: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/890: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1087: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1115: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/149: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1495: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1497: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1538: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1582: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1633: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1750: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1896: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 29 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 34 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244 : 31 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/249: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/288: 8 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 34 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/890: 5 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1087: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1115: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1392: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/149: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1495: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1497: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1538: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1582: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1633: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1750: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1896: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1917: 4 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/209: 7 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/244 : 5 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/249: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/288: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/41: 4 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/890: 3 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TP53', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TP53', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TP53', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'APC'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TP53', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TP53', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'TP53', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'APC', 'SP1', 'GSK3B', 'JUN', 'MT1X'}, number: 5
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'TP53', 'AKT1', 'APC', 'GSK3B', 'JUN'}, number: 5
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'GSK3B', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1', 'MT1X'}, number: 2
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FADD', 'TRAF6', 'CXCL8', 'CHUK', 'IKBKG'}, number: 5
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FADD', 'TRAF6', 'CXCL8', 'CHUK', 'IKBKG'}, number: 5
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'FADD', 'RNF125', 'ATG12', 'TRADD', 'MAVS', 'TRAF6', 'ATG5', 'CXCL8', 'CHUK', 'IKBKG', 'CYLD'}, number: 11
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FADD', 'TRAF6', 'CXCL8', 'CHUK', 'IKBKG'}, number: 5
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FADD', 'TRAF6', 'CXCL8', 'CHUK', 'IKBKG'}, number: 5
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FADD', 'TRAF6', 'CXCL8', 'CHUK', 'IKBKG'}, number: 5
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TGFBR2', 'TGFB2', 'HSPA1A', 'JUN'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2', 'HMOX1', 'GPX3', 'CYP1A1', 'SP1'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2', 'HMOX1', 'GPX3', 'CYP1A1', 'SP1'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TGFBR2', 'TGFB2', 'HSPA1A', 'JUN'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TGFBR2', 'TGFB2', 'HSPA1A', 'JUN'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2', 'HMOX1', 'GPX3', 'CYP1A1', 'SP1'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'SRC'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TGFBR2', 'TGFB2', 'HSPA1A', 'JUN'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TGFBR2', 'TGFB2', 'HSPA1A', 'JUN'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLK', 'GADD45B'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GPX3', 'SLC5A3', 'ABCC4', 'TGFBR2', 'SRC', 'SLC6A15', 'HMOX1', 'GPX2', 'TGFA', 'DNAJB1', 'ABCC3', 'RXRA', 'GSTM3', 'TXNRD3', 'SLC2A1', 'SLC2A8', 'MAFF', 'SLC39A10', 'HSPA1A', 'GGT1', 'SLC6A9', 'ALDH3A1', 'SLC2A6', 'NFE2L2', 'SLC2A3', 'CES2', 'TGFB2', 'SLC2A14', 'HBEGF'}, number: 29
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CPT1A', 'GPX3', 'SP1', 'SLC5A3', 'ABCC4', 'TGFBR2', 'SLC6A15', 'HMOX1', 'GPX2', 'TGFA', 'DNAJB1', 'SCD', 'CYP1A1', 'JUN', 'ABCC3', 'RXRA', 'GSTM3', 'TXNRD3', 'SLC2A1', 'SLC2A8', 'MAFF', 'SLC39A10', 'HSPA1A', 'GGT1', 'SLC6A9', 'ALDH3A1', 'SLC2A6', 'NFE2L2', 'POLK', 'SLC2A3', 'CES2', 'TGFB2', 'SLC2A14', 'HBEGF'}, number: 34
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'GADD45B', 'GPX3', 'SLC5A3', 'ABCC4', 'TGFBR2', 'SRC', 'SLC6A15', 'HMOX1', 'GPX2', 'TGFA', 'DNAJB1', 'JUN', 'ABCC3', 'RXRA', 'GSTM3', 'TXNRD3', 'SLC2A1', 'SLC2A8', 'MAFF', 'SLC39A10', 'HSPA1A', 'GGT1', 'SLC6A9', 'ALDH3A1', 'SLC2A6', 'NFE2L2', 'SLC2A3', 'CES2', 'TGFB2', 'SLC2A14', 'HBEGF'}, number: 31
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2', 'HMOX1', 'GPX3', 'CYP1A1', 'SP1'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'ABCB1', 'ABCC4', 'BAAT', 'SRC', 'RXRA', 'PPARGC1A', 'CYP4F12', 'ABCC3'}, number: 8
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CPT1A', 'GPX3', 'SLC5A3', 'ABCC4', 'TGFBR2', 'SRC', 'SLC6A15', 'HMOX1', 'GPX2', 'TGFA', 'DNAJB1', 'ABCC3', 'RXRA', 'GSTM3', 'TXNRD3', 'SLC2A1', 'SREBF1', 'PPARGC1A', 'SLC2A8', 'MAFF', 'SLC39A10', 'HSPA1A', 'GGT1', 'SLC6A9', 'ALDH3A1', 'SLC2A6', 'NFE2L2', 'BAAT', 'SLC2A3', 'CES2', 'FASN', 'TGFB2', 'SLC2A14', 'HBEGF'}, number: 34
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2', 'HMOX1', 'GPX3', 'CYP1A1', 'SP1'}, number: 5
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1', 'NFE2L2', 'GPX3'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1', 'NFE2L2', 'GPX3'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1', 'NFE2L2', 'GPX3'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2', 'TXNRD3', 'GPX2', 'GPX3'}, number: 4
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFE2L2', 'GPX4', 'TXNRD3', 'GPX2', 'GPX3', 'SP1', 'JUN'}, number: 7
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'NFE2L2', 'TXNRD3', 'GPX2', 'GPX3', 'JUN'}, number: 5
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1', 'NFE2L2', 'GPX3'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NFE2L2', 'TXNRD3', 'GPX2', 'GPX3'}, number: 4
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1', 'NFE2L2', 'GPX3'}, number: 3
Section 8.4.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 7.5.5.

final_geneoverlaptable_C5=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs5,orient='index')
Section 8.4.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 57. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count5= {}

for index, row in exploded_df5_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count5:
            variable_count5[unique_KE] = 1
    else:
            variable_count5[unique_KE] += 1

print("The total number of genes: ")
print(variable_count5)
The total number of genes: 
{'Copper Homeostasis WP3286': 18, 'Nuclear Receptors Meta Pathway WP2882': 61, 'Selenium Metabolism And Selenoproteins WP28': 15, 'Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865': 17}

Step 88. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df5=pd.DataFrame.from_dict(variable_count5,orient='index')
reset_variable_count_df5 = variable_count_df5.reset_index()
reset_variable_count_df5.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C5=final_geneoverlaptable_C5.reset_index(level=[1])
Genesetoverlaptable_C5.reset_index(inplace=True)
Genesetoverlaptable_C5.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C5=pd.merge(reset_variable_count_df5,Genesetoverlaptable_C5, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C5.loc[:,'Percent geneset overlap']= tabulation_C5.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C5.to_excel('genesetoverlap-AgNP48h.xlsx')

Section 9: Metadata

Step 89. At last, the metadata belonging to this Jupyter Notebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
Last updated: 2025-06-02T19:48:45.303185+02:00

Python implementation: CPython
Python version       : 3.12.3
IPython version      : 8.25.0

Compiler    : MSC v.1938 64 bit (AMD64)
OS          : Windows
Release     : 11
Machine     : AMD64
Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
CPU cores   : 8
Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
pandas==2.2.3
json==2.0.9
ipykernel==6.28.0
numpy==1.26.4
scipy==1.13.1
py4cytoscape==1.9.0

References:

  1. Martens M, Meuleman AB, Kearns J, de Windt C, Evelo CT, Willighagen EL. Molecular Adverse Outcome Pathways: towards the implementation of transcriptomics data in risk assessments. bioRxiv. 2023:2023.03.02.530766.
  2. How can I iterate over rows in a Pandas DataFrame?[Internet]. Stack Overflow. Available from: https://stackoverflow.com/questions/16476924/how-can-i-iterate-over-rows-in-a-pandas-dataframe
  3. Python - Loop Dictionaries \[Internet\]. www.w3schools.com. Available from: https://www.w3schools.com/python/python_dictionaries_loop.asp
  4. Priya. apply(set) to two columns in a pandas dataframe [Internet]. Stack Overflow. 2018. Available from: https://stackoverflow.com/questions/52367388/applyset-to-two-columns-in-a-pandas-dataframe
  5. amnesic. Converting pandas dataframe to dictionary with same keys over multiple rows [Internet]. Stack Overflow. 2022. Available from: https://stackoverflow.com/questions/71006325/converting-pandas-dataframe-to-dictionary-with-same-keys-over-multiple-rows/71006478#71006478
  6. SuperDougDougy. GroupBy results to dictionary of lists [Internet]. Stack Overflow. 2015. Available from: https://stackoverflow.com/questions/29876184/groupby-results-to-dictionary-of-lists%E2%80%8C

Part 8: KE enrichment score analysis and benchmarking for dataset: E-MEXP-2599

The AOP project ► Key objective 2

Author: Shakira Agata

This Jupyter Notebook shows the steps for the execution of KE enrichment analysis and benchmarking to Overrepresentation Analysis(ORA) for dataset:E-MEXP-2599. This notebook is subdivided into eleven sections:

  • Section 1: Creation of dictKE dictionary
  • Section 2: Creation of dictWP dictionary
  • Section 3: Creation of KEgenes dictionary
  • Section 4: Calculation of N variable
  • Section 5: Comparison 1: diquat dibromide timepoint 1
    • Section 5.1: Calculation of n variable
    • Section 5.2: Calculation of variable B and variable b
    • Section 5.3: Calculation of enrichment score & hypergeometric p-value
    • Section 5.4: Filtering results
    • Section 5.5: Calculation of percent gene overlap
      • Section 5.5.1 Creation of significant KE table
      • Section 5.5.2 Significant ORA pathway table
      • Section 5.5.3 Creation of for loop
      • Section 5.5.4 Tabulation
      • Section 5.5.5 Percent overlap calculation
  • Section 6: Comparison 2: diquat dibromide timepoint 2
    • Section 6.1: Calculation of n variable
    • Section 6.2:Calculation of variable B and variable b
    • Section 6.3: Calculation of enrichment score & hypergeometric p-value
    • Section 6.4: Filtering results
    • Section 6.5: Calculation of percent gene overlap
      • Section 6.5.1 Creation of significant KE table
      • Section 6.5.2 Significant ORA pathway table
      • Section 6.5.3 Creation of for loop
      • Section 6.5.4 Tabulation
      • Section 6.5.5 Percent overlap calculation
  • Section 7: Comparison 3: cadmium chloride timepoint 1
    • Section 7.1: Calculation of n variable
    • Section 7.2:Calculation of variable B and variable b
    • Section 7.3: Calculation of enrichment score & hypergeometric p-value
    • Section 7.4: Filtering results
    • Section 7.5: Calculation of percent gene overlap
      • Section 7.5.1 Creation of significant KE table
      • Section 7.5.2 Significant ORA pathway table
      • Section 7.5.3 Creation of for loop
      • Section 7.5.4 Tabulation
      • Section 7.5.5 Percent overlap calculation
  • Section 8: Comparison 4: cadmium chloride timepoint 2
    • Section 8.1: Calculation of n variable
    • Section 8.2:Calculation of variable B and variable b
    • Section 8.3: Calculation of enrichment score & hypergeometric p-value
    • Section 8.4: Filtering results
    • Section 8.5: Calculation of percent gene overlap
      • Section 8.5.1 Creation of significant KE table
      • Section 8.5.2 Significant ORA pathway table
      • Section 8.5.3 Creation of for loop
      • Section 8.5.4 Tabulation
      • Section 8.5.5 Percent overlap calculation
  • Section 9: Comparison 5: cyclosporine A timepoint 1
    • Section 9.1: Calculation of n variable
    • Section 9.2:Calculation of variable B and variable b
    • Section 9.3: Calculation of enrichment score & hypergeometric p-value
    • Section 9.4: Filtering results
    • Section 9.5: Calculation of percent gene overlap
      • Section 9.5.1 Creation of significant KE table
      • Section 9.5.2 Significant ORA pathway table
      • Section 9.5.3 Creation of for loop
      • Section 9.5.4 Tabulation
      • Section 9.5.5 Percent overlap calculation
  • Section 10: Comparison 6: cyclosporine A timepoint 2
    • Section 10.1: Calculation of n variable
    • Section 10.2:Calculation of variable B and variable b
    • Section 10.3: Calculation of enrichment score & hypergeometric p-value
    • Section 10.4: Filtering results
    • Section 10.5: Calculation of percent gene overlap
      • Section 10.5.1 Creation of significant KE table
      • Section 10.5.2 Significant ORA pathway table
      • Section 10.5.3 Creation of for loop
      • Section 10.5.4 Tabulation
      • Section 10.5.5 Percent overlap calculation
  • Section 11: Metadata

Section 1: Creation of dictKE dictionary

In this section, the dictKE dictionary will be made which is used to retrieve the first neighbors of the key events present in the inflammatory stress response pathway AOP network.

Step 1. First, the necessary packages and inflammatory stress response pathway AOP network were loaded.

import pandas as pd
import numpy as np
from scipy.stats import hypergeom
import matplotlib.pyplot as plt
import scipy.stats as ss
import py4cytoscape as p4c
p4c.cytoscape_ping()
p4c.cytoscape_version_info()
You are connected to Cytoscape!





{'apiVersion': 'v1',
 'cytoscapeVersion': '3.10.1',
 'automationAPIVersion': '1.9.0',
 'py4cytoscapeVersion': '1.9.0'}
network=p4c.open_session('Agata,S.-Part4 Complete Molecular inflammation-process related AOP network.cys')
Opening C:\Users\shaki\Downloads\Agata,S.-Part4 Complete Molecular inflammation-process related AOP network.cys...

Step 2. Next, the nodetable and the original nodetable derived from the KE-WP mapping results are loaded.

nodetable=p4c.get_table_columns()
dataframe_for_dictKE=pd.read_excel('Nodetable-dictKE.xlsx')
df_corrected=pd.read_excel('nodetable-dictWP.xlsx').reset_index(drop=True)

Step 3. The dataframe will now be converted into a dictionary where the keys are the IDs from the key events and the values are the titles of the molecular pathways.

completedataframe_for_dictKE=dataframe_for_dictKE[['ID (KEID)','WPtitle']].copy()
complete_dataframe_for_dictKE=completedataframe_for_dictKE.rename(columns={"ID (KEID)":"KEID"})

Step 4. The format of the dataframe will now be converted into a dictionary format.

dictKE= complete_dataframe_for_dictKE.to_dict('records')

Section 2: Creation of dictWP dictionary

In this section, the dictWP dictionary will be created. The dictWP dictionary will contain the first neighbours: genes of the individual molecular pathways mapped to the inflammatory stress response pathway AOP network.

Step 5. First, the dataframe is created in which the molecular pathways mapped to the network are filtered.

df4= nodetable[nodetable['type'] == 'Molecular pathway']

Step 6. A duplicate network will be created for which we will create filters to only contain gene and molecular pathway nodes in the network in preparation for the dictWP creation. This requires a composite filter to exclude Molecular Initiating Event (MIE) nodes, Key Event (KE) nodes and Adverse Outcome (AO) nodes.

Clonednetwork_fordictWP= p4c.clone_network() 
p4c.rename_network('Cloned molecular inflammatory stress response pathway AOP network for dict WP')
{'network': 132,
 'title': 'Cloned molecular inflammatory stress response pathway AOP network for dict WP'}
MIEfilter= p4c.create_column_filter('MIE filter', 'type', 'MIE', 'CONTAINS', network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
KEfilter= p4c.create_column_filter('KE filter', 'type', 'KE', 'CONTAINS',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
AOfilter= p4c.create_column_filter('AO filter', 'type', 'AO', 'CONTAINS',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
combined_MIEKEAOfilter= p4c.create_composite_filter('MIE KE AO filter', ['MIE filter','KE filter','AO filter'],type='ANY',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.

Step 7. You will delete the selected filtered nodes from the composite filter to only maintain the molecular pathway nodes and gene nodes.

Deletednodes= p4c.delete_selected_nodes(network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')

Step 8. A for loop will be created for the WP dictionary which contains the WP titles as the keys and the names of the genes as values. Due to settings of the get_first_neighbours function, it is not possible to retrieve the gene IDs with this function.

name_list_WP=df_corrected['name'].tolist()
dictWP = {}

for name in name_list_WP:
        gene_neighbors_per_WP = p4c.get_first_neighbors(node_names=name, network= 'Cloned molecular inflammatory stress response pathway AOP network for dict WP', as_nested_list=False)
        dictWP[name] = gene_neighbors_per_WP

Section 3: Creation of KEgenes dictionary

In this section, you will identify the match between the dictKE and dictWP dictionary which will allow for matching between the keys: KE ID from the dictKE to the values:genes from dictWP.

Step 9. The KE_genes_dictionary dictionary will contain the match between the dictKE and dictWP dictionary by adding the values of the dictWP dictionary if the value: WPtitle of dictKE is present in dictWP.

KE_genes_dictionary=[]

for KEID in dictKE:
    WPtitle= KEID['WPtitle']
    
    if WPtitle in dictWP:
        KEID['gene'] = dictWP[WPtitle]
    KE_genes_dictionary.append(KEID)

Section 4: Calculation of N variable

In this section, variable N will be calculated per individual key event.

Step 10. First, the KEgenes dictionary is manipulated so that each gene is placed on an individual row. This requires the creation of a dataframe, adjustment of the column titles and explosion of the gene column.

first_dataframe=pd.DataFrame.from_dict(KE_genes_dictionary)
df5=df4.rename(columns={'name':'WPtitle'})
first_dataframe1=pd.merge(first_dataframe, df5, on='WPtitle')
second_dataframe=first_dataframe1.explode('gene')
second_dataframe1 = second_dataframe.drop(columns=['selected','AverageShortestPathLength','BetweennessCentrality','ClosenessCentrality','ClusteringCoefficient','group','type','Association type','CTL.Ext','CTL.Type','CTL.PathwayName','CTL.label','CTL.PathwayID','CTL.GeneName','CTL.GeneID','Eccentricity','EdgeCount','Indegree','IsSingleNode','NeighborhoodConnectivity','Outdegree','PartnerOfMultiEdgedNodePairs','SelfLoops','Stress','id','SUID'], axis=1)
second_dataframe1_reordered = second_dataframe.loc[:, ['KEID', 'WPtitle', 'shared name','gene']]
third_dataframe=second_dataframe1_reordered.rename(columns={'shared name':'ID'})

Step 11. The gene IDs that belong to gene symbols are added to complete the dataframe and merge this dataframe to the previous: third_dataframe. This will allow for a dataframe that contains all needed columns: KEID, WPtitle, WPID, gene symbol and gene ID.

df6= nodetable[nodetable['CTL.Type'] == 'gene']
df7=df6.rename(columns={'shared name':'gene'})
df8=df7.drop(columns=['name','selected','AverageShortestPathLength','BetweennessCentrality','ClosenessCentrality','ClusteringCoefficient','group','type','Association type','CTL.Ext','CTL.Type','CTL.PathwayName','CTL.label','CTL.PathwayID','CTL.GeneName','Eccentricity','EdgeCount','Indegree','IsSingleNode','NeighborhoodConnectivity','Outdegree','PartnerOfMultiEdgedNodePairs','SelfLoops','Stress','id','SUID'], axis=1)
mergeddataframe_gene=pd.merge(third_dataframe, df8, on='gene')
mergeddataframe_final=mergeddataframe_gene.rename(columns={'CTL.GeneID':'Entrez.Gene'})
mergeddataframe_final

KEID WPtitle ID gene Entrez.Gene
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL17 6361
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CX3CL1 6376
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL24 6369
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL7 6354
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL25 6370
... ... ... ... ... ...
20878 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 DLG4 1742
20879 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MKNK1 8569
20880 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MTOR 2475
20881 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EEF2K 29904
20882 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EIF4EBP1 1978

20883 rows × 5 columns

Step 12. The following for loop will be run for the calculation of the N variable. This for loop iterates over each row of the dataframe and will count the number of genes belonging to individual Key Events that are unique.

variable_N_dictionary_count= {}

for index, row in mergeddataframe_final.iterrows():
    unique_KE = row['KEID']
    gene = row['Entrez.Gene']
    
    if unique_KE not in variable_N_dictionary_count:
       variable_N_dictionary_count[unique_KE] = 1
    else:
        variable_N_dictionary_count[unique_KE] += 1

print("The total is: ")
print(variable_N_dictionary_count)
The total is: 
{'https://identifiers.org/aop.events/486': 129, 'https://identifiers.org/aop.events/875': 169, 'https://identifiers.org/aop.events/2007': 184, 'https://identifiers.org/aop.events/1495': 253, 'https://identifiers.org/aop.events/105': 165, 'https://identifiers.org/aop.events/1816': 165, 'https://identifiers.org/aop.events/1668 ': 156, 'https://identifiers.org/aop.events/244 ': 417, 'https://identifiers.org/aop.events/1739': 8, 'https://identifiers.org/aop.events/1814 ': 251, 'https://identifiers.org/aop.events/1740': 4, 'https://identifiers.org/aop.events/888': 56, 'https://identifiers.org/aop.events/1574': 10, 'https://identifiers.org/aop.events/41': 275, 'https://identifiers.org/aop.events/1270': 72, 'https://identifiers.org/aop.events/1086': 144, 'https://identifiers.org/aop.events/1487 ': 19, 'https://identifiers.org/aop.events/1539': 170, 'https://identifiers.org/aop.events/201': 36, 'https://identifiers.org/aop.events/457': 584, 'https://identifiers.org/aop.events/55': 288, 'https://identifiers.org/aop.events/188': 17, 'https://identifiers.org/aop.events/618': 240, 'https://identifiers.org/aop.events/389': 36, 'https://identifiers.org/aop.events/177': 495, 'https://identifiers.org/aop.events/2013': 100, 'https://identifiers.org/aop.events/2006': 216, 'https://identifiers.org/aop.events/1497': 528, 'https://identifiers.org/aop.events/870': 31, 'https://identifiers.org/aop.events/1669': 400, 'https://identifiers.org/aop.events/1115': 34, 'https://identifiers.org/aop.events/202': 186, 'https://identifiers.org/aop.events/1917': 166, 'https://identifiers.org/aop.events/1633': 1056, 'https://identifiers.org/aop.events/1392': 102, 'https://identifiers.org/aop.events/1815': 58, 'https://identifiers.org/aop.events/386': 372, 'https://identifiers.org/aop.events/1944': 41, 'https://identifiers.org/aop.events/1582': 51, 'https://identifiers.org/aop.events/1896': 205, 'https://identifiers.org/aop.events/1172': 22, 'https://identifiers.org/aop.events/1496': 406, 'https://identifiers.org/aop.events/68': 64, 'https://identifiers.org/aop.events/1493': 812, 'https://identifiers.org/aop.events/265': 268, 'https://identifiers.org/aop.events/1817': 328, 'https://identifiers.org/aop.events/1819': 74, 'https://identifiers.org/aop.events/1750': 528, 'https://identifiers.org/aop.events/1901': 37, 'https://identifiers.org/aop.events/1848': 195, 'https://identifiers.org/aop.events/1847': 6, 'https://identifiers.org/aop.events/1748': 4, 'https://identifiers.org/aop.events/1365': 328, 'https://identifiers.org/aop.events/890': 34, 'https://identifiers.org/aop.events/1587': 57, 'https://identifiers.org/aop.events/1457': 19, 'https://identifiers.org/aop.events/1586': 31, 'https://identifiers.org/aop.events/149': 1056, 'https://identifiers.org/aop.events/1575': 328, 'https://identifiers.org/aop.events/1579': 353, 'https://identifiers.org/aop.events/87': 114, 'https://identifiers.org/aop.events/249': 34, 'https://identifiers.org/aop.events/288': 51, 'https://identifiers.org/aop.events/209': 617, 'https://identifiers.org/aop.events/1498': 224, 'https://identifiers.org/aop.events/1499': 26, 'https://identifiers.org/aop.events/1500': 260, 'https://identifiers.org/aop.events/1488': 184, 'https://identifiers.org/aop.events/1494': 74, 'https://identifiers.org/aop.events/52': 219, 'https://identifiers.org/aop.events/381': 199, 'https://identifiers.org/aop.events/484': 706, 'https://identifiers.org/aop.events/388': 169, 'https://identifiers.org/aop.events/1262': 328, 'https://identifiers.org/aop.events/1945': 1218, 'https://identifiers.org/aop.events/2009': 74, 'https://identifiers.org/aop.events/2012': 260, 'https://identifiers.org/aop.events/1770': 60, 'https://identifiers.org/aop.events/1818': 270, 'https://identifiers.org/aop.events/1738': 4, 'https://identifiers.org/aop.events/1752': 138, 'https://identifiers.org/aop.events/887': 116, 'https://identifiers.org/aop.events/1585': 35, 'https://identifiers.org/aop.events/214': 55, 'https://identifiers.org/aop.events/1271': 58, 'https://identifiers.org/aop.events/1087': 528, 'https://identifiers.org/aop.events/1538': 34, 'https://identifiers.org/aop.events/898': 328, 'https://identifiers.org/aop.events/195': 184, 'https://identifiers.org/aop.events/459': 132, 'https://identifiers.org/aop.events/341': 10, 'https://identifiers.org/aop.events/1670': 88, 'https://identifiers.org/aop.events/759': 82, 'https://identifiers.org/aop.events/1090': 459, 'https://identifiers.org/aop.events/344': 30, 'https://identifiers.org/aop.events/1841': 17, 'https://identifiers.org/aop.events/1820': 57, 'https://identifiers.org/aop.events/896': 82, 'https://identifiers.org/aop.events/1549': 101, 'https://identifiers.org/aop.events/357': 21, 'https://identifiers.org/aop.events/352': 398}

Step 13. The output of the dictionary will be converted into a dataframe and merged to the mergeddataframe_final dataframe to add the results into a separate column.

fourth_dataframe=pd.DataFrame.from_dict(variable_N_dictionary_count,orient='index')
df_reset = fourth_dataframe.reset_index()
df_reset.columns = ['KEID', 'N']
merged_dataframe= pd.merge(mergeddataframe_final, df_reset, on='KEID')
mergeddataframe=merged_dataframe.rename(columns={'ID':'WPID','gene':'Gene.Symbol'})
mergeddataframe

KEID WPtitle WPID Gene.Symbol Entrez.Gene N
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL17 6361 129
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CX3CL1 6376 129
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL24 6369 129
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL7 6354 129
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL25 6370 129
... ... ... ... ... ... ...
20878 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 DLG4 1742 398
20879 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MKNK1 8569 398
20880 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MTOR 2475 398
20881 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EEF2K 29904 398
20882 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EIF4EBP1 1978 398

20883 rows × 6 columns

Section 5. Comparison 1: diquat dibromide timepoint 1

Section 5.1 Calculation of n variable

In this section, variable n will be calculated for comparison 1.

Step 14. The table containing the differential expressed genes to control is loaded with the filter for significance.

Comparison1_DEG= pd.read_csv('topTable_X12_Diquat_30 - X12_vehicle...control_.0.TSV.tsv',sep='\t')
Comparison_1_DEG= Comparison1_DEG[Comparison1_DEG['adj. p-value'] < 0.05]
Comparison_1_DEG = Comparison_1_DEG.copy()  
Comparison_1_DEG.rename(columns={Comparison_1_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
Comparison_1_DEG['Entrez.Gene'] = Comparison_1_DEG['Entrez.Gene'].astype(str)
Comparison_1_DEG

Entrez.Gene meanExpr log2FC log2FC SE p-value adj. p-value
0 10628 7.232834 -1.454574 0.114973 1.820506e-11 3.156962e-07
1 7296 11.342399 0.736758 0.059977 3.093393e-11 3.156962e-07
2 835 6.171604 0.796337 0.066514 4.898336e-11 3.332665e-07
3 2316 9.740765 -0.804938 0.084547 2.621614e-09 1.337744e-05
4 1063 8.276373 -0.544829 0.064959 2.118435e-08 8.194407e-05
... ... ... ... ... ... ...
954 9050 6.098715 -0.478607 0.145858 2.301580e-03 4.919115e-02
955 284930 4.263554 0.343325 0.104717 2.317092e-03 4.943152e-02
956 6242 6.536941 -0.305405 0.093154 2.317670e-03 4.943152e-02
957 128414 6.433673 -0.218729 0.066775 2.334190e-03 4.973190e-02
958 3918 6.558298 -0.264623 0.080848 2.348698e-03 4.998881e-02

959 rows × 6 columns

Step 15. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG= pd.merge(mergeddataframe,Comparison_1_DEG, on='Entrez.Gene')
mergeddataframeDEG= merged_dataframe_DEG.drop(['meanExpr'], axis=1)
mergeddataframeDEG

KEID WPtitle WPID Gene.Symbol Entrez.Gene N log2FC log2FC SE p-value adj. p-value
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 LIF 3976 129 -0.291984 0.060500 0.000051 0.004791
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 IL6 3569 129 0.488006 0.085832 0.000007 0.001471
2 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 CFL1 1072 169 0.289925 0.070076 0.000276 0.013721
3 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 LIF 3976 169 -0.291984 0.060500 0.000051 0.004791
4 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 TGFBR2 7048 169 -0.307908 0.064422 0.000057 0.005152
... ... ... ... ... ... ... ... ... ... ...
1341 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 RPS6KA1 6195 398 -0.385197 0.092076 0.000246 0.012563
1342 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 RPS6KB1 6198 398 -0.268409 0.071914 0.000754 0.024929
1343 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 TSC2 7249 398 -0.565493 0.170700 0.002130 0.046900
1344 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MTOR 2475 398 -0.261542 0.075657 0.001492 0.037143
1345 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EEF2K 29904 398 -0.317229 0.093362 0.001727 0.040937

1346 rows × 10 columns

Step 16. The following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count= {}

for index, row in mergeddataframeDEG.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj. p-value']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count:
            variable_n_dictionary_count[unique_KE] = 1
        else:
            variable_n_dictionary_count[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 2, 'https://identifiers.org/aop.events/875': 9, 'https://identifiers.org/aop.events/2007': 11, 'https://identifiers.org/aop.events/1495': 11, 'https://identifiers.org/aop.events/105': 1, 'https://identifiers.org/aop.events/1816': 1, 'https://identifiers.org/aop.events/1668 ': 8, 'https://identifiers.org/aop.events/244 ': 45, 'https://identifiers.org/aop.events/1814 ': 27, 'https://identifiers.org/aop.events/41': 27, 'https://identifiers.org/aop.events/1270': 2, 'https://identifiers.org/aop.events/1086': 6, 'https://identifiers.org/aop.events/1487 ': 1, 'https://identifiers.org/aop.events/1539': 17, 'https://identifiers.org/aop.events/201': 7, 'https://identifiers.org/aop.events/457': 50, 'https://identifiers.org/aop.events/55': 12, 'https://identifiers.org/aop.events/188': 4, 'https://identifiers.org/aop.events/618': 12, 'https://identifiers.org/aop.events/389': 7, 'https://identifiers.org/aop.events/177': 3, 'https://identifiers.org/aop.events/2013': 11, 'https://identifiers.org/aop.events/2006': 21, 'https://identifiers.org/aop.events/1497': 33, 'https://identifiers.org/aop.events/870': 3, 'https://identifiers.org/aop.events/1669': 32, 'https://identifiers.org/aop.events/1115': 4, 'https://identifiers.org/aop.events/202': 8, 'https://identifiers.org/aop.events/1917': 18, 'https://identifiers.org/aop.events/1633': 66, 'https://identifiers.org/aop.events/1392': 12, 'https://identifiers.org/aop.events/1815': 10, 'https://identifiers.org/aop.events/386': 24, 'https://identifiers.org/aop.events/1944': 1, 'https://identifiers.org/aop.events/1582': 4, 'https://identifiers.org/aop.events/1896': 20, 'https://identifiers.org/aop.events/1496': 17, 'https://identifiers.org/aop.events/68': 4, 'https://identifiers.org/aop.events/1493': 34, 'https://identifiers.org/aop.events/265': 15, 'https://identifiers.org/aop.events/1817': 12, 'https://identifiers.org/aop.events/1819': 5, 'https://identifiers.org/aop.events/1750': 33, 'https://identifiers.org/aop.events/1901': 3, 'https://identifiers.org/aop.events/1848': 10, 'https://identifiers.org/aop.events/1847': 1, 'https://identifiers.org/aop.events/1365': 12, 'https://identifiers.org/aop.events/890': 4, 'https://identifiers.org/aop.events/1587': 7, 'https://identifiers.org/aop.events/1457': 4, 'https://identifiers.org/aop.events/1586': 5, 'https://identifiers.org/aop.events/149': 66, 'https://identifiers.org/aop.events/1575': 12, 'https://identifiers.org/aop.events/1579': 16, 'https://identifiers.org/aop.events/87': 14, 'https://identifiers.org/aop.events/249': 4, 'https://identifiers.org/aop.events/288': 3, 'https://identifiers.org/aop.events/209': 56, 'https://identifiers.org/aop.events/1498': 10, 'https://identifiers.org/aop.events/1499': 2, 'https://identifiers.org/aop.events/1500': 13, 'https://identifiers.org/aop.events/1488': 10, 'https://identifiers.org/aop.events/1494': 9, 'https://identifiers.org/aop.events/52': 12, 'https://identifiers.org/aop.events/381': 21, 'https://identifiers.org/aop.events/484': 62, 'https://identifiers.org/aop.events/388': 9, 'https://identifiers.org/aop.events/1262': 12, 'https://identifiers.org/aop.events/1945': 86, 'https://identifiers.org/aop.events/2009': 9, 'https://identifiers.org/aop.events/2012': 13, 'https://identifiers.org/aop.events/1770': 1, 'https://identifiers.org/aop.events/1818': 14, 'https://identifiers.org/aop.events/1752': 2, 'https://identifiers.org/aop.events/887': 1, 'https://identifiers.org/aop.events/1585': 6, 'https://identifiers.org/aop.events/214': 1, 'https://identifiers.org/aop.events/1271': 6, 'https://identifiers.org/aop.events/1087': 33, 'https://identifiers.org/aop.events/1538': 4, 'https://identifiers.org/aop.events/898': 12, 'https://identifiers.org/aop.events/195': 10, 'https://identifiers.org/aop.events/459': 9, 'https://identifiers.org/aop.events/1670': 5, 'https://identifiers.org/aop.events/759': 5, 'https://identifiers.org/aop.events/1090': 51, 'https://identifiers.org/aop.events/344': 1, 'https://identifiers.org/aop.events/1841': 4, 'https://identifiers.org/aop.events/1820': 7, 'https://identifiers.org/aop.events/896': 3, 'https://identifiers.org/aop.events/1549': 12, 'https://identifiers.org/aop.events/357': 1, 'https://identifiers.org/aop.events/352': 23}

Step 17. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe=pd.DataFrame.from_dict(variable_n_dictionary_count,orient='index')
n_variable_dataframe_reset = n_variable_dataframe.reset_index()
n_variable_dataframe_reset.columns = ['KEID', 'n']
merged_dataframe= pd.merge(mergeddataframeDEG, n_variable_dataframe_reset, on='KEID')

Section 5.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 18. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

Comparison_1_DEG

Entrez.Gene meanExpr log2FC log2FC SE p-value adj. p-value
0 10628 7.232834 -1.454574 0.114973 1.820506e-11 3.156962e-07
1 7296 11.342399 0.736758 0.059977 3.093393e-11 3.156962e-07
2 835 6.171604 0.796337 0.066514 4.898336e-11 3.332665e-07
3 2316 9.740765 -0.804938 0.084547 2.621614e-09 1.337744e-05
4 1063 8.276373 -0.544829 0.064959 2.118435e-08 8.194407e-05
... ... ... ... ... ... ...
954 9050 6.098715 -0.478607 0.145858 2.301580e-03 4.919115e-02
955 284930 4.263554 0.343325 0.104717 2.317092e-03 4.943152e-02
956 6242 6.536941 -0.305405 0.093154 2.317670e-03 4.943152e-02
957 128414 6.433673 -0.218729 0.066775 2.334190e-03 4.973190e-02
958 3918 6.558298 -0.264623 0.080848 2.348698e-03 4.998881e-02

959 rows × 6 columns

B=len(Comparison1_DEG.index)
B
20411

Step 19. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison1_DEG_filtered=Comparison1_DEG[Comparison1_DEG['adj. p-value'] < 0.05]
b=len(Comparison1_DEG_filtered)
b
959

Section 5.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 20. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([20411 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([959 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 21. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 2 20411 959 0.32997874077487044
1 https://identifiers.org/aop.events/875 169 9 20411 959 1.1334476865077652
2 https://identifiers.org/aop.events/2007 184 11 20411 959 1.272390850977014
3 https://identifiers.org/aop.events/1495 253 11 20411 959 0.9253751643469194
4 https://identifiers.org/aop.events/105 165 1 20411 959 0.12899168957563117
... ... ... ... ... ... ...
88 https://identifiers.org/aop.events/1820 57 7 20411 959 2.613778972979895
89 https://identifiers.org/aop.events/896 82 3 20411 959 0.778669345608993
90 https://identifiers.org/aop.events/1549 101 12 20411 959 2.5287479738589083
91 https://identifiers.org/aop.events/357 21 1 20411 959 1.0135061323799592
92 https://identifiers.org/aop.events/352 398 23 20411 959 1.229958447084222

93 rows × 6 columns

Step 22. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe.append(p)
             
Hypergeometricpvalue_dataframe=pd.DataFrame(p_value_dataframe)
Hypergeometricpvalue_dataframe.columns= ['Hypergeometric p-value']
merged_finaltable=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe],axis=1)

Section 5.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 23. Lastly, the results are filtered to showcase the significant KEs for the comparison 1.

filteredversion= merged_finaltable[(merged_finaltable['Enrichmentscore']>str(1))& (merged_finaltable['Hypergeometric p-value'] < 0.05)]

Section 5.5. Calculation of percent gene overlap to ORA

Section 5.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 24. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

mergeddataframe_final=mergeddataframe_final.copy()
mergeddataframe_final['KEID'] = mergeddataframe_final['KEID'].str.strip()
significantKEID_genetable=mergeddataframe_final[(mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/244') | (mergeddataframe_final['KEID'] == 'https://identifiers.org/aop.events/1814') |(mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/41')| (mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/1539')|(mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/201') |(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/457')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/188')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/389')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/2013')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/2006')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1497')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1669')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1917')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1633')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1392')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1815')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/386')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1896')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1750')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1587')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1457')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1586')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/149')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/87')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/209')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1494')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/381')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/484')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1945')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/2009')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1585')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1271')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1087')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1090')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1841')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1820')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1549')]
significantKEIDgenetable=significantKEID_genetable.drop(columns={'WPtitle','ID'})
significantKEIDgenetable

KEID gene Entrez.Gene
1221 https://identifiers.org/aop.events/244 CASP2 835
1222 https://identifiers.org/aop.events/244 RTCB 51493
1223 https://identifiers.org/aop.events/244 BCL2 596
1224 https://identifiers.org/aop.events/244 BCL2 100049703
1225 https://identifiers.org/aop.events/244 BCL2L11 10018
... ... ... ...
20459 https://identifiers.org/aop.events/1549 TNFRSF1B 7133
20460 https://identifiers.org/aop.events/1549 VTN 7448
20461 https://identifiers.org/aop.events/1549 THBS1 7057
20462 https://identifiers.org/aop.events/1549 THBS3 7059
20463 https://identifiers.org/aop.events/1549 TNFRSF1A 7132

10937 rows × 3 columns

Section 5.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 25. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA = pd.read_csv("C:/Users/shaki/Downloads/EMEXP-2599_ORApathwaytable/Comparison 1-Diquat-timepoint1.txt", sep='\t')
datafileORA=pd.DataFrame(datafile_ORA)
filtereddatafileORA=datafileORA[datafileORA['Adjusted P-value'] < 0.05]
dropped_datafileORA_df=filtereddatafileORA.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf=dropped_datafileORA_df.copy()
droppeddatafileORAdf['Genes']= droppeddatafileORAdf['Genes'].replace({';':','},regex=True)
df_ORApathwaytable=droppeddatafileORAdf.copy()
df_ORApathwaytable['Genes'] = df_ORApathwaytable['Genes'].astype(str)
df_ORApathwaytable['Genes'] = df_ORApathwaytable['Genes'].str.split(',')
exploded_df_ORApathwaytable = df_ORApathwaytable.explode('Genes', ignore_index=True)
Section 5.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 26. Next, we create two sets by converting the significant KE table and ora pathway table into dictionaries where the values of the genes are grouped together per key.

ORA_gene_sets = exploded_df_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets = significantKEIDgenetable.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs = {}

for term, ORA_genes in ORA_gene_sets.items():
    for KEID, KEID_genes in SignificantKE_gene_sets.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1087: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1090: 3 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1271: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1392: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1457: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/149: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1494: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1497: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1539: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1549: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1585: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1586: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1587: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1633: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1669: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1750: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1814: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1815: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1820: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1841: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/188: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1896: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1917: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1945: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/2006: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/2009: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/201: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/2013: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/209: 4 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/244: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/381: 3 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/386: 3 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/389: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/41: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/457: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/484: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/87: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1087: 5 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1090: 8 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1271: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1392: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1457: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/149: 5 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1494: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1497: 5 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1539: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1549: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1585: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1586: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1587: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1633: 5 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1669: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1750: 5 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1814: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1815: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1820: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1841: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/188: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1896: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1917: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1945: 7 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/2006: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/2009: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/201: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/2013: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/209: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/244: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/381: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/386: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/389: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/41: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/457: 7 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/484: 7 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/87: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1087: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1090: 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1271: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1392: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1457: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/149: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1494: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1497: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1539: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1549: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1585: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1586: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1587: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1633: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1669: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1750: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1814: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1815: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1820: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1841: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/188: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1896: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1917: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1945: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2006: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2009: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/201: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2013: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/209: 6 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/244: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/381: 6 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/386: 6 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/389: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/41: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/457: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/484: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/87: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1087: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1090: 6 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1271: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1392: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1457: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/149: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1494: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1497: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1539: 4 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1549: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1585: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1586: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1587: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1633: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1669: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1750: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1814: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1815: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1820: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1841: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/188: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1896: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1917: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1945: 5 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/2006: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/2009: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/201: 7 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/2013: 2 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/209: 2 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/244: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/381: 7 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/386: 5 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/389: 7 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/41: 6 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/457: 5 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/484: 5 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/87: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1087: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1090: 23 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1271: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1392: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1457: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/149: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1494: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1497: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1539: 7 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1549: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1585: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1586: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1587: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1633: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1669: 9 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1750: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1814: 9 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1815: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1820: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1841: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/188: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1896: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1917: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1945: 21 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2006: 9 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2009: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/201: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2013: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/209: 14 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/244: 14 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/381: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/386: 9 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/389: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/41: 9 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/457: 21 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/484: 19 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/87: 5 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1087: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1090: 4 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1271: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1392: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1457: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/149: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1494: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1497: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1539: 2 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1549: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1585: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1586: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1587: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1633: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1669: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1750: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1814: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1815: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1820: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1841: 1 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/188: 1 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1896: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1917: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1945: 4 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/2006: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/2009: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/201: 3 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/2013: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/209: 3 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/244: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/381: 3 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/386: 2 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/389: 3 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/41: 3 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/457: 3 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/484: 3 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/87: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1087: 7 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1090: 19 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1271: 1 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1392: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1457: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/149: 7 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1494: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1497: 7 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1539: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1549: 6 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1585: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1586: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1587: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1633: 7 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1669: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1750: 7 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1814: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1815: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1820: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1841: 1 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/188: 1 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1896: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1917: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1945: 25 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/2006: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/2009: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/201: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/2013: 3 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/209: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/244: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/381: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/386: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/389: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/41: 7 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/457: 28 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/484: 28 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/87: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1087: 10 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1090: 12 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1271: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1392: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1457: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/149: 10 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1494: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1497: 10 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1539: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1549: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1585: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1586: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1587: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1633: 10 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1669: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1750: 10 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1814: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1815: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1820: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1841: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/188: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1896: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1917: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1945: 16 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2006: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2009: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/201: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2013: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/209: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/244: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/381: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/386: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/389: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/41: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/457: 15 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/484: 15 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/87: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1087: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1090: 6 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1271: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1392: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1457: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/149: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1494: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1497: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1539: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1549: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1585: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1586: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1587: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1633: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1669: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1750: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1814: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1815: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1820: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1841: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/188: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1896: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1917: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1945: 7 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2006: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2009: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/201: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2013: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/209: 6 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/244: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/381: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/386: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/389: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/41: 6 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/457: 7 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/484: 7 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/87: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1087: 8 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1090: 8 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1271: 3 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1392: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1457: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/149: 8 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1494: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1497: 8 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1539: 6 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1549: 3 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1585: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1586: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1587: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1633: 8 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1669: 5 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1750: 8 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1814: 5 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1815: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1820: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1841: 2 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/188: 2 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1896: 4 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1917: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1945: 6 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/2006: 5 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/2009: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/201: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/2013: 4 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/209: 7 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/244: 6 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/381: 4 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/386: 8 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/389: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/41: 3 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/457: 4 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/484: 5 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/87: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1087: 3 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1090: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1271: 3 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1392: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1457: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/149: 3 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1494: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1497: 3 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1539: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1549: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1585: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1586: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1587: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1633: 3 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1669: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1750: 3 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1814: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1815: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1820: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1841: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/188: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1896: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1917: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1945: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/2006: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/2009: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/201: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/2013: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/209: 3 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/244: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/381: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/386: 3 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/389: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/41: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/457: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/484: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/87: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1087: 5 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1090: 7 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1271: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1392: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1457: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/149: 5 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1494: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1497: 5 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1539: 4 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1549: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1585: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1586: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1587: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1633: 5 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1669: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1750: 5 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1814: 4 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1815: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1820: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1841: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/188: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1896: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1917: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1945: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/2006: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/2009: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/201: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/2013: 4 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/209: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/244: 4 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/381: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/386: 5 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/389: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/41: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/457: 4 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/484: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/87: 1 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1087: 6 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1090: 10 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1271: 1 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1392: 1 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1457: 1 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/149: 6 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1494: 1 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1497: 6 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1539: 8 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1549: 1 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1585: 0 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1586: 0 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1587: 1 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1633: 6 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1669: 3 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1750: 6 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1814: 3 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1815: 0 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1820: 1 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1841: 3 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/188: 3 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1896: 3 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1917: 0 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1945: 8 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/2006: 3 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/2009: 1 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/201: 4 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/2013: 3 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/209: 5 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/244: 3 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/381: 6 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/386: 8 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/389: 4 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/41: 4 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/457: 7 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/484: 7 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/87: 1 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1087: 3 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1090: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1271: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1392: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1457: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/149: 3 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1494: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1497: 3 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1539: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1549: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1585: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1586: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1587: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1633: 3 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1669: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1750: 3 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1814: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1815: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1820: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1841: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/188: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1896: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1917: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/1945: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/2006: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/2009: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/201: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/2013: 1 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/209: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/244: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/381: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/386: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/389: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/41: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/457: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/484: 0 overlaps
NPHP1 Deletion Syndrome WP5399 x https://identifiers.org/aop.events/87: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1087: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1090: 4 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1271: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1392: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1457: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/149: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1494: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1497: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1539: 1 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1549: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1585: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1586: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1587: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1633: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1669: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1750: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1814: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1815: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1820: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1841: 1 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/188: 1 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1896: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1917: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1945: 5 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/2006: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/2009: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/201: 3 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/2013: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/209: 3 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/244: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/381: 3 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/386: 2 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/389: 3 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/41: 4 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/457: 4 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/484: 4 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/87: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1087: 2 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1090: 3 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1271: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1392: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1457: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/149: 2 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1494: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1497: 2 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1539: 3 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1549: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1585: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1586: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1587: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1633: 2 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1669: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1750: 2 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1814: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1815: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1820: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1841: 4 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/188: 4 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1896: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1917: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1945: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/2006: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/2009: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/201: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/2013: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/209: 3 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/244: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/381: 3 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/386: 3 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/389: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/41: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/457: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/484: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/87: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1087: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1090: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1271: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1392: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1457: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/149: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1494: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1497: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1539: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1549: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1585: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1586: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1587: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1633: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1669: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1750: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1814: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1815: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1820: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1841: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/188: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1896: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1917: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1945: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2006: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2009: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/201: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2013: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/209: 15 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/244: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/381: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/386: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/389: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/41: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/457: 7 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/484: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/87: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1087: 9 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1090: 21 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1271: 1 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1392: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1457: 2 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/149: 9 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1494: 6 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1497: 9 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1539: 4 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1549: 7 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1585: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1586: 4 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1587: 6 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1633: 9 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1669: 3 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1750: 9 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1814: 3 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1815: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1820: 6 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1841: 1 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/188: 1 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1896: 2 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1917: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1945: 32 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/2006: 3 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/2009: 6 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/201: 5 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/2013: 3 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/209: 5 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/244: 3 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/381: 5 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/386: 6 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/389: 5 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/41: 6 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/457: 27 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/484: 32 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/87: 6 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1087: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1090: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1392: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1457: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/149: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1494: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1497: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1539: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1549: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1585: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1586: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1587: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1633: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1669: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1750: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1814: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1815: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1820: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1841: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/188: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1896: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1917: 4 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1945: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2006: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2009: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/201: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2013: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/209: 6 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/244: 5 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/381: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/386: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/389: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/41: 4 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/457: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/484: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/87: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1087: 13 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1090: 50 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1271: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1392: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1457: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/149: 13 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1494: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1497: 13 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1539: 8 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1549: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1585: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1586: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1587: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1633: 13 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1669: 9 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1750: 13 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1814: 10 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1815: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1820: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1841: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/188: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1896: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1917: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1945: 22 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2006: 9 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2009: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/201: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2013: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/209: 14 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/244: 11 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/381: 10 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/386: 11 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/389: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/41: 7 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/457: 21 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/484: 21 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/87: 5 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1087: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1090: 6 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1271: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1392: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1457: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/149: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1494: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1497: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1539: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1549: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1585: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1586: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1587: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1633: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1669: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1750: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1814: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1815: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1820: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1841: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/188: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1896: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1917: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1945: 6 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2006: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2009: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/201: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2013: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/209: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/244: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/381: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/386: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/389: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/41: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/457: 5 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/484: 6 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/87: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1087: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1090: 13 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1271: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1392: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1457: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/149: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1494: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1497: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1539: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1549: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1585: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1586: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1587: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1633: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1669: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1750: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1814: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1815: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1820: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1841: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/188: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1896: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1917: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1945: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2006: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2009: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/201: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2013: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/209: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/244: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/381: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/386: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/389: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/41: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/457: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/484: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/87: 3 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1087: 1 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1090: 2 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1271: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1392: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1457: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/149: 1 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1494: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1497: 1 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1539: 1 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1549: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1585: 1 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1586: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1587: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1633: 1 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1669: 5 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1750: 1 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1814: 5 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1815: 1 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1820: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1841: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/188: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1896: 5 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1917: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/1945: 2 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/2006: 5 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/2009: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/201: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/2013: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/209: 4 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/244: 5 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/381: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/386: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/389: 0 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/41: 1 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/457: 2 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/484: 1 overlaps
TP53 Network WP1742 x https://identifiers.org/aop.events/87: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1087: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1090: 5 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1271: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1392: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1457: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/149: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1494: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1497: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1539: 3 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1549: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1585: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1586: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1587: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1633: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1669: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1750: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1814: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1815: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1820: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1841: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/188: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1896: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1917: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1945: 6 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/2006: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/2009: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/201: 5 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/2013: 2 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/209: 3 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/244: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/381: 5 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/386: 4 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/389: 5 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/41: 5 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/457: 6 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/484: 6 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/87: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1087: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1090: 7 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1271: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1392: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1457: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/149: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1494: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1497: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1539: 4 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1549: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1585: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1586: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1587: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1633: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1669: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1750: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1814: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1815: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1820: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1841: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/188: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1896: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1917: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1945: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2006: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2009: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/201: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2013: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/209: 3 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/244: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/381: 6 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/386: 6 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/389: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/41: 4 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/457: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/484: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/87: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1087: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1090: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1271: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1392: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1457: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/149: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1494: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1497: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1539: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1549: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1585: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1586: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1587: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1633: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1669: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1750: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1814: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1815: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1820: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1841: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/188: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1896: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1917: 5 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1945: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2006: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2009: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/201: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2013: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/209: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/244: 5 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/381: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/386: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/389: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/41: 5 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/457: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/484: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/87: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1087: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1090: 9 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1271: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1392: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1457: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/149: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1494: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1497: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1539: 10 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1549: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1585: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1586: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1587: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1633: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1669: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1750: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1814: 5 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1815: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1820: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1841: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/188: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1896: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1917: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1945: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2006: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2009: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/201: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2013: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/209: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/244: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/381: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/386: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/389: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/41: 5 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/457: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/484: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/87: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'TSC2'}, number: 3
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAPK14'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PRKDC'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PRKDC'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR', 'MAPK14'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR', 'MAPK14'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PRKDC'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PRKDC'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'PRKDC', 'MAPK14', 'TSC2'}, number: 4
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKDC'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'TSC2'}, number: 3
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'TSC2'}, number: 3
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'AKT1', 'LAMA1', 'LAMB2', 'LAMB1', 'LAMB3', 'LAMA5'}, number: 8
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'AKT1'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR', 'MAPK14'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR', 'MAPK14'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'AKT1', 'LAMA1', 'LAMB2', 'LAMB1', 'LAMB3', 'LAMA5'}, number: 7
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'AKT1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAPK14', 'AKT1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'MAPK14'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'AKT1'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'AKT1'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'AKT1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'AKT1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'AKT1', 'LAMA1', 'LAMB2', 'LAMB1', 'LAMB3', 'LAMA5'}, number: 7
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'AKT1', 'LAMA1', 'LAMB2', 'LAMB1', 'LAMB3', 'LAMA5'}, number: 7
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CDC25B', 'JUN', 'MAPK14', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'TSC1', 'MAPK14', 'NDRG1', 'AKT1', 'TSC2', 'BAX', 'JUN', 'JAK1'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CDC25B', 'JUN', 'MAPK14', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CDC25B', 'JUN', 'MAPK14', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'AKT1', 'JUN', 'JAK1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CDC25B', 'JUN', 'MAPK14', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BAX', 'PRKDC', 'JUN', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CDC25B', 'JUN', 'MAPK14', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BAX', 'PRKDC', 'JUN', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'PRKDC', 'AKT1'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'JAK1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BAX', 'PRKDC', 'JUN', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAPK14', 'JAK1', 'AKT1'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'BAX', 'TSC2', 'PRKDC', 'JUN'}, number: 6
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BAX', 'PRKDC', 'JUN', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC1', 'MAPK14', 'AKT1', 'TSC2', 'JUN'}, number: 6
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'AKT1', 'TSC2', 'JUN', 'JAK1'}, number: 6
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'JAK1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'JAK1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KA1', 'RPS6KB1'}, number: 6
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'AKT1', 'RPS6KB1', 'RPS6KA1'}, number: 4
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KA1', 'EEF2K', 'RPS6KB1'}, number: 7
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RPS6KB1', 'AKT1'}, number: 2
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KA1', 'EEF2K', 'RPS6KB1'}, number: 7
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'AKT1', 'TSC2', 'RPS6KA1', 'RPS6KB1'}, number: 5
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KA1', 'EEF2K', 'RPS6KB1'}, number: 7
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'EEF2K', 'RPS6KB1'}, number: 6
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL6', 'PDGFA', 'AKT1', 'TGFBR2', 'FGFR1', 'LAMB2', 'LAMB1', 'MAX', 'JUN', 'LAMA5', 'GADD45A'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BAX', 'WNT10A', 'COL4A2', 'LAMA1', 'FGFR1', 'LAMB2', 'LAMB3', 'PDGFA', 'COL4A1', 'RPS6KB1', 'MAX', 'COL4A3', 'JAK1', 'MTOR', 'MET', 'LAMB1', 'JUN', 'LAMA5', 'DVL3', 'IL6', 'AKT1', 'CDKN1A', 'ITGA3'}, number: 23
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2', 'JUN', 'JAK1'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'TXNRD1'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL6', 'PDGFA', 'AKT1', 'TGFBR2', 'FGFR1', 'LAMB2', 'LAMB1', 'MAX', 'JUN', 'LAMA5', 'GADD45A'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL6', 'PDGFA', 'AKT1', 'TGFBR2', 'FGFR1', 'LAMB2', 'LAMB1', 'MAX', 'JUN', 'LAMA5', 'GADD45A'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'PRKCB', 'AKT1', 'ABL1', 'RPS6KB1', 'JUN', 'JAK1'}, number: 7
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5', 'JAK1'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL6', 'PDGFA', 'AKT1', 'TGFBR2', 'FGFR1', 'LAMB2', 'LAMB1', 'MAX', 'JUN', 'LAMA5', 'GADD45A'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DVL3', 'BAX', 'WNT10A', 'AKT1', 'PMAIP1', 'ABL1', 'CDKN1A', 'JUN', 'GADD45A'}, number: 9
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL6', 'PDGFA', 'AKT1', 'TGFBR2', 'FGFR1', 'LAMB2', 'LAMB1', 'MAX', 'JUN', 'LAMA5', 'GADD45A'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DVL3', 'BAX', 'WNT10A', 'AKT1', 'PMAIP1', 'ABL1', 'CDKN1A', 'JUN', 'GADD45A'}, number: 9
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR', 'JUN'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR', 'JUN'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'BAX', 'ABL1', 'PMAIP1', 'CDKN1A', 'GADD45A'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2', 'GSTA4', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'COL4A2', 'LAMA1', 'FGFR1', 'LAMB2', 'LAMB3', 'PDGFA', 'COL4A1', 'RPS6KB1', 'COL4A3', 'JAK1', 'MTOR', 'GNB1', 'MET', 'LAMB1', 'LAMA5', 'PRKCB', 'IL6', 'AKT1', 'ABL1', 'CDKN1A', 'ITGA3'}, number: 21
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DVL3', 'BAX', 'WNT10A', 'AKT1', 'PMAIP1', 'ABL1', 'CDKN1A', 'JUN', 'GADD45A'}, number: 9
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'AKT1', 'RPS6KB1'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'CEBPA', 'JAK1', 'RPS6KB1'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'DVL3', 'PRKCB', 'BAX', 'WNT10A', 'TGFBR2', 'PMAIP1', 'GSTA4', 'HMOX1', 'GADD45A', 'CDKN1A', 'NQO1', 'JUN', 'TXNRD1'}, number: 14
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DVL3', 'BAX', 'WNT10A', 'AKT1', 'TGFBR2', 'PMAIP1', 'ABL1', 'GSTA4', 'HMOX1', 'GADD45A', 'CDKN1A', 'NQO1', 'JUN', 'TXNRD1'}, number: 14
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'AKT1', 'JUN', 'RPS6KB1'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'PRKCB', 'IL6', 'AKT1', 'TGFBR2', 'RPS6KB1', 'ADCY3', 'JUN', 'JAK1'}, number: 9
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'AKT1', 'RPS6KB1'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'AKT1', 'TGFBR2', 'GSTA4', 'HMOX1', 'CDKN1A', 'RPS6KB1', 'NQO1', 'TXNRD1'}, number: 9
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'COL4A2', 'LAMA1', 'FGFR1', 'LAMB2', 'LAMB3', 'PDGFA', 'COL4A1', 'RPS6KB1', 'JAK1', 'MTOR', 'GNB1', 'NCOA1', 'MET', 'LAMB1', 'LAMA5', 'GADD45A', 'IL6', 'AKT1', 'CDKN1A', 'CEBPA', 'ITGA3'}, number: 21
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'COL4A2', 'LAMA1', 'FGFR1', 'LAMB2', 'LAMB3', 'PDGFA', 'COL4A1', 'RPS6KB1', 'COL4A3', 'JAK1', 'MTOR', 'GNB1', 'MET', 'LAMB1', 'LAMA5', 'IL6', 'AKT1', 'CDKN1A', 'ITGA3'}, number: 19
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'TSC1', 'DEPTOR', 'TSC2'}, number: 4
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'DNM1'}, number: 2
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'TSC1', 'DEPTOR', 'TSC2'}, number: 4
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2'}, number: 3
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'DEPTOR', 'TSC2'}, number: 3
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2'}, number: 3
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2'}, number: 3
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2'}, number: 3
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2'}, number: 3
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2'}, number: 3
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PDGFA', 'AKT1', 'FGFR1', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 7
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'COL4A2', 'LAMA1', 'FGFR1', 'LAMB2', 'LAMB3', 'PDGFA', 'TSC2', 'COL4A1', 'RPS6KB1', 'JAK1', 'MTOR', 'TSC1', 'MET', 'LAMB1', 'LAMA5', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 19
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'TNC', 'AKT1'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PDGFA', 'AKT1', 'FGFR1', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 7
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PDGFA', 'AKT1', 'FGFR1', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 7
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'AKT1', 'JAK1', 'RPS6KB1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5', 'JAK1'}, number: 6
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'LAMB1', 'THBS3', 'LAMA5', 'LAMB2'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PDGFA', 'AKT1', 'FGFR1', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 7
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PDGFA', 'AKT1', 'FGFR1', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 7
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TNC', 'COL4A2', 'LAMA1', 'FGFR1', 'RELN', 'LAMB2', 'THBS3', 'LAMB3', 'DDIT4', 'COL6A2', 'PDGFA', 'TSC2', 'COL4A1', 'RPS6KB1', 'JAK1', 'MTOR', 'TSC1', 'GNB1', 'MET', 'LAMB1', 'LAMA5', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 25
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'JAK1', 'RPS6KB1'}, number: 3
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TSC2', 'MTOR', 'CDKN1A', 'DDIT4'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'AKT1', 'TSC2', 'RPS6KB1', 'JAK1'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'CDKN1A', 'RPS6KB1', 'ACACA'}, number: 7
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TNC', 'COL4A2', 'LAMA1', 'FGFR1', 'RELN', 'LAMB2', 'ACACA', 'THBS3', 'LAMB3', 'DDIT4', 'COL6A2', 'PDGFA', 'TSC2', 'COL4A1', 'RPS6KB1', 'PELO', 'JAK1', 'MTOR', 'TSC1', 'GNB1', 'MET', 'COL11A1', 'LAMB1', 'LAMA5', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 28
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TNC', 'COL4A2', 'LAMA1', 'FGFR1', 'RELN', 'LAMB2', 'ACACA', 'THBS3', 'LAMB3', 'DDIT4', 'COL6A2', 'PDGFA', 'TSC2', 'COL4A1', 'RPS6KB1', 'PELO', 'JAK1', 'MTOR', 'TSC1', 'GNB1', 'MET', 'COL11A1', 'LAMB1', 'LAMA5', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 28
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FLNC', 'FLNB', 'PDGFA', 'AKT1', 'JUN', 'LAMB2', 'LAMB1', 'FLNA', 'THBS3', 'LAMA5'}, number: 10
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PDGFA', 'AKT1', 'MET', 'COL4A2', 'LAMA1', 'COL4A1', 'JUN', 'ITGA3', 'LAMB2', 'LAMB1', 'LAMB3', 'LAMA5'}, number: 12
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'TNC', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FLNC', 'FLNB', 'PDGFA', 'AKT1', 'JUN', 'LAMB2', 'LAMB1', 'FLNA', 'THBS3', 'LAMA5'}, number: 10
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FLNC', 'FLNB', 'PDGFA', 'AKT1', 'JUN', 'LAMB2', 'LAMB1', 'FLNA', 'THBS3', 'LAMA5'}, number: 10
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCB', 'JUN', 'AKT1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'LAMB1', 'THBS3', 'LAMA5', 'LAMB2'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FLNC', 'FLNB', 'PDGFA', 'AKT1', 'JUN', 'LAMB2', 'LAMB1', 'FLNA', 'THBS3', 'LAMA5'}, number: 10
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FLNC', 'FLNB', 'PDGFA', 'AKT1', 'JUN', 'LAMB2', 'LAMB1', 'FLNA', 'THBS3', 'LAMA5'}, number: 10
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'JUN', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TNC', 'PRKCB', 'PDGFA', 'AKT1', 'MET', 'COL4A2', 'LAMB3', 'LAMA1', 'COL4A1', 'RELN', 'LAMB2', 'ITGA3', 'LAMB1', 'THBS3', 'LAMA5', 'COL6A2'}, number: 16
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MYLK', 'FLNA', 'AKT1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCB', 'JUN'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCB', 'JUN', 'AKT1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TNC', 'PDGFA', 'AKT1', 'MET', 'COL4A2', 'LAMB3', 'LAMA1', 'COL4A1', 'RELN', 'LAMB2', 'ITGA3', 'LAMB1', 'THBS3', 'LAMA5', 'COL6A2'}, number: 15
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TNC', 'PDGFA', 'AKT1', 'MET', 'COL4A2', 'LAMB3', 'LAMA1', 'COL4A1', 'RELN', 'LAMB2', 'ITGA3', 'LAMB1', 'THBS3', 'LAMA5', 'COL6A2'}, number: 15
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FGFR1', 'TGFBR2', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'FGFR1', 'CDKN1A'}, number: 6
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FGFR1', 'TGFBR2', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FGFR1', 'TGFBR2', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'AKT1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FGFR1', 'TGFBR2', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FGFR1', 'TGFBR2', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'FGFR1', 'CDKN1A', 'DDIT4'}, number: 7
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'AKT1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'TSC2', 'TGFBR2', 'SESN2', 'CDKN1A', 'DDIT4'}, number: 6
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFBR2', 'CDKN1A', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'AKT1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'TGFBR2', 'TSC2', 'AKT1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'AKT1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'TGFBR2', 'CDKN1A'}, number: 6
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'FGFR1', 'CDKN1A', 'DDIT4'}, number: 7
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'FGFR1', 'CDKN1A', 'DDIT4'}, number: 7
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL6', 'MAPK14', 'AKT1', 'TLR2', 'TGFBR2', 'MAP3K1', 'TIRAP', 'JUN'}, number: 8
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL6', 'MAPK14', 'BAX', 'AKT1', 'MAP3K1', 'CDKN1A', 'JUN', 'JAK1'}, number: 8
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2', 'JUN', 'JAK1'}, number: 3
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL6', 'MAPK14', 'AKT1', 'TLR2', 'TGFBR2', 'MAP3K1', 'TIRAP', 'JUN'}, number: 8
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL6', 'MAPK14', 'AKT1', 'TLR2', 'TGFBR2', 'MAP3K1', 'TIRAP', 'JUN'}, number: 8
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK14', 'PRKCB', 'AKT1', 'MAP3K1', 'JUN', 'JAK1'}, number: 6
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'TYK2', 'IL6', 'JAK1'}, number: 3
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL6', 'MAPK14', 'AKT1', 'TLR2', 'TGFBR2', 'MAP3K1', 'TIRAP', 'JUN'}, number: 8
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BAX', 'AKT1', 'MAP3K1', 'CDKN1A', 'JUN'}, number: 5
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL6', 'MAPK14', 'AKT1', 'TLR2', 'TGFBR2', 'MAP3K1', 'TIRAP', 'JUN'}, number: 8
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BAX', 'AKT1', 'MAP3K1', 'CDKN1A', 'JUN'}, number: 5
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'DDB1', 'CDKN1A', 'AKT1'}, number: 4
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'PRKCB', 'AKT1', 'TLR2', 'CDKN1A', 'JAK1'}, number: 6
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BAX', 'AKT1', 'MAP3K1', 'CDKN1A', 'JUN'}, number: 5
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'TYK2', 'MAPK14', 'JAK1', 'AKT1'}, number: 4
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAPK14', 'PRKCB', 'BAX', 'TGFBR2', 'JUN', 'CDKN1A', 'DDB1'}, number: 7
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BAX', 'AKT1', 'TGFBR2', 'MAP3K1', 'CDKN1A', 'JUN'}, number: 6
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP3K1', 'JUN', 'MAPK14', 'AKT1'}, number: 4
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK14', 'IL6', 'PRKCB', 'AKT1', 'TGFBR2', 'MAP3K1', 'JUN', 'JAK1'}, number: 8
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2', 'CDKN1A', 'AKT1'}, number: 3
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'IL6', 'JAK1', 'AKT1'}, number: 4
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'AKT1', 'TLR2', 'CDKN1A', 'JAK1'}, number: 5
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TGFBR2', 'MAPK14', 'FLNA'}, number: 3
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR3', 'TGFBR2', 'SERPINE1'}, number: 3
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TGFBR2', 'MAPK14', 'FLNA'}, number: 3
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TGFBR2', 'MAPK14', 'FLNA'}, number: 3
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TGFBR2', 'MAPK14', 'FLNA'}, number: 3
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TGFBR2', 'MAPK14', 'FLNA'}, number: 3
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'FLNA', 'MAPK14'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFBR2', 'MAPK14', 'SERPINE1'}, number: 3
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFBR3', 'TGFBR2', 'MAPK14'}, number: 3
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK14', 'IL6', 'AKT1', 'DDIT3', 'JUN'}, number: 5
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK14', 'IL6', 'AKT1', 'BAX', 'DDIT3', 'JUN', 'JAK1'}, number: 7
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK14', 'IL6', 'AKT1', 'DDIT3', 'JUN'}, number: 5
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'IL6'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK14', 'IL6', 'AKT1', 'DDIT3', 'JUN'}, number: 5
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'MAPK14', 'JAK1', 'AKT1'}, number: 4
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'TYK2', 'IL6', 'JAK1'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'IL6'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK14', 'IL6', 'AKT1', 'DDIT3', 'JUN'}, number: 5
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'JUN', 'BAX'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK14', 'IL6', 'AKT1', 'DDIT3', 'JUN'}, number: 5
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1', 'DDIT3', 'JUN', 'BAX'}, number: 4
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'IL6'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'BAX'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'JAK1', 'AKT1'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'JUN', 'BAX'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'IL6'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'TYK2', 'MAPK14', 'JAK1', 'AKT1'}, number: 4
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'MAPK14', 'BAX'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1', 'DDIT3', 'JUN', 'BAX'}, number: 4
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'MAPK14', 'AKT1'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK14', 'IL6', 'AKT1', 'JUN', 'JAK1'}, number: 5
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'DDIT3', 'IL6', 'JAK1', 'AKT1'}, number: 4
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'JAK1', 'AKT1'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL6', 'MAPK14', 'AKT1', 'FGFR1', 'DUSP1', 'JUN'}, number: 6
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'IL6', 'MAPK14', 'NDRG1', 'RPS6KA1', 'AKT1', 'COL4A1', 'FGFR1', 'RPS6KB1', 'JUN'}, number: 10
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL6', 'MAPK14', 'AKT1', 'FGFR1', 'DUSP1', 'JUN'}, number: 6
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL6', 'MAPK14', 'AKT1', 'FGFR1', 'DUSP1', 'JUN'}, number: 6
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'PRKCB', 'MAPK14', 'AKT1', 'RPS6KA1', 'ABL1', 'RPS6KB1', 'JUN'}, number: 8
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL6', 'MAPK14', 'AKT1', 'FGFR1', 'DUSP1', 'JUN'}, number: 6
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN', 'ABL1', 'AKT1'}, number: 3
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL6', 'MAPK14', 'AKT1', 'FGFR1', 'DUSP1', 'JUN'}, number: 6
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'JUN', 'ABL1', 'AKT1'}, number: 3
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'ABL1', 'PARP1', 'AKT1'}, number: 3
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'IL6', 'PRKCB', 'AKT1', 'ABL1', 'COL4A1', 'FGFR1', 'RPS6KB1'}, number: 8
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN', 'ABL1', 'AKT1'}, number: 3
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'AKT1', 'RPS6KB1', 'RPS6KA1'}, number: 4
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RPS6KB1', 'MAPK14', 'AKT1'}, number: 3
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'PRKCB', 'MAPK14', 'PARP1', 'JUN'}, number: 5
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'ABL1', 'AKT1'}, number: 3
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'AKT1', 'RPS6KA1', 'RPS6KB1', 'JUN'}, number: 6
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'IL6', 'PRKCB', 'MAPK14', 'RPS6KA1', 'AKT1', 'RPS6KB1', 'JUN'}, number: 8
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'AKT1', 'RPS6KB1', 'RPS6KA1'}, number: 4
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'RPS6KB1', 'ACACA', 'AKT1'}, number: 4
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'IL6', 'AKT1', 'COL4A1', 'FGFR1', 'RPS6KB1', 'ACACA'}, number: 7
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'IL6', 'AKT1', 'COL4A1', 'FGFR1', 'RPS6KB1', 'ACACA'}, number: 7
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'IL6'}, number: 1
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FLNC', 'FLNA', 'FLNB'}, number: 3
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FLNC', 'FLNA', 'FLNB'}, number: 3
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FLNC', 'FLNA', 'FLNB'}, number: 3
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FLNC', 'FLNA', 'FLNB'}, number: 3
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FLNC', 'FLNA', 'FLNB'}, number: 3
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'FLNA'}, number: 1
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: NPHP1 Deletion Syndrome WP5399, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'TSC1', 'DEPTOR', 'TSC2'}, number: 4
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ATG14', 'TSC1', 'MTOR', 'TSC2', 'DEPTOR'}, number: 5
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2'}, number: 3
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'DEPTOR', 'TSC2'}, number: 3
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2'}, number: 3
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2'}, number: 3
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'ACACA'}, number: 4
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'ACACA'}, number: 4
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'ACACA'}, number: 4
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR', 'ASCC1', 'JUN', 'MAPK14'}, number: 4
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR', 'ASCC1', 'JUN', 'MAPK14'}, number: 4
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'BAX', 'TSC2', 'CDKN1A', 'DEPTOR'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'LIF', 'SERPINE1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'IRF9'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BAX', 'PMAIP1', 'CDKN1A', 'CCNG1', 'GADD45A'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45A', 'CDKN1A', 'PMAIP1', 'BAX'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'PMAIP1', 'XRCC5', 'CDKN1A', 'GADD45A'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'TSC2', 'CDKN1A', 'DEPTOR', 'DDIT4'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45A', 'CDKN1A', 'PMAIP1', 'BAX'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'SLC7A11', 'LIF', 'BAX', 'TSC2', 'CCNG1', 'IRF9', 'PMAIP1', 'GADD45A', 'XRCC5', 'CDKN1A', 'SESN2', 'DEPTOR', 'DDIT4', 'SERPINE1'}, number: 15
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'BAX', 'PMAIP1', 'CDKN1A', 'GADD45A'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'LIF', 'TSC2'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC2'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'SLC7A11', 'CDKN1A', 'TSC2'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'LIF', 'TSC2', 'CDKN1A', 'SERPINE1', 'DDIT4', 'GADD45A'}, number: 7
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'CDKN1A', 'TSC2', 'DDIT4'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL6', 'PDGFA', 'AKT1', 'TLR2', 'FGFR1', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 9
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'COL4A2', 'LAMA1', 'FGFR1', 'LAMB2', 'LAMB3', 'PDGFA', 'TSC2', 'COL4A1', 'RPS6KB1', 'COL4A3', 'JAK1', 'MTOR', 'TSC1', 'MET', 'LAMB1', 'LAMA5', 'IL6', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 21
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'TNC', 'AKT1'}, number: 2
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL6', 'PDGFA', 'AKT1', 'TLR2', 'FGFR1', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 9
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 6
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL6', 'PDGFA', 'AKT1', 'TLR2', 'FGFR1', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 9
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'AKT1', 'JAK1', 'RPS6KB1'}, number: 4
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5', 'JAK1'}, number: 7
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'LAMB1', 'THBS3', 'LAMA5', 'LAMB2'}, number: 4
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 6
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL6', 'PDGFA', 'AKT1', 'TLR2', 'FGFR1', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 9
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PCK2', 'CDKN1A', 'AKT1'}, number: 3
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL6', 'PDGFA', 'AKT1', 'TLR2', 'FGFR1', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 9
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PCK2', 'CDKN1A', 'AKT1'}, number: 3
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 6
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TNC', 'PCK2', 'COL4A2', 'LAMA1', 'PIK3AP1', 'FGFR1', 'RELN', 'LAMB2', 'PKN1', 'THBS3', 'LAMB3', 'DDIT4', 'COL6A2', 'PDGFA', 'TSC2', 'COL4A1', 'RPS6KB1', 'COL4A3', 'JAK1', 'MTOR', 'TSC1', 'GNB1', 'MET', 'TLR2', 'G6PC3', 'LAMB1', 'LAMA5', 'IL6', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 32
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PCK2', 'CDKN1A', 'AKT1'}, number: 3
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 6
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'JAK1', 'RPS6KB1'}, number: 3
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'TSC2', 'PCK2', 'CDKN1A', 'DDIT4'}, number: 5
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PCK2', 'CDKN1A', 'AKT1'}, number: 3
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'IL6', 'AKT1', 'TSC2', 'RPS6KB1', 'JAK1'}, number: 6
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'CDKN1A', 'RPS6KB1'}, number: 6
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TNC', 'PCK2', 'COL4A2', 'LAMA1', 'FGFR1', 'RELN', 'LAMB2', 'THBS3', 'LAMB3', 'DDIT4', 'COL6A2', 'PDGFA', 'TSC2', 'COL4A1', 'RPS6KB1', 'JAK1', 'MTOR', 'TSC1', 'GNB1', 'MET', 'LAMB1', 'LAMA5', 'IL6', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 27
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TNC', 'PCK2', 'COL4A2', 'LAMA1', 'PIK3AP1', 'FGFR1', 'RELN', 'LAMB2', 'PKN1', 'THBS3', 'LAMB3', 'DDIT4', 'COL6A2', 'PDGFA', 'TSC2', 'COL4A1', 'RPS6KB1', 'COL4A3', 'JAK1', 'MTOR', 'TSC1', 'GNB1', 'MET', 'TLR2', 'G6PC3', 'LAMB1', 'LAMA5', 'IL6', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 32
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'THBS3', 'LAMA5'}, number: 6
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'MAPK14'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'ABCC3'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NQO1', 'SRXN1', 'HMOX1', 'ABCC3'}, number: 4
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAPK14', 'SRXN1', 'ABCC3', 'HMOX1', 'NQO1', 'JUN'}, number: 6
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SRXN1', 'ABCC3', 'HMOX1', 'NQO1', 'JUN'}, number: 5
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NQO1', 'SRXN1', 'HMOX1', 'ABCC3'}, number: 4
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MKNK2', 'MAPK14', 'IL6', 'PDGFA', 'AKT1', 'MAP3K1', 'FGFR1', 'DDIT3', 'LAMB2', 'LAMB1', 'MAX', 'JUN', 'LAMA5'}, number: 13
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BAX', 'WNT10A', 'COL4A2', 'LAMA1', 'HBEGF', 'FGFR1', 'LAMB2', 'LAMB3', 'DEPTOR', 'MKNK2', 'LIN28B', 'NDRG1', 'PDGFA', 'TSC2', 'COL4A1', 'DDIT3', 'RPS6KB1', 'MAX', 'COL4A3', 'JAK1', 'MTOR', 'TSC1', 'RPS6KA1', 'MET', 'FOSL1', 'PLAU', 'FOXM1', 'CSNK2A1', 'CDH16', 'MAP3K1', 'WWC1', 'CIT', 'EZH2', 'EIF4G1', 'LAMB1', 'JUN', 'LAMA5', 'SLC3A2', 'DVL3', 'SETDB1', 'MAPK14', 'IL6', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1', 'BAP1', 'SLC7A5', 'CHD8', 'ITPR3'}, number: 50
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH16', 'AKT1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MKNK2', 'MAPK14', 'IL6', 'PDGFA', 'AKT1', 'MAP3K1', 'FGFR1', 'DDIT3', 'LAMB2', 'LAMB1', 'MAX', 'JUN', 'LAMA5'}, number: 13
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MKNK2', 'MAPK14', 'IL6', 'PDGFA', 'AKT1', 'MAP3K1', 'FGFR1', 'DDIT3', 'LAMB2', 'LAMB1', 'MAX', 'JUN', 'LAMA5'}, number: 13
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'RPS6KA1', 'AKT1', 'MAP3K1', 'RPS6KB1', 'JUN', 'JAK1'}, number: 8
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5', 'JAK1'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MKNK2', 'MAPK14', 'IL6', 'PDGFA', 'AKT1', 'MAP3K1', 'FGFR1', 'DDIT3', 'LAMB2', 'LAMB1', 'MAX', 'JUN', 'LAMA5'}, number: 13
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DVL3', 'BAX', 'WNT10A', 'AKT1', 'FOSL1', 'PLAU', 'MAP3K1', 'CDKN1A', 'JUN'}, number: 9
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MKNK2', 'MAPK14', 'IL6', 'PDGFA', 'AKT1', 'MAP3K1', 'FGFR1', 'DDIT3', 'LAMB2', 'LAMB1', 'MAX', 'JUN', 'LAMA5'}, number: 13
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DVL3', 'BAX', 'WNT10A', 'AKT1', 'FOSL1', 'PLAU', 'MAP3K1', 'DDIT3', 'CDKN1A', 'JUN'}, number: 10
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'CDKN1A', 'BAX'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'COL4A2', 'LAMA1', 'FGFR1', 'LAMB2', 'LAMB3', 'DEPTOR', 'PDGFA', 'TSC2', 'COL4A1', 'RPS6KB1', 'JAK1', 'COL4A3', 'MTOR', 'TSC1', 'MET', 'LAMB1', 'LAMA5', 'IL6', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 22
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DVL3', 'BAX', 'WNT10A', 'AKT1', 'FOSL1', 'PLAU', 'MAP3K1', 'CDKN1A', 'JUN'}, number: 9
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC1', 'RPS6KA1', 'TSC2', 'AKT1', 'RPS6KB1'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'RPS6KB1', 'JAK1', 'ITPR3'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'DVL3', 'MAPK14', 'BAX', 'TSC2', 'WNT10A', 'FOSL1', 'PLAU', 'CSNK2A1', 'HBEGF', 'JUN', 'CDKN1A', 'DEPTOR', 'CHD8'}, number: 14
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DVL3', 'BAX', 'WNT10A', 'AKT1', 'FOSL1', 'PLAU', 'MAP3K1', 'HBEGF', 'DDIT3', 'CDKN1A', 'JUN'}, number: 11
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC1', 'MAPK14', 'RPS6KA1', 'TSC2', 'AKT1', 'CSNK2A1', 'MAP3K1', 'RPS6KB1', 'JUN'}, number: 10
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'IL6', 'RPS6KA1', 'TSC2', 'AKT1', 'CSNK2A1', 'MAP3K1', 'RPS6KB1', 'JUN', 'JAK1'}, number: 11
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC1', 'RPS6KA1', 'TSC2', 'AKT1', 'RPS6KB1'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'HBEGF', 'CDKN1A', 'RPS6KB1'}, number: 7
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'COL4A2', 'LAMA1', 'FGFR1', 'LAMB2', 'LAMB3', 'PDGFA', 'TSC2', 'COL4A1', 'DDIT3', 'RPS6KB1', 'JAK1', 'MTOR', 'TSC1', 'MET', 'LAMB1', 'LAMA5', 'IL6', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 21
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'COL4A2', 'LAMA1', 'FGFR1', 'LAMB2', 'LAMB3', 'PDGFA', 'TSC2', 'COL4A1', 'RPS6KB1', 'JAK1', 'COL4A3', 'MTOR', 'TSC1', 'MET', 'LAMB1', 'LAMA5', 'IL6', 'AKT1', 'CDKN1A', 'ITGA3', 'EFNA1'}, number: 21
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'IL6', 'PDGFA', 'LAMB2', 'LAMB1', 'LAMA5'}, number: 5
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'LAMA5', 'LAMB2', 'AKT1'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'COL4A3', 'AKT1', 'CDKN1A', 'ITGA3', 'LAMB2', 'LAMA5'}, number: 6
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'LAMA5', 'LAMB2', 'AKT1'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'LAMA5', 'LAMB2'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'LAMA5', 'LAMB2', 'AKT1'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'DNM1', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'LAMA5', 'LAMB2'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'LAMA5', 'LAMB2'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'LAMA5', 'LAMB2'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'LAMA5', 'LAMB2', 'AKT1'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'LAMA5', 'LAMB2', 'AKT1'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'LAMA5', 'LAMB2'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'COL4A3', 'AKT1', 'CDKN1A', 'ITGA3', 'LAMB2', 'LAMA5'}, number: 6
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'LAMA5', 'LAMB2'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1', 'CDKN1A', 'ITGA3', 'LAMB2', 'LAMA5'}, number: 5
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'COL4A3', 'AKT1', 'CDKN1A', 'ITGA3', 'LAMB2', 'LAMA5'}, number: 6
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'LAMA5', 'LAMB2'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'AKT1', 'LAMB2', 'LAMB1', 'MAX', 'LAMA5', 'GADD45A'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BAX', 'AKT1', 'COL4A2', 'LAMA1', 'COL4A1', 'CDKN1A', 'ITGA3', 'LAMB2', 'LAMB1', 'MAX', 'LAMB3', 'LAMA5', 'COL4A3'}, number: 13
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'AKT1', 'LAMB2', 'LAMB1', 'MAX', 'LAMA5', 'GADD45A'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'AKT1', 'LAMB2', 'LAMB1', 'MAX', 'LAMA5', 'GADD45A'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'AKT1', 'LAMB2', 'LAMB1', 'MAX', 'LAMA5', 'GADD45A'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BAX', 'GADD45A', 'CDKN1A', 'AKT1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'AKT1', 'LAMB2', 'LAMB1', 'MAX', 'LAMA5', 'GADD45A'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BAX', 'GADD45A', 'CDKN1A', 'AKT1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'GADD45A', 'CDKN1A', 'AKT1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'AKT1', 'COL4A2', 'LAMA1', 'COL4A1', 'CDKN1A', 'ITGA3', 'LAMB2', 'LAMB1', 'LAMB3', 'LAMA5', 'COL4A3'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BAX', 'GADD45A', 'CDKN1A', 'AKT1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GADD45A', 'CDKN1A', 'BAX'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BAX', 'GADD45A', 'CDKN1A', 'AKT1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1', 'COL4A2', 'LAMA1', 'COL4A1', 'CDKN1A', 'ITGA3', 'LAMB2', 'LAMB1', 'LAMB3', 'LAMA5', 'GADD45A'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1', 'COL4A2', 'LAMA1', 'COL4A1', 'CDKN1A', 'ITGA3', 'LAMB2', 'LAMB1', 'LAMB3', 'LAMA5', 'COL4A3'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'LAMB1', 'LAMA5', 'LAMB2'}, number: 3
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDKN1A', 'BAX'}, number: 2
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BAX', 'ABL1', 'PMAIP1', 'CDKN1A', 'GADD45A'}, number: 5
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BAX', 'ABL1', 'PMAIP1', 'CDKN1A', 'GADD45A'}, number: 5
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'ABL1', 'PMAIP1', 'CDKN1A', 'GADD45A'}, number: 5
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1A', 'ABL1'}, number: 2
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BAX', 'ABL1', 'PMAIP1', 'CDKN1A', 'GADD45A'}, number: 5
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GADD45A', 'CDKN1A', 'PMAIP1', 'BAX'}, number: 4
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BAX', 'ABL1', 'PMAIP1', 'CDKN1A', 'GADD45A'}, number: 5
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'GADD45A'}, number: 2
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: TP53 Network WP1742, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'RPS6KB1', 'AKT1'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1', 'DDIT4'}, number: 6
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RPS6KB1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'TSC2', 'DDIT4'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'RPS6KB1', 'TSC2', 'AKT1'}, number: 4
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1'}, number: 5
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1', 'DDIT4'}, number: 6
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'TSC1', 'AKT1', 'TSC2', 'RPS6KB1', 'DDIT4'}, number: 6
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FGFR1', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'TSC1', 'MAPK14', 'RPS6KA1', 'TSC2', 'FGFR1', 'RPS6KB1'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FGFR1', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FGFR1', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'RPS6KB1', 'MAPK14', 'RPS6KA1'}, number: 4
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FGFR1', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FGFR1', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'FGFR1', 'RPS6KB1'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'TSC1', 'RPS6KA1', 'TSC2', 'RPS6KB1'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAPK14', 'RPS6KB1'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'TSC2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'TSC1', 'MAPK14', 'RPS6KA1', 'TSC2', 'RPS6KB1'}, number: 6
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'RPS6KA1', 'TSC2', 'RPS6KB1', 'ADCY3'}, number: 6
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'TSC1', 'RPS6KA1', 'TSC2', 'RPS6KB1'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'RPS6KB1'}, number: 4
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'FGFR1', 'RPS6KB1'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'TSC1', 'TSC2', 'FGFR1', 'RPS6KB1'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'AIMP2', 'HMOX1', 'NQO1', 'CEBPB'}, number: 5
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NQO1', 'SLC7A11', 'HMOX1'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'AIMP2', 'HMOX1', 'NQO1', 'CEBPB'}, number: 5
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'AIMP2', 'HMOX1', 'NQO1', 'CEBPB'}, number: 5
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'JUN', 'FLNB'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'NDRG1', 'AKT1', 'PLAU', 'HBEGF', 'EIF4G1', 'RPS6KB1', 'JUN'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'JUN', 'FLNB'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'JUN', 'FLNB'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'ARF6', 'CFL1', 'IQGAP1', 'PRKCB', 'AKT1', 'MAPK14', 'ABL1', 'RPS6KB1', 'JUN'}, number: 10
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TXNIP'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'JUN', 'FLNB'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PLAU', 'JUN', 'ABL1', 'AKT1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'JUN', 'FLNB'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1', 'PLAU', 'ABL1', 'TXNIP', 'JUN'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TXNIP'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MTOR', 'JUN', 'MAPK14'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'ABL1', 'AKT1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'ARF6', 'PRKCB', 'AKT1', 'ABL1', 'RPS6KB1'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PLAU', 'JUN', 'ABL1', 'AKT1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'AKT1', 'RPS6KB1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'MAPK14', 'RPS6KB1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'PRKCB', 'MAPK14', 'PLAU', 'HBEGF', 'JUN'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1', 'PLAU', 'TXNIP', 'ABL1', 'HBEGF', 'JUN'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'CFL1', 'MAPK14', 'AKT1', 'RPS6KB1', 'JUN'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'CFL1', 'PRKCB', 'MAPK14', 'AKT1', 'RPS6KB1', 'JUN'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'AKT1', 'RPS6KB1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'AKT1', 'HBEGF', 'RPS6KB1', 'ACACA'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MTOR', 'ACACA', 'AKT1', 'RPS6KB1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MTOR', 'ACACA', 'AKT1', 'RPS6KB1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Section 5.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 5.5.5.

final_geneoverlaptable_C1=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs,orient='index')
Section 5.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 27. Lastly, we calculate the percent overlap and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count= {}

for index, row in exploded_df_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count:
            variable_count[unique_KE] = 1
    else:
            variable_count[unique_KE] += 1

print("The total number of genes: ")
print(variable_count)
The total number of genes: 
{'Pleural Mesothelioma WP5087': 50, 'VEGFA VEGFR2 Signaling WP3888': 44, 'Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668': 8, 'P53 Transcriptional Gene Network WP4963': 15, 'Focal Adhesion WP306': 24, 'Primary Focal Segmental Glomerulosclerosis FSGS WP2572': 12, 'Small Cell Lung Cancer WP4658': 14, 'Alpha 6 Beta 4 Signaling WP244': 8, 'Macrophage Stimulating Protein MSP Signaling WP5353': 15, 'PI3K Akt Signaling WP4172': 32, 'ATM Signaling In Development And Disease WP3878': 9, 'Thermogenesis WP4321': 15, 'Transcriptional Activation By NRF2 In Response To Phytochemicals WP3': 5, 'Cancer Pathways WP5434': 42, 'Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612': 6, 'Hepatitis B Infection WP4666': 17, 'Androgen Receptor Network In Prostate Cancer WP2263': 14, 'DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180': 10, 'Head And Neck Squamous Cell Carcinoma WP4674': 11, 'Focal Adhesion PI3K Akt mTOR Signaling WP3932': 28, 'BDNF TrkB Signaling WP3676': 7, 'Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577': 8, 'IL26 Signaling WP5347': 8, 'NPHP1 Deletion Syndrome WP5399': 4, 'Neuroinflammation WP4919': 4, 'Target Of Rapamycin Signaling WP1471': 7, 'TP53 Network WP1742': 5}

Step 28. The result is converted into a dataframe and added to the final dataframe.

variable_count_df=pd.DataFrame.from_dict(variable_count,orient='index')
reset_variable_count_df = variable_count_df.reset_index()
Reset_variable_count_df=reset_variable_count_df.copy()
Reset_variable_count_df.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C1=final_geneoverlaptable_C1.reset_index(level=[1])
Genesetoverlaptable_C1.reset_index(inplace=True)
Genesetoverlaptable_C1.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C1=pd.merge(Reset_variable_count_df,Genesetoverlaptable_C1, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C1.loc[:,'Percent geneset overlap']= tabulation_C1.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C1

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Pleural Mesothelioma WP5087 50 https://identifiers.org/aop.events/1087 {MKNK2, MAPK14, IL6, PDGFA, AKT1, MAP3K1, FGFR... 13 26.0
1 Pleural Mesothelioma WP5087 50 https://identifiers.org/aop.events/1090 {BAX, WNT10A, COL4A2, LAMA1, HBEGF, FGFR1, LAM... 50 100.0
2 Pleural Mesothelioma WP5087 50 https://identifiers.org/aop.events/1271 {JUN, JAK1} 2 4.0
3 Pleural Mesothelioma WP5087 50 https://identifiers.org/aop.events/1392 {MAPK14} 1 2.0
4 Pleural Mesothelioma WP5087 50 https://identifiers.org/aop.events/1457 {CDH16, AKT1} 2 4.0
... ... ... ... ... ... ...
994 TP53 Network WP1742 5 https://identifiers.org/aop.events/389 {} 0 0.0
995 TP53 Network WP1742 5 https://identifiers.org/aop.events/41 {CDKN1A} 1 20.0
996 TP53 Network WP1742 5 https://identifiers.org/aop.events/457 {CDKN1A, GADD45A} 2 40.0
997 TP53 Network WP1742 5 https://identifiers.org/aop.events/484 {CDKN1A} 1 20.0
998 TP53 Network WP1742 5 https://identifiers.org/aop.events/87 {} 0 0.0

999 rows × 6 columns

Section 6. Comparison 2: diquat dibromide timepoint 2

In this section, Steps 14 to step 28 are repeated for comparison 2.

Section 6.1 Calculation of n variable

Step 29. The table containing the differential expressed genes for comparison 2 is loaded with the filter for significance.

Comparison2_DEG= pd.read_csv('topTable_X48_Diquat_30 - X48_vehicle...control_.0.TSV.tsv',sep='\t')
Comparison_2_DEG= Comparison2_DEG[Comparison2_DEG['adj. p-value'] < 0.05]
Comparison_2_DEG = Comparison_2_DEG.copy()  
Comparison_2_DEG.rename(columns={Comparison_2_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
Comparison_2_DEG['Entrez.Gene'] = Comparison_2_DEG['Entrez.Gene'].astype(str)
Comparison_2_DEG

Entrez.Gene meanExpr log2FC log2FC SE p-value adj. p-value
0 3162 10.077089 5.104026 0.088921 3.820970e-24 7.798982e-20
1 90637 9.408076 5.551762 0.115706 1.329066e-22 1.356378e-18
2 27063 4.810138 5.208681 0.118688 7.756080e-22 5.276979e-18
3 1649 10.590937 2.895794 0.069728 2.305203e-21 1.170734e-17
4 7296 11.342399 2.441458 0.059977 3.421953e-21 1.170734e-17
... ... ... ... ... ... ...
5645 100874241 3.137971 0.397600 0.156554 1.370011e-02 4.952763e-02
5646 54914 7.751738 -0.207327 0.081641 1.370609e-02 4.954045e-02
5647 55253 8.001319 0.268193 0.105664 1.374844e-02 4.967858e-02
5648 4298 6.794105 -0.275971 0.108729 1.374917e-02 4.967858e-02
5649 221180 3.241168 0.340051 0.134055 1.379744e-02 4.984415e-02

5650 rows × 6 columns

Step 30. The results of the DEG table are next integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_48h= pd.merge(mergeddataframe,Comparison_2_DEG, on='Entrez.Gene')
merged_dataframe_DEG_48h

KEID WPtitle WPID Gene.Symbol Entrez.Gene N meanExpr log2FC log2FC SE p-value adj. p-value
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CX3CL1 6376 129 7.722092 -0.368561 0.079671 8.260884e-05 6.527793e-04
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 MMP1 4312 129 5.852988 1.976149 0.144431 4.385852e-12 5.812962e-10
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 NFKB1 4790 129 7.959930 -0.313795 0.085200 8.517660e-04 4.723009e-03
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 IL11 3589 129 5.078408 0.949101 0.086467 2.274791e-10 1.612179e-08
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 IL1A 3552 129 4.538787 1.144965 0.112540 8.483914e-10 4.692823e-08
... ... ... ... ... ... ... ... ... ... ... ...
5970 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 RPS6KA1 6195 398 6.892861 -0.667476 0.092076 2.075458e-07 4.385318e-06
5971 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 TSC2 7249 398 6.606801 -0.842386 0.170700 3.895555e-05 3.458554e-04
5972 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MTOR 2475 398 6.234285 -0.404451 0.075657 1.456341e-05 1.523014e-04
5973 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EEF2K 29904 398 7.202279 -0.547593 0.093362 4.330575e-06 5.566807e-05
5974 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EIF4EBP1 1978 398 9.439758 0.287191 0.073124 4.640729e-04 2.814079e-03

5975 rows × 11 columns

Step 31. The following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count2= {}

for index, row in merged_dataframe_DEG_48h.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj. p-value']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count2:
            variable_n_dictionary_count2[unique_KE] = 1
        else:
            variable_n_dictionary_count2[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count2)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 23, 'https://identifiers.org/aop.events/875': 50, 'https://identifiers.org/aop.events/2007': 53, 'https://identifiers.org/aop.events/1495': 59, 'https://identifiers.org/aop.events/105': 54, 'https://identifiers.org/aop.events/1816': 54, 'https://identifiers.org/aop.events/1668 ': 32, 'https://identifiers.org/aop.events/244 ': 164, 'https://identifiers.org/aop.events/1814 ': 99, 'https://identifiers.org/aop.events/888': 11, 'https://identifiers.org/aop.events/1574': 2, 'https://identifiers.org/aop.events/41': 101, 'https://identifiers.org/aop.events/1270': 13, 'https://identifiers.org/aop.events/1086': 30, 'https://identifiers.org/aop.events/1487 ': 7, 'https://identifiers.org/aop.events/1539': 73, 'https://identifiers.org/aop.events/201': 13, 'https://identifiers.org/aop.events/457': 180, 'https://identifiers.org/aop.events/55': 60, 'https://identifiers.org/aop.events/188': 4, 'https://identifiers.org/aop.events/618': 61, 'https://identifiers.org/aop.events/389': 13, 'https://identifiers.org/aop.events/177': 162, 'https://identifiers.org/aop.events/2013': 31, 'https://identifiers.org/aop.events/2006': 81, 'https://identifiers.org/aop.events/1497': 149, 'https://identifiers.org/aop.events/870': 7, 'https://identifiers.org/aop.events/1669': 134, 'https://identifiers.org/aop.events/1115': 14, 'https://identifiers.org/aop.events/202': 66, 'https://identifiers.org/aop.events/1917': 65, 'https://identifiers.org/aop.events/1633': 298, 'https://identifiers.org/aop.events/1392': 42, 'https://identifiers.org/aop.events/1815': 32, 'https://identifiers.org/aop.events/386': 109, 'https://identifiers.org/aop.events/1944': 6, 'https://identifiers.org/aop.events/1582': 20, 'https://identifiers.org/aop.events/1896': 117, 'https://identifiers.org/aop.events/1172': 8, 'https://identifiers.org/aop.events/1496': 93, 'https://identifiers.org/aop.events/68': 24, 'https://identifiers.org/aop.events/1493': 186, 'https://identifiers.org/aop.events/265': 69, 'https://identifiers.org/aop.events/1817': 65, 'https://identifiers.org/aop.events/1819': 16, 'https://identifiers.org/aop.events/1750': 149, 'https://identifiers.org/aop.events/1901': 7, 'https://identifiers.org/aop.events/1848': 38, 'https://identifiers.org/aop.events/1847': 1, 'https://identifiers.org/aop.events/1365': 65, 'https://identifiers.org/aop.events/890': 14, 'https://identifiers.org/aop.events/1587': 14, 'https://identifiers.org/aop.events/1457': 8, 'https://identifiers.org/aop.events/1586': 5, 'https://identifiers.org/aop.events/149': 298, 'https://identifiers.org/aop.events/1575': 65, 'https://identifiers.org/aop.events/1579': 84, 'https://identifiers.org/aop.events/87': 28, 'https://identifiers.org/aop.events/249': 14, 'https://identifiers.org/aop.events/288': 14, 'https://identifiers.org/aop.events/209': 252, 'https://identifiers.org/aop.events/1498': 49, 'https://identifiers.org/aop.events/1499': 9, 'https://identifiers.org/aop.events/1500': 64, 'https://identifiers.org/aop.events/1488': 54, 'https://identifiers.org/aop.events/1494': 20, 'https://identifiers.org/aop.events/52': 68, 'https://identifiers.org/aop.events/381': 66, 'https://identifiers.org/aop.events/484': 211, 'https://identifiers.org/aop.events/388': 50, 'https://identifiers.org/aop.events/1262': 65, 'https://identifiers.org/aop.events/1945': 350, 'https://identifiers.org/aop.events/2009': 20, 'https://identifiers.org/aop.events/2012': 64, 'https://identifiers.org/aop.events/1770': 22, 'https://identifiers.org/aop.events/1818': 61, 'https://identifiers.org/aop.events/1752': 21, 'https://identifiers.org/aop.events/887': 33, 'https://identifiers.org/aop.events/1585': 18, 'https://identifiers.org/aop.events/214': 15, 'https://identifiers.org/aop.events/1271': 17, 'https://identifiers.org/aop.events/1087': 149, 'https://identifiers.org/aop.events/1538': 14, 'https://identifiers.org/aop.events/898': 65, 'https://identifiers.org/aop.events/195': 54, 'https://identifiers.org/aop.events/459': 38, 'https://identifiers.org/aop.events/1670': 32, 'https://identifiers.org/aop.events/759': 16, 'https://identifiers.org/aop.events/1090': 159, 'https://identifiers.org/aop.events/344': 8, 'https://identifiers.org/aop.events/1841': 4, 'https://identifiers.org/aop.events/1820': 14, 'https://identifiers.org/aop.events/896': 15, 'https://identifiers.org/aop.events/1549': 27, 'https://identifiers.org/aop.events/357': 5, 'https://identifiers.org/aop.events/352': 92}

Step 32. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe2=pd.DataFrame.from_dict(variable_n_dictionary_count2,orient='index')
n_variable_dataframe2

0
https://identifiers.org/aop.events/486 23
https://identifiers.org/aop.events/875 50
https://identifiers.org/aop.events/2007 53
https://identifiers.org/aop.events/1495 59
https://identifiers.org/aop.events/105 54
... ...
https://identifiers.org/aop.events/1820 14
https://identifiers.org/aop.events/896 15
https://identifiers.org/aop.events/1549 27
https://identifiers.org/aop.events/357 5
https://identifiers.org/aop.events/352 92

96 rows × 1 columns

n_variable_dataframe_reset2 = n_variable_dataframe2.reset_index()
n_variable_dataframe_reset2.columns = ['KEID', 'n']
n_variable_dataframe_reset2

KEID n
0 https://identifiers.org/aop.events/486 23
1 https://identifiers.org/aop.events/875 50
2 https://identifiers.org/aop.events/2007 53
3 https://identifiers.org/aop.events/1495 59
4 https://identifiers.org/aop.events/105 54
... ... ...
91 https://identifiers.org/aop.events/1820 14
92 https://identifiers.org/aop.events/896 15
93 https://identifiers.org/aop.events/1549 27
94 https://identifiers.org/aop.events/357 5
95 https://identifiers.org/aop.events/352 92

96 rows × 2 columns

merged_dataframe3= pd.merge(mergeddataframeDEG, n_variable_dataframe_reset2, on='KEID')

Section 6.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 33. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Comparison2_DEG.index)
B
20411

Step 34. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison2_DEG_filtered=Comparison2_DEG[Comparison2_DEG['adj. p-value'] < 0.05]
b=len(Comparison2_DEG_filtered)
b
5650

Section 6.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated.

Step 35. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe3.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([20411 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([5650 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 36. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 23 20411 5650 0.6441009809974617
1 https://identifiers.org/aop.events/875 169 50 20411 5650 1.0688066188406555
2 https://identifiers.org/aop.events/2007 184 53 20411 5650 1.0405761831473643
3 https://identifiers.org/aop.events/1495 253 59 20411 5650 0.8424561894434922
4 https://identifiers.org/aop.events/105 165 54 20411 5650 1.1822944489139178
... ... ... ... ... ... ...
88 https://identifiers.org/aop.events/1820 57 14 20411 5650 0.887297003570874
89 https://identifiers.org/aop.events/896 82 15 20411 5650 0.6608353118929419
90 https://identifiers.org/aop.events/1549 101 27 20411 5650 0.9657355647069131
91 https://identifiers.org/aop.events/357 21 5 20411 5650 0.860134850400337
92 https://identifiers.org/aop.events/352 398 92 20411 5650 0.8350655934539956

93 rows × 6 columns

Step 37. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe2=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe2.append(p)
             
Hypergeometricpvalue_dataframe2=pd.DataFrame(p_value_dataframe2)
Hypergeometricpvalue_dataframe2.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe2

Hypergeometric p-value
0 0.002940
1 0.057877
2 0.061460
3 0.016894
4 0.023871
... ...
88 0.105920
89 0.015802
90 0.087575
91 0.185207
92 0.005343

93 rows × 1 columns

merged_finaltable=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe2],axis=1)

Section 6.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 38. Lastly, we filter the results to showcase the significant KEs for comparison 2.

filteredversion_C2= merged_finaltable[(merged_finaltable['Enrichmentscore']>str(1))& (merged_finaltable['Hypergeometric p-value'] < 0.05)]
# Ensure numeric types
filteredversion_C2['Hypergeometric p-value'] = pd.to_numeric(filteredversion_C2['Hypergeometric p-value'], errors='coerce')
filteredversion_C2['Enrichmentscore'] = pd.to_numeric(filteredversion_C2['Enrichmentscore'], errors='coerce')
filteredversion_C2['combined_score'] = -np.log(filteredversion_C2['Hypergeometric p-value']) * filteredversion_C2['Enrichmentscore']

# Sort by combined score (highest first)
C2_sorted = filteredversion_C2.sort_values(by='combined_score', ascending=False)
C2_sorted
# Show top rows
C2_sorted.to_excel('ConsistentKE-Diquat-T2.xlsx')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\2247094924.py:2: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C2['Hypergeometric p-value'] = pd.to_numeric(filteredversion_C2['Hypergeometric p-value'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\2247094924.py:3: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C2['Enrichmentscore'] = pd.to_numeric(filteredversion_C2['Enrichmentscore'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\2247094924.py:4: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C2['combined_score'] = -np.log(filteredversion_C2['Hypergeometric p-value']) * filteredversion_C2['Enrichmentscore']

Section 6.5. Calculation of percent gene overlap to ORA

Section 6.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 39. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

mergeddataframe_final2=mergeddataframe_final.copy()
mergeddataframe_final2['KEID'] = mergeddataframe_final2['KEID'].str.strip()
significantKEID_genetable2=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/105')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1816') |(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/244')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1814')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/41') |(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1539')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/457')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/177')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/2006')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1497')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1669')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1115')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/202')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1917')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1633')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1392')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1815')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/386')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1582')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1896')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/68')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1750')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/890')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/149')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/249')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/209')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/52')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/381')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/484')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1945')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1770')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1585')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1087')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1538')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1670')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1090')]
significantKEIDgenetable2=significantKEID_genetable2.drop(columns={'WPtitle','ID'})
significantKEIDgenetable2

KEID gene Entrez.Gene
735 https://identifiers.org/aop.events/105 SDHB 6390
736 https://identifiers.org/aop.events/105 ATP5PD 10476
737 https://identifiers.org/aop.events/105 ATP5MG 10632
738 https://identifiers.org/aop.events/105 COX15 1355
739 https://identifiers.org/aop.events/105 ATP5PO 539
... ... ... ...
20172 https://identifiers.org/aop.events/1090 SETD5 55209
20173 https://identifiers.org/aop.events/1090 CTNNA3 29119
20174 https://identifiers.org/aop.events/1090 MAD1L1 8379
20175 https://identifiers.org/aop.events/1090 CD44 960
20176 https://identifiers.org/aop.events/1090 CDH10 1008

11775 rows × 3 columns

Section 6.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 40. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA2 = pd.read_csv("C:/Users/shaki/Downloads/EMEXP-2599_ORApathwaytable/Comparison 2-Diquat-timepoint2.txt", sep='\t')
datafileORA2=pd.DataFrame(datafile_ORA2)
filtereddatafileORA_2=datafileORA2[datafileORA2['Adjusted P-value'] < 0.05]
filtereddatafileORA_2

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 3.920321e-23 3.198982e-20 0 0 10.221700 527.371300 TOP2A;CDKN1A;CDKN1B;MCM7;HMGB2;SMC2;CCND1;SIN3...
1 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 5.853628e-19 2.388280e-16 0 0 2.472575 103.803800 TRAF3IP2;ARPC5L;ICAM1;GJA1;PNP;RPS6KA5;BSG;LUC...
2 WikiPathways_2024_Human G1 To S Cell Cycle Control WP45 8.953469e-10 2.435344e-07 0 0 4.781278 99.612230 CDKN1C;CDKN1A;CDKN1B;PCNA;MCM7;CCNH;PRIM1;ORC4...
3 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 1.227298e-09 2.503688e-07 0 0 2.060356 42.275310 KEAP1;IRS2;GCC1;NR3C1;SCP2;CCND1;SLC39A9;FTH1;...
4 WikiPathways_2024_Human Cell Cycle WP179 1.873745e-09 3.057952e-07 0 0 3.088347 62.061350 CDKN1C;CDKN1A;CDKN1B;MCM7;CCNH;CDC20;CCND1;PTT...
... ... ... ... ... ... ... ... ... ...
131 WikiPathways_2024_Human Leucine Isoleucine And Valine Metabolism WP4686 7.591935e-03 4.657909e-02 0 0 2.946033 14.378610 ACAD8;BCKDHA;MCCC2;ECHS1;BCKDHB;ACADSB;ACAT1;A...
132 WikiPathways_2024_Human IL1 And Megakaryocytes In Obesity WP2865 7.591935e-03 4.657909e-02 0 0 2.946033 14.378610 IL1R1;F2R;NFKB1;ICAM1;SELENBP1;PIK3CA;IL1B;TIM...
133 WikiPathways_2024_Human Thyroid Stimulating Hormone TSH Signaling WP2032 7.782661e-03 4.739292e-02 0 0 2.011839 9.769204 CDKN1B;GNAI3;PIK3R2;PIK3R1;GNAI1;GNA13;RAP1A;G...
134 WikiPathways_2024_Human ATR Signaling WP3875 8.049704e-03 4.841010e-02 0 0 5.813454 28.033170 RPA3;CHEK1;RPA1;RPA2;HUS1;RAD9B;ATR
135 WikiPathways_2024_Human Thermogenesis WP4321 8.068351e-03 4.841010e-02 0 0 1.664443 8.022294 PRKAA1;SMARCD2;KDM3A;PRKAA2;SMARCD3;KDM3B;NPR1...

136 rows × 9 columns

dropped_datafileORA_df2=filtereddatafileORA_2.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf2=dropped_datafileORA_df2.copy()
droppeddatafileORAdf2['Genes']= droppeddatafileORAdf2['Genes'].replace({';':','},regex=True)
df2_ORApathwaytable=droppeddatafileORAdf2.copy()
df2_ORApathwaytable['Genes'] = df2_ORApathwaytable['Genes'].astype(str)
df2_ORApathwaytable['Genes'] = df2_ORApathwaytable['Genes'].str.split(',')
exploded_df2_ORApathwaytable = df2_ORApathwaytable.explode('Genes', ignore_index=True)
Section 6.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 41. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets2 = exploded_df2_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets2 = significantKEIDgenetable2.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs2 = {}

for term, ORA_genes in ORA_gene_sets2.items():
    for KEID, KEID_genes in SignificantKE_gene_sets2.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs2[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs2:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs2.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
ATR Signaling WP3875 x https://identifiers.org/aop.events/105: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1087: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1090: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1115: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1392: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/149: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1497: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1538: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1539: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1582: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1585: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1633: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1669: 3 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1670: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1750: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/177: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1770: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1814: 3 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1815: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1816: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1896: 5 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1917: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1945: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/2006: 3 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/202: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/209: 5 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/244: 3 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/249: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/381: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/386: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/41: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/457: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/484: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/52: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/68: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/890: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/105: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1087: 12 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1090: 11 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1115: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1392: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/149: 12 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1497: 12 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1538: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1539: 9 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1582: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1585: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1633: 12 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1669: 7 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1670: 5 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1750: 12 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/177: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1770: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1814: 7 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1815: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1816: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1896: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1917: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1945: 17 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/2006: 7 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/202: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/209: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/244: 8 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/249: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/381: 10 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/386: 10 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/41: 4 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/457: 14 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/484: 16 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/52: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/68: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/890: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/105: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1087: 20 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1090: 27 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1115: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1392: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/149: 20 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1497: 20 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1538: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1539: 5 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1582: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1585: 5 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1633: 20 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1669: 17 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1670: 11 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1750: 20 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/177: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1770: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1814: 21 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1815: 5 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1816: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1896: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1917: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1945: 19 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/2006: 17 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/202: 7 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/209: 15 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/244: 21 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/249: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/381: 14 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/386: 20 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/41: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/457: 17 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/484: 16 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/52: 10 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/68: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/890: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/105: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1087: 20 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1090: 27 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1115: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1392: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/149: 20 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1497: 20 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1538: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1539: 5 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1582: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1585: 5 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1633: 20 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1669: 17 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1670: 11 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1750: 20 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/177: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1770: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1814: 21 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1815: 5 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1816: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1896: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1917: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1945: 19 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/2006: 17 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/202: 7 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/209: 15 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/244: 21 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/249: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/381: 14 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/386: 20 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/41: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/457: 17 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/484: 16 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/52: 10 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/68: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/890: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/105: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1087: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1090: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1115: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1392: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/149: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1497: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1538: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1539: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1582: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1585: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1633: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1669: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1670: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1750: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/177: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1770: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1814: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1815: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1816: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1896: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1917: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1945: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2006: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/202: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/209: 8 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/244: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/249: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/381: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/386: 3 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/41: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/457: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/484: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/52: 3 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/68: 5 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/890: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/105: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1087: 12 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1090: 16 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1115: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1392: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/149: 12 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1497: 12 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1538: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1539: 12 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1582: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1585: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1633: 12 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1669: 17 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1670: 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1750: 12 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/177: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1770: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1814: 17 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1815: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1816: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1896: 15 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1917: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1945: 16 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2006: 17 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/202: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/209: 11 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/244: 17 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/249: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/381: 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/386: 10 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/41: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/457: 12 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/484: 13 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/52: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/68: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/890: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/105: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1087: 7 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1090: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1115: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1392: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/149: 7 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1497: 7 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1538: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1539: 8 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1582: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1585: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1633: 7 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1669: 9 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1670: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1750: 7 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/177: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1770: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1814: 9 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1815: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1816: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1896: 4 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1917: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1945: 9 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/2006: 9 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/202: 4 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/209: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/244: 10 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/249: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/381: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/386: 7 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/41: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/457: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/484: 9 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/52: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/68: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/890: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/105: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1087: 8 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1090: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1115: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1392: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/149: 8 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1497: 8 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1538: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1539: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1582: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1585: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1633: 8 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1669: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1670: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1750: 8 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/177: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1770: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1814: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1815: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1816: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1896: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1917: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1945: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/2006: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/202: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/209: 9 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/244: 9 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/249: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/381: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/386: 6 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/41: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/457: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/484: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/52: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/68: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/890: 4 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/105: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1087: 13 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1090: 4 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1115: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1392: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/149: 13 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1497: 13 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1538: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1539: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1582: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1585: 5 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1633: 13 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1669: 9 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1670: 4 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1750: 13 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/177: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1770: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1814: 10 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1815: 5 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1816: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1896: 5 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1917: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1945: 4 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/2006: 9 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/202: 7 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/209: 6 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/244: 11 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/249: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/381: 4 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/386: 7 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/41: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/457: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/484: 4 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/52: 4 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/68: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/890: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/105: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1087: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1090: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1115: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1392: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/149: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1497: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1538: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1539: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1582: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1585: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1633: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1669: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1670: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1750: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/177: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1770: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1814: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1815: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1816: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1896: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1917: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1945: 7 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/2006: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/202: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/209: 7 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/244: 9 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/249: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/381: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/386: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/41: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/457: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/484: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/52: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/68: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/890: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/105: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1087: 11 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1090: 7 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1115: 2 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1392: 2 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/149: 11 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1497: 11 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1538: 2 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1539: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1582: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1585: 5 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1633: 11 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1669: 13 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1670: 5 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1750: 11 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/177: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1770: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1814: 14 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1815: 5 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1816: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1896: 6 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1917: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1945: 8 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/2006: 13 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/202: 8 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/209: 5 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/244: 14 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/249: 2 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/381: 8 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/386: 9 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/41: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/457: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/484: 7 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/52: 2 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/68: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/890: 2 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/105: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1087: 10 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1090: 14 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1115: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1392: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/149: 10 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1497: 10 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1538: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1539: 9 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1582: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1585: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1633: 10 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1669: 9 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1670: 12 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1750: 10 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/177: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1770: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1814: 9 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1815: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1816: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1896: 4 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1917: 1 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1945: 12 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/2006: 9 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/202: 3 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/209: 3 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/244: 10 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/249: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/381: 6 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/386: 5 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/41: 4 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/457: 10 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/484: 12 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/52: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/68: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/890: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/105: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1087: 47 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1090: 61 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1115: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1392: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/149: 47 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1497: 47 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1538: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1539: 25 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1582: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1585: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1633: 47 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1669: 35 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1670: 31 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1750: 47 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/177: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1770: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1814: 35 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1815: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1816: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1896: 19 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1917: 19 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1945: 79 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2006: 35 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/202: 7 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/209: 43 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/244: 53 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/249: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/381: 19 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/386: 33 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/41: 25 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/457: 69 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/484: 72 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/52: 21 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/68: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/890: 6 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/105: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1087: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1090: 8 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1115: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1392: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/149: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1497: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1538: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1539: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1582: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1585: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1633: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1669: 23 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1670: 7 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1750: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/177: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1770: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1814: 22 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1815: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1816: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1896: 23 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1917: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1945: 10 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2006: 22 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/202: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/209: 15 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/244: 24 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/249: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/381: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/386: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/41: 5 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/457: 5 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/484: 9 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/52: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/68: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/890: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/105: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1087: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1115: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1392: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/149: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1497: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1538: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1539: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1582: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1585: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1633: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1669: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1670: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1750: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/177: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1770: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1814: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1816: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1896: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1917: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1945: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/2006: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/202: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/209: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/244: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/249: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/381: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/386: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/41: 1 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/457: 8 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/484: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/52: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/890: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/105: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1087: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1115: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1392: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/149: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1497: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1538: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1539: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1582: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1585: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1633: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1669: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1670: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1750: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/177: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1770: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1814: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1816: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1896: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1917: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1945: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/2006: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/202: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/209: 2 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/244: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/249: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/381: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/386: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/41: 2 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/457: 19 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/484: 1 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/52: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/890: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/105: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1087: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1115: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1392: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/149: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1497: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1538: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1539: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1582: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1585: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1633: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1669: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1670: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1750: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/177: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1770: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1814: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1816: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1896: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1917: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1945: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/2006: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/202: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/209: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/244: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/249: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/381: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/386: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/41: 1 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/457: 9 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/484: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/52: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/890: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/105: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1087: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1090: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1115: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1392: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/149: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1497: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1538: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1539: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1582: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1585: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1633: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1669: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1670: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1750: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/177: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1770: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1814: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1815: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1816: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1896: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1917: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1945: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/2006: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/202: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/209: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/244: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/249: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/381: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/386: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/41: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/457: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/484: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/52: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/68: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/890: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/105: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1087: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1090: 7 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1115: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1392: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/149: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1497: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1538: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1539: 3 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1582: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1585: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1633: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1669: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1670: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1750: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/177: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1770: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1814: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1815: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1816: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1896: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1917: 5 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1945: 6 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/2006: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/202: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/209: 7 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/244: 5 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/249: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/381: 5 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/386: 8 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/41: 7 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/457: 7 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/484: 6 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/52: 5 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/68: 3 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/890: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/105: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1087: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1090: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1115: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1392: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/149: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1497: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1538: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1539: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1582: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1585: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1633: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1669: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1670: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1750: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/177: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1770: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1814: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1815: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1816: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1896: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1917: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1945: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2006: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/202: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/209: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/244: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/249: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/381: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/386: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/41: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/457: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/484: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/52: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/68: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/890: 2 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/105: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1087: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1090: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1115: 1 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1392: 1 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/149: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1497: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1538: 1 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1539: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1582: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1585: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1633: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1669: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1670: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1750: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/177: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1770: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1814: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1815: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1816: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1896: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1917: 1 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/1945: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/2006: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/202: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/209: 2 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/244: 1 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/249: 1 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/381: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/386: 1 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/41: 1 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/457: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/484: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/52: 1 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/68: 0 overlaps
Cysteine And Methionine Catabolism WP4504 x https://identifiers.org/aop.events/890: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1087: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1090: 7 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/149: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1497: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1582: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1585: 3 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1633: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1669: 32 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1670: 8 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1750: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1770: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1814: 32 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1815: 3 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1896: 32 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1945: 12 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2006: 32 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/209: 17 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/244: 32 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/381: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/386: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/41: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/457: 5 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/484: 11 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/52: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/890: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/105: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1090: 5 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/149: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1582: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1669: 13 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/177: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1770: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1814: 13 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1896: 25 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1945: 3 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2006: 13 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/202: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/209: 22 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/244: 13 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/249: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/381: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/386: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/41: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/457: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/484: 3 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/52: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/68: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1090: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/149: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1582: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1669: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1770: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1814: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1896: 15 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1945: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2006: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/209: 15 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/244: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/381: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/386: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/41: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/457: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/484: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/52: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1087: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1090: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/149: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1497: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1539: 2 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1582: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1633: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1669: 7 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1750: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1770: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1814: 7 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1896: 58 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1917: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1945: 2 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2006: 7 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/209: 58 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/244: 8 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/381: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/386: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/41: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/457: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/484: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/52: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1090: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/149: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1582: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1669: 3 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1770: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1814: 2 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1896: 11 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1945: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/2006: 2 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/209: 11 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/244: 2 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/381: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/386: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/41: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/457: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/484: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/52: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/890: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/105: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1087: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1090: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1115: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1392: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/149: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1497: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1538: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1539: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1582: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1585: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1633: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1669: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1670: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1750: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/177: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1770: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1814: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1815: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1816: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1896: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1917: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/1945: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/2006: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/202: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/209: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/244: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/249: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/381: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/386: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/41: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/457: 2 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/484: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/52: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/68: 0 overlaps
Disorders In Ketolysis WP5195 x https://identifiers.org/aop.events/890: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/105: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1087: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1090: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1115: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1392: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/149: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1497: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1538: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1539: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1582: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1585: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1633: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1669: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1670: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1750: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/177: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1770: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1814: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1815: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1816: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1896: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1917: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/1945: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/2006: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/202: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/209: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/244: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/249: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/381: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/386: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/41: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/457: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/484: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/52: 0 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/68: 1 overlaps
Disorders Of Galactose Metabolism WP5173 x https://identifiers.org/aop.events/890: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/105: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1087: 24 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1090: 13 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1115: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1392: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/149: 24 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1497: 24 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1538: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1539: 67 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1582: 6 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1585: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1633: 24 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1669: 12 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1670: 14 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1750: 24 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/177: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1770: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1814: 12 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1815: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1816: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1896: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1917: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1945: 24 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/2006: 12 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/202: 6 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/209: 6 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/244: 13 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/249: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/381: 22 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/386: 22 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/41: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/457: 13 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/484: 13 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/52: 7 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/68: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/890: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/105: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1087: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1090: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1115: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1392: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/149: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1497: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1538: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1539: 16 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1582: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1585: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1633: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1669: 12 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1670: 19 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1750: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/177: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1770: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1814: 12 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1815: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1816: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1896: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1917: 5 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1945: 35 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2006: 12 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/202: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/209: 6 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/244: 16 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/249: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/381: 10 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/386: 15 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/41: 8 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/457: 24 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/484: 29 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/52: 10 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/68: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/890: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/105: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1087: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1090: 11 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1115: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1392: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/149: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1497: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1538: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1539: 10 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1582: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1585: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1633: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1669: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1670: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1750: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/177: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1770: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1814: 7 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1815: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1816: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1896: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1917: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1945: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/2006: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/202: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/209: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/244: 7 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/249: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/381: 8 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/386: 9 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/41: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/457: 10 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/484: 12 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/52: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/68: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/890: 1 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/105: 43 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1087: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1090: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1115: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1392: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/149: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1497: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1538: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1539: 1 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1582: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1585: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1633: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1669: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1670: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1750: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/177: 43 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1770: 26 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1814: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1815: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1816: 43 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1896: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1917: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/1945: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/2006: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/202: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/209: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/244: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/249: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/381: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/386: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/41: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/457: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/484: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/52: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/68: 0 overlaps
Electron Transport Chain OXPHOS System In Mitochondria WP111 x https://identifiers.org/aop.events/890: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/105: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1087: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1090: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1115: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1392: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/149: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1497: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1538: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1539: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1582: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1585: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1633: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1669: 1 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1670: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1750: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/177: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1770: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1814: 1 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1815: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1816: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1896: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1917: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1945: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/2006: 1 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/202: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/209: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/244: 1 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/249: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/381: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/386: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/41: 2 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/457: 13 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/484: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/52: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/68: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/890: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/105: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1087: 19 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1090: 28 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1115: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1392: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/149: 19 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1497: 19 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1538: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1539: 9 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1582: 2 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1585: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1633: 19 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1669: 11 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1670: 9 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1750: 19 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/177: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1770: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1814: 11 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1815: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1816: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1896: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1917: 3 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1945: 17 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/2006: 11 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/202: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/209: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/244: 13 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/249: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/381: 7 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/386: 11 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/41: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/457: 16 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/484: 15 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/52: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/68: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/890: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/105: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1087: 18 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1090: 22 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1115: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1392: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/149: 18 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1497: 18 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1538: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1539: 19 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1582: 4 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1585: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1633: 18 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1669: 18 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1670: 20 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1750: 18 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/177: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1770: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1814: 18 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1815: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1816: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1896: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1917: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1945: 27 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/2006: 18 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/202: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/209: 9 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/244: 22 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/249: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/381: 12 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/386: 13 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/41: 9 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/457: 14 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/484: 18 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/52: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/68: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/890: 1 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/105: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1087: 9 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1090: 6 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1115: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1392: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/149: 9 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1497: 9 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1538: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1539: 3 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1582: 1 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1585: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1633: 9 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1669: 6 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1670: 2 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1750: 9 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/177: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1770: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1814: 6 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1815: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1816: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1896: 4 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1917: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1945: 3 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/2006: 6 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/202: 5 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/209: 4 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/244: 6 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/249: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/381: 2 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/386: 3 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/41: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/457: 2 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/484: 1 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/52: 1 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/68: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/890: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/105: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1087: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1090: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1115: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1392: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/149: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1497: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1538: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1539: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1582: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1585: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1633: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1669: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1670: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1750: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/177: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1770: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1814: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1815: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1816: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1896: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1917: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1945: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/2006: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/202: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/209: 1 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/244: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/249: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/381: 1 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/386: 1 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/41: 1 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/457: 1 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/484: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/52: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/68: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/890: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/105: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1087: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1090: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1115: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1392: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/149: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1497: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1538: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1539: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1582: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1585: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1633: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1669: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1670: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1750: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/177: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1770: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1814: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1815: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1816: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1896: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1917: 9 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1945: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2006: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/202: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/209: 12 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/244: 9 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/249: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/381: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/386: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/41: 10 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/457: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/484: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/52: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/68: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/890: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/105: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1087: 29 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1090: 37 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1115: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1392: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/149: 29 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1497: 29 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1538: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1539: 18 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1582: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1585: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1633: 29 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1669: 14 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1670: 14 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1750: 29 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/177: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1770: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1814: 14 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1815: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1816: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1896: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1917: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1945: 48 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2006: 14 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/202: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/209: 8 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/244: 17 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/249: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/381: 12 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/386: 15 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/41: 7 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/457: 37 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/484: 40 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/52: 6 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/68: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/890: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/105: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1087: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1090: 7 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1115: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1392: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/149: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1497: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1538: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1539: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1582: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1585: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1633: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1669: 17 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1670: 7 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1750: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/177: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1770: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1814: 16 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1815: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1816: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1896: 21 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1917: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1945: 11 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/2006: 16 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/202: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/209: 14 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/244: 16 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/249: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/381: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/386: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/41: 2 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/457: 6 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/484: 11 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/52: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/68: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/890: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/105: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1087: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1090: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1115: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1392: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/149: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1497: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1538: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1539: 2 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1582: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1585: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1633: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1669: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1670: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1750: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/177: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1770: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1814: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1815: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1816: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1896: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1917: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1945: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/2006: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/202: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/209: 2 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/244: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/249: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/381: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/386: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/41: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/457: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/484: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/52: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/68: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/890: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/105: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1087: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1090: 14 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1115: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1392: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/149: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1497: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1538: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1539: 15 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1582: 6 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1585: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1633: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1669: 14 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1670: 11 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1750: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/177: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1770: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1814: 14 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1815: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1816: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1896: 3 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1917: 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1945: 20 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/2006: 14 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/202: 7 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/209: 9 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/244: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/249: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/381: 18 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/386: 19 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/41: 8 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/457: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/484: 18 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/52: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/68: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/890: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/105: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1087: 17 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1090: 21 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1115: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1392: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/149: 17 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1497: 17 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1538: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1539: 14 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1582: 2 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1585: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1633: 17 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1669: 19 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1670: 18 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1750: 17 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/177: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1770: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1814: 19 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1815: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1816: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1896: 10 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1917: 2 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1945: 26 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2006: 19 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/202: 6 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/209: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/244: 20 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/249: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/381: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/386: 9 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/41: 7 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/457: 17 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/484: 24 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/52: 7 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/68: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/890: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/105: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1087: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1090: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1115: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1392: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/149: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1497: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1538: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1539: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1582: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1585: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1633: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1669: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1670: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1750: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/177: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1770: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1814: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1815: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1816: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1896: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1917: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1945: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2006: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/202: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 5 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/244: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/249: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/381: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/386: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/41: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/457: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/484: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/52: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/68: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/890: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/105: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1087: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1090: 2 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1115: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1392: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/149: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1497: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1538: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1539: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1582: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1585: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1633: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1669: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1670: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1750: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/177: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1770: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1814: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1815: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1816: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1896: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1917: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1945: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/2006: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/202: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/209: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/244: 2 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/249: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/381: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/386: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/41: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/457: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/484: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/52: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/68: 2 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/890: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/105: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1087: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1090: 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1115: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1392: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/149: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1497: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1538: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1539: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1582: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1585: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1633: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1669: 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1670: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1750: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/177: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1770: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1814: 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1815: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1816: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1896: 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1917: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1945: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/2006: 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/202: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/209: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/244: 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/249: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/381: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/386: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/41: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/457: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/484: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/52: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/68: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/890: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/105: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1087: 7 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1090: 3 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1115: 1 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1392: 1 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/149: 7 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1497: 7 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1538: 1 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1539: 4 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1582: 3 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1585: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1633: 7 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1669: 1 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1670: 1 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1750: 7 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/177: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1770: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1814: 1 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1815: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1816: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1896: 1 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1917: 3 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1945: 5 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/2006: 1 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/202: 2 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/209: 7 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/244: 4 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/249: 1 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/381: 3 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/386: 5 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/41: 3 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/457: 5 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/484: 5 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/52: 3 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/68: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/890: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/105: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1087: 14 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1090: 16 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1115: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1392: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/149: 14 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1497: 14 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1538: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1539: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1582: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1585: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1633: 14 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1669: 13 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1670: 13 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1750: 14 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/177: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1770: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1814: 13 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1815: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1816: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1896: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1917: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1945: 20 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2006: 13 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/202: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/209: 9 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/244: 15 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/249: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/381: 8 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/386: 9 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/41: 9 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/457: 15 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/484: 20 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/52: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/68: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/890: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/105: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1087: 38 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1090: 17 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1115: 2 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1392: 2 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/149: 38 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1497: 38 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1538: 2 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1539: 17 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1582: 3 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1585: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1633: 38 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1669: 18 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1670: 18 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1750: 38 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/177: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1770: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1814: 18 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1815: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1816: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1896: 6 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1917: 4 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1945: 24 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/2006: 18 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/202: 13 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/209: 11 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/244: 21 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/249: 2 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/381: 15 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/386: 23 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/41: 8 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/457: 22 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/484: 22 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/52: 14 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/68: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/890: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/105: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1087: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1090: 12 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1115: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1392: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/149: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1497: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1538: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1539: 6 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1582: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1585: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1633: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1669: 9 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1670: 5 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1750: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/177: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1770: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1814: 9 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1815: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1816: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1896: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1917: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1945: 14 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2006: 9 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/202: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/209: 6 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/244: 9 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/249: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/381: 6 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/386: 10 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/41: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/457: 10 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/484: 13 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/52: 7 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/68: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/890: 1 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/105: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1087: 9 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1090: 34 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1115: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1392: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/149: 9 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1497: 9 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1538: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1539: 3 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1582: 1 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1585: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1633: 9 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1669: 3 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1670: 3 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1750: 9 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/177: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1770: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1814: 3 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1815: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1816: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1896: 3 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1917: 3 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1945: 21 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/2006: 3 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/202: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/209: 5 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/244: 5 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/249: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/381: 2 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/386: 6 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/41: 4 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/457: 18 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/484: 18 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/52: 4 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/68: 2 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/890: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/105: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1087: 9 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1090: 26 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1115: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1392: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/149: 9 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1497: 9 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1538: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1539: 5 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1582: 3 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1585: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1633: 9 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1669: 3 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1670: 3 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1750: 9 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/177: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1770: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1814: 3 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1815: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1816: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1896: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1917: 3 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/1945: 18 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/2006: 3 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/202: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/209: 11 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/244: 5 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/249: 0 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/381: 5 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/386: 10 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/41: 10 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/457: 11 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/484: 12 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/52: 5 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/68: 2 overlaps
Hippo Signaling Regulation WP4540 x https://identifiers.org/aop.events/890: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/105: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1087: 10 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1090: 4 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1115: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1392: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/149: 10 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1497: 10 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1538: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1539: 3 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1582: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1585: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1633: 10 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1669: 3 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1670: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1750: 10 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/177: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1770: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1814: 3 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1815: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1816: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1896: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1917: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1945: 3 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/2006: 3 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/202: 5 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/209: 4 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/244: 3 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/249: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/381: 4 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/386: 5 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/41: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/457: 3 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/484: 3 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/52: 3 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/68: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/890: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/105: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1087: 3 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1090: 3 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1115: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1392: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/149: 3 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1497: 3 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1538: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1539: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1582: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1585: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1633: 3 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1669: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1670: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1750: 3 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/177: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1770: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1814: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1815: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1816: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1896: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1917: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1945: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/2006: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/202: 2 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/209: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/244: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/249: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/381: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/386: 2 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/41: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/457: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/484: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/52: 2 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/68: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/890: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/105: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1087: 7 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1090: 5 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1115: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1392: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/149: 7 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1497: 7 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1538: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1539: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1582: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1585: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1633: 7 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1669: 2 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1670: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1750: 7 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/177: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1770: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1814: 3 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1815: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1816: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1896: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1917: 2 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1945: 4 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/2006: 2 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/202: 5 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/209: 4 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/244: 4 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/249: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/381: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/386: 4 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/41: 2 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/457: 2 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/484: 4 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/52: 4 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/68: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/890: 1 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/105: 0 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1087: 27 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1090: 8 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1115: 1 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1392: 1 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/149: 27 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1497: 27 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1538: 1 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1539: 6 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1582: 0 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1585: 1 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1633: 27 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1669: 6 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1670: 3 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1750: 27 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/177: 0 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1770: 0 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1814: 7 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1815: 1 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1816: 0 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1896: 0 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1917: 1 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/1945: 6 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/2006: 6 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/202: 27 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/209: 4 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/244: 8 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/249: 1 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/381: 10 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/386: 13 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/41: 3 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/457: 3 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/484: 5 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/52: 4 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/68: 0 overlaps
IL1 Signaling WP195 x https://identifiers.org/aop.events/890: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/105: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1087: 3 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1090: 3 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1115: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1392: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/149: 3 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1497: 3 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1538: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1539: 3 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1582: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1585: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1633: 3 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1669: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1670: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1750: 3 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/177: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1770: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1814: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1815: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1816: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1896: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1917: 2 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1945: 2 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/2006: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/202: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/209: 2 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/244: 2 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/249: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/381: 2 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/386: 5 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/41: 2 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/457: 4 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/484: 2 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/52: 5 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/68: 0 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/890: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/105: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1087: 11 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1090: 7 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1115: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1392: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/149: 11 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1497: 11 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1538: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1539: 12 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1582: 2 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1585: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1633: 11 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1669: 8 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1670: 7 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1750: 11 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/177: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1770: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1814: 8 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1815: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1816: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1896: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1917: 2 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1945: 13 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/2006: 8 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/202: 6 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/209: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/244: 9 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/249: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/381: 15 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/386: 16 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/41: 6 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/457: 14 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/484: 11 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/52: 8 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/68: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/890: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/105: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1087: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1090: 7 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1115: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1392: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/149: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1497: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1538: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1539: 12 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1582: 2 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1585: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1633: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1669: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1670: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1750: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/177: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1770: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1814: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1815: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1816: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1896: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1917: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1945: 12 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/2006: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/202: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/209: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/244: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/249: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/381: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/386: 14 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/41: 2 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/457: 12 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/484: 10 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/52: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/68: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/890: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/105: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1087: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1090: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1115: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1392: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/149: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1497: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1538: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1539: 3 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1582: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1585: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1633: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1669: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1670: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1750: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/177: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1770: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1814: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1815: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1816: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1896: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1917: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1945: 3 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/2006: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/202: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/209: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/244: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/249: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/381: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/386: 4 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/41: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/457: 4 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/484: 3 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/52: 3 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/68: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/890: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/105: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1087: 29 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1090: 21 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1115: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1392: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/149: 29 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1497: 29 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1538: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1539: 19 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1582: 3 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1585: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1633: 29 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1669: 16 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1670: 10 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1750: 29 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/177: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1770: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1814: 17 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1815: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1816: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1896: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1917: 5 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1945: 22 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/2006: 16 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/202: 11 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/209: 10 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/244: 20 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/249: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/381: 21 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/386: 24 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/41: 12 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/457: 15 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/484: 19 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/52: 8 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/68: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/890: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/105: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1087: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1090: 9 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1115: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1392: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/149: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1497: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1538: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1539: 2 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1582: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1585: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1633: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1669: 13 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1670: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1750: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/177: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1770: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1814: 13 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1815: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1816: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1896: 14 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1917: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1945: 8 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/2006: 13 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/202: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/209: 8 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/244: 13 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/249: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/381: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/386: 3 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/41: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/457: 7 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/484: 8 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/52: 3 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/68: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/890: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/105: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1087: 12 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1090: 7 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1115: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1392: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/149: 12 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1497: 12 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1538: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1539: 13 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1582: 2 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1585: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1633: 12 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1669: 6 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1670: 5 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1750: 12 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/177: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1770: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1814: 6 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1815: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1816: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1896: 1 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1917: 1 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/1945: 10 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/2006: 6 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/202: 6 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/209: 3 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/244: 7 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/249: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/381: 14 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/386: 14 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/41: 5 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/457: 10 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/484: 8 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/52: 5 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/68: 0 overlaps
Interferon Type I Signaling WP585 x https://identifiers.org/aop.events/890: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/105: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1087: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1090: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1115: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1392: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/149: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1497: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1538: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1539: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1582: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1585: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1633: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1669: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1670: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1750: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/177: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1770: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1814: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1815: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1816: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1896: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1917: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/1945: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/2006: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/202: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/209: 2 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/244: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/249: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/381: 0 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/386: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/41: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/457: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/484: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/52: 1 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/68: 2 overlaps
Ketogenesis And Ketolysis WP4742 x https://identifiers.org/aop.events/890: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/105: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1087: 9 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1090: 7 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1115: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1392: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/149: 9 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1497: 9 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1538: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1539: 17 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1582: 2 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1585: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1633: 9 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1669: 5 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1670: 9 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1750: 9 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/177: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1770: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1814: 5 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1815: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1816: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1896: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1917: 2 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1945: 12 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/2006: 5 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/202: 4 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/209: 2 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/244: 7 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/249: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/381: 14 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/386: 14 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/41: 4 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/457: 10 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/484: 8 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/52: 4 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/68: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/890: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/105: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1087: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1090: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1115: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1392: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/149: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1497: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1538: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1539: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1582: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1585: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1633: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1669: 1 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1670: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1750: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/177: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1770: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1814: 1 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1815: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1816: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1896: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1917: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/1945: 1 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/2006: 1 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/202: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/209: 1 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/244: 1 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/249: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/381: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/386: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/41: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/457: 1 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/484: 1 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/52: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/68: 0 overlaps
Krebs Cycle Disorders WP4236 x https://identifiers.org/aop.events/890: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/105: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1087: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1090: 1 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1115: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1392: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/149: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1497: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1538: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1539: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1582: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1585: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1633: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1669: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1670: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1750: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/177: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1770: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1814: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1815: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1816: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1896: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1917: 2 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1945: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/2006: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/202: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/209: 2 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/244: 2 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/249: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/381: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/386: 2 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/41: 2 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/457: 2 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/484: 2 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/52: 2 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/68: 2 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/890: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/105: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1087: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1090: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1115: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1392: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/149: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1497: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1538: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1539: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1582: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1585: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1633: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1669: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1670: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1750: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/177: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1770: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1814: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1815: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1816: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1896: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1917: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/1945: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/2006: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/202: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/209: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/244: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/249: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/381: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/386: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/41: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/457: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/484: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/52: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/68: 0 overlaps
Leucine Isoleucine And Valine Metabolism WP4686 x https://identifiers.org/aop.events/890: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/105: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1087: 2 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1090: 7 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1115: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1392: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/149: 2 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1497: 2 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1538: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1539: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1582: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1585: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1633: 2 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1669: 1 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1670: 1 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1750: 2 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/177: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1770: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1814: 1 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1815: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1816: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1896: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1917: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/1945: 8 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/2006: 1 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/202: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/209: 6 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/244: 1 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/249: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/381: 2 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/386: 2 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/41: 7 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/457: 3 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/484: 3 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/52: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/68: 0 overlaps
Lipid Metabolism Pathway WP3965 x https://identifiers.org/aop.events/890: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/105: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1087: 87 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1090: 30 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1115: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1392: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/149: 87 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1497: 87 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1538: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1539: 20 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1582: 4 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1585: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1633: 87 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1669: 12 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1670: 10 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1750: 87 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/177: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1770: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1814: 14 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1815: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1816: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1896: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1917: 5 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1945: 30 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/2006: 12 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/202: 15 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/209: 13 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/244: 19 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/249: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/381: 17 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/386: 24 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/41: 6 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/457: 16 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/484: 20 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/52: 13 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/68: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/890: 2 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/105: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1087: 16 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1090: 12 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1115: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1392: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/149: 16 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1497: 16 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1538: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1539: 14 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1582: 4 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1585: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1633: 16 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1669: 11 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1670: 12 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1750: 16 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/177: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1770: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1814: 11 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1815: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1816: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1896: 2 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1917: 1 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1945: 18 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/2006: 11 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/202: 5 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/209: 4 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/244: 11 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/249: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/381: 11 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/386: 10 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/41: 5 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/457: 11 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/484: 12 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/52: 3 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/68: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/890: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/105: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1087: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1090: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1115: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1392: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/149: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1497: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1538: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1539: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1582: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1585: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1633: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1669: 1 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1670: 1 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1750: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/177: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1770: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1814: 1 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1815: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1816: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1896: 1 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1917: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/1945: 1 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/2006: 1 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/202: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/209: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/244: 1 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/249: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/381: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/386: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/41: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/457: 1 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/484: 1 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/52: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/68: 0 overlaps
MTHFR Deficiency WP4288 x https://identifiers.org/aop.events/890: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/105: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1087: 2 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1090: 5 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1115: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1392: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/149: 2 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1497: 2 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1538: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1539: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1582: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1585: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1633: 2 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1669: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1670: 4 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1750: 2 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/177: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1770: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1814: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1815: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1816: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1896: 1 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1917: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1945: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/2006: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/202: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/209: 2 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/244: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/249: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/381: 1 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/386: 1 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/41: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/457: 4 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/484: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/52: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/68: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/890: 0 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/105: 0 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1087: 28 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1090: 14 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1115: 2 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1392: 2 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/149: 28 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1497: 28 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1538: 2 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1539: 7 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1582: 2 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1585: 3 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1633: 28 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1669: 18 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1670: 12 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1750: 28 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/177: 0 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1770: 0 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1814: 20 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1815: 3 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1816: 0 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1896: 10 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1917: 2 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/1945: 20 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/2006: 18 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/202: 11 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/209: 10 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/244: 21 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/249: 2 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/381: 12 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/386: 18 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/41: 5 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/457: 12 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/484: 19 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/52: 10 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/68: 0 overlaps
Measles Virus Infection WP4630 x https://identifiers.org/aop.events/890: 2 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/105: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1087: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1090: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1115: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1392: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/149: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1497: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1538: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1539: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1582: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1585: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1633: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1669: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1670: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1750: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/177: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1770: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1814: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1816: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1896: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1917: 3 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1945: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/2006: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/202: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/209: 5 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/244: 3 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/249: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/381: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/386: 6 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/41: 3 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/457: 2 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/484: 2 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/52: 6 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/68: 4 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/890: 1 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/105: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1087: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1090: 3 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1115: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1392: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/149: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1497: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1538: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1539: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1582: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1585: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1633: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1669: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1670: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1750: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/177: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1770: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1814: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1816: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1896: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1917: 1 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1945: 3 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/2006: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/202: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/209: 1 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/244: 1 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/249: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/381: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/386: 3 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/41: 1 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/457: 4 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/484: 4 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/52: 3 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/68: 18 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/890: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/105: 1 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1087: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1090: 1 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1115: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1392: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/149: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1497: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1538: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1539: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1582: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1585: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1633: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1669: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1670: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1750: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/177: 1 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1770: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1814: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1816: 1 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1896: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1917: 3 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1945: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/2006: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/202: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/209: 4 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/244: 3 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/249: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/381: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/386: 3 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/41: 3 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/457: 1 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/484: 1 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/52: 3 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/68: 6 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/890: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/105: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1087: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1090: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1115: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1392: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/149: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1497: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1538: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1539: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1582: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1585: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1633: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1669: 1 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1670: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1750: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/177: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1770: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1814: 1 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1816: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1896: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1917: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1945: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/2006: 1 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/202: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/209: 3 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/244: 3 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/249: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/381: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/386: 3 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/41: 4 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/457: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/484: 1 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/52: 3 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/68: 4 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/890: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/105: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1087: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1090: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1115: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1392: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/149: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1497: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1538: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1539: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1582: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1585: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1633: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1669: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1670: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1750: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/177: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1770: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1814: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1815: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1816: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1896: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1917: 1 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/1945: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/2006: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/202: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/209: 1 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/244: 1 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/249: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/381: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/386: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/41: 1 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/457: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/484: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/52: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/68: 0 overlaps
Methionine De Novo And Salvage Pathway WP3580 x https://identifiers.org/aop.events/890: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/105: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1087: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1090: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1115: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1392: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/149: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1497: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1538: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1539: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1582: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1585: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1633: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1669: 1 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1670: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1750: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/177: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1770: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1814: 1 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1815: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1816: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1896: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1917: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1945: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/2006: 1 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/202: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/209: 5 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/244: 1 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/249: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/381: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/386: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/41: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/457: 1 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/484: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/52: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/68: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/890: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/105: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1087: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1090: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1115: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1392: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/149: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1497: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1538: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1539: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1582: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1585: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1633: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1669: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1670: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1750: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/177: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1770: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1814: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1815: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1816: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1896: 9 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1917: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1945: 8 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2006: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/202: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/209: 8 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/244: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/249: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/381: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/386: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/41: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/457: 4 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/484: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/52: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/68: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/890: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/105: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1087: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1090: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1115: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1392: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/149: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1497: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1538: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1539: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1582: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1585: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1633: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1669: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1670: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1750: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/177: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1770: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1814: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1815: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1816: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1896: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1917: 15 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1945: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/2006: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/202: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/209: 8 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/244: 15 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/249: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/381: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/386: 4 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/41: 15 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/457: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/484: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/52: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/68: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/890: 3 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/105: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1087: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1090: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1115: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1392: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/149: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1497: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1538: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1539: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1582: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1585: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1633: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1669: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1670: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1750: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/177: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1770: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1814: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1815: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1816: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1896: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1917: 63 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1945: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/2006: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/202: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/209: 63 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/244: 63 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/249: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/381: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/386: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/41: 63 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/457: 7 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/484: 7 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/52: 4 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/68: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/890: 6 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/105: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1087: 20 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1090: 14 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1115: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1392: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/149: 20 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1497: 20 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1538: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1539: 6 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1582: 3 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1585: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1633: 20 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1669: 8 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1670: 3 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1750: 20 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/177: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1770: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1814: 9 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1815: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1816: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1896: 7 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1917: 4 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1945: 15 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/2006: 8 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/202: 5 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/209: 14 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/244: 13 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/249: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/381: 7 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/386: 15 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/41: 5 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/457: 14 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/484: 12 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/52: 10 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/68: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/890: 1 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/105: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1087: 15 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1090: 14 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1115: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1392: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/149: 15 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1497: 15 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1538: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1539: 14 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1582: 3 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1585: 1 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1633: 15 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1669: 19 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1670: 34 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1750: 15 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/177: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1770: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1814: 19 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1815: 1 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1816: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1896: 8 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1917: 4 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1945: 20 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/2006: 19 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/202: 3 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/209: 7 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/244: 22 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/249: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/381: 8 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/386: 9 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/41: 8 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/457: 16 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/484: 18 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/52: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/68: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/890: 0 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/105: 26 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1087: 18 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1090: 17 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1115: 1 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1392: 1 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/149: 18 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1497: 18 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1538: 1 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1539: 6 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1582: 2 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1585: 6 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1633: 18 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1669: 13 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1670: 8 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1750: 18 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/177: 26 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1770: 18 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1814: 17 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1815: 6 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1816: 26 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1896: 2 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1917: 3 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/1945: 19 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/2006: 13 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/202: 8 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/209: 13 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/244: 18 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/249: 1 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/381: 12 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/386: 20 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/41: 15 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/457: 17 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/484: 17 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/52: 11 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/68: 0 overlaps
Nonalcoholic Fatty Liver Disease WP4396 x https://identifiers.org/aop.events/890: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/105: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1087: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1090: 12 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1115: 8 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 8 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/149: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1497: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1538: 8 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1539: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1582: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1585: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1633: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1669: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1670: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1750: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/177: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1770: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1814: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1815: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1816: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1896: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 63 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1945: 10 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2006: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/202: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 78 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244: 70 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/249: 8 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/381: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/386: 12 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 69 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/457: 17 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/484: 14 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/52: 8 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/68: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/890: 8 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/105: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1087: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1090: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1115: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1392: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/149: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1497: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1538: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1539: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1582: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1585: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1633: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1669: 2 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1670: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1750: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/177: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1770: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1814: 2 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1815: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1816: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1896: 26 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1917: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1945: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/2006: 2 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/202: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/209: 26 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/244: 3 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/249: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/381: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/386: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/41: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/457: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/484: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/52: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/68: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/890: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/105: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1087: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1090: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1115: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1392: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/149: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1497: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1538: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1539: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1582: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1585: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1633: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1669: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1670: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1750: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/177: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1770: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1814: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1815: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1816: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1896: 23 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1917: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1945: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2006: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/202: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/209: 23 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/244: 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/249: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/381: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/386: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/41: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/457: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/484: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/52: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/68: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/890: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/105: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1087: 12 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1090: 9 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1115: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1392: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/149: 12 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1497: 12 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1538: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1539: 14 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1582: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1585: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1633: 12 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1669: 8 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1670: 7 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1750: 12 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/177: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1770: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1814: 8 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1815: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1816: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1896: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1917: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1945: 17 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2006: 8 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/202: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/209: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/244: 11 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/249: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/381: 15 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/386: 18 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/41: 4 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/457: 15 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/484: 14 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/52: 8 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/68: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/890: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/105: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1087: 12 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1090: 12 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1115: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1392: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/149: 12 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1497: 12 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1538: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1539: 5 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1582: 3 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1585: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1633: 12 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1669: 5 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1670: 4 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1750: 12 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/177: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1770: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1814: 5 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1815: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1816: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1896: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1917: 3 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1945: 12 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/2006: 5 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/202: 3 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/209: 5 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/244: 7 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/249: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/381: 6 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/386: 8 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/41: 3 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/457: 12 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/484: 13 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/52: 5 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/68: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/890: 2 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/105: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1087: 7 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1090: 6 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1115: 2 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1392: 2 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/149: 7 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1497: 7 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1538: 2 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1539: 2 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1582: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1585: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1633: 7 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1669: 7 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1670: 3 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1750: 7 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/177: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1770: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1814: 7 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1815: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1816: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1896: 5 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1917: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1945: 5 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/2006: 7 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/202: 4 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/209: 5 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/244: 7 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/249: 2 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/381: 3 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/386: 3 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/41: 1 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/457: 4 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/484: 4 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/52: 1 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/68: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/890: 2 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/105: 26 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1087: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1090: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1115: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1392: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/149: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1497: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1538: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1539: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1582: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1585: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1633: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1669: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1670: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1750: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/177: 26 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1770: 26 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1814: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1815: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1816: 26 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1896: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1917: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/1945: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/2006: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/202: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/209: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/244: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/249: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/381: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/386: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/41: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/457: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/484: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/52: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/68: 0 overlaps
Oxidative Phosphorylation WP623 x https://identifiers.org/aop.events/890: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/105: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1087: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1090: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1115: 16 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1392: 16 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/149: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1497: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1538: 16 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1539: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1582: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1585: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1633: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1669: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1670: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1750: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/177: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1770: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1814: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1815: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1816: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1896: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1917: 6 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1945: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/2006: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/202: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/209: 16 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/244: 8 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/249: 16 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/381: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/386: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/41: 6 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/457: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/484: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/52: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/68: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/890: 16 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/105: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1087: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1090: 14 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1115: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1392: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/149: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1497: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1538: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1539: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1582: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1585: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1633: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1669: 10 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1670: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1750: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/177: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1770: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1814: 9 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1815: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1816: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1896: 14 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1917: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1945: 13 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2006: 9 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/202: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/209: 48 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/244: 11 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/249: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/381: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/386: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/41: 9 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/457: 10 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/484: 9 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/52: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/68: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/890: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/105: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1087: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1090: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1115: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1392: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/149: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1497: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1538: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1539: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1582: 1 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1585: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1633: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1669: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1670: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1750: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/177: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1770: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1814: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1815: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1816: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1896: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1917: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1945: 1 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/2006: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/202: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/209: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/244: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/249: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/381: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/386: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/41: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/457: 1 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/484: 1 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/52: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/68: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/890: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/105: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1087: 16 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1090: 12 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1115: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1392: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/149: 16 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1497: 16 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1538: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1539: 13 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1582: 3 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1585: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1633: 16 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1669: 8 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1670: 4 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1750: 16 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/177: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1770: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1814: 8 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1815: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1816: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1896: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1917: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1945: 12 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/2006: 8 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/202: 7 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/209: 4 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/244: 9 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/249: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/381: 12 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/386: 12 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/41: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/457: 8 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/484: 8 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/52: 4 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/68: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/890: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/105: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1087: 11 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1090: 9 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1115: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1392: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/149: 11 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1497: 11 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1538: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1539: 14 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1582: 3 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1585: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1633: 11 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1669: 7 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1670: 8 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1750: 11 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/177: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1770: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1814: 7 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1815: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1816: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1896: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1917: 2 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1945: 10 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/2006: 7 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/202: 4 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/209: 3 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/244: 8 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/249: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/381: 10 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/386: 14 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/41: 3 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/457: 10 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/484: 7 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/52: 7 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/68: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/890: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/105: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1087: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1090: 3 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1115: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1392: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/149: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1497: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1538: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1539: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1582: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1585: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1633: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1669: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1670: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1750: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/177: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1770: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1814: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1815: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1816: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1896: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1917: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1945: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/2006: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/202: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/209: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/244: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/249: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/381: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/386: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/41: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/457: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/484: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/52: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/68: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/890: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/105: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1087: 23 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1090: 19 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1115: 2 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1392: 2 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/149: 23 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1497: 23 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1538: 2 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1539: 16 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1582: 4 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1585: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1633: 23 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1669: 18 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1670: 20 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1750: 23 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/177: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1770: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1814: 18 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1815: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1816: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1896: 6 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1917: 4 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1945: 27 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/2006: 18 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/202: 5 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/209: 9 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/244: 21 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/249: 2 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/381: 11 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/386: 16 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/41: 8 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/457: 16 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/484: 20 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/52: 10 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/68: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/890: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/105: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1087: 7 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1090: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1115: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1392: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/149: 7 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1497: 7 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1538: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1539: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1582: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1585: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1633: 7 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1669: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1670: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1750: 7 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/177: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1770: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1814: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1815: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1816: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1896: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1917: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1945: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/2006: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/202: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/209: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/244: 3 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/249: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/381: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/386: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/41: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/457: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/484: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/52: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/68: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/890: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/105: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1087: 10 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1090: 12 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1115: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1392: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/149: 10 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1497: 10 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1538: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1539: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1582: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1585: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1633: 10 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1669: 7 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1670: 5 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1750: 10 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/177: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1770: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1814: 7 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1815: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1816: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1896: 4 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1917: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1945: 8 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/2006: 7 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/202: 4 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/209: 7 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/244: 9 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/249: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/381: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/386: 4 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/41: 4 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/457: 4 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/484: 8 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/52: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/890: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/105: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1087: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1090: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1115: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1392: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/149: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1497: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1538: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1539: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1582: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1585: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1633: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1669: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1670: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1750: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/177: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1770: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1814: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1815: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1816: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1896: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1917: 8 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1945: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2006: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/202: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/209: 9 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/244: 9 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/249: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/381: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/386: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/41: 9 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/457: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/484: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/52: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/890: 3 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/105: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1087: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1090: 2 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1115: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1392: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/149: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1497: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1538: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1539: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1582: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1585: 4 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1633: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1669: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1670: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1750: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/177: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1770: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1814: 4 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1815: 4 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1816: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1896: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1917: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1945: 2 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/2006: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/202: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/209: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/244: 4 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/249: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/381: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/386: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/41: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/457: 3 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/484: 2 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/52: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/890: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/105: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1087: 41 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1090: 154 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1115: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1392: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/149: 41 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1497: 41 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1538: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1539: 13 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1582: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1585: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1633: 41 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1669: 25 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1670: 14 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1750: 41 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/177: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1770: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1814: 27 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1815: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1816: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1896: 7 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1917: 7 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1945: 72 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2006: 25 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/202: 9 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/209: 40 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/244: 32 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/249: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/381: 19 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/386: 24 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/41: 16 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/457: 57 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/484: 62 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/52: 13 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/68: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/890: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/105: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1087: 15 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1090: 10 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1115: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1392: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/149: 15 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1497: 15 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1538: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1539: 18 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1582: 4 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1585: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1633: 15 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1669: 11 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1670: 9 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1750: 15 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/177: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1770: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1814: 11 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1815: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1816: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1896: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1917: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1945: 16 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2006: 11 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/202: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/209: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/244: 12 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/249: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/381: 21 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/386: 21 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/41: 5 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/457: 13 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/484: 13 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/52: 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/68: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/890: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/105: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1087: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1090: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1115: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1392: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/149: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1497: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1538: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1539: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1582: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1585: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1633: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1669: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1670: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1750: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/177: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1770: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1814: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1815: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1816: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1896: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1917: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1945: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/2006: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/202: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/209: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/244: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/249: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/381: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/386: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/41: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/457: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/484: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/52: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/68: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/890: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/105: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1087: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1090: 1 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1115: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1392: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/149: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1497: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1538: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1539: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1582: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1585: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1633: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1669: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1670: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1750: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/177: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1770: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1814: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1815: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1816: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1896: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1917: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1945: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/2006: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/202: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/209: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/244: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/249: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/381: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/386: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/41: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/457: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/484: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/52: 1 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/68: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/890: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/105: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1087: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1090: 2 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1115: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1392: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/149: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1497: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1538: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1539: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1582: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1585: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1633: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1669: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1670: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1750: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/177: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1770: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1814: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1815: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1816: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1896: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1917: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1945: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2006: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/202: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/209: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/244: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/249: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/381: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/386: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/41: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/457: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/484: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/52: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/68: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/890: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/105: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1087: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1090: 8 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1115: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1392: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/149: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1497: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1538: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1539: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1582: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1585: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1633: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1669: 18 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1670: 5 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1750: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/177: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1770: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1814: 17 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1815: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1816: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1896: 27 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1917: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1945: 10 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2006: 17 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/202: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/209: 18 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/244: 17 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/249: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/381: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/386: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/41: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/457: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/484: 9 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/52: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/68: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/890: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/105: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1087: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1090: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1115: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1392: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/149: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1497: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1538: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1539: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1582: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1585: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1633: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1669: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1670: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1750: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/177: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1770: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1814: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1815: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1816: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1896: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1917: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1945: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/2006: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/202: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/209: 3 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/244: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/249: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/381: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/386: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/41: 4 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/457: 7 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/484: 2 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/52: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/68: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/890: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/105: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1087: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1090: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1115: 7 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1392: 7 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/149: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1497: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1538: 7 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1539: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1582: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1585: 1 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1633: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1669: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1670: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1750: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/177: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1770: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1814: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1815: 1 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1816: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1896: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1917: 7 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1945: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/2006: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/202: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/209: 13 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/244: 10 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/249: 7 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/381: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/386: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/41: 8 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/457: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/484: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/52: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/68: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/890: 7 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/105: 0 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1087: 19 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1090: 7 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1115: 1 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1392: 1 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/149: 19 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1497: 19 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1538: 1 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1539: 2 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1582: 0 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1585: 1 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1633: 19 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1669: 4 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1670: 0 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1750: 19 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/177: 0 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1770: 0 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1814: 5 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1815: 1 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1816: 0 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1896: 0 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1917: 1 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/1945: 3 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/2006: 4 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/202: 17 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/209: 4 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/244: 6 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/249: 1 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/381: 5 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/386: 10 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/41: 1 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/457: 1 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/484: 3 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/52: 6 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/68: 0 overlaps
Signal Transduction Through IL1R WP4496 x https://identifiers.org/aop.events/890: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/105: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1087: 16 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1090: 26 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1115: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1392: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/149: 16 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1497: 16 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1538: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1539: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1582: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1585: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1633: 16 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1669: 18 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1670: 16 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1750: 16 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/177: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1770: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1814: 18 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1815: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1816: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1896: 12 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1917: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1945: 34 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2006: 18 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/202: 5 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/209: 7 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/244: 19 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/249: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/381: 5 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/386: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/41: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/457: 25 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/484: 34 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/52: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/68: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/890: 1 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/105: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1087: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1090: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1115: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1392: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/149: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1497: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1538: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1539: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1582: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1585: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1633: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1669: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1670: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1750: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/177: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1770: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1814: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1815: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1816: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1896: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1917: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1945: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/2006: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/202: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/209: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/244: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/249: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/381: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/386: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/41: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/457: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/484: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/52: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/68: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/890: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/105: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1087: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1090: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1115: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1392: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/149: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1497: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1538: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1539: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1582: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1585: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1633: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1669: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1670: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1750: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/177: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1770: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1814: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1815: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1816: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1896: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1917: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/1945: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/2006: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/202: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/209: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/244: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/249: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/381: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/386: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/41: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/457: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/484: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/52: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/68: 0 overlaps
Sphingolipid Metabolism Overview WP4725 x https://identifiers.org/aop.events/890: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/105: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1087: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1090: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1115: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1392: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/149: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1497: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1538: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1539: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1582: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1585: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1633: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1669: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1670: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1750: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/177: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1770: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1814: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1815: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1816: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1896: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1917: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1945: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/2006: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/202: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/209: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/244: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/249: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/381: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/386: 1 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/41: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/457: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/484: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/52: 1 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/68: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/890: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/105: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1087: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1090: 7 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1115: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1392: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/149: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1497: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1538: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1539: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1582: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1585: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1633: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1669: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1670: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1750: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/177: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1770: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1814: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1815: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1816: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1896: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1917: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1945: 7 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2006: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/202: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/209: 8 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/244: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/249: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/381: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/386: 3 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/41: 10 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/457: 10 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/484: 4 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/52: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/68: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/890: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/105: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1087: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1090: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1115: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1392: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/149: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1497: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1538: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1539: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1582: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1585: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1633: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1669: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1670: 2 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1750: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/177: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1770: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1814: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1815: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1816: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1896: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1917: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/1945: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/2006: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/202: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/209: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/244: 2 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/249: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/381: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/386: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/41: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/457: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/484: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/52: 1 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/68: 0 overlaps
TCA Cycle In Senescence WP5050 x https://identifiers.org/aop.events/890: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/105: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1087: 15 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1090: 16 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1115: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1392: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/149: 15 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1497: 15 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1538: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1539: 12 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1582: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1585: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1633: 15 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1669: 13 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1670: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1750: 15 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/177: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1770: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1814: 13 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1815: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1816: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1896: 5 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1917: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1945: 14 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/2006: 13 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/202: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/209: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/244: 15 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/249: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/381: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/386: 10 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/41: 5 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/457: 10 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/484: 11 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/52: 4 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/890: 1 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/105: 0 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1087: 18 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1090: 10 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1115: 1 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1392: 1 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/149: 18 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1497: 18 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1538: 1 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1539: 5 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1582: 1 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1585: 1 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1633: 18 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1669: 10 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1670: 5 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1750: 18 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/177: 0 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1770: 0 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1814: 10 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1815: 1 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1816: 0 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1896: 3 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1917: 2 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1945: 8 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/2006: 10 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/202: 11 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/209: 7 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/244: 12 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/249: 1 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/381: 8 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/386: 9 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/41: 2 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/457: 5 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/484: 8 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/52: 3 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/68: 0 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/890: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/105: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1087: 9 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1090: 12 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1115: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1392: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/149: 9 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1497: 9 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1538: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1539: 8 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1582: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1585: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1633: 9 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1669: 11 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1670: 6 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1750: 9 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/177: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1770: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1814: 11 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1815: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1816: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1896: 6 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1917: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1945: 12 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/2006: 11 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/202: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/209: 8 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/244: 12 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/249: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/381: 7 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/386: 8 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/41: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/457: 6 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/484: 12 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/52: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/68: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/890: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/105: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1087: 2 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1090: 9 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1115: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1392: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/149: 2 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1497: 2 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1538: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1539: 2 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1582: 2 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1585: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1633: 2 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1669: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1670: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1750: 2 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/177: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1770: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1814: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1815: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1816: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1896: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1917: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/1945: 12 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/2006: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/202: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/209: 11 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/244: 2 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/249: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/381: 4 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/386: 4 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/41: 9 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/457: 7 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/484: 8 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/52: 1 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/68: 0 overlaps
Target Of Rapamycin Signaling WP1471 x https://identifiers.org/aop.events/890: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/105: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1087: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1090: 15 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1115: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1392: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/149: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1497: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1538: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1539: 4 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1582: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1585: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1633: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1669: 3 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1670: 3 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1750: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/177: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1770: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1814: 3 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1815: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1816: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1896: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1917: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1945: 16 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2006: 3 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/202: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/209: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/244: 3 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/249: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/381: 7 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/386: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/41: 8 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/457: 12 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/484: 11 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/52: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/68: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/890: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/105: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1087: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1090: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1115: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1392: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/149: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1497: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1538: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1539: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1582: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1585: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1633: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1669: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1670: 7 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1750: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/177: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1770: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1814: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1815: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1816: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1896: 6 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1917: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1945: 12 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2006: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/202: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/209: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/244: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/249: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/381: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/386: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/41: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/457: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/484: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/52: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/68: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/890: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/105: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1087: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1090: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1115: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1392: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/149: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1497: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1538: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1539: 1 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1582: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1585: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1633: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1669: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1670: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1750: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/177: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1770: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1814: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1815: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1816: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1896: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1917: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1945: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/2006: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/202: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/209: 6 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/244: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/249: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/381: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/386: 2 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/41: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/457: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/484: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/52: 2 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/68: 1 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/890: 4 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/105: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1087: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1090: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1115: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1392: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/149: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1497: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1538: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1539: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1582: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1585: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1633: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1669: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1670: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1750: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/177: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1770: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1814: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1815: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1816: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1896: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1917: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1945: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/2006: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/202: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/209: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/244: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/249: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/381: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/386: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/41: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/457: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/484: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/52: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/68: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/890: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/105: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1087: 1 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1090: 5 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1115: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1392: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/149: 1 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1497: 1 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1538: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1539: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1582: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1585: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1633: 1 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1669: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1670: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1750: 1 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/177: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1770: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1814: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1815: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1816: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1896: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1917: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/1945: 1 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/2006: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/202: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/209: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/244: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/249: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/381: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/386: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/41: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/457: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/484: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/52: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/68: 0 overlaps
Transcription Co Factors SKI And SKIL Protein Partners WP4533 x https://identifiers.org/aop.events/890: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/105: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1087: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1090: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1115: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1392: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/149: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1497: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1538: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1539: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1582: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1585: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1633: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1669: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1670: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1750: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/177: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1770: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1814: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1815: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1816: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1896: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1917: 12 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1945: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2006: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/202: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/209: 7 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/244: 12 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/249: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/381: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/386: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/41: 12 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/457: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/484: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/52: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/68: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/890: 3 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/105: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1087: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1090: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1115: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1392: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/149: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1497: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1538: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1539: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1582: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1585: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1633: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1669: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1670: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1750: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/177: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1770: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1814: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1815: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1816: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1896: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1917: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/1945: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/2006: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/202: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/209: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/244: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/249: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/381: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/386: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/41: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/457: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/484: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/52: 0 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/68: 3 overlaps
Urea Cycle And Metabolism Of Amino Groups WP497 x https://identifiers.org/aop.events/890: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/105: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1087: 31 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1090: 34 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1115: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1392: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/149: 31 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1497: 31 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1538: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1539: 29 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1582: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1585: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1633: 31 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1669: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1670: 9 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1750: 31 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/177: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1770: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1814: 13 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1815: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1816: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1896: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1917: 11 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1945: 30 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2006: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/202: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/209: 22 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/244: 23 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/249: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/381: 26 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/386: 30 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/41: 17 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/457: 20 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/484: 21 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/52: 11 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/68: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/890: 2 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/105: 0 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1087: 8 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1090: 5 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1115: 1 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1392: 1 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/149: 8 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1497: 8 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1538: 1 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1539: 1 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1582: 0 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1585: 0 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1633: 8 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1669: 3 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1670: 1 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1750: 8 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/177: 0 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1770: 0 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1814: 3 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1815: 0 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1816: 0 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1896: 0 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1917: 1 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/1945: 3 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/2006: 3 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/202: 6 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/209: 2 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/244: 4 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/249: 1 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/381: 4 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/386: 6 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/41: 1 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/457: 4 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/484: 3 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/52: 3 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/68: 0 overlaps
Vitamin D In Inflammatory Diseases WP4482 x https://identifiers.org/aop.events/890: 1 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/105: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1087: 1 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1090: 5 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1115: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1392: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/149: 1 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1497: 1 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1538: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1539: 2 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1582: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1585: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1633: 1 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1669: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1670: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1750: 1 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/177: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1770: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1814: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1815: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1816: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1896: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1917: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/1945: 2 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/2006: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/202: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/209: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/244: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/249: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/381: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/386: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/41: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/457: 3 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/484: 2 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/52: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/68: 0 overlaps
miR 509 3P Alteration Of YAP1 ECM Axis WP3967 x https://identifiers.org/aop.events/890: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/105: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1087: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1090: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1115: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1392: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/149: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1497: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1538: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1539: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1582: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1585: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1633: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1669: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1670: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1750: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/177: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1770: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1814: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1815: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1816: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1896: 2 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1917: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1945: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/2006: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/202: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/209: 2 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/244: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/249: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/381: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/386: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/41: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/457: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/484: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/52: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/68: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/890: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/105: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1087: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1090: 7 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1115: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1392: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/149: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1497: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1538: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1539: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1582: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1585: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1633: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1669: 33 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1670: 8 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1750: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/177: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1770: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1814: 32 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1815: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1816: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1896: 32 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1917: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1945: 12 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2006: 32 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/202: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/209: 18 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/244: 32 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/249: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/381: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/386: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/41: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/457: 5 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/484: 11 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/52: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/68: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/890: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/105: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1087: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1090: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1115: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1392: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/149: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1497: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1538: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1539: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1582: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1585: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1633: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1669: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1670: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1750: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/177: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1770: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1814: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1815: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1816: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1896: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1917: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1945: 6 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/2006: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/202: 2 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/209: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/244: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/249: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/381: 4 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/386: 8 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/41: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/457: 6 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/484: 6 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/52: 6 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/68: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/890: 1 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'ATR', 'CHEK1'}, number: 3
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2', 'ATR', 'CHEK1'}, number: 3
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'ATR', 'RPA2', 'RPA1', 'CHEK1', 'RPA3'}, number: 5
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'ATR', 'CHEK1'}, number: 3
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ATR', 'RPA2', 'RPA1', 'CHEK1', 'RPA3'}, number: 5
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RPA2', 'ATR', 'CHEK1'}, number: 3
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'LAMC2', 'PIK3R1', 'PRKCD', 'SOS1', 'PIK3R2', 'PTPN11', 'LAMB1', 'RAC1', 'LAMA5'}, number: 12
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'LAMC2', 'ITGA6', 'SOS1', 'LAMA1', 'LAMB1', 'LAMB3', 'SHC1', 'LAMA5', 'LAMA2'}, number: 11
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'LAMC2', 'PIK3R1', 'PRKCD', 'SOS1', 'PIK3R2', 'PTPN11', 'LAMB1', 'RAC1', 'LAMA5'}, number: 12
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'LAMC2', 'PIK3R1', 'PRKCD', 'SOS1', 'PIK3R2', 'PTPN11', 'LAMB1', 'RAC1', 'LAMA5'}, number: 12
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKCD', 'SOS1', 'PIK3R2', 'PTPN11', 'PIK3R1', 'RAC1', 'SHC1'}, number: 9
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'LAMC2', 'PIK3R1', 'PRKCD', 'SOS1', 'PIK3R2', 'PTPN11', 'LAMB1', 'RAC1', 'LAMA5'}, number: 12
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'SOS1', 'PIK3R2', 'PIK3R1', 'RAC1', 'SHC1', 'IRS1'}, number: 7
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS1', 'PIK3R2', 'PIK3R1'}, number: 5
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'LAMC2', 'PIK3R1', 'PRKCD', 'SOS1', 'PIK3R2', 'PTPN11', 'LAMB1', 'RAC1', 'LAMA5'}, number: 12
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'SOS1', 'PIK3R2', 'PIK3R1', 'RAC1', 'SHC1', 'IRS1'}, number: 7
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'LAMC2', 'ITGA6', 'PIK3R1', 'IRS1', 'LAMB3', 'LAMA1', 'SOS1', 'PIK3R2', 'PTPN11', 'LAMB1', 'RAC1', 'SHC1', 'LAMA5', 'LAMA2'}, number: 17
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'SOS1', 'PIK3R2', 'PIK3R1', 'RAC1', 'SHC1', 'IRS1'}, number: 7
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PTPN11', 'PIK3R1', 'PIK3R2'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS1', 'PIK3R2', 'PIK3R1', 'RAC1', 'SHC1', 'IRS1'}, number: 8
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IRS2', 'HRAS', 'PRKCD', 'SOS1', 'PIK3R2', 'PTPN11', 'PIK3R1', 'RAC1', 'SHC1', 'IRS1'}, number: 10
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'IRS2', 'PRKCD', 'PIK3R2', 'PTPN11', 'PIK3R1', 'RAC1', 'SHC1', 'IRS1'}, number: 10
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R2', 'IRS2', 'PIK3R1'}, number: 4
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LAMC1', 'IRS2', 'HRAS', 'LAMC2', 'ITGA6', 'PIK3R1', 'IRS1', 'SOS1', 'LAMA1', 'PIK3R2', 'LAMB1', 'LAMB3', 'LAMA5', 'LAMA2'}, number: 14
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'IRS2', 'LAMC2', 'ITGA6', 'PIK3R1', 'IRS1', 'LAMB3', 'LAMA1', 'SOS1', 'PIK3R2', 'LAMB1', 'RAC1', 'LAMA5', 'LAMA2'}, number: 16
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'IRS1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'SLC25A5', 'SLC25A4'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'HRAS', 'BRAF', 'MAP3K5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP8', 'IL1A', 'MAP2K2', 'IL6', 'CSF1', 'PPP3CC', 'AKT3', 'TNFRSF1A', 'MAPK10', 'PIK3R1'}, number: 20
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'MAP3K5', 'PIK3CA', 'DKK1', 'NFKB1', 'IL1B', 'DVL2', 'PIK3CD', 'FZD7', 'PLCB4', 'DDIT3', 'FRAT2', 'INSR', 'CSNK2A1', 'FZD1', 'FRAT1', 'CSNK1A1', 'ULK1', 'MAP2K2', 'IL6', 'WNT5B', 'CSF1', 'AKT3', 'ATG13', 'MAPK10', 'FZD2', 'ITPR3'}, number: 27
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'HRAS', 'BRAF', 'MAP3K5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP8', 'IL1A', 'MAP2K2', 'IL6', 'CSF1', 'PPP3CC', 'AKT3', 'TNFRSF1A', 'MAPK10', 'PIK3R1'}, number: 20
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'HRAS', 'BRAF', 'MAP3K5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP8', 'IL1A', 'MAP2K2', 'IL6', 'CSF1', 'PPP3CC', 'AKT3', 'TNFRSF1A', 'MAPK10', 'PIK3R1'}, number: 20
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'BRAF', 'PIK3R2', 'PIK3R1'}, number: 5
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'GNAQ'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'EIF2S1', 'BID', 'DDIT3', 'XBP1'}, number: 5
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'HRAS', 'BRAF', 'MAP3K5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP8', 'IL1A', 'MAP2K2', 'IL6', 'CSF1', 'PPP3CC', 'AKT3', 'TNFRSF1A', 'MAPK10', 'PIK3R1'}, number: 20
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'DVL2', 'HRAS', 'WNT5B', 'IRS1', 'BID', 'PIK3CD', 'INSR', 'AKT3', 'FRAT1', 'PIK3R2', 'PIK3CA', 'CDK5', 'MAPK10', 'PIK3R1', 'CASP9', 'NFKB1'}, number: 17
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'MAP2K2', 'HRAS', 'BID', 'BRAF', 'PIK3CD', 'AKT3', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'CASP9'}, number: 11
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'HRAS', 'BRAF', 'MAP3K5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP8', 'IL1A', 'MAP2K2', 'IL6', 'CSF1', 'PPP3CC', 'AKT3', 'TNFRSF1A', 'MAPK10', 'PIK3R1'}, number: 20
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'SLC25A5', 'SLC25A4'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'EIF2S1', 'HRAS', 'XBP1', 'CDK5', 'PIK3CA', 'NFKB1', 'IL1B', 'DVL2', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP9', 'IRS1', 'CASP8', 'INSR', 'FRAT1', 'WNT5B', 'BID', 'AKT3', 'MAPK10', 'PIK3R1'}, number: 21
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'EIF2S1', 'BID', 'DDIT3', 'XBP1'}, number: 5
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'SLC25A5', 'SLC25A4'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'BID', 'CASP9', 'CDK5'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'INSR'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HRAS', 'ATG101', 'PIK3CA', 'NFKB1', 'CALM3', 'RELA', 'PIK3CD', 'PIK3R2', 'CASP9', 'IRS1', 'INSR', 'ULK1', 'MAP2K2', 'IL6', 'CSF1', 'AKT3', 'ATG13', 'MAPK10', 'PIK3R1'}, number: 19
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'DVL2', 'HRAS', 'WNT5B', 'IRS1', 'BID', 'PIK3CD', 'INSR', 'AKT3', 'FRAT1', 'PIK3R2', 'PIK3CA', 'CDK5', 'MAPK10', 'PIK3R1', 'CASP9', 'NFKB1'}, number: 17
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'IL1B', 'RELA', 'IL1A', 'PIK3R2', 'PIK3R1', 'NFKB1'}, number: 7
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DVL2', 'WNT5B', 'FZD2', 'FRAT2', 'PPP3CC', 'CSNK2A1', 'FZD7', 'PLCB4', 'FRAT1', 'FZD1', 'MAPK10', 'CSNK1A1', 'DKK1', 'ULK1', 'NFKB1'}, number: 15
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EIF2S1', 'HRAS', 'XBP1', 'CDK5', 'PIK3CA', 'NFKB1', 'IL1B', 'DVL2', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP9', 'IRS1', 'CASP8', 'INSR', 'FRAT1', 'WNT5B', 'BID', 'AKT3', 'MAPK10', 'PIK3R1'}, number: 21
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'EIF2S1', 'HRAS', 'IRS2', 'RELA', 'IRS1', 'BRAF', 'CSNK2A1', 'ADAM17', 'PIK3R2', 'CDK5', 'MAPK10', 'PIK3R1', 'NFKB1'}, number: 14
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EIF2S1', 'HRAS', 'CDK5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PLCB4', 'PIK3R2', 'IRS1', 'IRS2', 'IL1A', 'INSR', 'CSNK2A1', 'MAP2K2', 'IL6', 'PIK3R1', 'TNFRSF1A', 'MAPK10', 'ADAM17'}, number: 20
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'IRS2', 'PIK3CD', 'INSR', 'PIK3R2', 'PIK3CA', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'IRS2', 'HRAS', 'IL6', 'WNT5B', 'CSF1', 'PIK3CD', 'INSR', 'AKT3', 'DDIT3', 'PIK3R2', 'CASP9', 'FZD1', 'PIK3CA', 'PIK3R1', 'ULK1', 'IRS1'}, number: 17
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'IRS2', 'HRAS', 'IL6', 'CSF1', 'RELA', 'IRS1', 'PIK3CD', 'INSR', 'AKT3', 'PIK3R2', 'CASP9', 'PIK3CA', 'PIK3R1', 'ULK1', 'NFKB1'}, number: 16
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'IL6', 'IL1A', 'IRS1', 'PIK3CD', 'INSR', 'TNFRSF1A', 'PLCB4', 'PIK3CA', 'NFKB1'}, number: 10
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'SLC25A5', 'SLC25A4'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'HRAS', 'BRAF', 'MAP3K5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP8', 'IL1A', 'MAP2K2', 'IL6', 'CSF1', 'PPP3CC', 'AKT3', 'TNFRSF1A', 'MAPK10', 'PIK3R1'}, number: 20
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'MAP3K5', 'PIK3CA', 'DKK1', 'NFKB1', 'IL1B', 'DVL2', 'PIK3CD', 'FZD7', 'PLCB4', 'DDIT3', 'FRAT2', 'INSR', 'CSNK2A1', 'FZD1', 'FRAT1', 'CSNK1A1', 'ULK1', 'MAP2K2', 'IL6', 'WNT5B', 'CSF1', 'AKT3', 'ATG13', 'MAPK10', 'FZD2', 'ITPR3'}, number: 27
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'HRAS', 'BRAF', 'MAP3K5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP8', 'IL1A', 'MAP2K2', 'IL6', 'CSF1', 'PPP3CC', 'AKT3', 'TNFRSF1A', 'MAPK10', 'PIK3R1'}, number: 20
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'HRAS', 'BRAF', 'MAP3K5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP8', 'IL1A', 'MAP2K2', 'IL6', 'CSF1', 'PPP3CC', 'AKT3', 'TNFRSF1A', 'MAPK10', 'PIK3R1'}, number: 20
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'BRAF', 'PIK3R2', 'PIK3R1'}, number: 5
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'GNAQ'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'EIF2S1', 'BID', 'DDIT3', 'XBP1'}, number: 5
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'HRAS', 'BRAF', 'MAP3K5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP8', 'IL1A', 'MAP2K2', 'IL6', 'CSF1', 'PPP3CC', 'AKT3', 'TNFRSF1A', 'MAPK10', 'PIK3R1'}, number: 20
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'DVL2', 'HRAS', 'WNT5B', 'IRS1', 'BID', 'PIK3CD', 'INSR', 'AKT3', 'FRAT1', 'PIK3R2', 'PIK3CA', 'CDK5', 'MAPK10', 'PIK3R1', 'CASP9', 'NFKB1'}, number: 17
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'MAP2K2', 'HRAS', 'BID', 'BRAF', 'PIK3CD', 'AKT3', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'CASP9'}, number: 11
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'HRAS', 'BRAF', 'MAP3K5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP8', 'IL1A', 'MAP2K2', 'IL6', 'CSF1', 'PPP3CC', 'AKT3', 'TNFRSF1A', 'MAPK10', 'PIK3R1'}, number: 20
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'SLC25A5', 'SLC25A4'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'EIF2S1', 'HRAS', 'XBP1', 'CDK5', 'PIK3CA', 'NFKB1', 'IL1B', 'DVL2', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP9', 'IRS1', 'CASP8', 'INSR', 'FRAT1', 'WNT5B', 'BID', 'AKT3', 'MAPK10', 'PIK3R1'}, number: 21
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'EIF2S1', 'BID', 'DDIT3', 'XBP1'}, number: 5
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'SLC25A5', 'SLC25A4'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'BID', 'CASP9', 'CDK5'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'INSR'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HRAS', 'ATG101', 'PIK3CA', 'NFKB1', 'CALM3', 'RELA', 'PIK3CD', 'PIK3R2', 'CASP9', 'IRS1', 'INSR', 'ULK1', 'MAP2K2', 'IL6', 'CSF1', 'AKT3', 'ATG13', 'MAPK10', 'PIK3R1'}, number: 19
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'DVL2', 'HRAS', 'WNT5B', 'IRS1', 'BID', 'PIK3CD', 'INSR', 'AKT3', 'FRAT1', 'PIK3R2', 'PIK3CA', 'CDK5', 'MAPK10', 'PIK3R1', 'CASP9', 'NFKB1'}, number: 17
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'IL1B', 'RELA', 'IL1A', 'PIK3R2', 'PIK3R1', 'NFKB1'}, number: 7
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DVL2', 'WNT5B', 'FZD2', 'FRAT2', 'PPP3CC', 'CSNK2A1', 'FZD7', 'PLCB4', 'FRAT1', 'FZD1', 'MAPK10', 'CSNK1A1', 'DKK1', 'ULK1', 'NFKB1'}, number: 15
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EIF2S1', 'HRAS', 'XBP1', 'CDK5', 'PIK3CA', 'NFKB1', 'IL1B', 'DVL2', 'PIK3CD', 'DDIT3', 'PIK3R2', 'CASP9', 'IRS1', 'CASP8', 'INSR', 'FRAT1', 'WNT5B', 'BID', 'AKT3', 'MAPK10', 'PIK3R1'}, number: 21
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'EIF2S1', 'HRAS', 'IRS2', 'RELA', 'IRS1', 'BRAF', 'CSNK2A1', 'ADAM17', 'PIK3R2', 'CDK5', 'MAPK10', 'PIK3R1', 'NFKB1'}, number: 14
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EIF2S1', 'HRAS', 'CDK5', 'PIK3CA', 'NFKB1', 'IL1B', 'RELA', 'PLCB4', 'PIK3R2', 'IRS1', 'IRS2', 'IL1A', 'INSR', 'CSNK2A1', 'MAP2K2', 'IL6', 'PIK3R1', 'TNFRSF1A', 'MAPK10', 'ADAM17'}, number: 20
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'IRS2', 'PIK3CD', 'INSR', 'PIK3R2', 'PIK3CA', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'IRS2', 'HRAS', 'IL6', 'WNT5B', 'CSF1', 'PIK3CD', 'INSR', 'AKT3', 'DDIT3', 'PIK3R2', 'CASP9', 'FZD1', 'PIK3CA', 'PIK3R1', 'ULK1', 'IRS1'}, number: 17
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'IRS2', 'HRAS', 'IL6', 'CSF1', 'RELA', 'IRS1', 'PIK3CD', 'INSR', 'AKT3', 'PIK3R2', 'CASP9', 'PIK3CA', 'PIK3R1', 'ULK1', 'NFKB1'}, number: 16
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'IL6', 'IL1A', 'IRS1', 'PIK3CD', 'INSR', 'TNFRSF1A', 'PLCB4', 'PIK3CA', 'NFKB1'}, number: 10
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GSR', 'MAOA'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GSR', 'MAOA'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GSR', 'MAOA'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GSR', 'GCLM'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GSS', 'ACADM', 'GCLM', 'GSR', 'EHHADH', 'IDH1', 'ACAA1', 'MAOA'}, number: 8
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GSR', 'GCLM'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GSR', 'MAOA'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GLS', 'GOT1', 'GLUL'}, number: 3
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GSR', 'GCLM'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GLS', 'GOT1', 'GLUL'}, number: 3
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'P4HA2', 'GLUD1', 'PYCR1', 'ALDH18A1', 'GLS'}, number: 5
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GSR', 'MAOA'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'CDC25B', 'MAP2K2', 'HRAS', 'SOS1', 'PAK1', 'STAT1', 'RAP1A', 'PIK3CA', 'PTPN11', 'JUN', 'RASA1'}, number: 12
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'TSC1', 'HRAS', 'NDRG1', 'BRCA1', 'SOS1', 'BARD1', 'CDK2', 'PAK1', 'MDM2', 'STAT1', 'CCND1', 'PIK3CA', 'JUN', 'JAK1'}, number: 16
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'CDC25B', 'MAP2K2', 'HRAS', 'SOS1', 'PAK1', 'STAT1', 'RAP1A', 'PIK3CA', 'PTPN11', 'JUN', 'RASA1'}, number: 12
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'CDC25B', 'MAP2K2', 'HRAS', 'SOS1', 'PAK1', 'STAT1', 'RAP1A', 'PIK3CA', 'PTPN11', 'JUN', 'RASA1'}, number: 12
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'SPRY2', 'SOS1', 'PAK1', 'STAT1', 'RASA1', 'RAP1A', 'PTPN11', 'JUN', 'STAT3', 'JAK1'}, number: 12
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PAK1', 'STAT3', 'CDK1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'CDC25B', 'MAP2K2', 'HRAS', 'SOS1', 'PAK1', 'STAT1', 'RAP1A', 'PIK3CA', 'PTPN11', 'JUN', 'RASA1'}, number: 12
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'CDK4', 'HRAS', 'ATR', 'CDC25A', 'CDK1', 'SMAD3', 'BRCA1', 'SOS1', 'CDK2', 'CHEK1', 'PRKDC', 'MDM2', 'CCND1', 'PIK3CA', 'JUN', 'CASP9'}, number: 17
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'CDK4', 'MAP2K2', 'HRAS', 'SOS1', 'CCND1', 'PIK3CA', 'STAT3', 'CASP9'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'CDC25B', 'MAP2K2', 'HRAS', 'SOS1', 'PAK1', 'STAT1', 'RAP1A', 'PIK3CA', 'PTPN11', 'JUN', 'RASA1'}, number: 12
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'CDK4', 'HRAS', 'ATR', 'CDC25A', 'CDK1', 'SMAD3', 'BRCA1', 'SOS1', 'CDK2', 'CHEK1', 'PRKDC', 'MDM2', 'CCND1', 'PIK3CA', 'JUN', 'CASP9'}, number: 17
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'CDK4', 'ATR', 'CDC25A', 'CDK1', 'MSH6', 'BRCA1', 'CDK2', 'CHEK1', 'PRKDC', 'MSH2', 'MDM2', 'RAP1A', 'CCND1', 'CASP9'}, number: 15
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'TSC1', 'HRAS', 'BRCA1', 'SOS1', 'CDK2', 'PAK1', 'CASP9', 'RASA1', 'RAP1A', 'CCND1', 'PIK3CA', 'PTPN11', 'MDM2', 'JAK1'}, number: 16
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'CDK4', 'HRAS', 'ATR', 'CDC25A', 'CDK1', 'SMAD3', 'BRCA1', 'SOS1', 'CDK2', 'CHEK1', 'PRKDC', 'MDM2', 'CCND1', 'PIK3CA', 'JUN', 'CASP9'}, number: 17
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PTPN11', 'JUN'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ATR', 'CDC25A', 'MSH6', 'BRCA1', 'CDK2', 'CHEK1', 'PRKDC', 'MSH2', 'RAP1A', 'CCND1', 'JUN'}, number: 11
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CASP8', 'CDK4', 'HRAS', 'ATR', 'CDC25A', 'CDK1', 'SMAD3', 'BRCA1', 'SOS1', 'CDK2', 'CHEK1', 'PRKDC', 'MDM2', 'CCND1', 'PIK3CA', 'JUN', 'CASP9'}, number: 17
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'HRAS', 'SOS1', 'STAT1', 'RAP1A', 'PTPN11', 'JUN', 'STAT3'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'SMAD3', 'STAT1', 'RAP1A', 'PIK3CA', 'PTPN11', 'JUN', 'STAT3', 'JAK1'}, number: 10
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CA', 'TSC1', 'FKBP5'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'FOXA1', 'HRAS', 'SMAD3', 'SOS1', 'MDM2', 'CASP9', 'STAT1', 'PIK3CA', 'STAT3', 'JAK1'}, number: 12
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'TSC1', 'HRAS', 'FOXA1', 'BRCA1', 'SOS1', 'CDK2', 'MDM2', 'JAK1', 'CCND1', 'PIK3CA', 'CASP9'}, number: 13
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SMAD3', 'STAT1', 'PIK3CA', 'STAT3', 'JAK1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RAC1', 'RELA', 'EGFR', 'PIK3R2', 'PIK3R1', 'FLNA', 'JUN'}, number: 7
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'BRCA1', 'MDM2', 'CCND1', 'JUN', 'CCNE1'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RAC1', 'RELA', 'EGFR', 'PIK3R2', 'PIK3R1', 'FLNA', 'JUN'}, number: 7
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RAC1', 'RELA', 'EGFR', 'PIK3R2', 'PIK3R1', 'FLNA', 'JUN'}, number: 7
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RAC1', 'EGFR', 'CAV1', 'NCOA3', 'PIK3R2', 'PIK3R1', 'JUN', 'STAT3'}, number: 8
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1', 'STAT3'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RAC1', 'RELA', 'EGFR', 'PIK3R2', 'PIK3R1', 'FLNA', 'JUN'}, number: 7
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMAD3', 'BRCA1', 'JUN', 'PIK3R2', 'MDM2', 'CCND1', 'PIK3R1', 'RAC1', 'CCNE1'}, number: 9
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR', 'PIK3R2', 'CCND1', 'PIK3R1', 'STAT3'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RAC1', 'RELA', 'EGFR', 'PIK3R2', 'PIK3R1', 'FLNA', 'JUN'}, number: 7
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'BRCA1', 'JUN', 'PIK3R2', 'MDM2', 'CCND1', 'PIK3R1', 'RAC1', 'CCNE1'}, number: 9
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BRCA1', 'MDM2', 'CCNE1', 'CCND1'}, number: 4
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRDX1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RELA', 'EGFR', 'BRCA1', 'MDM2', 'PIK3R2', 'CCND1', 'PIK3R1', 'RAC1', 'CCNE1'}, number: 9
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'BRCA1', 'JUN', 'PIK3R2', 'MDM2', 'CCND1', 'PIK3R1', 'RAC1', 'CCNE1'}, number: 9
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'JUN', 'PIK3R2', 'RELA'}, number: 4
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RAC1', 'BRCA1', 'PRDX1', 'CCND1', 'JUN', 'CCNE1'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'BRCA1', 'JUN', 'PIK3R2', 'PRDX1', 'CCND1', 'MDM2', 'PIK3R1', 'RAC1', 'CCNE1'}, number: 10
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RAC1', 'RELA', 'PIK3R2', 'PIK3R1', 'JUN', 'STAT3'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RELA', 'SMAD3', 'JUN', 'PIK3R2', 'PIK3R1', 'RAC1', 'STAT3'}, number: 7
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'PIK3R2', 'PRDX1'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'SMAD3', 'MDM2', 'PIK3R2', 'PIK3R1', 'STAT3'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RELA', 'EGFR', 'BRCA1', 'MDM2', 'PIK3R2', 'CCND1', 'PIK3R1', 'RAC1', 'CCNE1'}, number: 9
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT3', 'SMAD3'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'IL12A', 'CCL2', 'NFKB1'}, number: 8
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'IL6', 'CCL2', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'IL12A', 'CCL2', 'NFKB1'}, number: 8
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'IL12A', 'CCL2', 'NFKB1'}, number: 8
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'IL12A', 'CCL2', 'NFKB1'}, number: 8
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'IL12A', 'CCL2', 'NFKB1'}, number: 8
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'NFKB1'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'NQO1', 'HMOX1', 'RXRA', 'KEAP1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B', 'RELA', 'NFKBIA', 'CCL2', 'NFKB1'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'NQO1', 'CCL2', 'HMOX1', 'RXRA', 'KEAP1', 'NFKB1'}, number: 9
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'IL1B', 'GCLM', 'GCLC', 'NQO1', 'HMOX1', 'RXRA', 'KEAP1', 'NFKB1'}, number: 9
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKBIA', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'NFKBIA', 'IL12A', 'NFKB1'}, number: 6
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'NQO1', 'HMOX1', 'RXRA', 'KEAP1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RXRA', 'IL6'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'IL6', 'IL12A', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFKB1'}, number: 4
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'IL1R2', 'MAP3K14', 'NFKBIA', 'IL1R1', 'TRAF3', 'TOLLIP', 'HSPA1A', 'TNFRSF1A', 'MAP3K5', 'MYD88', 'JUN', 'NFKB1'}, number: 13
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDKN2A', 'JUN', 'MAP3K5', 'NFKB1'}, number: 4
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'IL1R2', 'MAP3K14', 'NFKBIA', 'IL1R1', 'TRAF3', 'TOLLIP', 'HSPA1A', 'TNFRSF1A', 'MAP3K5', 'MYD88', 'JUN', 'NFKB1'}, number: 13
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'IL1R2', 'MAP3K14', 'NFKBIA', 'IL1R1', 'TRAF3', 'TOLLIP', 'HSPA1A', 'TNFRSF1A', 'MAP3K5', 'MYD88', 'JUN', 'NFKB1'}, number: 13
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B', 'CASP2', 'BCL2L11'}, number: 5
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'IL1R2', 'MAP3K14', 'NFKBIA', 'IL1R1', 'TRAF3', 'TOLLIP', 'HSPA1A', 'TNFRSF1A', 'MAP3K5', 'MYD88', 'JUN', 'NFKB1'}, number: 13
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'BID', 'PMAIP1', 'TNFRSF10B', 'BCL2L11', 'CDKN2A', 'JUN', 'CASP9', 'NFKB1'}, number: 9
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'CDKN2A', 'BID', 'CASP9'}, number: 4
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'IL1R2', 'MAP3K14', 'NFKBIA', 'IL1R1', 'TRAF3', 'TOLLIP', 'HSPA1A', 'TNFRSF1A', 'MAP3K5', 'MYD88', 'JUN', 'NFKB1'}, number: 13
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'BID', 'PMAIP1', 'TNFRSF10B', 'CASP2', 'BCL2L11', 'CDKN2A', 'JUN', 'CASP9', 'NFKB1'}, number: 10
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B', 'CASP2', 'BCL2L11'}, number: 5
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'BID', 'PMAIP1', 'TNFRSF10B', 'CASP9'}, number: 5
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BCL2L11', 'BCL2L1', 'CASP9', 'NFKB1'}, number: 4
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'BID', 'PMAIP1', 'TNFRSF10B', 'BCL2L11', 'CDKN2A', 'JUN', 'CASP9', 'NFKB1'}, number: 9
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP3K14', 'NFKBIA', 'IL1R1', 'TOLLIP', 'MYD88', 'JUN', 'NFKB1'}, number: 7
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TNFRSF10D', 'PMAIP1', 'TNFRSF10B', 'HSPA1A', 'JUN', 'NFKB1'}, number: 6
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CASP8', 'BID', 'PMAIP1', 'TNFRSF10B', 'HSPA1A', 'CASP2', 'BCL2L11', 'CDKN2A', 'JUN', 'CASP9', 'NFKB1'}, number: 11
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'BCL2L11', 'NFKBIA', 'JUN', 'NFKB1'}, number: 4
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1R2', 'NFKBIA', 'IL1R1', 'TNFRSF1A', 'BCL2L11', 'JUN', 'NFKB1'}, number: 7
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2L11', 'BCL2L1', 'CASP9', 'NFKB1'}, number: 4
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TNFRSF1A', 'IL1R2', 'IL1R1', 'NFKB1'}, number: 4
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SQSTM1', 'PAK2', 'JUND', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CTNNA1', 'PAK2', 'CDKN1A', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'GCLC', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'GCLC', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SQSTM1', 'PAK2', 'JUND', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SQSTM1', 'PAK2', 'JUND', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'GCLC', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUND', 'ABL1', 'VAV3'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TNFRSF10B'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SQSTM1', 'PAK2', 'JUND', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'ABL1', 'TNFRSF10B', 'CDKN1B', 'CDKN1A', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SQSTM1', 'PAK2', 'JUND', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ABL1', 'TNFRSF10B', 'CDKN1B', 'CDKN1A', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TNFRSF10B'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1B', 'CDKN1A', 'ABL1', 'TNFRSF10B'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NQO1', 'NRG1', 'GCLC', 'SQSTM1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ETS1', 'ABL1', 'CDKN1B', 'CDKN1A', 'PAK2', 'F2R', 'NFKB1'}, number: 7
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'ABL1', 'TNFRSF10B', 'CDKN1B', 'CDKN1A', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1', 'NFKB1'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SQSTM1', 'GCLC', 'TNFRSF10B', 'CDKN1A', 'NQO1', 'NRG1', 'NFKB1'}, number: 7
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SQSTM1', 'GCLC', 'TNFRSF10B', 'ABL1', 'CDKN1B', 'CDKN1A', 'NQO1', 'NRG1', 'NFKB1'}, number: 9
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'GCLC', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKB1', 'SQSTM1', 'VAV3'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NFKB1', 'SQSTM1', 'SMAD7', 'VAV3'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SQSTM1', 'GCLC', 'CDKN1A', 'NQO1', 'NRG1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CTNNA1', 'CDKN1B', 'CDKN1A', 'F2R'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1B', 'CDKN1A', 'F2R', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SMAD7', 'NFKB1'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'GCLC', 'NFKB1'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'MAPK10', 'RELA', 'NFKBIA', 'MAP3K1', 'TNFRSF1A', 'NFKB1', 'PIK3R1', 'JUN', 'MAP2K4', 'TRAF3'}, number: 11
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP3K1', 'MDM2', 'MAPK10', 'CDKN2A', 'JUN', 'MAP2K4', 'NFKB1'}, number: 7
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'MAPK10', 'RELA', 'NFKBIA', 'MAP3K1', 'TNFRSF1A', 'NFKB1', 'PIK3R1', 'JUN', 'MAP2K4', 'TRAF3'}, number: 11
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'MAPK10', 'RELA', 'NFKBIA', 'MAP3K1', 'TNFRSF1A', 'NFKB1', 'PIK3R1', 'JUN', 'MAP2K4', 'TRAF3'}, number: 11
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP3K1', 'PIK3R1', 'JUN'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B', 'CASP2', 'BCL2L11'}, number: 5
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'MAPK10', 'RELA', 'NFKBIA', 'MAP3K1', 'TNFRSF1A', 'NFKB1', 'PIK3R1', 'JUN', 'MAP2K4', 'TRAF3'}, number: 11
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'BID', 'PMAIP1', 'TNFRSF10B', 'MAP3K1', 'MDM2', 'BCL2L11', 'MAPK10', 'CDKN2A', 'PIK3R1', 'JUN', 'CASP9', 'NFKB1'}, number: 13
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'BID', 'CDKN2A', 'PIK3R1', 'CASP9'}, number: 5
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'MAPK10', 'RELA', 'NFKBIA', 'MAP3K1', 'TNFRSF1A', 'NFKB1', 'PIK3R1', 'JUN', 'MAP2K4', 'TRAF3'}, number: 11
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'BID', 'PMAIP1', 'TNFRSF10B', 'MAP3K1', 'MDM2', 'CASP2', 'BCL2L11', 'MAPK10', 'CDKN2A', 'PIK3R1', 'JUN', 'CASP9', 'NFKB1'}, number: 14
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B', 'CASP2', 'BCL2L11'}, number: 5
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'BID', 'PMAIP1', 'TNFRSF10B', 'MDM2', 'CASP9'}, number: 6
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RELA', 'BCL2L1', 'MDM2', 'BCL2L11', 'MAPK10', 'PIK3R1', 'CASP9', 'NFKB1'}, number: 8
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'BID', 'PMAIP1', 'TNFRSF10B', 'MAP3K1', 'MDM2', 'BCL2L11', 'MAPK10', 'CDKN2A', 'PIK3R1', 'JUN', 'CASP9', 'NFKB1'}, number: 13
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKBIE', 'RELA', 'NFKBIA', 'MAP3K1', 'PIK3R1', 'JUN', 'MAP2K4', 'NFKB1'}, number: 8
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1', 'TNFRSF10B', 'MAPK10', 'JUN', 'NFKB1'}, number: 5
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CASP8', 'BID', 'PMAIP1', 'TNFRSF10B', 'MAP3K1', 'MDM2', 'CASP2', 'BCL2L11', 'MAPK10', 'CDKN2A', 'PIK3R1', 'JUN', 'CASP9', 'NFKB1'}, number: 14
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'MAP3K1', 'BCL2L11', 'MAPK10', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'MAP3K1', 'TNFRSF1A', 'BCL2L11', 'MAPK10', 'PIK3R1', 'JUN', 'NFKB1'}, number: 9
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'CASP9'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RELA', 'BCL2L1', 'MDM2', 'BCL2L11', 'PIK3R1', 'CASP9', 'NFKB1'}, number: 7
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TNFRSF1A', 'NFKB1'}, number: 2
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'CXCL8', 'HRAS', 'EGFR', 'BRAF', 'FGFR3', 'RPS6KA5', 'PIK3R2', 'PIK3R1', 'EGF'}, number: 10
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'HRAS', 'EGFR', 'FGFR3', 'RPS6KA5', 'CDH1', 'HBEGF', 'MDM2', 'CDKN1A', 'CCND1', 'CDKN2A', 'VEGFA', 'EGF'}, number: 14
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'CXCL8', 'HRAS', 'EGFR', 'BRAF', 'FGFR3', 'RPS6KA5', 'PIK3R2', 'PIK3R1', 'EGF'}, number: 10
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'CXCL8', 'HRAS', 'EGFR', 'BRAF', 'FGFR3', 'RPS6KA5', 'PIK3R2', 'PIK3R1', 'EGF'}, number: 10
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'EGFR', 'BRAF', 'ERBB2', 'RPS6KA5', 'PIK3R2', 'PIK3R1', 'EGF'}, number: 9
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'CXCL8', 'HRAS', 'EGFR', 'BRAF', 'FGFR3', 'RPS6KA5', 'PIK3R2', 'PIK3R1', 'EGF'}, number: 10
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'HRAS', 'ERBB2', 'MDM2', 'PIK3R2', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3R1'}, number: 9
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'HRAS', 'EGFR', 'BRAF', 'ERBB2', 'PIK3R2', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3R1', 'EGF'}, number: 12
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'CXCL8', 'HRAS', 'EGFR', 'BRAF', 'FGFR3', 'RPS6KA5', 'PIK3R2', 'PIK3R1', 'EGF'}, number: 10
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'HRAS', 'ERBB2', 'MDM2', 'PIK3R2', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3R1'}, number: 9
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'MDM2', 'CDKN1A', 'CCND1'}, number: 4
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'HRAS', 'EGFR', 'FGFR3', 'MDM2', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3R1', 'VEGFA', 'EGF'}, number: 12
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'HRAS', 'ERBB2', 'MDM2', 'PIK3R2', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3R1'}, number: 9
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'PIK3R2'}, number: 3
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HBEGF', 'CDKN1A', 'CCND1'}, number: 3
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'HRAS', 'ERBB2', 'HBEGF', 'MDM2', 'PIK3R2', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3R1'}, number: 10
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'BRAF', 'RPS6KA5', 'PIK3R2', 'PIK3R1'}, number: 6
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RPS6KA5', 'PIK3R2', 'PIK3R1'}, number: 5
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'HBEGF', 'PIK3R2', 'PIK3R1'}, number: 4
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'EGFR', 'FGFR3', 'MDM2', 'PIK3R2', 'CDKN1A', 'PIK3R1', 'VEGFA', 'EGF'}, number: 10
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'HRAS', 'EGFR', 'FGFR3', 'MDM2', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3R1', 'VEGFA', 'EGF'}, number: 12
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'BRAF', 'FGFR1', 'SOS2', 'IL7', 'PIK3CA', 'FN1', 'RAC1', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'FGFR4', 'PIK3CD', 'FGFR3', 'PRKACB', 'PIK3R2', 'TRAF3', 'CASP8', 'TGFB2', 'IL15', 'RAC2', 'NFKBIA', 'TGFBR2', 'IL12A', 'IFNAR1', 'LAMB1', 'JUN', 'EGF', 'GNA12', 'GADD45A', 'LAMA5', 'MAP2K2', 'LAMC2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'TGFBR1', 'STAT1', 'FGFR2', 'MAPK10', 'PIK3R1'}, number: 47
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'COL4A4', 'COL4A2', 'LAMA1', 'FGFR1', 'SLC2A1', 'PIK3CA', 'CTBP1', 'FN1', 'VEGFA', 'LAMC3', 'LAMB3', 'CCNE1', 'LAMA2', 'NFKB1', 'CDK4', 'DVL2', 'PDGFA', 'FGFR4', 'PIK3CD', 'KITLG', 'FGFR3', 'FZD7', 'CDH1', 'COL4A1', 'PLCB4', 'TGFA', 'COL4A3', 'JAK1', 'FRAT2', 'ITGA2', 'MET', 'CTNNA1', 'CDK2', 'FZD1', 'CCND1', 'FRAT1', 'CDKN2A', 'LAMB1', 'JUN', 'EGF', 'LAMA5', 'MAP2K2', 'LAMC2', 'IL6', 'WNT5B', 'COL4A5', 'EGFR', 'ITGA6', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'MDM2', 'CDKN1A', 'FGFR2', 'ITGA3', 'STAT1', 'MAPK10', 'FZD2'}, number: 61
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10', 'MGST1', 'HMOX1', 'NFKB1', 'NQO1', 'TXNRD1'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10', 'MGST1', 'HMOX1', 'NFKB1', 'NQO1', 'TXNRD1'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'BRAF', 'FGFR1', 'SOS2', 'IL7', 'PIK3CA', 'FN1', 'RAC1', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'FGFR4', 'PIK3CD', 'FGFR3', 'PRKACB', 'PIK3R2', 'TRAF3', 'CASP8', 'TGFB2', 'IL15', 'RAC2', 'NFKBIA', 'TGFBR2', 'IL12A', 'IFNAR1', 'LAMB1', 'JUN', 'EGF', 'GNA12', 'GADD45A', 'LAMA5', 'MAP2K2', 'LAMC2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'TGFBR1', 'STAT1', 'FGFR2', 'MAPK10', 'PIK3R1'}, number: 47
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'BRAF', 'FGFR1', 'SOS2', 'IL7', 'PIK3CA', 'FN1', 'RAC1', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'FGFR4', 'PIK3CD', 'FGFR3', 'PRKACB', 'PIK3R2', 'TRAF3', 'CASP8', 'TGFB2', 'IL15', 'RAC2', 'NFKBIA', 'TGFBR2', 'IL12A', 'IFNAR1', 'LAMB1', 'JUN', 'EGF', 'GNA12', 'GADD45A', 'LAMA5', 'MAP2K2', 'LAMC2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'TGFBR1', 'STAT1', 'FGFR2', 'MAPK10', 'PIK3R1'}, number: 47
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10', 'MGST1', 'HMOX1', 'NFKB1', 'NQO1', 'TXNRD1'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'RAC1', 'STAT5A', 'PIK3R2', 'STAT3', 'JAK1', 'RALA', 'JUN', 'EGF', 'MAP2K2', 'PRKCB', 'EGFR', 'JAK2', 'ERBB2', 'SOS1', 'ABL1', 'RPS6KA5', 'NCOA3', 'STAT1', 'CBL', 'PIK3R1', 'RALGDS'}, number: 25
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'ABL1', 'PIK3CA', 'GNAQ', 'RAC1', 'STAT3'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID', 'PMAIP1', 'BCL2L11'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'BRAF', 'FGFR1', 'SOS2', 'IL7', 'PIK3CA', 'FN1', 'RAC1', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'FGFR4', 'PIK3CD', 'FGFR3', 'PRKACB', 'PIK3R2', 'TRAF3', 'CASP8', 'TGFB2', 'IL15', 'RAC2', 'NFKBIA', 'TGFBR2', 'IL12A', 'IFNAR1', 'LAMB1', 'JUN', 'EGF', 'GNA12', 'GADD45A', 'LAMA5', 'MAP2K2', 'LAMC2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'TGFBR1', 'STAT1', 'FGFR2', 'MAPK10', 'PIK3R1'}, number: 47
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'SMAD3', 'SOS2', 'PIK3CA', 'RAC1', 'CCNE1', 'NFKB1', 'CDK4', 'DVL2', 'PIK3CD', 'PMAIP1', 'CDKN1B', 'PIK3R2', 'BCL2L11', 'CDK6', 'CASP9', 'CASP8', 'RAC2', 'CDK2', 'CCND1', 'FRAT1', 'CDKN2A', 'JUN', 'CCNE2', 'GADD45A', 'WNT5B', 'BID', 'AKT3', 'ERBB2', 'ABL1', 'SOS1', 'MDM2', 'CDKN1A', 'MAPK10', 'PIK3R1'}, number: 35
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'E2F3', 'HRAS', 'PRKCA', 'BRAF', 'SOS2', 'PIK3CA', 'CDK4', 'PIK3CD', 'STAT5A', 'PIK3R2', 'TGFA', 'CDK6', 'STAT3', 'CASP9', 'CASP8', 'PLCG2', 'CCND1', 'RXRA', 'CDKN2A', 'EGF', 'GADD45A', 'MAP2K2', 'EML4', 'PRKCB', 'EGFR', 'BID', 'AKT3', 'ERBB2', 'SOS1', 'CDKN1A', 'PIK3R1'}, number: 31
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'BRAF', 'FGFR1', 'SOS2', 'IL7', 'PIK3CA', 'FN1', 'RAC1', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'FGFR4', 'PIK3CD', 'FGFR3', 'PRKACB', 'PIK3R2', 'TRAF3', 'CASP8', 'TGFB2', 'IL15', 'RAC2', 'NFKBIA', 'TGFBR2', 'IL12A', 'IFNAR1', 'LAMB1', 'JUN', 'EGF', 'GNA12', 'GADD45A', 'LAMA5', 'MAP2K2', 'LAMC2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'TGFBR1', 'STAT1', 'FGFR2', 'MAPK10', 'PIK3R1'}, number: 47
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'SMAD3', 'SOS2', 'PIK3CA', 'RAC1', 'CCNE1', 'NFKB1', 'CDK4', 'DVL2', 'PIK3CD', 'PMAIP1', 'CDKN1B', 'PIK3R2', 'BCL2L11', 'CDK6', 'CASP9', 'CASP8', 'RAC2', 'CDK2', 'CCND1', 'FRAT1', 'CDKN2A', 'JUN', 'CCNE2', 'GADD45A', 'WNT5B', 'BID', 'AKT3', 'ERBB2', 'ABL1', 'SOS1', 'MDM2', 'CDKN1A', 'MAPK10', 'PIK3R1'}, number: 35
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID', 'PMAIP1', 'BCL2L11'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RBX1', 'MSH2', 'MSH3', 'CCNE1', 'CDK4', 'PMAIP1', 'CDKN1B', 'CDK6', 'CASP9', 'CASP8', 'MSH6', 'CDK2', 'CCND1', 'CCNE2', 'GADD45A', 'BID', 'ABL1', 'MDM2', 'CDKN1A'}, number: 19
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'RBX1', 'SLC2A1', 'PIK3CA', 'KEAP1', 'MGST2', 'HMOX1', 'TGFA', 'NQO1', 'TXNRD1', 'GSTM3', 'TGFB2', 'HSP90AB1', 'TGFBR2', 'TXNRD3', 'GSTA4', 'RXRA', 'HSP90AA1', 'PDGFB'}, number: 19
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HRAS', 'GNB5', 'GNB4', 'FGFR1', 'LAMB3', 'CCNE1', 'LAMA2', 'GNG11', 'IL6R', 'HSP90AB1', 'CDK2', 'BCL2L1', 'CCNE2', 'COL4A5', 'PIK3R1', 'COL4A4', 'LPAR1', 'VEGFA', 'LAMC3', 'PIK3CD', 'KITLG', 'TGFA', 'RALA', 'LPAR3', 'MET', 'LAMB1', 'LAMA5', 'LAMC2', 'PRKCB', 'HSP90AA1', 'JAK2', 'PDGFB', 'ABL1', 'SOS1', 'MAPK10', 'RALGDS', 'COL4A2', 'LAMA1', 'SOS2', 'IL7', 'FN1', 'RAC1', 'FGFR4', 'HSP90B1', 'FGFR3', 'PRKACB', 'CDKN1B', 'CDK6', 'COL4A3', 'ITGA2', 'RAC2', 'EGF', 'MAP2K2', 'ETS1', 'EGFR', 'AKT3', 'MDM2', 'CDKN1A', 'FGFR2', 'ITGA3', 'F2R', 'LAMC1', 'PRKCA', 'PIK3CA', 'NFKB1', 'CDK4', 'RELA', 'PDGFA', 'EPOR', 'COL4A1', 'PIK3R2', 'BCL2L11', 'CASP9', 'JAK1', 'IFNAR1', 'PLCG2', 'CCND1', 'IL6', 'ITGA6'}, number: 79
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'SMAD3', 'SOS2', 'PIK3CA', 'RAC1', 'CCNE1', 'NFKB1', 'CDK4', 'DVL2', 'PIK3CD', 'PMAIP1', 'CDKN1B', 'PIK3R2', 'BCL2L11', 'CDK6', 'CASP9', 'CASP8', 'RAC2', 'CDK2', 'CCND1', 'FRAT1', 'CDKN2A', 'JUN', 'CCNE2', 'GADD45A', 'WNT5B', 'BID', 'AKT3', 'ERBB2', 'SOS1', 'ABL1', 'MDM2', 'CDKN1A', 'MAPK10', 'PIK3R1'}, number: 35
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'NFKBIA', 'PIK3R2', 'PIK3R1', 'JUN', 'NFKB1'}, number: 7
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'RBX1', 'MSH2', 'SLC2A1', 'MSH3', 'CTBP1', 'KEAP1', 'CCNE1', 'RAC1', 'NFKB1', 'DVL2', 'MGST2', 'PMAIP1', 'FZD7', 'HMOX1', 'PLCB4', 'TGFA', 'NQO1', 'TXNRD1', 'GSTM3', 'TGFB2', 'FRAT2', 'MGST1', 'MSH6', 'HSP90AB1', 'TGFBR2', 'CDK2', 'TXNRD3', 'GSTA4', 'FZD1', 'CCND1', 'RXRA', 'FRAT1', 'PPARG', 'JUN', 'GADD45A', 'PRKCB', 'WNT5B', 'HSP90AA1', 'PDGFB', 'CDKN1A', 'MAPK10', 'FZD2'}, number: 43
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SMAD3', 'RBX1', 'SOS2', 'SLC2A1', 'PIK3CA', 'KEAP1', 'CCNE1', 'RAC1', 'NFKB1', 'CDK4', 'DVL2', 'MGST2', 'PIK3CD', 'PMAIP1', 'HMOX1', 'CDKN1B', 'PIK3R2', 'TGFA', 'NQO1', 'BCL2L11', 'CDK6', 'CASP9', 'TXNRD1', 'CASP8', 'GSTM3', 'TGFB2', 'RAC2', 'HSP90AB1', 'TGFBR2', 'CDK2', 'TXNRD3', 'GSTA4', 'CCND1', 'RXRA', 'FRAT1', 'CDKN2A', 'CCNE2', 'JUN', 'GADD45A', 'WNT5B', 'HSP90AA1', 'BID', 'PDGFB', 'AKT3', 'ERBB2', 'ABL1', 'SOS1', 'MDM2', 'CDKN1A', 'MAPK10', 'PIK3R1'}, number: 53
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10', 'MGST1', 'HMOX1', 'NFKB1', 'NQO1', 'TXNRD1'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'BRAF', 'BMP2', 'RAC1', 'NFKB1', 'RELA', 'STAT5A', 'PIK3R2', 'BCL2L11', 'STAT3', 'NFKBIA', 'JUN', 'MAP2K2', 'JAK2', 'SOS1', 'RPS6KA5', 'STAT1', 'MAPK10', 'PIK3R1'}, number: 19
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SMAD3', 'BMP2', 'SLC2A1', 'PIK3CA', 'RAC1', 'NFKB1', 'RELA', 'STAT6', 'STAT5A', 'PLCB4', 'PIK3R2', 'BCL2L11', 'STAT3', 'JAK1', 'IL6R', 'TGFB2', 'NFKBIA', 'TGFBR2', 'IL12A', 'IFNGR2', 'JUN', 'IL6ST', 'MAP2K2', 'PRKCB', 'IL6', 'JAK2', 'RPS6KA5', 'TGFBR1', 'STAT1', 'MAPK10', 'PIK3R1'}, number: 33
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'RBX1', 'SLC2A1', 'PIK3CA', 'KEAP1', 'MGST2', 'PIK3CD', 'HMOX1', 'PRKACB', 'PIK3R2', 'TGFA', 'NQO1', 'CCNA2', 'TXNRD1', 'GSTM3', 'TGFB2', 'HSP90AB1', 'TGFBR2', 'TXNRD3', 'GSTA4', 'RXRA', 'HSP90AA1', 'PDGFB', 'CDKN1A', 'PIK3R1'}, number: 25
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'COL4A4', 'SMAD3', 'COL4A2', 'BMP2', 'LAMA1', 'GNB4', 'FGFR1', 'BMP4', 'EPAS1', 'SLC2A1', 'PIK3CA', 'LPAR1', 'FN1', 'VEGFA', 'LAMC3', 'LAMB3', 'LAMA2', 'PDGFA', 'EPOR', 'FGFR4', 'PIK3CD', 'KITLG', 'HSP90B1', 'FGFR3', 'STAT6', 'COL4A1', 'GNG11', 'STAT5A', 'CDKN1B', 'PIK3R2', 'STAT3', 'CASP9', 'IL6R', 'JAK1', 'ITGA2', 'LPAR3', 'MET', 'HSP90AB1', 'CTNNA1', 'IFNAR1', 'FZD1', 'RXRA', 'PPARG', 'LAMB1', 'IL6ST', 'LAMA5', 'GADD45A', 'EGF', 'MAP2K2', 'LAMC2', 'IL6', 'WNT5B', 'AGT', 'HSP90AA1', 'JAK2', 'EGFR', 'ITGA6', 'PDGFB', 'AKT3', 'SOS1', 'MDM2', 'CDKN1A', 'FGFR2', 'ITGA3', 'STAT1', 'PIK3R1', 'F2R'}, number: 69
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'GNB5', 'COL4A4', 'COL4A2', 'LAMA1', 'GNB4', 'FGFR1', 'SOS2', 'EPAS1', 'SLC2A1', 'IL7', 'PIK3CA', 'LPAR1', 'FN1', 'LAMC3', 'LAMB3', 'CCNE1', 'LAMA2', 'VEGFA', 'RAC1', 'NFKB1', 'CDK4', 'RELA', 'PDGFA', 'EPOR', 'FGFR4', 'PIK3CD', 'KITLG', 'HSP90B1', 'FGFR3', 'COL4A1', 'GNG11', 'CDKN1B', 'PIK3R2', 'TGFA', 'BCL2L11', 'CDK6', 'COL4A3', 'IL6R', 'CASP9', 'JAK1', 'ITGA2', 'LPAR3', 'MET', 'HSP90AB1', 'IFNAR1', 'CDK2', 'BCL2L1', 'CCND1', 'LAMB1', 'CCNE2', 'EGF', 'LAMA5', 'MAP2K2', 'LAMC2', 'IL6', 'ITGA6', 'COL4A5', 'HSP90AA1', 'JAK2', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'MDM2', 'CDKN1A', 'FGFR2', 'ITGA3', 'PIK3R1', 'F2R'}, number: 72
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'SMAD3', 'SLC2A1', 'PIK3CA', 'NFKB1', 'PIK3CD', 'STAT6', 'PLCB4', 'STAT3', 'JAK1', 'IL6R', 'TGFB2', 'TGFBR2', 'IL12A', 'PLCG2', 'IFNGR2', 'IL6ST', 'PRKCB', 'IL6', 'TGFBR1', 'STAT1'}, number: 21
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'LPAR1', 'FGFR4', 'FGFR1', 'SLC2A1'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10', 'MGST1', 'HMOX1', 'NFKB1', 'NQO1', 'TXNRD1'}, number: 6
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CDC25B', 'TGFB2', 'GADD45A'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'CDKN2A', 'CDK2', 'MDM2', 'CDKN1A', 'CCND1', 'MAD1L1', 'CCNE1'}, number: 8
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CDC25B', 'TGFB2', 'GADD45A'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CDC25B', 'TGFB2', 'GADD45A'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'ABL1'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1', 'CDK1'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CDC25B', 'TGFB2', 'GADD45A'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMAD3', 'CCNB1', 'CCNB2', 'CCNE1', 'CDK4', 'SFN', 'MCM7', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'ATR', 'CDK2', 'CCND1', 'CDKN2A', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 23
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'E2F3', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'GADD45A'}, number: 7
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CDC25B', 'TGFB2', 'GADD45A'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'CCNB1', 'CCNB2', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'ATR', 'CDK2', 'CCND1', 'CDKN2A', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 22
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'RBX1', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'ATR', 'CDK2', 'CCNH', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'ABL1', 'PCNA', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 23
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RBX1', 'TGFB2'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'ABL1', 'CDK2', 'CDKN1B', 'CDKN1A', 'MDM2', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1'}, number: 10
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'CCNB1', 'CCNB2', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'ATR', 'CDK2', 'CCND1', 'CDKN2A', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 22
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SFN', 'TGFB2', 'ATR', 'CDC25C', 'CDC25A', 'CDK2', 'RBX1', 'CHEK1', 'CCNH', 'PCNA', 'PRKDC', 'CDKN1A', 'CCND1', 'CCNE1', 'GADD45A'}, number: 15
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'CCNB1', 'CCNB2', 'RBX1', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'TGFB2', 'ATR', 'CDK2', 'CCND1', 'CDKN2A', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 24
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFB2', 'SMAD3'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2', 'CCNB1', 'RBX1', 'CDKN1A', 'CCNA2'}, number: 5
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'MDM2', 'CDKN1B', 'CDKN1A', 'GADD45A'}, number: 5
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'MDM2', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1'}, number: 9
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFB2', 'SMAD3'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HMGCS1', 'FDFT1', 'NSDHL', 'HMGCR', 'SC5D', 'MSMO1', 'PMVK', 'FDPS'}, number: 8
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NR1H3', 'ACSL1'}, number: 2
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SREBF1', 'HMGCR'}, number: 2
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FDFT1', 'NR1H3', 'ACSL1', 'DHCR24', 'EBP', 'HMGCS1', 'PMVK', 'TM7SF2', 'NSDHL', 'ABCA1', 'SREBF1', 'ACAT2', 'MSMO1', 'FDPS', 'MYLIP', 'ELOVL4', 'HMGCR', 'NR1H2', 'SC5D'}, number: 19
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SREBF1'}, number: 1
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HMGCS1', 'FDFT1', 'HMGCR', 'DHCR24', 'SC5D', 'MSMO1', 'PMVK', 'FDPS', 'EBP'}, number: 9
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'NDUFA9'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'IQGAP1', 'RAC1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MCM7', 'RAC1', 'NFKB1'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'NDUFA9'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): {'NDUFA9'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'NDUFA9'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'MSH2'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EXOC2', 'RAC1', 'NFKB1'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MSH2', 'RAC1', 'NFKB1'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'EGFR'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TSC1', 'DEPTOR', 'EGFR', 'PDGFB', 'AKT1S1', 'SLC2A1', 'VEGFA'}, number: 7
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'EGFR'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'EGFR'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB10', 'STAT3', 'EGFR'}, number: 3
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'EGFR'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3', 'EGFR'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'EGFR'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SQSTM1', 'ME1', 'TGFB2', 'PDGFB', 'SLC2A1'}, number: 5
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TSC1', 'DEPTOR', 'EGFR', 'PDGFB', 'AKT1S1', 'VEGFA'}, number: 6
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SQSTM1', 'ME1', 'TGFB2', 'PDGFB', 'AKT1S1', 'SLC2A1', 'DEPTOR'}, number: 7
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SQSTM1', 'ME1', 'TGFB2', 'PDGFB', 'SLC2A1'}, number: 5
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SQSTM1', 'TSC1', 'CAMK1', 'ACACB', 'STAT3'}, number: 5
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'CAMK1', 'PSAT1', 'SHMT1', 'SLC2A1', 'ACACB', 'STAT3'}, number: 8
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SQSTM1', 'TSC1', 'ME1', 'TGFB2', 'PDGFB', 'SLC2A1', 'ACACB'}, number: 7
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TSC1', 'EGFR', 'PDGFB', 'AKT1S1', 'SLC2A1', 'VEGFA', 'STAT3'}, number: 7
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TSC1', 'EGFR', 'PDGFB', 'AKT1S1', 'SLC2A1', 'VEGFA'}, number: 6
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFB2', 'PSAT1', 'SHMT1', 'SLC2A1', 'STAT3'}, number: 5
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PGM1', 'PSAT1', 'SLC2A1'}, number: 3
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'COX11', 'SCO1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PIK3CA', 'JUN'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PIK3CA', 'MDM2', 'JUN', 'CCND1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SOD1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SOD1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PIK3CA', 'JUN'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PIK3CA', 'JUN'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SOD1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PIK3CA', 'JUN'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CA', 'MDM2', 'JUN', 'CCND1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CA', 'CCND1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PIK3CA', 'JUN'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'COX11', 'SCO1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3CA', 'MDM2', 'JUN', 'CCND1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'COX11', 'SCO1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'MDM2', 'CCND1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3CA', 'MDM2', 'CCND1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CA', 'MDM2', 'JUN', 'CCND1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SOD1', 'JUN', 'MT1X', 'CCND1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3CA', 'MDM2', 'JUN', 'CCND1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SOD1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'ADAM17', 'JUN'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PIK3CA', 'ADAM17', 'JUN'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3CA', 'MDM2'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3CA', 'MDM2', 'CCND1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SOD1', 'MT1X'}, number: 2
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GSS', 'GCLC'}, number: 2
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cysteine And Methionine Catabolism WP4504, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'GADD45A'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'CDK2', 'MDM2', 'CDKN1A', 'CCND1', 'CCNE1'}, number: 7
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'GADD45A'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'GADD45A'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1', 'CDK1'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'GADD45A'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'TLK1', 'RAD52', 'CDK6', 'CASP9', 'CASP8', 'ATR', 'CDK2', 'RAD17', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'BID', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 32
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'CDK4', 'BID', 'CDKN1A', 'CCND1', 'CDK6', 'CASP9', 'GADD45A'}, number: 8
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'GADD45A'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'TLK1', 'RAD52', 'CDK6', 'CASP9', 'CASP8', 'ATR', 'CDK2', 'RAD17', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'BID', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 32
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'TLK1', 'RAD52', 'CDK6', 'CASP9', 'CASP8', 'ATR', 'CDK2', 'RAD17', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'BID', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 32
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'ABL1', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9'}, number: 12
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'TLK1', 'RAD52', 'CDK6', 'CASP9', 'CASP8', 'ATR', 'CDK2', 'RAD17', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'BID', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 32
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SFN', 'CDC25C', 'ATR', 'CDC25A', 'RPA2', 'BRCA1', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'CHEK1', 'PRKDC', 'CDKN1A', 'CCND1', 'RAD52', 'H2AX', 'CCNE1', 'GADD45A'}, number: 17
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'TLK1', 'RAD52', 'CDK6', 'CASP9', 'CASP8', 'ATR', 'CDK2', 'RAD17', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'BID', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 32
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CDK5'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CDK5'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'CCNB1'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MDM2', 'CDKN1B', 'CDKN1A', 'CASP9', 'GADD45A'}, number: 5
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9'}, number: 11
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BRCA1', 'FOXM1', 'CDK2', 'BARD1', 'MDM2'}, number: 5
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDC25C', 'ATR', 'CDK1', 'RPA2', 'BRCA1', 'CDK2', 'CHEK1', 'PRKDC', 'BCL6', 'MDM2', 'RAD17', 'RAD52', 'H2AX'}, number: 13
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDC25C', 'ATR', 'CDK1', 'RPA2', 'BRCA1', 'CDK2', 'CHEK1', 'PRKDC', 'BCL6', 'MDM2', 'RAD17', 'RAD52', 'H2AX'}, number: 13
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'FANCA', 'BRIP1', 'FEN1', 'RPA1', 'MSH2', 'PARP1', 'H2AX', 'CDK1', 'RPA2', 'EXO1', 'FANCI', 'WRN', 'CHEK1', 'RAD52', 'XPA', 'ATR', 'CDK2', 'RAD17', 'CDC25C', 'BRCA1', 'USP1', 'PCNA', 'PRKDC', 'XRCC5', 'MDM2'}, number: 25
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1', 'MDM2', 'CDK2'}, number: 3
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDC25C', 'ATR', 'CDK1', 'RPA2', 'BRCA1', 'CDK2', 'CHEK1', 'PRKDC', 'BCL6', 'MDM2', 'RAD17', 'RAD52', 'H2AX'}, number: 13
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FANCA', 'BRIP1', 'FEN1', 'RPA1', 'MSH2', 'PARP1', 'H2AX', 'RPA2', 'EXO1', 'FANCI', 'WRN', 'CHEK1', 'RAD52', 'XPA', 'ATR', 'CDK2', 'CDC25C', 'BRCA1', 'USP1', 'PCNA', 'PRKDC', 'XRCC5'}, number: 22
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDC25C', 'ATR', 'CDK1', 'RPA2', 'BRCA1', 'CDK2', 'CHEK1', 'PRKDC', 'BCL6', 'MDM2', 'RAD17', 'RAD52', 'H2AX'}, number: 13
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BRCA1', 'MDM2', 'CDK2'}, number: 3
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'RFC2', 'LIG1', 'RFC3', 'RPA2', 'MSH6', 'EXO1', 'RPA1', 'PCNA', 'MSH2', 'RPA3', 'POLE', 'POLE3', 'RFC5', 'RFC4'}, number: 15
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'RFC2', 'LIG1', 'RFC3', 'RPA2', 'MSH6', 'EXO1', 'RPA1', 'PCNA', 'MSH2', 'RPA3', 'POLE', 'POLE3', 'RFC5', 'RFC4'}, number: 15
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'RAP1A'}, number: 2
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'ATR', 'RPA2', 'BRCA1', 'CHEK1', 'PRKDC', 'RAD52', 'H2AX'}, number: 7
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ATR', 'RPA2', 'BRCA1', 'CHEK1', 'PRKDC', 'RAD52', 'H2AX'}, number: 7
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'CENPX', 'FANCA', 'BRIP1', 'FEN1', 'MPG', 'PARP2', 'RPA1', 'RBX1', 'UNG', 'MSH2', 'MNAT1', 'ERCC4', 'PARP1', 'ERCC8', 'POLE3', 'MSH3', 'H2AX', 'RFC5', 'APEX1', 'FAAP100', 'RFC3', 'REV3L', 'EXO1', 'RPA2', 'FANCI', 'WRN', 'CHEK1', 'GTF2H4', 'RAP1A', 'POLE', 'RAD52', 'XPA', 'MGMT', 'FANCG', 'NTHL1', 'ATR', 'RAD51C', 'MSH6', 'XRCC1', 'CCNH', 'RPA3', 'PNKP', 'GTF2H1', 'ERCC1', 'CENPS', 'DDB1', 'RFC4', 'RFC2', 'LIG1', 'BRCA1', 'FANCL', 'USP1', 'PCNA', 'PRKDC', 'XRCC5', 'FANCC', 'RAD23B'}, number: 58
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1', 'RAP1A'}, number: 2
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'ATR', 'RPA2', 'BRCA1', 'CHEK1', 'PRKDC', 'RAD52', 'H2AX'}, number: 7
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'CENPX', 'FANCA', 'BRIP1', 'FEN1', 'MPG', 'PARP2', 'RPA1', 'RBX1', 'UNG', 'MSH2', 'MNAT1', 'ERCC4', 'PARP1', 'ERCC8', 'POLE3', 'MSH3', 'H2AX', 'RFC5', 'APEX1', 'FAAP100', 'RFC3', 'REV3L', 'EXO1', 'RPA2', 'FANCI', 'WRN', 'CHEK1', 'GTF2H4', 'RAP1A', 'POLE', 'RAD52', 'XPA', 'MGMT', 'FANCG', 'NTHL1', 'ATR', 'RAD51C', 'MSH6', 'XRCC1', 'CCNH', 'RPA3', 'PNKP', 'GTF2H1', 'ERCC1', 'CENPS', 'DDB1', 'RFC4', 'RFC2', 'LIG1', 'BRCA1', 'FANCL', 'USP1', 'PCNA', 'PRKDC', 'XRCC5', 'FANCC', 'RAD23B'}, number: 58
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ATR', 'RPA2', 'BRCA1', 'RBX1', 'CHEK1', 'PRKDC', 'RAD52', 'H2AX'}, number: 8
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK2'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'MCM7', 'CDK2'}, number: 3
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2', 'CDK2'}, number: 2
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'RFC2', 'RFC3', 'RPA2', 'RPA1', 'CDK2', 'PCNA', 'RPA3', 'POLE', 'RFC5', 'RFC4'}, number: 11
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK2'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'CDK2'}, number: 2
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'RFC2', 'RFC3', 'RPA2', 'RPA1', 'CDK2', 'PCNA', 'RPA3', 'POLE', 'RFC5', 'RFC4'}, number: 11
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RPA2', 'CDK2'}, number: 2
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK2'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ACAT2', 'HMGCS1'}, number: 2
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Disorders In Ketolysis WP5195, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PGM1'}, number: 1
Term: Disorders Of Galactose Metabolism WP5173, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'NDUFA13'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'JUND', 'BRAF', 'SOS2', 'RAC1', 'RPS6KA3', 'PRKCD', 'PIK3R2', 'RAP1A', 'ELK4', 'MAP3K1', 'PAK1', 'PTPN11', 'JUN', 'EGF', 'RASA1', 'MAP2K2', 'STMN1', 'EGFR', 'SOS1', 'RPS6KA5', 'STAT1', 'PIK3R1'}, number: 24
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'RPS6KA3', 'HRAS', 'EGFR', 'SOS1', 'RPS6KA5', 'MAP3K1', 'PAK1', 'STAT1', 'SHC1', 'JUN', 'EGF', 'JAK1'}, number: 13
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'JUND', 'BRAF', 'SOS2', 'RAC1', 'RPS6KA3', 'PRKCD', 'PIK3R2', 'RAP1A', 'ELK4', 'MAP3K1', 'PAK1', 'PTPN11', 'JUN', 'EGF', 'RASA1', 'MAP2K2', 'STMN1', 'EGFR', 'SOS1', 'RPS6KA5', 'STAT1', 'PIK3R1'}, number: 24
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'JUND', 'BRAF', 'SOS2', 'RAC1', 'RPS6KA3', 'PRKCD', 'PIK3R2', 'RAP1A', 'ELK4', 'MAP3K1', 'PAK1', 'PTPN11', 'JUN', 'EGF', 'RASA1', 'MAP2K2', 'STMN1', 'EGFR', 'SOS1', 'RPS6KA5', 'STAT1', 'PIK3R1'}, number: 24
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'JUND', 'NCK1', 'VAV3', 'STAM2', 'BRAF', 'ERRFI1', 'SOS2', 'RAB5A', 'RAC1', 'RPS6KA3', 'GAB2', 'PRKCD', 'STAM', 'INPPL1', 'GRB10', 'STAT5A', 'PIK3R2', 'BCAR1', 'RAP1A', 'PIK3C2B', 'GJA1', 'REPS2', 'JAK1', 'STAT3', 'DNM1', 'ELK4', 'NEDD4', 'RALA', 'ITCH', 'PLCE1', 'MAP3K1', 'PAK1', 'NDUFA13', 'SYNJ1', 'PTPN11', 'JUN', 'SH3KBP1', 'RASA1', 'HGS', 'MAP2K2', 'EGF', 'PRKCB', 'STMN1', 'IQGAP1', 'PXDN', 'JAK2', 'ASAP1', 'AP2M1', 'EGFR', 'SPRY2', 'SOS1', 'ERBB2', 'RPS6KA5', 'PCNA', 'NCOA3', 'EPS8', 'ABL1', 'STAT1', 'PLSCR1', 'CBL', 'PEBP1', 'PIK3R1', 'RALGDS', 'CAV1', 'SHC1'}, number: 67
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'STMN1', 'ABL1', 'PAK1', 'RAC1', 'STAT3'}, number: 6
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'JUND', 'BRAF', 'SOS2', 'RAC1', 'RPS6KA3', 'PRKCD', 'PIK3R2', 'RAP1A', 'ELK4', 'MAP3K1', 'PAK1', 'PTPN11', 'JUN', 'EGF', 'RASA1', 'MAP2K2', 'STMN1', 'EGFR', 'SOS1', 'RPS6KA5', 'STAT1', 'PIK3R1'}, number: 24
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'SOS1', 'ERBB2', 'ABL1', 'MAP3K1', 'JUN', 'PIK3R2', 'SOS2', 'PIK3R1', 'PIK3C2B', 'RAC1', 'SHC1'}, number: 12
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'EGFR', 'BRAF', 'SOS1', 'ERBB2', 'STAT5A', 'SOS2', 'PIK3R2', 'PIK3R1', 'EGF', 'STAT3'}, number: 14
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'JUND', 'BRAF', 'SOS2', 'RAC1', 'RPS6KA3', 'PRKCD', 'PIK3R2', 'RAP1A', 'ELK4', 'MAP3K1', 'PAK1', 'PTPN11', 'JUN', 'EGF', 'RASA1', 'MAP2K2', 'STMN1', 'EGFR', 'SOS1', 'RPS6KA5', 'STAT1', 'PIK3R1'}, number: 24
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'NDUFA13'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'SOS1', 'ERBB2', 'ABL1', 'MAP3K1', 'JUN', 'PIK3R2', 'SOS2', 'PIK3R1', 'PIK3C2B', 'RAC1', 'SHC1'}, number: 12
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'NDUFA13'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PCNA', 'ABL1', 'RAP1A'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'RAB5A', 'RAC1', 'GAB2', 'PIK3R2', 'RAP1A', 'JAK1', 'RALA', 'PLCE1', 'PAK1', 'PTPN11', 'EGF', 'RASA1', 'MAP2K2', 'PRKCB', 'EGFR', 'JAK2', 'SOS1', 'ABL1', 'PIK3R1', 'RALGDS', 'SHC1'}, number: 24
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'SOS1', 'ERBB2', 'ABL1', 'MAP3K1', 'JUN', 'PIK3R2', 'SOS2', 'PIK3R1', 'PIK3C2B', 'RAC1', 'SHC1'}, number: 12
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP3K1', 'PIK3R2', 'PTPN11', 'PIK3R1', 'JUN'}, number: 6
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'RAC1', 'PCNA', 'RAP1A', 'JUN'}, number: 6
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS1', 'ERBB2', 'ABL1', 'MAP3K1', 'JUN', 'SOS2', 'PIK3R2', 'PIK3R1', 'PIK3C2B', 'RAC1', 'SHC1'}, number: 13
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'NCK1', 'VAV3', 'BRAF', 'RAC1', 'RPS6KA3', 'GAB2', 'PRKCD', 'STAT5A', 'PIK3R2', 'RAP1A', 'STAT3', 'MAP3K1', 'PTPN11', 'JUN', 'MAP2K2', 'JAK2', 'SOS1', 'RPS6KA5', 'STAT1', 'PIK3R1', 'SHC1'}, number: 22
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'NCK1', 'VAV3', 'RAC1', 'RPS6KA3', 'PRKCD', 'STAT5A', 'PIK3R2', 'RAP1A', 'STAT3', 'JAK1', 'MAP3K1', 'PTPN11', 'JUN', 'MAP2K2', 'PRKCB', 'JAK2', 'RPS6KA5', 'STAT1', 'PIK3R1', 'SHC1'}, number: 22
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R2', 'PIK3R1'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'EGFR', 'JAK2', 'SOS1', 'STAT5A', 'PIK3R2', 'STAT1', 'PIK3R1', 'PIK3C2B', 'EGF', 'STAT3', 'JAK1'}, number: 13
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'EGFR', 'JAK2', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3R1', 'PIK3C2B', 'RAC1', 'EGF', 'JAK1'}, number: 13
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'PLCE1', 'STAT1', 'PIK3C2B', 'STAT3', 'JAK1'}, number: 7
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'PIK3CA', 'MRAS', 'PDGFA', 'PIK3CD', 'FGFR3', 'PIK3R2', 'RRAS2', 'FGF2', 'NF1', 'EGF', 'MAP2K2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'PDGFC', 'PDGFD', 'PIK3CA', 'VEGFA', 'PDGFA', 'PIK3CD', 'FGFR3', 'TGFA', 'JAK1', 'MET', 'FGF2', 'CCND1', 'EGF', 'MAP2K2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'FGFR2', 'SHC1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'PIK3CA', 'MRAS', 'PDGFA', 'PIK3CD', 'FGFR3', 'PIK3R2', 'RRAS2', 'FGF2', 'NF1', 'EGF', 'MAP2K2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'PIK3CA', 'MRAS', 'PDGFA', 'PIK3CD', 'FGFR3', 'PIK3R2', 'RRAS2', 'FGF2', 'NF1', 'EGF', 'MAP2K2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'EGFR', 'JAK2', 'BRAF', 'ERBB2', 'SOS1', 'SOS2', 'PIK3R2', 'SHC1', 'PIK3R1', 'EGF', 'STAT3', 'JAK1'}, number: 16
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'STAT3'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'PIK3CA', 'MRAS', 'PDGFA', 'PIK3CD', 'FGFR3', 'PIK3R2', 'RRAS2', 'FGF2', 'NF1', 'EGF', 'MAP2K2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'PIK3CD', 'AKT3', 'ERBB2', 'SOS1', 'SOS2', 'PIK3R2', 'CCND1', 'BCL2L11', 'PIK3CA', 'PIK3R1', 'SHC1'}, number: 12
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'PIK3CA', 'PIK3CD', 'PIK3R2', 'TGFA', 'STAT3', 'PLCG2', 'CCND1', 'EGF', 'MAP2K2', 'PRKCB', 'EGFR', 'AKT3', 'ERBB2', 'SOS1', 'PIK3R1'}, number: 19
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'PIK3CA', 'MRAS', 'PDGFA', 'PIK3CD', 'FGFR3', 'PIK3R2', 'RRAS2', 'FGF2', 'NF1', 'EGF', 'MAP2K2', 'IL6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'PIK3CD', 'AKT3', 'ERBB2', 'SOS1', 'SOS2', 'PIK3R2', 'CCND1', 'BCL2L11', 'PIK3CA', 'PIK3R1', 'SHC1'}, number: 12
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'PDGFB', 'TGFA', 'PIK3CA', 'NRG1'}, number: 5
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PDGFC', 'PDGFD', 'SOS2', 'PIK3CA', 'VEGFA', 'MRAS', 'PDGFA', 'PIK3CD', 'FGFR3', 'PIK3R2', 'TGFA', 'BCL2L11', 'JAK1', 'IL6R', 'MET', 'RRAS2', 'PLCG2', 'FGF2', 'NF1', 'BCL2L1', 'CCND1', 'EGF', 'MAP2K2', 'PRKCB', 'IL6', 'EGFR', 'JAK2', 'PDGFB', 'AKT3', 'SOS1', 'FGFR2', 'PIK3R1', 'SHC1'}, number: 35
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'PIK3CD', 'AKT3', 'ERBB2', 'SOS1', 'SOS2', 'PIK3R2', 'CCND1', 'BCL2L11', 'PIK3CA', 'PIK3R1', 'SHC1'}, number: 12
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'PIK3R2'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'PDGFB', 'CCND1', 'TGFA', 'NRG1'}, number: 6
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PIK3R1', 'TGFA', 'PDGFB', 'PIK3CD', 'AKT3', 'ERBB2', 'SOS1', 'SOS2', 'PIK3R2', 'CCND1', 'BCL2L11', 'PIK3CA', 'NRG1', 'SHC1'}, number: 16
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'JAK2', 'BRAF', 'SOS1', 'PIK3R2', 'BCL2L11', 'SHC1', 'PIK3R1', 'STAT3'}, number: 10
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'IL6', 'JAK2', 'FGF2', 'PIK3R2', 'BCL2L11', 'PIK3CA', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1', 'IL6R'}, number: 15
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'PDGFB', 'PIK3CD', 'PIK3R2', 'TGFA', 'PIK3CA', 'NRG1'}, number: 8
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'PDGFC', 'PDGFD', 'PIK3CA', 'VEGFA', 'PDGFA', 'PIK3CD', 'FGFR3', 'PIK3R2', 'STAT3', 'JAK1', 'IL6R', 'MET', 'FGF2', 'EGF', 'MAP2K2', 'IL6', 'EGFR', 'JAK2', 'PDGFB', 'AKT3', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 24
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PDGFC', 'PDGFD', 'SOS2', 'PIK3CA', 'VEGFA', 'PDGFA', 'PIK3CD', 'FGFR3', 'PIK3R2', 'TGFA', 'BCL2L11', 'JAK1', 'IL6R', 'MET', 'FGF2', 'BCL2L1', 'CCND1', 'EGF', 'MAP2K2', 'IL6', 'EGFR', 'JAK2', 'PDGFB', 'AKT3', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 29
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'IL6', 'PIK3CD', 'PLCG2', 'FGF2', 'PIK3CA', 'STAT3', 'JAK1', 'IL6R'}, number: 10
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FLNC', 'RELA', 'TBK1', 'FLNB', 'EGFR', 'PIK3CD', 'PAK1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'FLNA', 'RAC1', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA6', 'ITGA2', 'ITGB3', 'EGFR', 'PIK3CD', 'ACTG1', 'PAK1', 'STAT1', 'ITGA3', 'PIK3CA', 'NFKB1'}, number: 11
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FLNC', 'RELA', 'TBK1', 'FLNB', 'EGFR', 'PIK3CD', 'PAK1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'FLNA', 'RAC1', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FLNC', 'RELA', 'TBK1', 'FLNB', 'EGFR', 'PIK3CD', 'PAK1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'FLNA', 'RAC1', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'NEDD4', 'IQGAP1', 'EGFR', 'CAV1', 'PAK1', 'PIK3R2', 'STAT1', 'PIK3R1', 'RAB5A', 'RAC1'}, number: 10
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PAK1', 'RAC1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'EIF2S1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FLNC', 'RELA', 'TBK1', 'FLNB', 'EGFR', 'PIK3CD', 'PAK1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'FLNA', 'RAC1', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CD', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR', 'PIK3CD', 'PIK3R2', 'PIK3CA', 'PIK3R1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FLNC', 'RELA', 'TBK1', 'FLNB', 'EGFR', 'PIK3CD', 'PAK1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'FLNA', 'RAC1', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'EIF2S1', 'PIK3CD', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 7
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'EIF2S1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RELA', 'ITGA2', 'ITGB3', 'ITGA6', 'EGFR', 'PIK3CD', 'PAK1', 'PIK3R2', 'ITGA3', 'PIK3CA', 'PIK3R1', 'RAB5A', 'RAC1', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CD', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'PIK3R2', 'RELA', 'NFKB1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RAC1', 'NFKB1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EIF2S1', 'PIK3CD', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 7
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF2S1', 'RELA', 'ADAM17', 'PIK3R2', 'STAT1', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 8
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EIF2S1', 'RELA', 'ADAM17', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 9
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CA', 'PIK3R2', 'PIK3CD', 'PIK3R1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA6', 'ITGA2', 'ITGB3', 'EGFR', 'PIK3CD', 'PIK3R2', 'STAT1', 'ITGA3', 'PIK3CA', 'PIK3R1'}, number: 10
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RELA', 'ITGA2', 'ITGB3', 'ITGA6', 'EGFR', 'PIK3CD', 'PIK3R2', 'ITGA3', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 12
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA', 'PIK3CD', 'STAT1', 'NFKB1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFB7', 'NDUFS3', 'UQCRQ', 'SDHB', 'ATP5F1A', 'SLC25A14', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'COX15', 'NDUFC2', 'NDUFB1', 'UQCRB', 'ATP5MG', 'NDUFS2', 'ATP5PO', 'ATP5PB', 'NDUFA4', 'NDUFA2', 'SLC25A4', 'UCP2', 'SLC25A27', 'SCO1', 'ATP5F1D', 'NDUFS8', 'COX7B', 'ATP5IF1', 'NDUFC1', 'NDUFA13', 'COX11', 'SLC25A5', 'ATP5MF', 'NDUFA3', 'ATP5MC2', 'ATP5MC3', 'COX5A', 'NDUFA6', 'NDUFA8', 'COX4I1', 'UQCR10', 'NDUFB2'}, number: 43
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'NDUFA13'}, number: 1
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFB7', 'NDUFS3', 'UQCRQ', 'SDHB', 'ATP5F1A', 'SLC25A14', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'COX15', 'NDUFC2', 'NDUFB1', 'UQCRB', 'ATP5MG', 'NDUFS2', 'ATP5PO', 'ATP5PB', 'NDUFA4', 'NDUFA2', 'SLC25A4', 'UCP2', 'SLC25A27', 'SCO1', 'ATP5F1D', 'NDUFS8', 'COX7B', 'ATP5IF1', 'NDUFC1', 'NDUFA13', 'COX11', 'SLC25A5', 'ATP5MF', 'NDUFA3', 'ATP5MC2', 'ATP5MC3', 'COX5A', 'NDUFA6', 'NDUFA8', 'COX4I1', 'UQCR10', 'NDUFB2'}, number: 43
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFB7', 'NDUFS3', 'ATP5F1A', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'NDUFC2', 'NDUFB1', 'ATP5MG', 'NDUFS2', 'ATP5PO', 'ATP5PB', 'NDUFA4', 'NDUFA2', 'ATP5F1D', 'NDUFS8', 'NDUFC1', 'ATP5MF', 'NDUFA3', 'ATP5MC2', 'ATP5MC3', 'NDUFA6', 'NDUFA8', 'NDUFB2'}, number: 26
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFB7', 'NDUFS3', 'UQCRQ', 'SDHB', 'ATP5F1A', 'SLC25A14', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'COX15', 'NDUFC2', 'NDUFB1', 'UQCRB', 'ATP5MG', 'NDUFS2', 'ATP5PO', 'ATP5PB', 'NDUFA4', 'NDUFA2', 'SLC25A4', 'UCP2', 'SLC25A27', 'SCO1', 'ATP5F1D', 'NDUFS8', 'COX7B', 'ATP5IF1', 'NDUFC1', 'NDUFA13', 'COX11', 'SLC25A5', 'ATP5MF', 'NDUFA3', 'ATP5MC2', 'ATP5MC3', 'COX5A', 'NDUFA6', 'NDUFA8', 'COX4I1', 'UQCR10', 'NDUFB2'}, number: 43
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Electron Transport Chain OXPHOS System In Mitochondria WP111, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'HMGCR'}, number: 2
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HMGCS1', 'FDFT1', 'NSDHL', 'HMGCR', 'ABCA1', 'DHCR24', 'ACAT2', 'SC5D', 'MSMO1', 'PMVK', 'FDPS', 'EBP', 'TM7SF2'}, number: 13
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'HRAS', 'SOS2', 'PIK3CA', 'FN1', 'MAP2K6', 'PIK3CD', 'PIK3R2', 'MAPK12', 'TGFB2', 'TGFBR2', 'PAK1', 'MAPK13', 'MAP2K4', 'MAP2K2', 'AKT3', 'SOS1', 'TGFBR1', 'MAP2K3', 'PIK3R1'}, number: 19
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'COL4A4', 'COL4A2', 'LATS2', 'PIK3CA', 'FN1', 'MAP2K6', 'PIK3CD', 'COL4A1', 'CDH1', 'FZD7', 'SPARC', 'COL4A3', 'CDH2', 'FOXM1', 'RBBP4', 'PAK1', 'EZH2', 'FZD1', 'MAP2K4', 'MAP2K2', 'WNT5B', 'COL4A5', 'AKT3', 'SOS1', 'MAP2K3', 'SHC1', 'FZD2'}, number: 28
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'HRAS', 'SOS2', 'PIK3CA', 'FN1', 'MAP2K6', 'PIK3CD', 'PIK3R2', 'MAPK12', 'TGFB2', 'TGFBR2', 'PAK1', 'MAPK13', 'MAP2K4', 'MAP2K2', 'AKT3', 'SOS1', 'TGFBR1', 'MAP2K3', 'PIK3R1'}, number: 19
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'HRAS', 'SOS2', 'PIK3CA', 'FN1', 'MAP2K6', 'PIK3CD', 'PIK3R2', 'MAPK12', 'TGFB2', 'TGFBR2', 'PAK1', 'MAPK13', 'MAP2K4', 'MAP2K2', 'AKT3', 'SOS1', 'TGFBR1', 'MAP2K3', 'PIK3R1'}, number: 19
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'TWIST1', 'SOS1', 'PAK1', 'PIK3R2', 'SOS2', 'PIK3R1', 'SHC1'}, number: 9
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PAK1'}, number: 2
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'HRAS', 'SOS2', 'PIK3CA', 'FN1', 'MAP2K6', 'PIK3CD', 'PIK3R2', 'MAPK12', 'TGFB2', 'TGFBR2', 'PAK1', 'MAPK13', 'MAP2K4', 'MAP2K2', 'AKT3', 'SOS1', 'TGFBR1', 'MAP2K3', 'PIK3R1'}, number: 19
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'WNT5B', 'SMAD3', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'SHC1'}, number: 11
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1'}, number: 9
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'HRAS', 'SOS2', 'PIK3CA', 'FN1', 'MAP2K6', 'PIK3CD', 'PIK3R2', 'MAPK12', 'TGFB2', 'TGFBR2', 'PAK1', 'MAPK13', 'MAP2K4', 'MAP2K2', 'AKT3', 'SOS1', 'TGFBR1', 'MAP2K3', 'PIK3R1'}, number: 19
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'WNT5B', 'SMAD3', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'SHC1'}, number: 11
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'TGFB2', 'TGFBR2'}, number: 3
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'COL4A4', 'COL4A5', 'PIK3R1', 'COL4A2', 'PIK3CD', 'AKT3', 'SOS1', 'COL4A1', 'PAK1', 'SOS2', 'PIK3R2', 'PIK3CA', 'FN1', 'SHC1', 'COL4A3'}, number: 17
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'WNT5B', 'SMAD3', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'SHC1'}, number: 11
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'PIK3R2', 'MAP2K3', 'PIK3R1', 'MAP2K4'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2', 'WNT5B', 'TGFBR2', 'FZD7', 'FZD1', 'FZD2'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'TGFB2', 'WNT5B', 'SMAD3', 'TGFBR2', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'SHC1'}, number: 13
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'CDH2', 'SOS1', 'PIK3R2', 'PIK3R1', 'SHC1'}, number: 7
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'TGFB2', 'SMAD3', 'CDH2', 'TGFBR2', 'TGFBR1', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'SHC1'}, number: 11
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2', 'TGFBR2', 'PIK3CD', 'PIK3R2', 'PIK3CA', 'PIK3R1'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'COL4A4', 'WNT5B', 'SMAD3', 'TWIST1', 'PIK3R1', 'COL4A2', 'PIK3CD', 'AKT3', 'SOS1', 'COL4A1', 'PIK3R2', 'FZD1', 'PIK3CA', 'FN1'}, number: 16
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'COL4A4', 'COL4A5', 'PIK3R1', 'COL4A2', 'PIK3CD', 'AKT3', 'SOS1', 'COL4A1', 'SOS2', 'PIK3R2', 'PIK3CA', 'FN1', 'COL4A3'}, number: 15
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFB2', 'SMAD3', 'TGFBR2', 'PIK3CD', 'TGFBR1', 'PIK3CA'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'MAPK10', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'PAK2', 'PIK3CA', 'PIK3R1', 'JUN', 'EGF', 'MAP2K4'}, number: 18
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'HBEGF', 'PIK3CA', 'PIK3CD', 'TGFA', 'BTC', 'PAK1', 'AREG', 'CCND1', 'PAK3', 'JUN', 'EGF', 'MAP2K4', 'MAP2K2', 'EGFR', 'AKT3', 'SOS1', 'PAK2', 'CDKN1A', 'MDM2', 'MAPK10', 'SHC1'}, number: 22
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'MAPK10', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'PAK2', 'PIK3CA', 'PIK3R1', 'JUN', 'EGF', 'MAP2K4'}, number: 18
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'MAPK10', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'PAK2', 'PIK3CA', 'PIK3R1', 'JUN', 'EGF', 'MAP2K4'}, number: 18
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'NCK1', 'BRAF', 'SOS2', 'STAT5A', 'PIK3R2', 'PAK1', 'JUN', 'EGF', 'MAP2K2', 'PRKCB', 'EGFR', 'ERBB2', 'ABL1', 'SOS1', 'CBL', 'PIK3R1', 'SHC1'}, number: 19
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'PAK1', 'ABL1'}, number: 4
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'MAPK10', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'PAK2', 'PIK3CA', 'PIK3R1', 'JUN', 'EGF', 'MAP2K4'}, number: 18
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK10', 'HRAS', 'PIK3R1', 'PIK3CD', 'AKT3', 'ERBB2', 'ABL1', 'SOS1', 'CDKN1B', 'SOS2', 'PIK3R2', 'CCND1', 'BCL2L11', 'PIK3CA', 'CDKN1A', 'MDM2', 'JUN', 'SHC1'}, number: 18
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'PIK3CA', 'PIK3CD', 'STAT5A', 'PIK3R2', 'TGFA', 'PLCG2', 'CCND1', 'EGF', 'MAP2K2', 'PRKCB', 'EGFR', 'AKT3', 'ERBB2', 'SOS1', 'CDKN1A', 'PIK3R1'}, number: 20
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'MAPK10', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'PAK2', 'PIK3CA', 'PIK3R1', 'JUN', 'EGF', 'MAP2K4'}, number: 18
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MAPK10', 'HRAS', 'PIK3R1', 'PIK3CD', 'AKT3', 'ERBB2', 'ABL1', 'SOS1', 'CDKN1B', 'SOS2', 'PIK3R2', 'CCND1', 'BCL2L11', 'PIK3CA', 'CDKN1A', 'MDM2', 'JUN', 'SHC1'}, number: 18
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'ABL1', 'CDKN1B', 'CDKN1A', 'MDM2', 'CCND1'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'HBEGF', 'TGFA', 'PIK3CA', 'NRG1'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'PIK3CA', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'TGFA', 'BCL2L11', 'ABL2', 'PLCG2', 'PAK1', 'CCND1', 'PAK3', 'EGF', 'MAP2K2', 'PRKCB', 'EGFR', 'AKT3', 'ABL1', 'SOS1', 'PAK2', 'CDKN1A', 'MDM2', 'MAPK10', 'PIK3R1', 'SHC1'}, number: 27
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK10', 'HRAS', 'PIK3R1', 'PIK3CD', 'AKT3', 'ERBB2', 'ABL1', 'SOS1', 'CDKN1B', 'SOS2', 'PIK3R2', 'CCND1', 'BCL2L11', 'PIK3CA', 'CDKN1A', 'MDM2', 'JUN', 'SHC1'}, number: 18
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R2', 'PIK3R1', 'JUN', 'MAP2K4'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'HBEGF', 'CDKN1A', 'CCND1', 'TGFA', 'MAPK10', 'NRG1', 'JUN'}, number: 9
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HBEGF', 'SOS2', 'PIK3CA', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'TGFA', 'BCL2L11', 'CCND1', 'NRG1', 'JUN', 'AKT3', 'ERBB2', 'ABL1', 'SOS1', 'MDM2', 'CDKN1A', 'MAPK10', 'PIK3R1', 'SHC1'}, number: 22
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'NCK1', 'BRAF', 'SOS1', 'STAT5A', 'PIK3R2', 'BCL2L11', 'MAPK10', 'PIK3R1', 'JUN', 'SHC1'}, number: 12
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'MAPK10', 'PRKCA', 'HRAS', 'PRKCB', 'NCK1', 'STAT5A', 'PIK3R2', 'BCL2L11', 'PIK3CA', 'PIK3R1', 'JUN', 'SHC1'}, number: 13
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'PIK3CD', 'HBEGF', 'PIK3R2', 'CDKN1A', 'TGFA', 'PIK3CA', 'NRG1'}, number: 9
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'EGFR', 'PIK3CD', 'AKT3', 'SOS1', 'CDKN1B', 'PIK3R2', 'STAT5A', 'CDKN1A', 'MDM2', 'PIK3CA', 'PIK3R1', 'EGF'}, number: 14
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PIK3R1', 'EGFR', 'TGFA', 'PIK3CD', 'AKT3', 'SOS1', 'CDKN1B', 'SOS2', 'PIK3R2', 'CCND1', 'BCL2L11', 'PIK3CA', 'CDKN1A', 'MDM2', 'EGF'}, number: 18
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'PIK3CD', 'PLCG2', 'PIK3CA'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'IL1A', 'MAP3K1', 'MAP3K7', 'PAK1', 'JUN', 'PAK2', 'MAPKAPK3', 'MAP2K4'}, number: 9
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ACTG1', 'MAP3K1', 'PAK1', 'PAK2', 'JUN', 'MAP2K4'}, number: 6
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'IL1A', 'MAP3K1', 'MAP3K7', 'PAK1', 'JUN', 'PAK2', 'MAPKAPK3', 'MAP2K4'}, number: 9
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'IL1A', 'MAP3K1', 'MAP3K7', 'PAK1', 'JUN', 'PAK2', 'MAPKAPK3', 'MAP2K4'}, number: 9
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP3K1', 'PAK1', 'JUN'}, number: 3
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PAK1'}, number: 1
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'IL1A', 'MAP3K1', 'MAP3K7', 'PAK1', 'JUN', 'PAK2', 'MAPKAPK3', 'MAP2K4'}, number: 9
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'MAP3K1', 'MAP3K7', 'PRKDC', 'JUN', 'CASP9'}, number: 6
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'CASP9'}, number: 2
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'IL1A', 'MAP3K1', 'MAP3K7', 'PAK1', 'JUN', 'PAK2', 'MAPKAPK3', 'MAP2K4'}, number: 9
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'MAP3K1', 'MAP3K7', 'PRKDC', 'JUN', 'CASP9'}, number: 6
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'PRKDC', 'CASP9', 'PARP1'}, number: 4
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PAK1', 'PAK2', 'CASP9'}, number: 3
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'MAP3K1', 'MAP3K7', 'PRKDC', 'JUN', 'CASP9'}, number: 6
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1A', 'MAP3K1', 'MAP3K7', 'JUN', 'MAP2K4'}, number: 5
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKDC', 'MAP3K7', 'JUN', 'PARP1'}, number: 4
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CASP8', 'MAP3K1', 'MAP3K7', 'PRKDC', 'JUN', 'CASP9'}, number: 6
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP3K1', 'JUN'}, number: 2
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1A', 'MAP3K1', 'JUN'}, number: 3
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LMNA', 'CASP9'}, number: 2
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1A'}, number: 1
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL1'}, number: 1
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'ACACB'}, number: 1
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'ACACB'}, number: 1
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ACACB'}, number: 1
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ACSL1'}, number: 1
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC3A2'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC39A8', 'SLC7A11', 'GCLM', 'GCLC', 'SLC39A14', 'HMOX1', 'FTL', 'FTH1', 'TXNRD1'}, number: 9
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ATG5', 'MAP1LC3B'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FTH1', 'SLC39A8', 'SLC7A11', 'GSS', 'GCLC', 'ACSL1', 'SLC39A14', 'GCLM', 'HMOX1', 'FTL', 'SAT1', 'TXNRD1'}, number: 12
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC39A8', 'SLC7A11', 'GCLM', 'GCLC', 'SLC39A14', 'HMOX1', 'FTL', 'FTH1', 'TXNRD1'}, number: 9
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SLC38A1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC39A8', 'SLC7A11', 'HMGCR', 'GCLM', 'GCLC', 'SLC39A14', 'HMOX1', 'FTL', 'FTH1', 'TXNRD1'}, number: 10
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FDFT1', 'HMGCR', 'ACSL1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SLC38A1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'BRAF', 'PIK3CA', 'FN1', 'THBS3', 'RAC1', 'PDGFA', 'FLNB', 'PIK3CD', 'PIK3R2', 'RAP1A', 'FLNC', 'RAC2', 'PAK1', 'LAMB1', 'JUN', 'FLNA', 'LAMA5', 'EGF', 'LAMC2', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'PAK2', 'MAPK10', 'PIK3R1'}, number: 29
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'PDGFC', 'COL4A4', 'COL4A2', 'LAMA1', 'PDGFD', 'PIK3CA', 'FN1', 'VEGFA', 'LAMB3', 'LAMC3', 'LAMA2', 'ITGB3', 'PDGFA', 'PIK3CD', 'ACTG1', 'COL4A1', 'ITGA2', 'MET', 'PAK1', 'CCND1', 'PAK3', 'LAMB1', 'JUN', 'EGF', 'LAMA5', 'LAMC2', 'ITGA6', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'PAK2', 'ITGA3', 'MAPK10', 'SHC1'}, number: 37
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'BRAF', 'PIK3CA', 'FN1', 'THBS3', 'RAC1', 'PDGFA', 'FLNB', 'PIK3CD', 'PIK3R2', 'RAP1A', 'FLNC', 'RAC2', 'PAK1', 'LAMB1', 'JUN', 'FLNA', 'LAMA5', 'EGF', 'LAMC2', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'PAK2', 'MAPK10', 'PIK3R1'}, number: 29
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'BRAF', 'PIK3CA', 'FN1', 'THBS3', 'RAC1', 'PDGFA', 'FLNB', 'PIK3CD', 'PIK3R2', 'RAP1A', 'FLNC', 'RAC2', 'PAK1', 'LAMB1', 'JUN', 'FLNA', 'LAMA5', 'EGF', 'LAMC2', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'PAK2', 'MAPK10', 'PIK3R1'}, number: 29
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKCB', 'VAV3', 'EGFR', 'BRAF', 'SOS1', 'ERBB2', 'CAV1', 'PAK1', 'PIK3R2', 'BCAR1', 'RAP1A', 'JUN', 'SHC1', 'PIK3R1', 'RAC1', 'EGF'}, number: 18
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'PAK1', 'RAC1'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'BRAF', 'PIK3CA', 'FN1', 'THBS3', 'RAC1', 'PDGFA', 'FLNB', 'PIK3CD', 'PIK3R2', 'RAP1A', 'FLNC', 'RAC2', 'PAK1', 'LAMB1', 'JUN', 'FLNA', 'LAMA5', 'EGF', 'LAMC2', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'PAK2', 'MAPK10', 'PIK3R1'}, number: 29
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK10', 'HRAS', 'RAC2', 'PIK3CD', 'AKT3', 'SOS1', 'ERBB2', 'JUN', 'PIK3R2', 'CCND1', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1'}, number: 14
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKCB', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'ERBB2', 'SOS1', 'PIK3R2', 'CCND1', 'PIK3CA', 'PIK3R1', 'EGF'}, number: 14
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'BRAF', 'PIK3CA', 'FN1', 'THBS3', 'RAC1', 'PDGFA', 'FLNB', 'PIK3CD', 'PIK3R2', 'RAP1A', 'FLNC', 'RAC2', 'PAK1', 'LAMB1', 'JUN', 'FLNA', 'LAMA5', 'EGF', 'LAMC2', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'PAK2', 'MAPK10', 'PIK3R1'}, number: 29
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MAPK10', 'HRAS', 'RAC2', 'PIK3CD', 'AKT3', 'SOS1', 'ERBB2', 'JUN', 'PIK3R2', 'CCND1', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1'}, number: 14
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'RAP1A'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'PDGFB', 'FYN'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'PDGFC', 'COL4A4', 'THBS2', 'COL4A2', 'LAMA1', 'PDGFD', 'ITGB8', 'RELN', 'PIK3CA', 'FN1', 'VEGFA', 'THBS3', 'LAMB3', 'LAMC3', 'RAC1', 'LAMA2', 'ITGB3', 'PDGFA', 'PIK3CD', 'COL4A1', 'PIK3R2', 'RAP1A', 'ITGB6', 'ITGA2', 'RAC2', 'MET', 'PAK1', 'CCND1', 'PAK3', 'LAMB1', 'EGF', 'LAMA5', 'LAMC2', 'PRKCB', 'ITGA6', 'EGFR', 'ITGB5', 'PDGFB', 'AKT3', 'SOS1', 'PAK2', 'ITGA3', 'MAPK10', 'PIK3R1', 'SHC1'}, number: 48
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK10', 'HRAS', 'RAC2', 'PIK3CD', 'AKT3', 'SOS1', 'ERBB2', 'JUN', 'PIK3R2', 'CCND1', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1'}, number: 14
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'JUN', 'PIK3R2'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'RAC1', 'PDGFB', 'CCND1', 'RAP1A', 'MAPK10', 'JUN'}, number: 8
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAPK10', 'PRKCA', 'HRAS', 'FYN', 'RAC2', 'PDGFB', 'PIK3CD', 'AKT3', 'SOS1', 'ERBB2', 'JUN', 'PIK3R2', 'CCND1', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1'}, number: 17
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'RAC1', 'VAV3', 'BRAF', 'SOS1', 'JUN', 'PIK3R2', 'RAP1A', 'MAPK10', 'PIK3R1', 'FYN', 'SHC1'}, number: 12
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PPP1CA', 'MAPK10', 'PRKCA', 'HRAS', 'PPP1CC', 'FYN', 'PRKCB', 'VAV3', 'JUN', 'PIK3R2', 'RAP1A', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1'}, number: 15
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PDGFB', 'PIK3CD', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'FYN'}, number: 7
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'PDGFC', 'COL4A4', 'THBS2', 'COL4A2', 'LAMA1', 'PDGFD', 'ITGB8', 'RELN', 'PIK3CA', 'FN1', 'VEGFA', 'THBS3', 'LAMB3', 'LAMC3', 'LAMA2', 'ITGB3', 'PDGFA', 'PIK3CD', 'COL4A1', 'PIK3R2', 'ITGB6', 'ITGA2', 'MET', 'LAMB1', 'EGF', 'LAMA5', 'LAMC2', 'ITGA6', 'EGFR', 'ITGB5', 'PDGFB', 'AKT3', 'SOS1', 'ITGA3', 'PIK3R1'}, number: 37
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'LAMC1', 'PRKCA', 'HRAS', 'PDGFC', 'COL4A4', 'THBS2', 'COL4A2', 'LAMA1', 'PDGFD', 'ITGB8', 'RELN', 'PIK3CA', 'FN1', 'VEGFA', 'THBS3', 'LAMB3', 'LAMC3', 'RAC1', 'LAMA2', 'ITGB3', 'PDGFA', 'PIK3CD', 'COL4A1', 'PIK3R2', 'ITGB6', 'ITGA2', 'MET', 'CCND1', 'LAMB1', 'EGF', 'LAMA5', 'LAMC2', 'ITGA6', 'EGFR', 'ITGB5', 'PDGFB', 'AKT3', 'SOS1', 'ITGA3', 'PIK3R1'}, number: 40
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PPP1CA', 'PRKCA', 'PPP1CC', 'PRKCB', 'PIK3CD', 'PIK3CA'}, number: 6
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'CDK2', 'MDM2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CCNE1'}, number: 7
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'MCM7', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNG2', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'CCNE2', 'CCNE1', 'GADD45A'}, number: 17
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'E2F3', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'GADD45A'}, number: 7
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNG2', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'CCNE2', 'CCNE1', 'GADD45A'}, number: 16
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'CCNB1', 'RPA1', 'MNAT1', 'CCNE1', 'CDK4', 'CDK1', 'RPA2', 'CDKN1B', 'POLE', 'CDK6', 'CDK2', 'CCNH', 'RPA3', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25A', 'PCNA', 'MDM2', 'CDKN1A'}, number: 21
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'CREB3', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CREB3L4', 'CDK6', 'CCNE2', 'CCNE1'}, number: 11
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNG2', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'CCNE2', 'CCNE1', 'GADD45A'}, number: 16
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'CDC25A', 'RPA2', 'RPA1', 'CDK2', 'PCNA', 'CCNH', 'RPA3', 'MNAT1', 'CDKN1A', 'CCND1', 'POLE', 'CCNE1', 'GADD45A'}, number: 14
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNG2', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'CCNE2', 'CCNE1', 'GADD45A'}, number: 16
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'CCNB1'}, number: 2
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CREB3', 'MDM2', 'CDKN1B', 'CDKN1A', 'CREB3L4', 'GADD45A'}, number: 6
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'CREB3', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CREB3L4', 'CDK6', 'CCNE2', 'CCNE1'}, number: 11
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MYBL2', 'AURKA'}, number: 2
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'E2F7', 'AURKA'}, number: 2
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'CXCL8', 'RELA', 'PRKCD', 'ARRB1', 'EGFR', 'NFKBIA', 'SOS1', 'PAK1', 'PIK3R2', 'JUN', 'PIK3CA', 'PTPN11', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'EGFR', 'SOS1', 'CD44', 'CDH1', 'PAK1', 'JUN', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'VEGFA', 'SHC1', 'NFKB1'}, number: 14
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'CXCL8', 'RELA', 'PRKCD', 'ARRB1', 'EGFR', 'NFKBIA', 'SOS1', 'PAK1', 'PIK3R2', 'JUN', 'PIK3CA', 'PTPN11', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'CXCL8', 'RELA', 'PRKCD', 'ARRB1', 'EGFR', 'NFKBIA', 'SOS1', 'PAK1', 'PIK3R2', 'JUN', 'PIK3CA', 'PTPN11', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKCD', 'EGFR', 'JAK2', 'SOS1', 'SHC1', 'PAK1', 'PIK3R2', 'BCAR1', 'JUN', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3'}, number: 15
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'PAK1', 'PIK3CA', 'GNAQ', 'RAC1', 'STAT3'}, number: 6
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'CXCL8', 'RELA', 'PRKCD', 'ARRB1', 'EGFR', 'NFKBIA', 'SOS1', 'PAK1', 'PIK3R2', 'JUN', 'PIK3CA', 'PTPN11', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'IRS1', 'SOS1', 'CDKN1B', 'PIK3R2', 'JUN', 'CCND1', 'CDKN1A', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'RAC1', 'SHC1', 'NFKB1'}, number: 14
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'EGFR', 'SOS1', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'STAT3'}, number: 11
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'CXCL8', 'RELA', 'PRKCD', 'ARRB1', 'EGFR', 'NFKBIA', 'SOS1', 'PAK1', 'PIK3R2', 'JUN', 'PIK3CA', 'PTPN11', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'IRS1', 'SOS1', 'CDKN1B', 'PIK3R2', 'JUN', 'CCND1', 'CDKN1A', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'RAC1', 'SHC1', 'NFKB1'}, number: 14
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1B', 'CDKN1A', 'CCND1'}, number: 3
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'EGR1', 'PRKCA', 'FYN'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PIK3CA', 'VEGFA', 'RAC1', 'NFKB1', 'RELA', 'CDKN1B', 'PIK3R2', 'IRS1', 'PAK1', 'BCL2L1', 'CCND1', 'PTPN11', 'EGFR', 'JAK2', 'SOS1', 'CDKN1A', 'PIK3R1', 'SHC1'}, number: 20
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'IRS1', 'SOS1', 'CDKN1B', 'PIK3R2', 'JUN', 'CCND1', 'CDKN1A', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'RAC1', 'SHC1', 'NFKB1'}, number: 14
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'PIK3R2', 'PTPN11', 'PIK3R1', 'JUN', 'NFKB1'}, number: 7
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'EGR1', 'PRKCA', 'SERPINE1', 'JUN', 'CDKN1A', 'CCND1', 'PPARG', 'RAC1', 'NFKB1'}, number: 9
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EGR1', 'PRKCA', 'HRAS', 'FYN', 'IRS1', 'SOS1', 'CDKN1B', 'PIK3R2', 'JUN', 'CCND1', 'CDKN1A', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'RAC1', 'SHC1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EGR1', 'HRAS', 'RAC1', 'RELA', 'PRKCD', 'JAK2', 'IRS1', 'NFKBIA', 'BMP2', 'SOS1', 'SHC1', 'JUN', 'PIK3R2', 'PTPN11', 'PIK3R1', 'FYN', 'STAT3', 'NFKB1'}, number: 18
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BMP2', 'PIK3CA', 'FYN', 'RAC1', 'NFKB1', 'RELA', 'PRKCD', 'PIK3R2', 'STAT3', 'IRS1', 'NFKBIA', 'PTPN11', 'JUN', 'EGR1', 'JAK2', 'PIK3R1', 'SHC1'}, number: 19
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EGR1', 'PRKCA', 'PIK3R2', 'CDKN1A', 'ELAVL1', 'PIK3CA', 'PIK3R1', 'FYN'}, number: 8
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'SERPINE1', 'EGFR', 'JAK2', 'BMP2', 'KLF4', 'SOS1', 'CDKN1B', 'PIK3R2', 'CDKN1A', 'ELAVL1', 'PIK3CA', 'PPARG', 'PIK3R1', 'VEGFA', 'STAT3', 'IRS1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'PRKCA', 'HRAS', 'RELA', 'EGFR', 'JAK2', 'IRS1', 'SOS1', 'CDKN1B', 'PIK3R2', 'BCL2L1', 'ELAVL1', 'CCND1', 'PIK3CA', 'CDKN1A', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 18
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'NFKB1', 'PIK3CA', 'STAT3', 'IRS1'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'PRKCA', 'HRAS', 'PRKCD', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'NF1', 'FGFR1', 'PIK3R2', 'MAP2K3', 'FGFR2', 'PIK3CA', 'PIK3R1', 'MAP2K4'}, number: 17
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'FGFR1', 'PIK3CA', 'CCNE1', 'MAP2K6', 'CDK4', 'PIK3CD', 'TSC1', 'MET', 'CDK2', 'CCND1', 'CDKN2A', 'MAP2K4', 'MAP2K2', 'EGFR', 'BRCA1', 'AKT3', 'MDM2', 'CDKN1A', 'MAP2K3', 'FGFR2'}, number: 21
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'PRKCA', 'HRAS', 'PRKCD', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'NF1', 'FGFR1', 'PIK3R2', 'MAP2K3', 'FGFR2', 'PIK3CA', 'PIK3R1', 'MAP2K4'}, number: 17
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'PRKCA', 'HRAS', 'PRKCD', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'NF1', 'FGFR1', 'PIK3R2', 'MAP2K3', 'FGFR2', 'PIK3CA', 'PIK3R1', 'MAP2K4'}, number: 17
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'SPRY2', 'PRKCD', 'EGFR', 'BRAF', 'ERBB2', 'ERRFI1', 'PIK3R2', 'CBL', 'PIK3R1', 'PIK3C2B'}, number: 14
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'PRKCA', 'HRAS', 'PRKCD', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'NF1', 'FGFR1', 'PIK3R2', 'MAP2K3', 'FGFR2', 'PIK3CA', 'PIK3R1', 'MAP2K4'}, number: 17
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'PIK3CA', 'CCNE1', 'CDK4', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'CDK6', 'PIK3C2B', 'IRS1', 'CDK2', 'CCND1', 'CDKN2A', 'BRCA1', 'AKT3', 'ERBB2', 'MDM2', 'CDKN1A', 'PIK3R1'}, number: 19
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'PRKCA', 'HRAS', 'PRKCB', 'EGFR', 'BRAF', 'PIK3CD', 'PLCG2', 'AKT3', 'ERBB2', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'CDK6'}, number: 18
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'PRKCA', 'HRAS', 'PRKCD', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'NF1', 'FGFR1', 'PIK3R2', 'MAP2K3', 'FGFR2', 'PIK3CA', 'PIK3R1', 'MAP2K4'}, number: 17
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'PIK3CA', 'CCNE1', 'CDK4', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'CDK6', 'PIK3C2B', 'IRS1', 'CDK2', 'CCND1', 'CDKN2A', 'BRCA1', 'AKT3', 'ERBB2', 'MDM2', 'CDKN1A', 'PIK3R1'}, number: 19
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'MSH6', 'BRCA1', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE1'}, number: 10
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'FGFR1', 'PIK3CA', 'CCNE1', 'CDK4', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'CDK6', 'IRS1', 'TSC1', 'MET', 'PLCG2', 'CDK2', 'NF1', 'CCND1', 'MAP2K2', 'PRKCB', 'EGFR', 'BRCA1', 'AKT3', 'MDM2', 'CDKN1A', 'FGFR2', 'PIK3R1'}, number: 26
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'PIK3CA', 'CCNE1', 'CDK4', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'CDK6', 'PIK3C2B', 'IRS1', 'CDK2', 'CCND1', 'CDKN2A', 'BRCA1', 'AKT3', 'ERBB2', 'MDM2', 'CDKN1A', 'PIK3R1'}, number: 19
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'PIK3R2', 'MAP2K3', 'PIK3R1', 'MAP2K4'}, number: 6
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'MSH6', 'BRCA1', 'CDK2', 'CDKN1A', 'CCND1', 'CCNE1'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PIK3CA', 'CCNE1', 'CDK4', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'CDK6', 'PIK3C2B', 'IRS1', 'CDK2', 'CCND1', 'CDKN2A', 'BRCA1', 'AKT3', 'ERBB2', 'MDM2', 'CDKN1A', 'PIK3R1'}, number: 20
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'HRAS', 'PRKCD', 'BRAF', 'PIK3R2', 'PIK3R1', 'IRS1'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'PRKCD', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'IRS1'}, number: 9
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC1', 'PRKCA', 'PIK3CD', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1'}, number: 7
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'HRAS', 'EGFR', 'MET', 'PIK3CD', 'AKT3', 'FGFR1', 'CDKN1B', 'PIK3R2', 'MDM2', 'CDKN1A', 'PIK3CA', 'FGFR2', 'PIK3R1', 'PIK3C2B', 'IRS1'}, number: 17
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'FGFR1', 'PIK3CA', 'CCNE1', 'CDK4', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'CDK6', 'PIK3C2B', 'IRS1', 'TSC1', 'MET', 'CDK2', 'CCND1', 'MAP2K2', 'EGFR', 'BRCA1', 'AKT3', 'MDM2', 'CDKN1A', 'FGFR2', 'PIK3R1'}, number: 24
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'PIK3CD', 'PLCG2', 'PIK3CA', 'PIK3C2B', 'IRS1'}, number: 7
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCL2', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA', 'HSP90AA1'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HSP90AA1'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HSP90AA1', 'CCL2', 'RXRA', 'ANGPTL4', 'JUN'}, number: 5
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RXRA', 'JUN', 'HSP90AA1'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'LRRC8A', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA', 'HSP90AA1'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RXRA', 'NR3C1', 'HSP90AA1'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HSP90AA1'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'LRRC8A'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1', 'PDK1'}, number: 2
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PDK1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PDK1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PDK1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PDK1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A1', 'PDK1'}, number: 2
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC16A1', 'SLC2A1'}, number: 2
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'CCND1', 'CDH1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'PMAIP1', 'CCND1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'PMAIP1', 'CCND1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'PMAIP1', 'CCND1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'PMAIP1', 'CCND1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'PMAIP1', 'CCND1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SQSTM1', 'HSPA8', 'EGFR', 'BDNF', 'MAP3K5', 'MYD88', 'RAC1'}, number: 7
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BDNF', 'MAP3K5', 'EGFR'}, number: 3
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SOD1'}, number: 1
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SOD1'}, number: 1
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SQSTM1', 'HSPA8', 'EGFR', 'BDNF', 'MAP3K5', 'MYD88', 'RAC1'}, number: 7
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SQSTM1', 'HSPA8', 'EGFR', 'BDNF', 'MAP3K5', 'MYD88', 'RAC1'}, number: 7
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SOD1'}, number: 1
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'TWIST1', 'AURKA', 'RAC1', 'EGFR'}, number: 4
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'MAPRE1', 'MAP1B', 'RAC1'}, number: 3
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SQSTM1', 'HSPA8', 'EGFR', 'BDNF', 'MAP3K5', 'MYD88', 'RAC1'}, number: 7
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RAC1'}, number: 1
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SQSTM1', 'HSPA8', 'EGFR', 'BDNF', 'MAP3K5', 'MYD88', 'RAC1'}, number: 7
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RAC1'}, number: 1
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RAD23B'}, number: 1
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SQSTM1', 'PRDX1', 'HSP90AA1'}, number: 3
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HSP90AA1', 'EGFR', 'BDNF', 'SGK1', 'RAC1'}, number: 5
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RAC1'}, number: 1
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MYD88', 'SQSTM1'}, number: 2
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SQSTM1', 'HSP90AA1', 'SOD1', 'PRDX1', 'RAD23B', 'AURKA', 'RAC1'}, number: 7
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SQSTM1', 'RAC1', 'PRDX1', 'HSP90AA1'}, number: 4
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SOD1'}, number: 1
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SQSTM1', 'BDNF', 'RAC1'}, number: 3
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PPP1CA', 'SQSTM1', 'BDNF', 'SMAD7', 'RAC1'}, number: 5
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SQSTM1', 'PRDX1', 'HSP90AA1'}, number: 3
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR3C1', 'HSP90AA1', 'TWIST1', 'EGFR', 'MIF'}, number: 5
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HSP90AA1', 'EGFR', 'BDNF', 'SGK1', 'RAC1'}, number: 5
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PPP1CA', 'BDNF', 'SMAD7'}, number: 3
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SOD1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'HRAS', 'RELA', 'EGFR', 'TGFBR2', 'AKT3', 'FGFR3', 'TRAF3', 'FGFR1', 'PIK3R2', 'FGFR2', 'PIK3CA', 'PIK3R1', 'NFKB1'}, number: 14
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'TSC1', 'HRAS', 'PRKAA2', 'EGFR', 'AKT3', 'FGFR3', 'FGFR1', 'CDKN1A', 'FGFR2', 'CCND1', 'PIK3CA', 'CDKN2A', 'VEGFA', 'PRKAA1', 'NFKB1'}, number: 16
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'HRAS', 'RELA', 'EGFR', 'TGFBR2', 'AKT3', 'FGFR3', 'TRAF3', 'FGFR1', 'PIK3R2', 'FGFR2', 'PIK3CA', 'PIK3R1', 'NFKB1'}, number: 14
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'HRAS', 'RELA', 'EGFR', 'TGFBR2', 'AKT3', 'FGFR3', 'TRAF3', 'FGFR1', 'PIK3R2', 'FGFR2', 'PIK3CA', 'PIK3R1', 'NFKB1'}, number: 14
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'EGFR', 'ERBB2', 'PIK3R2', 'PIK3R1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'HRAS', 'RELA', 'EGFR', 'TGFBR2', 'AKT3', 'FGFR3', 'TRAF3', 'FGFR1', 'PIK3R2', 'FGFR2', 'PIK3CA', 'PIK3R1', 'NFKB1'}, number: 14
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'CDK4', 'HRAS', 'AKT3', 'ERBB2', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'CDK6', 'NFKB1'}, number: 13
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'CDK4', 'HRAS', 'EGFR', 'AKT3', 'ERBB2', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'CDK6'}, number: 13
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'HRAS', 'RELA', 'EGFR', 'TGFBR2', 'AKT3', 'FGFR3', 'TRAF3', 'FGFR1', 'PIK3R2', 'FGFR2', 'PIK3CA', 'PIK3R1', 'NFKB1'}, number: 14
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'CDK4', 'HRAS', 'AKT3', 'ERBB2', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'CDK6', 'NFKB1'}, number: 13
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'CDK4', 'CDKN1A', 'CCND1', 'CDK6'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'TGFBR2', 'KEAP1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HRAS', 'FGFR1', 'PIK3CA', 'VEGFA', 'DDIT4', 'NFKB1', 'CDK4', 'RELA', 'FGFR3', 'PIK3R2', 'CDK6', 'TSC1', 'PRKAA2', 'CCND1', 'EGFR', 'AKT3', 'CDKN1A', 'FGFR2', 'PIK3R1', 'PRKAA1'}, number: 20
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'CDK4', 'HRAS', 'AKT3', 'ERBB2', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'CDK6', 'NFKB1'}, number: 13
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'PIK3R2', 'RELA', 'NFKB1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKAA2', 'TGFBR2', 'SESN2', 'CDKN1A', 'CCND1', 'KEAP1', 'PRKAA1', 'DDIT4', 'NFKB1'}, number: 9
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CASP8', 'CDK4', 'HRAS', 'TGFBR2', 'AKT3', 'ERBB2', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'CDK6', 'KEAP1', 'NFKB1'}, number: 15
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC1', 'HRAS', 'PRKAA2', 'RELA', 'PIK3R2', 'PIK3R1', 'PRKAA1', 'NFKB1'}, number: 8
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'PRKAA2', 'RELA', 'TGFBR2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'PRKAA1', 'NFKB1'}, number: 9
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC1', 'PRKAA2', 'TGFBR2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'KEAP1', 'PRKAA1'}, number: 9
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TSC1', 'HRAS', 'PRKAA2', 'EGFR', 'AKT3', 'FGFR3', 'FGFR1', 'PIK3R2', 'CDKN1A', 'FGFR2', 'PIK3CA', 'PIK3R1', 'VEGFA', 'PRKAA1', 'DDIT4'}, number: 15
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HRAS', 'FGFR1', 'PIK3CA', 'VEGFA', 'DDIT4', 'NFKB1', 'CDK4', 'RELA', 'FGFR3', 'PIK3R2', 'CDK6', 'TSC1', 'PRKAA2', 'CCND1', 'EGFR', 'AKT3', 'CDKN1A', 'FGFR2', 'PIK3R1', 'PRKAA1'}, number: 20
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA', 'TGFBR2', 'NFKB1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'TAB2', 'TLR3', 'BRAF', 'SOS2', 'MYD88', 'PIK3CA', 'NFKB1', 'MAP2K6', 'CXCL8', 'TBK1', 'RELA', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'MAPK12', 'TRAF3', 'CASP8', 'TGFB2', 'TLR2', 'TGFBR2', 'IFNAR1', 'TICAM1', 'MAP3K1', 'MAPK13', 'JUN', 'MAP2K4', 'MAP2K2', 'IL6', 'AKT3', 'SOS1', 'TIRAP', 'TGFBR1', 'STAT1', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 38
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MAPK10', 'HRAS', 'IL6', 'MAP2K4', 'PIK3CD', 'AKT3', 'SOS1', 'MAP3K1', 'CDKN1A', 'MAP2K3', 'STAT1', 'PIK3CA', 'JUN', 'JAK1', 'NFKB1'}, number: 17
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'TAB2', 'TLR3', 'BRAF', 'SOS2', 'MYD88', 'PIK3CA', 'NFKB1', 'MAP2K6', 'CXCL8', 'TBK1', 'RELA', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'MAPK12', 'TRAF3', 'CASP8', 'TGFB2', 'TLR2', 'TGFBR2', 'IFNAR1', 'TICAM1', 'MAP3K1', 'MAPK13', 'JUN', 'MAP2K4', 'MAP2K2', 'IL6', 'AKT3', 'SOS1', 'TIRAP', 'TGFBR1', 'STAT1', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 38
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'TAB2', 'TLR3', 'BRAF', 'SOS2', 'MYD88', 'PIK3CA', 'NFKB1', 'MAP2K6', 'CXCL8', 'TBK1', 'RELA', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'MAPK12', 'TRAF3', 'CASP8', 'TGFB2', 'TLR2', 'TGFBR2', 'IFNAR1', 'TICAM1', 'MAP3K1', 'MAPK13', 'JUN', 'MAP2K4', 'MAP2K2', 'IL6', 'AKT3', 'SOS1', 'TIRAP', 'TGFBR1', 'STAT1', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 38
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'JAK2', 'BRAF', 'SOS1', 'PCNA', 'MAP3K1', 'STAT5A', 'SOS2', 'PIK3R2', 'STAT1', 'PIK3R1', 'JUN', 'STAT3', 'JAK1'}, number: 17
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'STAT3'}, number: 3
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'TAB2', 'TLR3', 'BRAF', 'SOS2', 'MYD88', 'PIK3CA', 'NFKB1', 'MAP2K6', 'CXCL8', 'TBK1', 'RELA', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'MAPK12', 'TRAF3', 'CASP8', 'TGFB2', 'TLR2', 'TGFBR2', 'IFNAR1', 'TICAM1', 'MAP3K1', 'MAPK13', 'JUN', 'MAP2K4', 'MAP2K2', 'IL6', 'AKT3', 'SOS1', 'TIRAP', 'TGFBR1', 'STAT1', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 38
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'MAPK10', 'HRAS', 'SMAD3', 'BID', 'PIK3CD', 'AKT3', 'SOS1', 'MAP3K1', 'MAP3K7', 'SOS2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'JUN', 'CASP9', 'NFKB1'}, number: 18
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'BID', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'STAT5A', 'SOS2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'STAT3', 'CASP9'}, number: 18
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'TAB2', 'TLR3', 'BRAF', 'SOS2', 'MYD88', 'PIK3CA', 'NFKB1', 'MAP2K6', 'CXCL8', 'TBK1', 'RELA', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'MAPK12', 'TRAF3', 'CASP8', 'TGFB2', 'TLR2', 'TGFBR2', 'IFNAR1', 'TICAM1', 'MAP3K1', 'MAPK13', 'JUN', 'MAP2K4', 'MAP2K2', 'IL6', 'AKT3', 'SOS1', 'TIRAP', 'TGFBR1', 'STAT1', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 38
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'MAPK10', 'HRAS', 'SMAD3', 'BID', 'PIK3CD', 'AKT3', 'SOS1', 'MAP3K1', 'MAP3K7', 'SOS2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'JUN', 'CASP9', 'NFKB1'}, number: 18
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'BID', 'PCNA', 'CDKN1A', 'DDB1', 'CASP9'}, number: 6
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'TGFB2', 'TGFBR2'}, number: 4
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'CREB3', 'SOS2', 'PIK3CA', 'NFKB1', 'RELA', 'PIK3CD', 'PIK3R2', 'CREB3L4', 'CASP9', 'JAK1', 'TLR2', 'CREB5', 'IFNAR1', 'MAP2K2', 'PRKCB', 'IL6', 'JAK2', 'AKT3', 'SOS1', 'CDKN1A', 'MAPK10', 'PIK3R1'}, number: 24
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'MAPK10', 'HRAS', 'SMAD3', 'BID', 'PIK3CD', 'AKT3', 'SOS1', 'MAP3K1', 'MAP3K7', 'SOS2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'JUN', 'CASP9', 'NFKB1'}, number: 18
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'RELA', 'TAB2', 'MAP3K1', 'MAP3K7', 'PIK3R2', 'MAP2K3', 'MYD88', 'PIK3R1', 'JUN', 'MAP2K4', 'NFKB1'}, number: 13
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'TGFB2', 'PRKCB', 'TGFBR2', 'PCNA', 'MAP3K7', 'JUN', 'CDKN1A', 'MAPK10', 'DDB1', 'NFKB1'}, number: 11
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SMAD3', 'SOS2', 'PIK3CA', 'NFKB1', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'CASP9', 'CASP8', 'TGFB2', 'TGFBR2', 'MAP3K1', 'JUN', 'BID', 'AKT3', 'SOS1', 'CDKN1A', 'MAPK10', 'PIK3R1'}, number: 21
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'JAK2', 'BRAF', 'SOS1', 'MAP3K1', 'STAT5A', 'PIK3R2', 'STAT1', 'MAPK10', 'PIK3R1', 'JUN', 'STAT3', 'NFKB1'}, number: 15
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SMAD3', 'PIK3CA', 'NFKB1', 'RELA', 'STAT6', 'STAT5A', 'PIK3R2', 'STAT3', 'JAK1', 'TGFB2', 'TGFBR2', 'MAP3K1', 'JUN', 'MAP2K2', 'PRKCB', 'IL6', 'JAK2', 'TGFBR1', 'STAT1', 'MAPK10', 'PIK3R1'}, number: 23
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'TGFB2', 'TGFBR2', 'PIK3CD', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1'}, number: 8
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'SMAD3', 'CREB3', 'PIK3CA', 'PIK3CD', 'STAT6', 'STAT5A', 'PIK3R2', 'CREB3L4', 'STAT3', 'CASP9', 'JAK1', 'CREB5', 'IFNAR1', 'MAP2K2', 'IL6', 'JAK2', 'AKT3', 'SOS1', 'CDKN1A', 'STAT1', 'PIK3R1'}, number: 22
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'CREB3', 'SOS2', 'PIK3CA', 'NFKB1', 'RELA', 'PIK3CD', 'PIK3R2', 'CREB3L4', 'CASP9', 'JAK1', 'TLR2', 'CREB5', 'IFNAR1', 'MAP2K2', 'IL6', 'JAK2', 'AKT3', 'SOS1', 'CDKN1A', 'PIK3R1'}, number: 22
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'TGFB2', 'PRKCB', 'IL6', 'SMAD3', 'TGFBR2', 'PIK3CD', 'STAT6', 'TGFBR1', 'STAT1', 'PIK3CA', 'STAT3', 'JAK1', 'NFKB1'}, number: 14
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CXCL8', 'IL6', 'RAC1', 'SOS1', 'TGFBR1', 'PTPN11', 'JUN', 'NFKB1'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PODXL', 'IL6', 'BRCA1', 'COL4A2', 'SOS1', 'CD44', 'JUN', 'CDKN1A', 'CCND1', 'VEGFA', 'JAK1', 'NFKB1'}, number: 12
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CXCL8', 'IL6', 'RAC1', 'SOS1', 'TGFBR1', 'PTPN11', 'JUN', 'NFKB1'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CXCL8', 'IL6', 'RAC1', 'SOS1', 'TGFBR1', 'PTPN11', 'JUN', 'NFKB1'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RAC1', 'SOS1', 'PTPN11', 'JUN', 'STAT3', 'JAK1'}, number: 6
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1', 'STAT3'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CXCL8', 'IL6', 'RAC1', 'SOS1', 'TGFBR1', 'PTPN11', 'JUN', 'NFKB1'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMAD3', 'BRCA1', 'SOS1', 'JUN', 'CDKN1A', 'CCND1', 'RAC1', 'CASP9', 'NFKB1'}, number: 9
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'SOS1', 'CDKN1A', 'CCND1', 'STAT3', 'CASP9'}, number: 5
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CXCL8', 'IL6', 'RAC1', 'SOS1', 'TGFBR1', 'PTPN11', 'JUN', 'NFKB1'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'BRCA1', 'SOS1', 'JUN', 'CDKN1A', 'CCND1', 'RAC1', 'CASP9', 'NFKB1'}, number: 9
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BRCA1', 'CDKN1A', 'CCND1', 'CASP9'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'RAC1', 'BRCA1', 'COL4A2', 'SOS1', 'BCL2L1', 'CASP9', 'CDKN1A', 'CCND1', 'PTPN11', 'VEGFA', 'IL6R', 'JAK1', 'NFKB1'}, number: 14
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'BRCA1', 'SOS1', 'JUN', 'CDKN1A', 'CCND1', 'RAC1', 'CASP9', 'NFKB1'}, number: 9
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PTPN11', 'JUN', 'NFKB1'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RAC1', 'BRCA1', 'CDKN1A', 'CCND1', 'JUN', 'NFKB1'}, number: 6
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'BRCA1', 'SOS1', 'JUN', 'CDKN1A', 'CCND1', 'RAC1', 'CASP9', 'NFKB1'}, number: 9
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RAC1', 'SOS1', 'PTPN11', 'JUN', 'STAT3', 'NFKB1'}, number: 6
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL6', 'SMAD3', 'PTPN11', 'TGFBR1', 'JUN', 'IL6R', 'RAC1', 'STAT3', 'JAK1', 'NFKB1'}, number: 10
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6', 'SMAD3', 'COL4A2', 'SOS1', 'CASP9', 'CDKN1A', 'VEGFA', 'STAT3', 'JAK1', 'IL6R'}, number: 10
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'RAC1', 'BRCA1', 'COL4A2', 'SOS1', 'BCL2L1', 'CASP9', 'CDKN1A', 'CCND1', 'VEGFA', 'IL6R', 'JAK1', 'NFKB1'}, number: 13
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL6', 'SMAD3', 'STAT3', 'TGFBR1', 'IL6R', 'JAK1', 'NFKB1'}, number: 7
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'HRAS', 'EGFR', 'FGFR4', 'FGFR3', 'FGFR1', 'PRKACB', 'PAK1', 'PAK2', 'FGFR2'}, number: 9
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'CCN2', 'LATS2', 'FGFR1', 'LATS1', 'TEAD1', 'ITGB3', 'FGFR4', 'FGFR3', 'CD44', 'CDH1', 'PLCB4', 'NF2', 'TEAD4', 'EPHA2', 'AMOT', 'CDH3', 'CDH2', 'CTNNA1', 'ITGA2', 'MET', 'FOXM1', 'INSR', 'CDH16', 'CDH6', 'PAK1', 'CCND1', 'PAK3', 'ITGA6', 'EGFR', 'TEAD3', 'PAK2', 'ITGA3', 'FGFR2'}, number: 34
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'HRAS', 'EGFR', 'FGFR4', 'FGFR3', 'FGFR1', 'PRKACB', 'PAK1', 'PAK2', 'FGFR2'}, number: 9
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'HRAS', 'EGFR', 'FGFR4', 'FGFR3', 'FGFR1', 'PRKACB', 'PAK1', 'PAK2', 'FGFR2'}, number: 9
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'PAK1', 'EGFR'}, number: 3
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PAK1'}, number: 1
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'HRAS', 'EGFR', 'FGFR4', 'FGFR3', 'FGFR1', 'PRKACB', 'PAK1', 'PAK2', 'FGFR2'}, number: 9
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'INSR', 'CCND1'}, number: 3
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'HRAS', 'CCND1', 'EGFR'}, number: 3
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'HRAS', 'EGFR', 'FGFR4', 'FGFR3', 'FGFR1', 'PRKACB', 'PAK1', 'PAK2', 'FGFR2'}, number: 9
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'INSR', 'CCND1'}, number: 3
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RBX1', 'DDB1', 'CCND1'}, number: 3
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RBX1', 'EPHA2', 'INSR'}, number: 3
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HRAS', 'FGFR1', 'ITGB8', 'ITGB3', 'FGFR4', 'FGFR3', 'PRKACB', 'ITGB6', 'EPHA2', 'ITGA2', 'MET', 'INSR', 'PAK1', 'CCND1', 'PAK3', 'ITGA6', 'EGFR', 'ITGB5', 'PAK2', 'ITGA3', 'FGFR2'}, number: 21
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'INSR', 'CCND1'}, number: 3
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'EPHA2', 'RBX1', 'PLCB4', 'CCND1', 'DDB1'}, number: 5
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EPHA2', 'HRAS', 'INSR', 'RBX1', 'CCND1'}, number: 5
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'CDH2'}, number: 2
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PPP1CA', 'HRAS', 'PPP1CC', 'CDH2', 'INSR', 'PLCB4'}, number: 6
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RBX1', 'EPHA2', 'PRKACB', 'INSR'}, number: 4
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EPHA2', 'HRAS', 'ITGA6', 'ITGA2', 'ITGB3', 'EGFR', 'CTNNA1', 'FGFR4', 'MET', 'ITGB5', 'ITGAE', 'FGFR3', 'INSR', 'FGFR1', 'ITGB8', 'ITGA3', 'ITGB6', 'FGFR2'}, number: 18
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EPHA2', 'HRAS', 'ITGA6', 'ITGA2', 'ITGB3', 'EGFR', 'MET', 'FGFR4', 'ITGB5', 'ITGAE', 'FGFR3', 'INSR', 'FGFR1', 'ITGB8', 'CCND1', 'ITGB6', 'ITGA3', 'FGFR2'}, number: 18
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PPP1CA', 'PLCB4', 'PPP1CC', 'INSR'}, number: 4
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4', 'FGFR1'}, number: 2
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'PRKCD', 'EGFR', 'FGFR4', 'FGFR3', 'FGFR1', 'PRKACB', 'FGFR2', 'RAC1'}, number: 9
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LATS2', 'FGFR1', 'LATS1', 'TEAD1', 'PRKAG2', 'FGFR4', 'FGFR3', 'PRKAB1', 'CDH1', 'PLCB4', 'PRKAB2', 'NF2', 'TEAD4', 'EPHA2', 'PRKAA2', 'CDH3', 'CDH2', 'MET', 'INSR', 'CDH16', 'CDH6', 'PRKAG1', 'EGFR', 'TEAD3', 'FGFR2', 'PRKAA1'}, number: 26
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'PRKCD', 'EGFR', 'FGFR4', 'FGFR3', 'FGFR1', 'PRKACB', 'FGFR2', 'RAC1'}, number: 9
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'PRKCD', 'EGFR', 'FGFR4', 'FGFR3', 'FGFR1', 'PRKACB', 'FGFR2', 'RAC1'}, number: 9
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'EGFR', 'PRKCD', 'RAC1'}, number: 5
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'GNAQ', 'RAC1'}, number: 3
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'PRKCD', 'EGFR', 'FGFR4', 'FGFR3', 'FGFR1', 'PRKACB', 'FGFR2', 'RAC1'}, number: 9
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RAC1', 'INSR', 'SMAD3'}, number: 3
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'EGFR'}, number: 3
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'PRKCD', 'EGFR', 'FGFR4', 'FGFR3', 'FGFR1', 'PRKACB', 'FGFR2', 'RAC1'}, number: 9
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RAC1', 'INSR', 'SMAD3'}, number: 3
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'EPHA2', 'PRKCA', 'INSR'}, number: 3
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EPHA2', 'PRKCA', 'PRKAG2', 'PRKAA2', 'PRKCB', 'EGFR', 'MET', 'FGFR4', 'FGFR3', 'PRKAB1', 'INSR', 'FGFR1', 'PRKACB', 'FGFR2', 'PRKAB2', 'RAC1', 'PRKAA1', 'PRKAG1'}, number: 18
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RAC1', 'INSR', 'SMAD3'}, number: 3
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'EPHA2', 'PRKCA', 'PRKAG2', 'PRKAA2', 'PRKCB', 'PRKAB1', 'PLCB4', 'PRKAB2', 'RAC1', 'PRKAA1', 'PRKAG1'}, number: 11
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EPHA2', 'PRKCA', 'SMAD3', 'INSR', 'RAC1'}, number: 5
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PRKAA2', 'CDH2', 'PRKCD', 'RAC1', 'PRKAA1'}, number: 5
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'PRKAA2', 'PRKCB', 'PRKCD', 'SMAD3', 'CDH2', 'INSR', 'PLCB4', 'RAC1', 'PRKAA1'}, number: 10
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EPHA2', 'PRKCA', 'PRKAG2', 'PRKAA2', 'INSR', 'PRKAB1', 'PRKACB', 'PRKAB2', 'PRKAA1', 'PRKAG1'}, number: 10
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EPHA2', 'PRKAA2', 'SMAD3', 'EGFR', 'MET', 'FGFR4', 'FGFR3', 'INSR', 'FGFR1', 'FGFR2', 'PRKAA1'}, number: 11
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EPHA2', 'PRKCA', 'PRKAA2', 'EGFR', 'MET', 'FGFR4', 'FGFR3', 'INSR', 'FGFR1', 'FGFR2', 'RAC1', 'PRKAA1'}, number: 12
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'SMAD3', 'INSR', 'PLCB4'}, number: 5
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4', 'FGFR1'}, number: 2
Term: Hippo Signaling Regulation WP4540, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TBK1', 'NFKBIA', 'IFNAR1', 'TICAM1', 'MAP3K7', 'STAT1', 'NFKB1', 'MYD88', 'JUN', 'TRAF3'}, number: 10
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'STAT1', 'JAK1', 'NFKB1'}, number: 4
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TBK1', 'NFKBIA', 'IFNAR1', 'TICAM1', 'MAP3K7', 'STAT1', 'NFKB1', 'MYD88', 'JUN', 'TRAF3'}, number: 10
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TBK1', 'NFKBIA', 'IFNAR1', 'TICAM1', 'MAP3K7', 'STAT1', 'NFKB1', 'MYD88', 'JUN', 'TRAF3'}, number: 10
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'STAT1', 'JAK1'}, number: 3
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TBK1', 'NFKBIA', 'IFNAR1', 'TICAM1', 'MAP3K7', 'STAT1', 'NFKB1', 'MYD88', 'JUN', 'TRAF3'}, number: 10
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAP3K7', 'JUN', 'NFKB1'}, number: 3
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TBK1', 'NFKBIA', 'IFNAR1', 'TICAM1', 'MAP3K7', 'STAT1', 'NFKB1', 'MYD88', 'JUN', 'TRAF3'}, number: 10
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MAP3K7', 'JUN', 'NFKB1'}, number: 3
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IFNAR1', 'JAK1', 'NFKB1'}, number: 3
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAP3K7', 'JUN', 'NFKB1'}, number: 3
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKBIA', 'MAP3K7', 'MYD88', 'JUN', 'NFKB1'}, number: 5
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAP3K7', 'IRF9', 'JUN', 'NFKB1'}, number: 4
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAP3K7', 'JUN', 'NFKB1'}, number: 3
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'NFKBIA', 'STAT1', 'NFKB1'}, number: 4
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NFKBIA', 'STAT1', 'JUN', 'JAK1', 'NFKB1'}, number: 5
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'STAT1', 'IFNAR1', 'JAK1'}, number: 3
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IFNAR1', 'JAK1', 'NFKB1'}, number: 3
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT1', 'JAK1', 'NFKB1'}, number: 3
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL1A', 'IL1R1', 'JUND'}, number: 3
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ATF3', 'HBEGF', 'VEGFA'}, number: 3
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL1A', 'IL1R1', 'JUND'}, number: 3
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL1A', 'IL1R1', 'JUND'}, number: 3
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUND'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL1A', 'IL1R1', 'JUND'}, number: 3
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL1A', 'IL1R1', 'JUND'}, number: 3
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1A', 'IL1R1'}, number: 2
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1A', 'IL1R1'}, number: 2
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1A', 'IL1R1'}, number: 2
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL1B', 'TLR2', 'IL1R1', 'CCL2', 'PIK3CA', 'MYD88', 'NFKB1'}, number: 7
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'CCL2', 'HBEGF', 'PIK3CA', 'NFKB1'}, number: 5
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL1B', 'TLR2', 'IL1R1', 'CCL2', 'PIK3CA', 'MYD88', 'NFKB1'}, number: 7
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL1B', 'TLR2', 'IL1R1', 'CCL2', 'PIK3CA', 'MYD88', 'NFKB1'}, number: 7
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL1B', 'TLR2', 'IL1R1', 'CCL2', 'PIK3CA', 'MYD88', 'NFKB1'}, number: 7
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CA', 'NFKB1'}, number: 2
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL1B', 'TLR2', 'IL1R1', 'CCL2', 'PIK3CA', 'MYD88', 'NFKB1'}, number: 7
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3CA', 'IL1B', 'NFKB1'}, number: 3
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'HBEGF'}, number: 2
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3CA', 'TLR2', 'F2R', 'NFKB1'}, number: 4
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CA', 'NFKB1'}, number: 2
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B', 'IL1R1', 'CCL2', 'MYD88', 'NFKB1'}, number: 5
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2', 'HBEGF', 'ICAM1', 'NFKB1'}, number: 4
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3CA', 'IL1B', 'HBEGF', 'NFKB1'}, number: 4
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PIK3CA', 'IL1B', 'IL1R1', 'NFKB1'}, number: 4
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CA', 'HBEGF'}, number: 2
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3CA', 'F2R'}, number: 2
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3CA', 'TLR2', 'F2R', 'NFKB1'}, number: 4
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA', 'IL1B', 'IL1R1', 'NFKB1'}, number: 4
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TAB2', 'MAP3K14', 'MYD88', 'NFKB1', 'MAP2K6', 'IL1B', 'RELA', 'IL1RAP', 'PELI2', 'MAP3K7', 'PIK3R2', 'SQSTM1', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'PTPN11', 'JUN', 'MAP2K4', 'PELI1', 'MAP2K2', 'TOLLIP', 'ECSIT', 'HSPB2', 'MAP2K3', 'PIK3R1'}, number: 27
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'IL1B', 'MAP3K1', 'MAP2K3', 'JUN', 'MAP2K4', 'NFKB1'}, number: 8
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TAB2', 'MAP3K14', 'MYD88', 'NFKB1', 'MAP2K6', 'IL1B', 'RELA', 'IL1RAP', 'PELI2', 'MAP3K7', 'PIK3R2', 'SQSTM1', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'PTPN11', 'JUN', 'MAP2K4', 'PELI1', 'MAP2K2', 'TOLLIP', 'ECSIT', 'HSPB2', 'MAP2K3', 'PIK3R1'}, number: 27
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TAB2', 'MAP3K14', 'MYD88', 'NFKB1', 'MAP2K6', 'IL1B', 'RELA', 'IL1RAP', 'PELI2', 'MAP3K7', 'PIK3R2', 'SQSTM1', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'PTPN11', 'JUN', 'MAP2K4', 'PELI1', 'MAP2K2', 'TOLLIP', 'ECSIT', 'HSPB2', 'MAP2K3', 'PIK3R1'}, number: 27
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'MAP3K1', 'PIK3R2', 'PTPN11', 'PIK3R1', 'JUN'}, number: 6
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TAB2', 'MAP3K14', 'MYD88', 'NFKB1', 'MAP2K6', 'IL1B', 'RELA', 'IL1RAP', 'PELI2', 'MAP3K7', 'PIK3R2', 'SQSTM1', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'PTPN11', 'JUN', 'MAP2K4', 'PELI1', 'MAP2K2', 'TOLLIP', 'ECSIT', 'HSPB2', 'MAP2K3', 'PIK3R1'}, number: 27
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAP3K1', 'MAP3K7', 'PIK3R2', 'PIK3R1', 'JUN', 'NFKB1'}, number: 6
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'PIK3R2'}, number: 3
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TAB2', 'MAP3K14', 'MYD88', 'NFKB1', 'MAP2K6', 'IL1B', 'RELA', 'IL1RAP', 'PELI2', 'MAP3K7', 'PIK3R2', 'SQSTM1', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'PTPN11', 'JUN', 'MAP2K4', 'PELI1', 'MAP2K2', 'TOLLIP', 'ECSIT', 'HSPB2', 'MAP2K3', 'PIK3R1'}, number: 27
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'MAP3K1', 'MAP3K7', 'PIK3R2', 'PIK3R1', 'JUN', 'NFKB1'}, number: 7
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'PIK3R2', 'PTPN11', 'PIK3R1', 'NFKB1'}, number: 6
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAP3K1', 'MAP3K7', 'PIK3R2', 'PIK3R1', 'JUN', 'NFKB1'}, number: 6
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'TAB2', 'MAP3K14', 'MYD88', 'NFKB1', 'MAP2K6', 'IL1B', 'RELA', 'IL1RAP', 'PELI2', 'MAP3K7', 'PIK3R2', 'SQSTM1', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'PTPN11', 'JUN', 'MAP2K4', 'PELI1', 'MAP2K2', 'TOLLIP', 'ECSIT', 'HSPB2', 'MAP2K3', 'PIK3R1'}, number: 27
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SQSTM1', 'MAP3K7', 'JUN', 'NFKB1'}, number: 4
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'MAP3K1', 'MAP3K7', 'PIK3R2', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SQSTM1', 'MAP2K2', 'RELA', 'NFKBIA', 'MAP3K1', 'PIK3R2', 'PTPN11', 'PIK3R1', 'JUN', 'NFKB1'}, number: 10
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'MAP2K2', 'RELA', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'PIK3R2', 'PTPN11', 'PIK3R1', 'JUN', 'NFKB1'}, number: 13
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SQSTM1', 'PIK3R1', 'PIK3R2'}, number: 3
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'PIK3R2'}, number: 3
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'PIK3R2', 'PIK3R1', 'NFKB1'}, number: 5
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1A', 'IL1B', 'IL1R1', 'NFKB1'}, number: 4
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL1 Signaling WP195, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL1A', 'IL6', 'STAT1'}, number: 3
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'STAT1', 'IL6', 'JAK1'}, number: 3
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL1A', 'IL6', 'STAT1'}, number: 3
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL1A', 'IL6', 'STAT1'}, number: 3
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT1', 'STAT3', 'JAK1'}, number: 3
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL1A', 'IL6', 'STAT1'}, number: 3
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL1A', 'IL6', 'STAT1'}, number: 3
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1', 'BLVRB'}, number: 2
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'JAK1'}, number: 2
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1A'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1', 'BLVRB'}, number: 2
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1', 'BLVRB'}, number: 2
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT1', 'STAT3'}, number: 2
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL6', 'IL1A', 'STAT1', 'STAT3', 'JAK1'}, number: 5
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1', 'BLVRB'}, number: 2
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'STAT1', 'IL6', 'STAT3', 'JAK1'}, number: 4
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'JAK1'}, number: 2
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL6', 'IL1A', 'STAT1', 'STAT3', 'JAK1'}, number: 5
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'PIK3CD', 'SOS1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'FLNA', 'NFKB1'}, number: 11
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PIK3CD', 'SOS1', 'STAT1', 'PIK3CA', 'SHC1', 'JAK1', 'NFKB1'}, number: 7
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'PIK3CD', 'SOS1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'FLNA', 'NFKB1'}, number: 11
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'PIK3CD', 'SOS1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'FLNA', 'NFKB1'}, number: 11
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GAB2', 'JAK2', 'SOS1', 'SHC1', 'STAT5A', 'PIK3R2', 'STAT1', 'CBL', 'PTPN11', 'PIK3R1', 'STAT3', 'JAK1'}, number: 12
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'STAT3'}, number: 2
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'PIK3CD', 'SOS1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'FLNA', 'NFKB1'}, number: 11
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CD', 'SOS1', 'PIK3R2', 'NFKB1', 'PIK3CA', 'PIK3R1', 'SHC1', 'IRS1'}, number: 8
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CD', 'SOS1', 'STAT5A', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'STAT3'}, number: 7
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'PIK3CD', 'SOS1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'FLNA', 'NFKB1'}, number: 11
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3CD', 'SOS1', 'PIK3R2', 'NFKB1', 'PIK3CA', 'PIK3R1', 'SHC1', 'IRS1'}, number: 8
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'CEBPB'}, number: 2
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RELA', 'GAB2', 'JAK2', 'IRS1', 'PIK3CD', 'SOS1', 'PIK3R2', 'PIK3CA', 'PTPN11', 'PIK3R1', 'SHC1', 'JAK1', 'NFKB1'}, number: 13
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CD', 'SOS1', 'PIK3R2', 'NFKB1', 'PIK3CA', 'PIK3R1', 'SHC1', 'IRS1'}, number: 8
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'PIK3R2', 'PTPN11', 'PIK3R1', 'NFKB1'}, number: 6
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'IRS1', 'PIK3CD', 'SOS1', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'CEBPB', 'SHC1', 'NFKB1'}, number: 9
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IRS2', 'RELA', 'GAB2', 'JAK2', 'IRS1', 'NFKBIA', 'SOS1', 'SHC1', 'STAT5A', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1', 'STAT3', 'NFKB1'}, number: 15
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IRS2', 'RELA', 'JAK2', 'IRS1', 'NFKBIA', 'SHC1', 'STAT6', 'STAT5A', 'PIK3R2', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 16
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'IRS2', 'PIK3CD', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'CEBPB'}, number: 6
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRS2', 'JAK2', 'PIK3CD', 'SOS1', 'STAT6', 'STAT5A', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'CEBPB', 'STAT3', 'JAK1', 'IRS1'}, number: 14
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'RELA', 'JAK2', 'IRS1', 'PIK3CD', 'SOS1', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'JAK1', 'NFKB1'}, number: 11
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IRS1', 'PIK3CD', 'STAT6', 'STAT1', 'PIK3CA', 'STAT3', 'JAK1', 'NFKB1'}, number: 8
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'PRKCD', 'SOS1', 'MAP3K7', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'MAP2K4'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'SOS1', 'JAK1', 'STAT1', 'SHC1', 'MAP2K4'}, number: 7
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'PRKCD', 'SOS1', 'MAP3K7', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'MAP2K4'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'PRKCD', 'SOS1', 'MAP3K7', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'MAP2K4'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCD', 'JAK2', 'SOS1', 'SHC1', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3', 'JAK1'}, number: 12
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1', 'STAT3'}, number: 2
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'PRKCD', 'SOS1', 'MAP3K7', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'MAP2K4'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SOS1', 'MAP3K7', 'PIK3R2', 'PIK3R1', 'RAC1', 'SHC1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'SOS1', 'PIK3R2', 'PIK3R1', 'STAT3'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'PRKCD', 'SOS1', 'MAP3K7', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'MAP2K4'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SOS1', 'MAP3K7', 'PIK3R2', 'PIK3R1', 'RAC1', 'SHC1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'JAK2', 'SOS1', 'BCL2L1', 'PIK3R2', 'PTPN11', 'PIK3R1', 'RAC1', 'SHC1', 'JAK1', 'IL6R'}, number: 12
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SOS1', 'MAP3K7', 'PIK3R2', 'PIK3R1', 'RAC1', 'SHC1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP3K7', 'PIK3R2', 'PTPN11', 'PIK3R1', 'MAP2K4'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAP3K7', 'JUNB', 'RAC1'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SOS1', 'MAP3K7', 'PIK3R2', 'PIK3R1', 'RAC1', 'SHC1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'PRKCD', 'JAK2', 'SOS1', 'SHC1', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'PRKCD', 'JAK2', 'SHC1', 'PIK3R2', 'STAT1', 'IL6ST', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3', 'JAK1', 'IL6R'}, number: 14
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'PIK3R2'}, number: 2
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AGT', 'JAK2', 'STAT3', 'SOS1', 'PIK3R2', 'STAT1', 'PIK3R1', 'IL6ST', 'JAK1', 'IL6R'}, number: 12
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'JAK2', 'SOS1', 'BCL2L1', 'PIK3R2', 'PIK3R1', 'RAC1', 'JAK1', 'IL6R'}, number: 10
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL6', 'STAT3', 'STAT1', 'IL6ST', 'JAK1', 'IL6R'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'STAT1', 'IFNAR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'STAT1', 'JAK1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'STAT1', 'IFNAR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'STAT1', 'IFNAR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JAK2', 'STAT1', 'JAK1'}, number: 3
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'STAT1', 'IFNAR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'STAT1', 'IFNAR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK2', 'IFNAR1', 'JAK1'}, number: 3
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'IRF9'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JAK2', 'STAT1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JAK2', 'IFNGR2', 'STAT1', 'JAK1'}, number: 4
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK2', 'STAT1', 'IFNAR1', 'JAK1'}, number: 4
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK2', 'IFNAR1', 'JAK1'}, number: 3
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IFNGR2', 'STAT1', 'JAK1'}, number: 3
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'MAP3K14', 'SOS2', 'MAP3K5', 'PIK3CA', 'RAC1', 'MAP2K6', 'RPS6KA3', 'PRKCD', 'SRF', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'MAPK12', 'RAC2', 'MAP3K12', 'MAP3K1', 'MAPK13', 'MAP3K8', 'PTPN11', 'JUN', 'MAP2K4', 'MAP2K2', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 29
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'MAP3K9', 'PRKAA1', 'MAP3K5', 'SLC2A1', 'PIK3CA', 'MAP2K6', 'RPS6KA3', 'PIK3CD', 'TSC1', 'PRKAA2', 'INSR', 'MAP3K1', 'JUN', 'MAP2K4', 'MAP2K2', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'SHC1'}, number: 21
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'MAP3K14', 'SOS2', 'MAP3K5', 'PIK3CA', 'RAC1', 'MAP2K6', 'RPS6KA3', 'PRKCD', 'SRF', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'MAPK12', 'RAC2', 'MAP3K12', 'MAP3K1', 'MAPK13', 'MAP3K8', 'PTPN11', 'JUN', 'MAP2K4', 'MAP2K2', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 29
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'MAP3K14', 'SOS2', 'MAP3K5', 'PIK3CA', 'RAC1', 'MAP2K6', 'RPS6KA3', 'PRKCD', 'SRF', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'MAPK12', 'RAC2', 'MAP3K12', 'MAP3K1', 'MAPK13', 'MAP3K8', 'PTPN11', 'JUN', 'MAP2K4', 'MAP2K2', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 29
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'RAC1', 'RPS6KA3', 'PRKCD', 'INPPL1', 'GRB10', 'PIK3R2', 'MAP3K1', 'PTPN11', 'JUN', 'MAP2K2', 'PRKCB', 'SOS1', 'RPS6KA5', 'CBL', 'PIK3R1', 'SHC1'}, number: 19
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'RAC1'}, number: 3
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'XBP1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'MAP3K14', 'SOS2', 'MAP3K5', 'PIK3CA', 'RAC1', 'MAP2K6', 'RPS6KA3', 'PRKCD', 'SRF', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'MAPK12', 'RAC2', 'MAP3K12', 'MAP3K1', 'MAPK13', 'MAP3K8', 'PTPN11', 'JUN', 'MAP2K4', 'MAP2K2', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 29
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK10', 'HRAS', 'RAC2', 'PIK3CD', 'INSR', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1', 'IRS1'}, number: 16
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'PIK3CD', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1'}, number: 10
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'MAP3K14', 'SOS2', 'MAP3K5', 'PIK3CA', 'RAC1', 'MAP2K6', 'RPS6KA3', 'PRKCD', 'SRF', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'MAPK12', 'RAC2', 'MAP3K12', 'MAP3K1', 'MAPK13', 'MAP3K8', 'PTPN11', 'JUN', 'MAP2K4', 'MAP2K2', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 29
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MAPK10', 'HRAS', 'RAC2', 'PIK3CD', 'INSR', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'SOS2', 'XBP1', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1', 'IRS1'}, number: 17
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'XBP1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'EGR1', 'PRKCA', 'INSR', 'SLC2A1', 'PIK3CA'}, number: 5
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKAA1', 'SGK2', 'SOS2', 'PIK3CA', 'RAC1', 'PIK3CD', 'SGK1', 'PIK3R2', 'IRS1', 'TSC1', 'PRKAA2', 'RAC2', 'INSR', 'PTPN11', 'MAP2K2', 'PRKCB', 'SOS1', 'MAPK10', 'PIK3R1', 'SHC1'}, number: 22
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK10', 'HRAS', 'RAC2', 'PIK3CD', 'INSR', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1', 'IRS1'}, number: 16
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MAP3K14', 'MAP3K1', 'MAP3K7', 'PIK3R2', 'MAP2K3', 'PTPN11', 'PIK3R1', 'JUN', 'MAP2K4'}, number: 11
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'EGR1', 'PRKCA', 'PRKAA2', 'PRKCB', 'MAP3K7', 'JUN', 'SLC2A1', 'MAPK10', 'RAC1', 'PRKAA1'}, number: 10
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'XBP1', 'SLC2A1', 'PIK3CA', 'RAC1', 'PIK3CD', 'MAP3K7', 'PIK3R2', 'IRS1', 'RAC2', 'INSR', 'MAP3K1', 'JUN', 'EGR1', 'SOS1', 'MAPK10', 'PIK3R1', 'SHC1'}, number: 20
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'PRKAA1', 'RAC1', 'RPS6KA3', 'PRKCD', 'PIK3R2', 'IRS1', 'PTPRF', 'TSC1', 'IRS2', 'PRKAA2', 'MAP3K1', 'PTPN11', 'JUN', 'MAP2K2', 'EGR1', 'SOS1', 'RPS6KA5', 'MAPK10', 'PIK3R1', 'SHC1'}, number: 21
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKAA1', 'SLC2A1', 'PIK3CA', 'RAC1', 'RPS6KA3', 'PRKCD', 'PIK3R2', 'IRS1', 'PTPRF', 'IRS2', 'PRKAA2', 'INSR', 'MAP3K1', 'PTPN11', 'JUN', 'MAP2K2', 'EGR1', 'PRKCB', 'RPS6KA5', 'MAPK10', 'PIK3R1', 'SHC1'}, number: 24
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC1', 'PRKCA', 'IRS2', 'PRKAA2', 'EGR1', 'PIK3CD', 'INSR', 'PIK3R2', 'SLC2A1', 'PIK3CA', 'PIK3R1', 'PRKAA1'}, number: 12
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'IRS2', 'HRAS', 'PRKAA2', 'PIK3CD', 'INSR', 'SOS1', 'PIK3R2', 'SLC2A1', 'PIK3CA', 'PIK3R1', 'TRIB3', 'PRKAA1', 'IRS1'}, number: 15
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SGK2', 'SOS2', 'SLC2A1', 'PIK3CA', 'RAC1', 'PIK3CD', 'SGK1', 'PIK3R2', 'IRS1', 'TSC1', 'IRS2', 'PRKAA2', 'INSR', 'MAP2K2', 'SOS1', 'PIK3R1', 'PRKAA1'}, number: 19
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'PIK3CD', 'INSR', 'SLC2A1', 'PIK3CA', 'INPP4A', 'IRS1'}, number: 8
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'CDC25B', 'STAT1', 'MAP3K5'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'CDK2', 'BARD1', 'MDM2', 'CDKN1A', 'MAP3K5', 'STAT1', 'JAK1'}, number: 9
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'CDC25B', 'STAT1', 'MAP3K5'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'CDC25B', 'STAT1', 'MAP3K5'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT1', 'JAK1'}, number: 2
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'CDC25B', 'STAT1', 'MAP3K5'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'CDK4', 'ATR', 'CDC25A', 'CDK1', 'SMAD3', 'BRCA1', 'CDK2', 'CHEK1', 'CDKN1B', 'MDM2', 'CDKN1A', 'CASP9'}, number: 13
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'CDK4', 'CDKN1A', 'CASP9'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'CDC25B', 'STAT1', 'MAP3K5'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'CDK4', 'ATR', 'CDC25A', 'CDK1', 'SMAD3', 'BRCA1', 'CDK2', 'CHEK1', 'CDKN1B', 'MDM2', 'CDKN1A', 'CASP9'}, number: 13
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'CDK4', 'ATR', 'CDC25A', 'CDK1', 'MSH6', 'BRCA1', 'CDK2', 'CHEK1', 'MSH2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CASP9'}, number: 14
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'CDK2', 'CDKN1B', 'CASP9', 'MDM2', 'CDKN1A', 'JAK1'}, number: 8
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'CDK4', 'ATR', 'CDC25A', 'CDK1', 'SMAD3', 'BRCA1', 'CDK2', 'CHEK1', 'CDKN1B', 'MDM2', 'CDKN1A', 'CASP9'}, number: 13
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ATR', 'CDC25A', 'MSH6', 'BRCA1', 'CDK2', 'CHEK1', 'MSH2', 'CDKN1A'}, number: 8
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CASP8', 'CDK4', 'ATR', 'CDC25A', 'CDK1', 'SMAD3', 'BRCA1', 'CDK2', 'CHEK1', 'CDKN1B', 'MDM2', 'CDKN1A', 'CASP9'}, number: 13
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'STAT1', 'JAK1', 'SMAD3'}, number: 3
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'MDM2', 'CDKN1B', 'CASP9', 'CDKN1A', 'STAT1', 'JAK1'}, number: 7
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'CDK2', 'CDKN1B', 'CASP9', 'MDM2', 'CDKN1A', 'JAK1'}, number: 8
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT1', 'JAK1', 'SMAD3'}, number: 3
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K6', 'PIK3CD', 'IFNAR1', 'RPS6KA5', 'MAP3K1', 'PIK3R2', 'STAT1', 'RAP1A', 'MAP2K3', 'PTPN11', 'PIK3R1', 'RAC1'}, number: 12
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K6', 'PIK3CD', 'RPS6KA5', 'MAP3K1', 'STAT1', 'MAP2K3', 'JAK1'}, number: 7
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K6', 'PIK3CD', 'IFNAR1', 'RPS6KA5', 'MAP3K1', 'PIK3R2', 'STAT1', 'RAP1A', 'MAP2K3', 'PTPN11', 'PIK3R1', 'RAC1'}, number: 12
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K6', 'PIK3CD', 'IFNAR1', 'RPS6KA5', 'MAP3K1', 'PIK3R2', 'STAT1', 'RAP1A', 'MAP2K3', 'PTPN11', 'PIK3R1', 'RAC1'}, number: 12
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GAB2', 'RPS6KA5', 'MAP3K1', 'STAT5A', 'PIK3R2', 'STAT1', 'RAP1A', 'CBL', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3', 'JAK1'}, number: 13
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1', 'STAT3'}, number: 2
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K6', 'PIK3CD', 'IFNAR1', 'RPS6KA5', 'MAP3K1', 'PIK3R2', 'STAT1', 'RAP1A', 'MAP2K3', 'PTPN11', 'PIK3R1', 'RAC1'}, number: 12
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CD', 'MAP3K1', 'PIK3R2', 'PIK3R1', 'RAC1', 'IRS1'}, number: 6
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CD', 'STAT5A', 'PIK3R2', 'PIK3R1', 'STAT3'}, number: 5
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K6', 'PIK3CD', 'IFNAR1', 'RPS6KA5', 'MAP3K1', 'PIK3R2', 'STAT1', 'RAP1A', 'MAP2K3', 'PTPN11', 'PIK3R1', 'RAC1'}, number: 12
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3CD', 'MAP3K1', 'PIK3R2', 'PIK3R1', 'RAC1', 'IRS1'}, number: 6
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'FYN'}, number: 1
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GAB2', 'PIK3CD', 'IFNAR1', 'PIK3R2', 'RAP1A', 'PTPN11', 'PIK3R1', 'RAC1', 'JAK1', 'IRS1'}, number: 10
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CD', 'MAP3K1', 'PIK3R2', 'PIK3R1', 'RAC1', 'IRS1'}, number: 6
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K6', 'MAP3K1', 'PIK3R2', 'MAP2K3', 'PTPN11', 'PIK3R1'}, number: 6
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'IRF9', 'RAC1', 'RAP1A'}, number: 3
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'FYN', 'PIK3CD', 'MAP3K1', 'PIK3R2', 'PIK3R1', 'RAC1', 'IRS1'}, number: 7
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IRS2', 'GAB2', 'FYN', 'RPS6KA5', 'MAP3K1', 'STAT5A', 'PIK3R2', 'STAT1', 'RAP1A', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3', 'IRS1'}, number: 14
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IRS2', 'FYN', 'RPS6KA5', 'MAP3K1', 'STAT5A', 'PIK3R2', 'STAT1', 'RAP1A', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3', 'JAK1', 'IRS1'}, number: 14
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'IRS2', 'PIK3CD', 'PIK3R2', 'PIK3R1', 'FYN'}, number: 5
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRS2', 'PIK3CD', 'IFNAR1', 'STAT5A', 'PIK3R2', 'STAT1', 'PIK3R1', 'STAT3', 'JAK1', 'IRS1'}, number: 10
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'PIK3CD', 'IFNAR1', 'PIK3R2', 'PIK3R1', 'RAC1', 'JAK1', 'IRS1'}, number: 8
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CD', 'STAT1', 'STAT3', 'JAK1', 'IRS1'}, number: 5
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Interferon Type I Signaling WP585, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'UCP2'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'UCP2'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'UCP2'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CPT2', 'SLC2A1'}, number: 2
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC16A1', 'SLC2A1'}, number: 2
Term: Ketogenesis And Ketolysis WP4742, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RPS6KA3', 'SOS1', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1'}, number: 9
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'RPS6KA3', 'HRAS', 'KITLG', 'SOS1', 'STAT1', 'SHC1'}, number: 7
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RPS6KA3', 'SOS1', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1'}, number: 9
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RPS6KA3', 'SOS1', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1'}, number: 9
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RPS6KA3', 'GAB2', 'PRKCB', 'JAK2', 'SOS1', 'SHC1', 'GRB10', 'STAT5A', 'PIK3R2', 'STAT1', 'CBL', 'PTPN11', 'PIK3R1', 'STAT3'}, number: 17
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'STAT3'}, number: 2
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RPS6KA3', 'SOS1', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1'}, number: 9
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'SOS1', 'PIK3R2', 'PIK3R1', 'SHC1'}, number: 5
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'SOS1', 'STAT5A', 'PIK3R2', 'PIK3R1', 'STAT3'}, number: 9
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RPS6KA3', 'SOS1', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1'}, number: 9
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'SOS1', 'PIK3R2', 'PIK3R1', 'SHC1'}, number: 5
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'FYN'}, number: 2
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'GAB2', 'JAK2', 'KITLG', 'SOS1', 'PIK3R2', 'PTPN11', 'PIK3R1', 'SHC1'}, number: 12
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'SOS1', 'PIK3R2', 'PIK3R1', 'SHC1'}, number: 5
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PTPN11', 'PIK3R1', 'PIK3R2'}, number: 4
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB'}, number: 2
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS1', 'PIK3R2', 'PIK3R1', 'FYN', 'SHC1'}, number: 7
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'RPS6KA3', 'HRAS', 'GAB2', 'JAK2', 'SOS1', 'SHC1', 'STAT5A', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1', 'FYN', 'STAT3'}, number: 14
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RPS6KA3', 'PRKCB', 'JAK2', 'SHC1', 'STAT5A', 'PIK3R2', 'STAT1', 'PTPN11', 'PIK3R1', 'FYN', 'STAT3'}, number: 14
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'FYN', 'PIK3R2'}, number: 4
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'JAK2', 'KITLG', 'SOS1', 'STAT5A', 'PIK3R2', 'STAT1', 'PIK3R1', 'STAT3'}, number: 10
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'JAK2', 'KITLG', 'SOS1', 'PIK3R2', 'PIK3R1'}, number: 8
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT1', 'PRKCA', 'PRKCB', 'STAT3'}, number: 4
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Krebs Cycle Disorders WP4236, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A1', 'SLC2A3'}, number: 2
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A1', 'SLC2A3'}, number: 2
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A1', 'SLC2A3'}, number: 2
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SLC2A1', 'SLC2A3'}, number: 2
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A1', 'SLC2A3'}, number: 2
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1', 'SLC2A3'}, number: 2
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1', 'SLC2A3'}, number: 2
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SLC2A1', 'SLC2A3'}, number: 2
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC16A1', 'SLC2A1'}, number: 2
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Leucine Isoleucine And Valine Metabolism WP4686, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKACB', 'AKT3'}, number: 2
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PRKAA2', 'PRKAG2', 'AKT3', 'PRKAB1', 'PRKAB2', 'PRKAA1', 'PRKAG1'}, number: 7
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKACB', 'AKT3'}, number: 2
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKACB', 'AKT3'}, number: 2
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKACB', 'AKT3'}, number: 2
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT3'}, number: 1
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'AKT3'}, number: 1
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKACB', 'AKT3'}, number: 2
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT3'}, number: 1
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKAA2', 'PRKAG2', 'AKT3', 'PRKAB1', 'PRKACB', 'PRKAB2', 'PRKAA1', 'PRKAG1'}, number: 8
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT3'}, number: 1
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKAA2', 'PRKAG2', 'PRKAB1', 'PRKAB2', 'PRKAA1', 'PRKAG1'}, number: 6
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT3'}, number: 1
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PRKAA2', 'PRKAA1'}, number: 2
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKAA2', 'PRKAA1'}, number: 2
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKAA2', 'PRKAG2', 'PRKAB1', 'PRKACB', 'PRKAB2', 'PRKAA1', 'PRKAG1'}, number: 7
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT3', 'PRKAA2', 'PRKAA1'}, number: 3
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT3', 'PRKAA2', 'PRKAA1'}, number: 3
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism Pathway WP3965, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'HRAS', 'FGFR1', 'IL1B', 'RPS6KA3', 'PRKCD', 'FLNB', 'MAP3K7', 'HSPA1B', 'FLNC', 'NF1', 'PPP3CC', 'ECSIT', 'HSPA8', 'MAP3K14', 'BRAF', 'DUSP10', 'DUSP6', 'MRAS', 'SRF', 'DDIT3', 'ELK4', 'TGFB2', 'HSPA2', 'ARRB1', 'IL1R1', 'RRAS2', 'FGF2', 'MAP3K1', 'PAK1', 'JUN', 'GNA12', 'GADD45A', 'CACNA2D1', 'PDGFB', 'SOS1', 'MAPK10', 'CDC25B', 'NGF', 'SOS2', 'MAP3K5', 'DUSP1', 'RAC1', 'RAPGEF2', 'FGFR4', 'FGFR3', 'HSPA1L', 'PRKACB', 'MAPK12', 'RAP1A', 'HSPA6', 'RAC2', 'MAPK13', 'MAP3K8', 'EGF', 'MAP2K2', 'STMN1', 'PPM1B', 'EGFR', 'AKT3', 'DUSP3', 'RPS6KA5', 'PAK2', 'FGFR2', 'PRKCA', 'JUND', 'TAB2', 'BDNF', 'HSPA1A', 'NFKB1', 'MAP2K6', 'MKNK1', 'RELA', 'PDGFA', 'CACNB3', 'MAP3K20', 'IL1R2', 'IL1A', 'TGFBR2', 'MAP3K12', 'MAPKAPK3', 'FLNA', 'MAP2K4', 'RASA1', 'DUSP4', 'TNFRSF1A', 'TGFBR1', 'MAP2K3'}, number: 87
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'NGF', 'BDNF', 'FGFR1', 'MAP3K5', 'NFKB1', 'IL1B', 'RPS6KA3', 'MAP2K6', 'MKNK1', 'PDGFA', 'FGFR4', 'FGFR3', 'DDIT3', 'FGF2', 'MAP3K1', 'PAK1', 'JUN', 'EGF', 'MAP2K4', 'MAP2K2', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'PAK2', 'FGFR2', 'MAP2K3', 'MAPK10'}, number: 30
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'HRAS', 'FGFR1', 'IL1B', 'RPS6KA3', 'PRKCD', 'FLNB', 'MAP3K7', 'HSPA1B', 'FLNC', 'NF1', 'PPP3CC', 'ECSIT', 'HSPA8', 'MAP3K14', 'BRAF', 'DUSP10', 'DUSP6', 'MRAS', 'SRF', 'DDIT3', 'ELK4', 'TGFB2', 'HSPA2', 'ARRB1', 'IL1R1', 'RRAS2', 'FGF2', 'MAP3K1', 'PAK1', 'JUN', 'GNA12', 'GADD45A', 'CACNA2D1', 'PDGFB', 'SOS1', 'MAPK10', 'CDC25B', 'NGF', 'SOS2', 'MAP3K5', 'DUSP1', 'RAC1', 'RAPGEF2', 'FGFR4', 'FGFR3', 'HSPA1L', 'PRKACB', 'MAPK12', 'RAP1A', 'HSPA6', 'RAC2', 'MAPK13', 'MAP3K8', 'EGF', 'MAP2K2', 'STMN1', 'PPM1B', 'EGFR', 'AKT3', 'DUSP3', 'RPS6KA5', 'PAK2', 'FGFR2', 'PRKCA', 'JUND', 'TAB2', 'BDNF', 'HSPA1A', 'NFKB1', 'MAP2K6', 'MKNK1', 'RELA', 'PDGFA', 'CACNB3', 'MAP3K20', 'IL1R2', 'IL1A', 'TGFBR2', 'MAP3K12', 'MAPKAPK3', 'FLNA', 'MAP2K4', 'RASA1', 'DUSP4', 'TNFRSF1A', 'TGFBR1', 'MAP2K3'}, number: 87
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'HRAS', 'FGFR1', 'IL1B', 'RPS6KA3', 'PRKCD', 'FLNB', 'MAP3K7', 'HSPA1B', 'FLNC', 'NF1', 'PPP3CC', 'ECSIT', 'HSPA8', 'MAP3K14', 'BRAF', 'DUSP10', 'DUSP6', 'MRAS', 'SRF', 'DDIT3', 'ELK4', 'TGFB2', 'HSPA2', 'ARRB1', 'IL1R1', 'RRAS2', 'FGF2', 'MAP3K1', 'PAK1', 'JUN', 'GNA12', 'GADD45A', 'CACNA2D1', 'PDGFB', 'SOS1', 'MAPK10', 'CDC25B', 'NGF', 'SOS2', 'MAP3K5', 'DUSP1', 'RAC1', 'RAPGEF2', 'FGFR4', 'FGFR3', 'HSPA1L', 'PRKACB', 'MAPK12', 'RAP1A', 'HSPA6', 'RAC2', 'MAPK13', 'MAP3K8', 'EGF', 'MAP2K2', 'STMN1', 'PPM1B', 'EGFR', 'AKT3', 'DUSP3', 'RPS6KA5', 'PAK2', 'FGFR2', 'PRKCA', 'JUND', 'TAB2', 'BDNF', 'HSPA1A', 'NFKB1', 'MAP2K6', 'MKNK1', 'RELA', 'PDGFA', 'CACNB3', 'MAP3K20', 'IL1R2', 'IL1A', 'TGFBR2', 'MAP3K12', 'MAPKAPK3', 'FLNA', 'MAP2K4', 'RASA1', 'DUSP4', 'TNFRSF1A', 'TGFBR1', 'MAP2K3'}, number: 87
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'JUND', 'BRAF', 'SOS2', 'RAC1', 'RPS6KA3', 'PRKCD', 'RAP1A', 'ELK4', 'MAP3K1', 'PAK1', 'JUN', 'EGF', 'RASA1', 'MAP2K2', 'STMN1', 'EGFR', 'SOS1', 'RPS6KA5'}, number: 20
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'PAK1', 'RAC1', 'STMN1'}, number: 4
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'DDIT3'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'HRAS', 'FGFR1', 'IL1B', 'RPS6KA3', 'PRKCD', 'FLNB', 'MAP3K7', 'HSPA1B', 'FLNC', 'NF1', 'PPP3CC', 'ECSIT', 'HSPA8', 'MAP3K14', 'BRAF', 'DUSP10', 'DUSP6', 'MRAS', 'SRF', 'DDIT3', 'ELK4', 'TGFB2', 'HSPA2', 'ARRB1', 'IL1R1', 'RRAS2', 'FGF2', 'MAP3K1', 'PAK1', 'JUN', 'GNA12', 'GADD45A', 'CACNA2D1', 'PDGFB', 'SOS1', 'MAPK10', 'CDC25B', 'NGF', 'SOS2', 'MAP3K5', 'DUSP1', 'RAC1', 'RAPGEF2', 'FGFR4', 'FGFR3', 'HSPA1L', 'PRKACB', 'MAPK12', 'RAP1A', 'HSPA6', 'RAC2', 'MAPK13', 'MAP3K8', 'EGF', 'MAP2K2', 'STMN1', 'PPM1B', 'EGFR', 'AKT3', 'DUSP3', 'RPS6KA5', 'PAK2', 'FGFR2', 'PRKCA', 'JUND', 'TAB2', 'BDNF', 'HSPA1A', 'NFKB1', 'MAP2K6', 'MKNK1', 'RELA', 'PDGFA', 'CACNB3', 'MAP3K20', 'IL1R2', 'IL1A', 'TGFBR2', 'MAP3K12', 'MAPKAPK3', 'FLNA', 'MAP2K4', 'RASA1', 'DUSP4', 'TNFRSF1A', 'TGFBR1', 'MAP2K3'}, number: 87
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'RAC1', 'RAC2', 'AKT3', 'SOS1', 'MAP3K1', 'MAP3K7', 'SOS2', 'NFKB1', 'MAPK10', 'JUN', 'GADD45A'}, number: 12
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'AKT3', 'SOS1', 'SOS2', 'EGF', 'GADD45A'}, number: 10
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'HRAS', 'FGFR1', 'IL1B', 'RPS6KA3', 'PRKCD', 'FLNB', 'MAP3K7', 'HSPA1B', 'FLNC', 'NF1', 'PPP3CC', 'ECSIT', 'HSPA8', 'MAP3K14', 'BRAF', 'DUSP10', 'DUSP6', 'MRAS', 'SRF', 'DDIT3', 'ELK4', 'TGFB2', 'HSPA2', 'ARRB1', 'IL1R1', 'RRAS2', 'FGF2', 'MAP3K1', 'PAK1', 'JUN', 'GNA12', 'GADD45A', 'CACNA2D1', 'PDGFB', 'SOS1', 'MAPK10', 'CDC25B', 'NGF', 'SOS2', 'MAP3K5', 'DUSP1', 'RAC1', 'RAPGEF2', 'FGFR4', 'FGFR3', 'HSPA1L', 'PRKACB', 'MAPK12', 'RAP1A', 'HSPA6', 'RAC2', 'MAPK13', 'MAP3K8', 'EGF', 'MAP2K2', 'STMN1', 'PPM1B', 'EGFR', 'AKT3', 'DUSP3', 'RPS6KA5', 'PAK2', 'FGFR2', 'PRKCA', 'JUND', 'TAB2', 'BDNF', 'HSPA1A', 'NFKB1', 'MAP2K6', 'MKNK1', 'RELA', 'PDGFA', 'CACNB3', 'MAP3K20', 'IL1R2', 'IL1A', 'TGFBR2', 'MAP3K12', 'MAPKAPK3', 'FLNA', 'MAP2K4', 'RASA1', 'DUSP4', 'TNFRSF1A', 'TGFBR1', 'MAP2K3'}, number: 87
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'HRAS', 'RAC1', 'RAC2', 'AKT3', 'SOS1', 'MAP3K1', 'MAP3K7', 'DDIT3', 'SOS2', 'NFKB1', 'MAPK10', 'JUN', 'GADD45A'}, number: 14
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'DDIT3'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RAP1A', 'GADD45A'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'TGFB2', 'TGFBR2', 'PDGFB', 'HSPA1A'}, number: 5
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'NGF', 'BDNF', 'FGFR1', 'SOS2', 'RAC1', 'NFKB1', 'MRAS', 'RELA', 'PDGFA', 'FGFR4', 'FGFR3', 'PRKACB', 'RAP1A', 'RAC2', 'RRAS2', 'FGF2', 'NF1', 'PAK1', 'EGF', 'RASA1', 'MAP2K2', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'PAK2', 'FGFR2', 'MAPK10'}, number: 30
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'RAC1', 'RAC2', 'AKT3', 'SOS1', 'MAP3K1', 'MAP3K7', 'SOS2', 'NFKB1', 'MAPK10', 'JUN', 'GADD45A'}, number: 12
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'IL1B', 'TAB2', 'MAP3K14', 'RELA', 'IL1A', 'IL1R1', 'MAP3K1', 'MAP3K7', 'ECSIT', 'MAP2K3', 'JUN', 'MAP2K4', 'NFKB1'}, number: 15
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'TGFB2', 'RAC1', 'PPP3CC', 'PDGFB', 'TGFBR2', 'HSPA1A', 'MAP3K7', 'NFKB1', 'RAP1A', 'MAPK10', 'JUN', 'GADD45A'}, number: 13
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'SOS2', 'RAC1', 'NFKB1', 'IL1B', 'MAP3K7', 'DDIT3', 'TGFB2', 'RAC2', 'TGFBR2', 'MAP3K1', 'JUN', 'GADD45A', 'PDGFB', 'AKT3', 'SOS1', 'MAPK10'}, number: 19
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'RPS6KA3', 'HRAS', 'MKNK1', 'RAC1', 'RELA', 'PRKCD', 'NGF', 'BRAF', 'BDNF', 'SOS1', 'RPS6KA5', 'MAP3K1', 'RAP1A', 'MAPK10', 'JUN', 'NFKB1'}, number: 17
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'NGF', 'BDNF', 'RAC1', 'NFKB1', 'IL1B', 'RPS6KA3', 'RELA', 'PRKCD', 'RAP1A', 'TGFB2', 'IL1R2', 'IL1A', 'TGFBR2', 'IL1R1', 'FGF2', 'MAP3K1', 'JUN', 'MAP2K2', 'RPS6KA5', 'TNFRSF1A', 'TGFBR1', 'MAPK10'}, number: 24
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A', 'PRKACB'}, number: 6
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'EGFR', 'PDGFA', 'NGF', 'FGFR4', 'PDGFB', 'AKT3', 'SOS1', 'FGFR3', 'FGF2', 'FGFR1', 'DDIT3', 'FGFR2', 'EGF', 'GADD45A'}, number: 16
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'NGF', 'BDNF', 'FGFR1', 'SOS2', 'RAC1', 'NFKB1', 'RELA', 'PDGFA', 'FGFR4', 'FGFR3', 'FGF2', 'EGF', 'MAP2K2', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'FGFR2'}, number: 20
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'PRKCA', 'TGFB2', 'IL1R2', 'IL1A', 'NGF', 'BDNF', 'IL1R1', 'TGFBR2', 'FGF2', 'TNFRSF1A', 'TGFBR1', 'NFKB1'}, number: 13
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4', 'FGFR1'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'PIK3R1', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'RAP1A', 'JUN', 'PIK3CA', 'PTPN11', 'PAK2', 'RAC1'}, number: 16
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'MET', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'PAK2', 'CDKN1A', 'PIK3CA', 'PAK3', 'JUN'}, number: 12
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'PIK3R1', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'RAP1A', 'JUN', 'PIK3CA', 'PTPN11', 'PAK2', 'RAC1'}, number: 16
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'PIK3R1', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'RAP1A', 'JUN', 'PIK3CA', 'PTPN11', 'PAK2', 'RAC1'}, number: 16
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'BRAF', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'RAP1A', 'JUN', 'CBL', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3'}, number: 14
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PAK1', 'RAC1', 'STAT3'}, number: 4
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'PIK3R1', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'RAP1A', 'JUN', 'PIK3CA', 'PTPN11', 'PAK2', 'RAC1'}, number: 16
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'PIK3CD', 'AKT3', 'SOS1', 'JUN', 'SOS2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'RAC1'}, number: 11
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'STAT3'}, number: 12
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'PIK3R1', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'RAP1A', 'JUN', 'PIK3CA', 'PTPN11', 'PAK2', 'RAC1'}, number: 16
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'PIK3CD', 'AKT3', 'SOS1', 'JUN', 'SOS2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'RAC1'}, number: 11
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1A', 'RAP1A'}, number: 2
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'ETS1', 'HRAS', 'PIK3R1', 'MET', 'PIK3CD', 'AKT3', 'SOS1', 'PAK1', 'SOS2', 'PIK3R2', 'RAP1A', 'PAK2', 'PIK3CA', 'PTPN11', 'PAK3', 'CDKN1A', 'RAC1'}, number: 18
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'PIK3CD', 'AKT3', 'SOS1', 'JUN', 'SOS2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'RAC1'}, number: 11
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R2', 'PTPN11', 'PIK3R1', 'JUN'}, number: 5
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A', 'JUN', 'RAC1', 'RAP1A'}, number: 4
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'PIK3CD', 'AKT3', 'SOS1', 'JUN', 'SOS2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'RAC1'}, number: 11
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'BRAF', 'SOS1', 'JUN', 'PIK3R2', 'RAP1A', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3'}, number: 11
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'JUN', 'PIK3R2', 'RAP1A', 'PIK3CA', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3'}, number: 10
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CD', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1'}, number: 5
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'MET', 'PIK3CD', 'AKT3', 'SOS1', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'STAT3'}, number: 11
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'MET', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'RAC1'}, number: 12
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA', 'PIK3CD', 'STAT3'}, number: 3
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CASP9'}, number: 1
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: MTHFR Deficiency WP4288, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FN1', 'EGF'}, number: 2
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FOSL1', 'AREG', 'CCND1', 'FN1', 'EGF'}, number: 5
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FN1', 'EGF'}, number: 2
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FN1', 'EGF'}, number: 2
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT5A', 'EGF', 'ERBB2'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FN1', 'EGF'}, number: 2
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'FOSL1', 'ERBB2', 'CCND1'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT5A', 'EGF', 'ERBB2', 'CCND1'}, number: 4
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FN1', 'EGF'}, number: 2
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'FOSL1', 'ERBB2', 'CCND1'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'FN1', 'EGF', 'CCND1'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'FOSL1', 'ERBB2', 'CCND1'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FOSL1', 'CCND1'}, number: 2
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'FOSL1', 'ERBB2', 'CCND1'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT5A'}, number: 1
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'STAT5A'}, number: 1
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FN1', 'NRIP1', 'EGF', 'STAT5A'}, number: 4
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FN1', 'EGF', 'CCND1'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TAB2', 'HSPA1A', 'PIK3CA', 'MYD88', 'NFKB1', 'IL1B', 'TBK1', 'RELA', 'PIK3CD', 'HSPA1L', 'MAP3K7', 'PIK3R2', 'HSPA1B', 'TRAF3', 'CASP8', 'HSPA6', 'HSPA2', 'IL1A', 'TLR2', 'NFKBIA', 'IL12A', 'IFNAR1', 'JUN', 'IL6', 'STAT1', 'MAPK10', 'PIK3R1', 'HSPA8'}, number: 28
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK10', 'IL1B', 'CDK4', 'IL6', 'PIK3CD', 'CSNK2A1', 'CDK2', 'STAT1', 'CCND1', 'PIK3CA', 'JUN', 'CCNE1', 'JAK1', 'NFKB1'}, number: 14
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TAB2', 'HSPA1A', 'PIK3CA', 'MYD88', 'NFKB1', 'IL1B', 'TBK1', 'RELA', 'PIK3CD', 'HSPA1L', 'MAP3K7', 'PIK3R2', 'HSPA1B', 'TRAF3', 'CASP8', 'HSPA6', 'HSPA2', 'IL1A', 'TLR2', 'NFKBIA', 'IL12A', 'IFNAR1', 'JUN', 'IL6', 'STAT1', 'MAPK10', 'PIK3R1', 'HSPA8'}, number: 28
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TAB2', 'HSPA1A', 'PIK3CA', 'MYD88', 'NFKB1', 'IL1B', 'TBK1', 'RELA', 'PIK3CD', 'HSPA1L', 'MAP3K7', 'PIK3R2', 'HSPA1B', 'TRAF3', 'CASP8', 'HSPA6', 'HSPA2', 'IL1A', 'TLR2', 'NFKBIA', 'IL12A', 'IFNAR1', 'JUN', 'IL6', 'STAT1', 'MAPK10', 'PIK3R1', 'HSPA8'}, number: 28
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT5A', 'PIK3R2', 'STAT1', 'PIK3R1', 'JUN', 'STAT3', 'JAK1'}, number: 7
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'STAT3'}, number: 2
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID', 'IL1B', 'EIF2S1'}, number: 3
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TAB2', 'HSPA1A', 'PIK3CA', 'MYD88', 'NFKB1', 'IL1B', 'TBK1', 'RELA', 'PIK3CD', 'HSPA1L', 'MAP3K7', 'PIK3R2', 'HSPA1B', 'TRAF3', 'CASP8', 'HSPA6', 'HSPA2', 'IL1A', 'TLR2', 'NFKBIA', 'IL12A', 'IFNAR1', 'JUN', 'IL6', 'STAT1', 'MAPK10', 'PIK3R1', 'HSPA8'}, number: 28
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'CDK4', 'MAPK10', 'BID', 'PIK3CD', 'CDK2', 'MAP3K7', 'CDKN1B', 'PIK3R2', 'JUN', 'CCND1', 'PIK3CA', 'PIK3R1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9', 'NFKB1'}, number: 18
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'CDK4', 'BID', 'PIK3CD', 'STAT5A', 'PIK3R2', 'CCND1', 'PIK3CA', 'PIK3R1', 'CDK6', 'STAT3', 'CASP9'}, number: 12
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TAB2', 'HSPA1A', 'PIK3CA', 'MYD88', 'NFKB1', 'IL1B', 'TBK1', 'RELA', 'PIK3CD', 'HSPA1L', 'MAP3K7', 'PIK3R2', 'HSPA1B', 'TRAF3', 'CASP8', 'HSPA6', 'HSPA2', 'IL1A', 'TLR2', 'NFKBIA', 'IL12A', 'IFNAR1', 'JUN', 'IL6', 'STAT1', 'MAPK10', 'PIK3R1', 'HSPA8'}, number: 28
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'EIF2S1', 'PIK3CA', 'CCNE1', 'NFKB1', 'IL1B', 'CDK4', 'PIK3CD', 'MAP3K7', 'CDKN1B', 'PIK3R2', 'CDK6', 'CASP9', 'CASP8', 'CDK2', 'CCND1', 'JUN', 'CCNE2', 'BID', 'MAPK10', 'PIK3R1'}, number: 20
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID', 'IL1B', 'EIF2S1'}, number: 3
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'CDK4', 'BID', 'CDK2', 'CDKN1B', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9'}, number: 10
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HSPA1A', 'PIK3CA'}, number: 2
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3CA', 'CCNE1', 'NFKB1', 'CDK4', 'RELA', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'CDK6', 'CASP9', 'JAK1', 'TLR2', 'IFNAR1', 'CDK2', 'BCL2L1', 'CCND1', 'CCNE2', 'IL6', 'MAPK10', 'PIK3R1'}, number: 20
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'CDK4', 'MAPK10', 'BID', 'PIK3CD', 'CDK2', 'MAP3K7', 'CDKN1B', 'PIK3R2', 'JUN', 'CCND1', 'PIK3CA', 'PIK3R1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9', 'NFKB1'}, number: 18
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B', 'RELA', 'TAB2', 'IL1A', 'NFKBIA', 'MAP3K7', 'PIK3R2', 'MYD88', 'PIK3R1', 'JUN', 'NFKB1'}, number: 11
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'IRF9', 'CSNK2A1', 'CDK2', 'HSPA1A', 'MAP3K7', 'CCND1', 'MAPK10', 'JUN', 'CCNE1', 'NFKB1'}, number: 10
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EIF2S1', 'HSPA1A', 'PIK3CA', 'CCNE1', 'NFKB1', 'IL1B', 'CDK4', 'PIK3CD', 'MAP3K7', 'CDKN1B', 'PIK3R2', 'CDK6', 'CASP9', 'CASP8', 'CDK2', 'CCND1', 'JUN', 'CCNE2', 'BID', 'MAPK10', 'PIK3R1'}, number: 21
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF2S1', 'RELA', 'NFKBIA', 'CSNK2A1', 'STAT5A', 'PIK3R2', 'STAT1', 'MAPK10', 'PIK3R1', 'JUN', 'STAT3', 'NFKB1'}, number: 12
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK10', 'IL1B', 'EIF2S1', 'IL6', 'RELA', 'IL1A', 'NFKBIA', 'IL12A', 'CSNK2A1', 'STAT5A', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 18
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CD', 'HSPA1A', 'PIK3R2', 'PIK3CA', 'PIK3R1'}, number: 5
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6', 'PIK3CD', 'IFNAR1', 'CDKN1B', 'PIK3R2', 'STAT5A', 'CASP9', 'STAT1', 'PIK3CA', 'PIK3R1', 'STAT3', 'JAK1'}, number: 12
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3CA', 'CCNE1', 'NFKB1', 'CDK4', 'RELA', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'CDK6', 'CASP9', 'JAK1', 'TLR2', 'IFNAR1', 'CDK2', 'BCL2L1', 'CCND1', 'CCNE2', 'IL6', 'PIK3R1'}, number: 19
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'IL6', 'IL1A', 'PIK3CD', 'IL12A', 'STAT1', 'PIK3CA', 'STAT3', 'JAK1', 'NFKB1'}, number: 10
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Measles Virus Infection WP4630, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'SLC25A5'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'SLC25A5'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'SLC25A5'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A5', 'SLC2A1', 'SLC2A3'}, number: 3
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GLS2', 'XDH', 'SLC2A1', 'SLC2A5', 'SLC2A3'}, number: 5
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A5', 'SLC2A1', 'SLC2A3'}, number: 3
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GLS2', 'PSAT1', 'SHMT1', 'SLC2A1', 'GOT1', 'SLC2A3'}, number: 6
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A5', 'SLC2A1', 'SLC2A3'}, number: 3
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1', 'SLC2A3'}, number: 2
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1', 'SLC2A3'}, number: 2
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GLS2', 'PSAT1', 'SHMT1', 'SLC2A1', 'GOT1', 'SLC2A3'}, number: 6
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5', 'PSAT1', 'GLUD1', 'SLC2A1'}, number: 4
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FGFR4', 'FGFR1'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGFR4', 'FGFR1', 'SLC2A1'}, number: 3
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FGFR4', 'FGFR1'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FGFR4', 'FGFR1'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FGFR4', 'FGFR1'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FGFR4', 'FGFR1'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'LPAR1', 'FGFR4', 'FGFR1'}, number: 3
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GLS', 'PSAT1', 'SLC2A1'}, number: 3
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPAR1', 'FGFR4', 'FGFR1', 'SLC2A1'}, number: 4
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'LPAR1', 'FGFR4', 'FGFR1', 'SLC2A1'}, number: 4
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GLS', 'PSAT1', 'SLC2A1'}, number: 3
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'P4HA2', 'PGM1', 'LPAR1', 'P3H4', 'FGFR4', 'SLC16A1', 'PYCR1', 'SLC1A5', 'PLOD1', 'PSAT1', 'FGFR1', 'ALDH18A1', 'SLC2A1', 'GLUD1', 'P4HA1', 'GLS', 'LOXL2', 'UGDH'}, number: 18
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'SDHB'}, number: 1
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'SDHB'}, number: 1
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'SDHB'}, number: 1
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PGD', 'G6PD', 'SLC2A1'}, number: 3
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TIGAR', 'PGD', 'G6PD', 'SLC2A1'}, number: 4
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PGD', 'G6PD', 'SLC2A1'}, number: 3
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GLS', 'PSAT1', 'SLC2A1'}, number: 3
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PGD', 'G6PD', 'SLC2A1'}, number: 3
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GLS', 'PSAT1', 'SLC2A1'}, number: 3
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GLUD1', 'SLC1A5', 'PSAT1', 'SLC2A1', 'PYCR1', 'GLS'}, number: 6
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC7A5', 'SLC2A1'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ME1', 'SLC2A1'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GLS2', 'ME1', 'SLC2A1'}, number: 3
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ME1', 'LDLR', 'SLC2A1'}, number: 3
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GLS2', 'GOT1', 'SLC2A1'}, number: 3
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ME1', 'LDLR', 'HMGCR', 'SLC2A1'}, number: 4
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HMGCR', 'SLC2A1'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GLS2', 'GOT1', 'SLC2A1'}, number: 3
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5', 'GLUD1', 'SLC16A1', 'SLC2A1'}, number: 4
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXN'}, number: 1
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXN'}, number: 1
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TXN'}, number: 1
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TXN'}, number: 1
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Methionine De Novo And Salvage Pathway WP3580, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SCP2'}, number: 1
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SCP2'}, number: 1
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SCP2'}, number: 1
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACADM', 'ACSL1', 'EHHADH', 'CPT2', 'SCP2'}, number: 5
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SCP2'}, number: 1
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ACSL1'}, number: 1
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'EGFR', 'NGF', 'SOS1', 'MAP3K1', 'NF1', 'EGF'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCNE1', 'EGFR', 'NGF', 'SOS1', 'MAP3K1', 'EGF'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'EGFR', 'NGF', 'SOS1', 'MAP3K1', 'NF1', 'EGF'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'EGFR', 'NGF', 'SOS1', 'MAP3K1', 'NF1', 'EGF'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'SOS1', 'PCNA', 'MAP3K1', 'EGF'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'EGFR', 'NGF', 'SOS1', 'MAP3K1', 'NF1', 'EGF'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'ATR', 'SOS1', 'MAP3K1', 'CCNE2', 'CCNE1'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'SOS1', 'EGF', 'EGFR'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'EGFR', 'NGF', 'SOS1', 'MAP3K1', 'NF1', 'EGF'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ATR', 'SOS1', 'MAP3K1', 'CCNE2', 'CCNE1'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RFC2', 'ATR', 'RFC3', 'USP1', 'CCNE2', 'PCNA', 'RFC5', 'CCNE1', 'RFC4'}, number: 9
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EXOC2', 'EGFR', 'NGF', 'SOS1', 'NF1', 'EGF', 'CCNE2', 'CCNE1'}, number: 8
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'ATR', 'SOS1', 'MAP3K1', 'CCNE2', 'CCNE1'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RFC2', 'ATR', 'RFC3', 'USP1', 'PCNA', 'RFC5', 'CCNE1', 'RFC4'}, number: 8
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ATR', 'SOS1', 'MAP3K1', 'CCNE2', 'CCNE1'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NGF', 'MAP3K1', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NGF', 'MAP3K1'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNA2'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SOS1', 'NGF', 'EGF', 'EGFR'}, number: 4
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCNE1', 'EGFR', 'NGF', 'SOS1', 'CCNE2', 'EGF'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'NGF'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PIK3CA', 'INSR'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'EPHB2'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CA', 'INSR'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3CA', 'INSR'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLC', 'INSR', 'GCLM', 'RBX1', 'MAF', 'EPHB2', 'AIMP2', 'HMOX1', 'NQO1', 'PIK3CA', 'CEBPB', 'FYN', 'KEAP1'}, number: 15
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'INSR'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CA', 'INSR'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'RBX1', 'HMOX1', 'NQO1', 'KEAP1'}, number: 8
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLC', 'INSR', 'GCLM', 'RBX1', 'MAF', 'EPHB2', 'AIMP2', 'HMOX1', 'NQO1', 'PIK3CA', 'CEBPB', 'FYN', 'KEAP1'}, number: 15
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'FYN'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'FYN', 'INSR'}, number: 4
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLC', 'INSR', 'GCLM', 'RBX1', 'MAF', 'EPHB2', 'AIMP2', 'HMOX1', 'NQO1', 'PIK3CA', 'CEBPB', 'FYN', 'KEAP1'}, number: 15
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3CA', 'CEBPB', 'INSR'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'INSR'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'INSR'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EPHA2', 'PDGFB', 'HBEGF', 'SLC2A1', 'TGFA'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GPX3', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GPX3', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GPX3', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA', 'TGFA'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'MAFG', 'SLC39A4', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'SLC2A5', 'KEAP1', 'SLC6A15', 'ME1', 'CES2', 'MGST2', 'SLC39A10', 'BLVRB', 'GCLC', 'SLC39A6', 'HMOX1', 'SLC39A3', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'SQSTM1', 'EPHA2', 'GPX3', 'SLC6A20', 'SLC39A9', 'SLC2A11', 'SLC2A10', 'GSTM3', 'TGFB2', 'HSP90AB1', 'TGFBR2', 'GCLM', 'CBR3', 'TXNRD3', 'GSTA4', 'MAFF', 'SERPINA1', 'PRDX1', 'RXRA', 'NRG1', 'FTL', 'FTH1', 'SLC39A8', 'SLC7A11', 'CES4A', 'EGR1', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'GSR', 'ABCC3', 'CBR1', 'SLC6A8', 'SLC6A6', 'SLC5A3', 'ABCC2', 'TXN'}, number: 63
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EPHA2', 'HSP90AA1', 'HSP90AB1', 'PDGFB', 'TGFA'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAFG', 'SLC39A4', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'SLC2A5', 'KEAP1', 'SLC6A15', 'ME1', 'CES2', 'MGST2', 'SLC39A10', 'BLVRB', 'GCLC', 'SLC39A6', 'HMOX1', 'SLC39A3', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'SQSTM1', 'EPHA2', 'GPX3', 'SLC6A20', 'SLC39A9', 'SLC2A11', 'SLC2A10', 'GSTM3', 'TGFB2', 'HSP90AB1', 'TGFBR2', 'GCLM', 'CBR3', 'TXNRD3', 'GSTA4', 'MAFF', 'SERPINA1', 'PRDX1', 'RXRA', 'NRG1', 'FTL', 'FTH1', 'SLC39A8', 'SLC7A11', 'CES4A', 'EGR1', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'GSR', 'ABCC3', 'CBR1', 'SLC6A8', 'SLC6A6', 'SLC5A3', 'ABCC2', 'TXN'}, number: 63
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAFG', 'SLC39A4', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'SLC2A5', 'KEAP1', 'SLC6A15', 'ME1', 'CES2', 'MGST2', 'SLC39A10', 'BLVRB', 'GCLC', 'SLC39A6', 'HMOX1', 'SLC39A3', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'SQSTM1', 'EPHA2', 'GPX3', 'SLC6A20', 'SLC39A9', 'SLC2A11', 'SLC2A10', 'GSTM3', 'TGFB2', 'HSP90AB1', 'TGFBR2', 'GCLM', 'CBR3', 'TXNRD3', 'GSTA4', 'MAFF', 'SERPINA1', 'PRDX1', 'RXRA', 'NRG1', 'FTL', 'FTH1', 'SLC39A8', 'SLC7A11', 'CES4A', 'EGR1', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'GSR', 'ABCC3', 'CBR1', 'SLC6A8', 'SLC6A6', 'SLC5A3', 'ABCC2', 'TXN'}, number: 63
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GPX3', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SQSTM1', 'EGR1'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SQSTM1', 'EGR1', 'TGFB2', 'TGFBR2', 'SLC2A1', 'SLC2A3'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MAFG', 'SLC39A4', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'SLC2A5', 'KEAP1', 'SLC6A15', 'ME1', 'CES2', 'MGST2', 'SLC39A10', 'BLVRB', 'GCLC', 'SLC39A6', 'HMOX1', 'SLC39A3', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'SQSTM1', 'EPHA2', 'GPX3', 'SLC6A20', 'SLC39A9', 'SLC2A11', 'SLC2A10', 'GSTM3', 'TGFB2', 'HSP90AB1', 'TGFBR2', 'GCLM', 'CBR3', 'TXNRD3', 'GSTA4', 'MAFF', 'SERPINA1', 'PRDX1', 'RXRA', 'NRG1', 'FTL', 'FTH1', 'SLC39A8', 'SLC7A11', 'CES4A', 'EGR1', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'GSR', 'ABCC3', 'CBR1', 'SLC6A8', 'SLC6A6', 'SLC5A3', 'ABCC2', 'TXN'}, number: 63
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EPHA2', 'HSP90AA1', 'HSP90AB1', 'PDGFB', 'SLC2A1', 'RXRA', 'SLC2A3'}, number: 7
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EPHA2', 'HSP90AA1', 'HSP90AB1', 'PDGFB', 'SLC2A1', 'TGFA', 'SLC2A3'}, number: 7
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFBR2', 'TGFB2', 'SLC2A1', 'SLC2A3'}, number: 4
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GPX3', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 6
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'DUSP1', 'IL7', 'MYD88', 'FN1', 'RAC1', 'IL1B', 'CXCL8', 'TBK1', 'TRAF3', 'CASP8', 'IL1R2', 'IL1A', 'TGFBR2', 'IL12A', 'FGF2', 'JUN', 'IL6', 'CCL2', 'STAT1', 'HSPA8'}, number: 20
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'IL6', 'ACTG1', 'ATG13', 'AKT1S1', 'FGF2', 'JUN', 'STAT1', 'ITGA3', 'JAK1', 'CCL2', 'FN1', 'DEPTOR', 'ULK1'}, number: 14
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'DUSP1', 'IL7', 'MYD88', 'FN1', 'RAC1', 'IL1B', 'CXCL8', 'TBK1', 'TRAF3', 'CASP8', 'IL1R2', 'IL1A', 'TGFBR2', 'IL12A', 'FGF2', 'JUN', 'IL6', 'CCL2', 'STAT1', 'HSPA8'}, number: 20
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'DUSP1', 'IL7', 'MYD88', 'FN1', 'RAC1', 'IL1B', 'CXCL8', 'TBK1', 'TRAF3', 'CASP8', 'IL1R2', 'IL1A', 'TGFBR2', 'IL12A', 'FGF2', 'JUN', 'IL6', 'CCL2', 'STAT1', 'HSPA8'}, number: 20
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RAC1', 'JAK2', 'ITCH', 'STAT1', 'JUN', 'JAK1'}, number: 6
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1', 'CAMK4', 'CDK1'}, number: 3
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'BID'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'DUSP1', 'IL7', 'MYD88', 'FN1', 'RAC1', 'IL1B', 'CXCL8', 'TBK1', 'TRAF3', 'CASP8', 'IL1R2', 'IL1A', 'TGFBR2', 'IL12A', 'FGF2', 'JUN', 'IL6', 'CCL2', 'STAT1', 'HSPA8'}, number: 20
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'RAC1', 'CDK1', 'CCNB1', 'BID', 'CCNB2', 'JUN', 'CASP9'}, number: 8
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'BID', 'CASP9'}, number: 3
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'DUSP1', 'IL7', 'MYD88', 'FN1', 'RAC1', 'IL1B', 'CXCL8', 'TBK1', 'TRAF3', 'CASP8', 'IL1R2', 'IL1A', 'TGFBR2', 'IL12A', 'FGF2', 'JUN', 'IL6', 'CCL2', 'STAT1', 'HSPA8'}, number: 20
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'IL1B', 'RAC1', 'CDK1', 'CCNB1', 'BID', 'CCNB2', 'JUN', 'CASP9'}, number: 9
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'BID'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'CCNB1', 'CDK1', 'BID', 'CCNB2', 'PARP2', 'CASP9'}, number: 7
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CEBPB', 'TGFBR2', 'FYN', 'EGR1'}, number: 4
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'RAC1', 'JAK2', 'DDIT4', 'ATG13', 'AKT1S1', 'FGF2', 'CASP9', 'ITGA3', 'JAK1', 'IL7', 'FN1', 'DEPTOR', 'ULK1', 'MAP1LC3B'}, number: 15
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'RAC1', 'CDK1', 'CCNB1', 'BID', 'CCNB2', 'JUN', 'CASP9'}, number: 8
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B', 'IL1A', 'CCL2', 'MYD88', 'JUN'}, number: 5
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DEPTOR', 'EGR1', 'JUNB', 'RAC1', 'TP53I3', 'IRF9', 'TGFBR2', 'PARP2', 'DDIT4', 'AKT1S1', 'CCL2', 'JUN', 'SERPINE1', 'ULK1'}, number: 14
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CASP8', 'IL1B', 'EGR1', 'RAC1', 'FYN', 'CDK1', 'CCNB1', 'BID', 'CCNB2', 'TGFBR2', 'CEBPB', 'JUN', 'CASP9'}, number: 13
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EGR1', 'FYN', 'JAK2', 'CAMK4', 'JUN', 'STAT1', 'RAC1'}, number: 7
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1B', 'EGR1', 'IL1R2', 'IL6', 'RAC1', 'FYN', 'JAK2', 'IL1A', 'TGFBR2', 'CAMK4', 'IL12A', 'FGF2', 'STAT1', 'JUN', 'JAK1'}, number: 15
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EGR1', 'FYN', 'CCNB1', 'TGFBR2', 'CEBPB'}, number: 5
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6', 'AGT', 'JAK2', 'DDIT4', 'AKT1S1', 'FGF2', 'STAT1', 'ITGA3', 'CASP9', 'JAK1', 'CEBPB', 'FN1', 'SERPINE1', 'ULK1'}, number: 14
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'JAK2', 'DDIT4', 'AKT1S1', 'FGF2', 'CASP9', 'ITGA3', 'JAK1', 'IL7', 'FN1', 'RAC1', 'ULK1'}, number: 12
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'IL1R2', 'IL6', 'IL1A', 'TGFBR2', 'IL12A', 'CAMK4', 'FGF2', 'STAT1', 'JAK1'}, number: 10
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'MAP2K2', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'EGF', 'GADD45A'}, number: 15
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'HRAS', 'EGFR', 'PIK3CD', 'AKT3', 'SOS1', 'CDKN1A', 'CCND1', 'TGFA', 'PIK3CA', 'CDKN2A', 'EGF', 'PDK1'}, number: 14
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'MAP2K2', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'EGF', 'GADD45A'}, number: 15
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'MAP2K2', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'EGF', 'GADD45A'}, number: 15
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'EGFR', 'BRAF', 'ERBB2', 'SOS1', 'STAT5A', 'SOS2', 'PIK3R2', 'PIK3R1', 'EGF', 'STAT3'}, number: 14
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'STAT3'}, number: 3
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID'}, number: 1
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'MAP2K2', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'EGF', 'GADD45A'}, number: 15
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'SOS2', 'PIK3CA', 'PDK1', 'CDK4', 'PIK3CD', 'PIK3R2', 'CDK6', 'CASP9', 'CASP8', 'CCND1', 'CDKN2A', 'GADD45A', 'BID', 'AKT3', 'ERBB2', 'SOS1', 'CDKN1A', 'PIK3R1'}, number: 19
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'E2F3', 'HRAS', 'PRKCA', 'BRAF', 'SOS2', 'PIK3CA', 'PDK1', 'CRABP2', 'CDK4', 'FHIT', 'PIK3CD', 'STAT5A', 'PIK3R2', 'TGFA', 'CDK6', 'STAT3', 'CASP9', 'CASP8', 'PLCG2', 'CCND1', 'RXRA', 'CDKN2A', 'EGF', 'GADD45A', 'MAP2K2', 'EML4', 'PRKCB', 'EGFR', 'BID', 'AKT3', 'ERBB2', 'SOS1', 'CDKN1A', 'PIK3R1'}, number: 34
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'MAP2K2', 'PRKCA', 'HRAS', 'EGFR', 'BRAF', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'EGF', 'GADD45A'}, number: 15
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'SOS2', 'PIK3CA', 'PDK1', 'CDK4', 'PIK3CD', 'PIK3R2', 'CDK6', 'CASP9', 'CASP8', 'CCND1', 'CDKN2A', 'GADD45A', 'BID', 'AKT3', 'ERBB2', 'SOS1', 'CDKN1A', 'PIK3R1'}, number: 19
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID'}, number: 1
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'CDK4', 'BID', 'CDKN1A', 'CCND1', 'CDK6', 'CASP9', 'GADD45A'}, number: 8
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'RXRA', 'TGFA'}, number: 4
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'PIK3CA', 'CDK4', 'PIK3CD', 'PIK3R2', 'TGFA', 'CDK6', 'CASP9', 'PLCG2', 'CCND1', 'EGF', 'MAP2K2', 'PRKCB', 'EGFR', 'AKT3', 'SOS1', 'CDKN1A', 'PIK3R1'}, number: 20
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'SOS2', 'PIK3CA', 'PDK1', 'CDK4', 'PIK3CD', 'PIK3R2', 'CDK6', 'CASP9', 'CASP8', 'CCND1', 'CDKN2A', 'GADD45A', 'BID', 'AKT3', 'ERBB2', 'SOS1', 'CDKN1A', 'PIK3R1'}, number: 19
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'PIK3R2'}, number: 3
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'CDKN1A', 'CCND1', 'TGFA', 'RXRA', 'GADD45A'}, number: 7
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'PIK3CA', 'PDK1', 'CDK4', 'PIK3CD', 'PIK3R2', 'TGFA', 'CDK6', 'CASP9', 'CASP8', 'CCND1', 'RXRA', 'CDKN2A', 'GADD45A', 'BID', 'AKT3', 'ERBB2', 'SOS1', 'CDKN1A', 'PIK3R1'}, number: 22
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'BRAF', 'SOS1', 'STAT5A', 'PIK3R2', 'PIK3R1', 'STAT3'}, number: 8
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'STAT5A', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'STAT3'}, number: 9
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'RXRA', 'PIK3CD', 'PIK3R2', 'CDKN1A', 'TGFA', 'PIK3CA', 'PIK3R1'}, number: 8
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'EGFR', 'RXRA', 'PIK3CD', 'AKT3', 'SOS1', 'STAT5A', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1', 'EGF', 'STAT3', 'CASP9', 'GADD45A'}, number: 16
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'PRKCA', 'HRAS', 'EGFR', 'PIK3CD', 'AKT3', 'SOS1', 'SOS2', 'PIK3R2', 'CCND1', 'TGFA', 'PIK3CA', 'CDKN1A', 'PIK3R1', 'CDK6', 'EGF', 'CASP9'}, number: 18
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'PIK3CD', 'PLCG2', 'PIK3CA', 'STAT3'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFS3', 'NDUFB7', 'UQCRQ', 'SDHB', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'NDUFC2', 'NDUFB1', 'UQCRB', 'NDUFS2', 'NDUFA4', 'NDUFA2', 'NDUFS8', 'COX7B', 'NDUFC1', 'NDUFA13', 'NDUFA3', 'COX5A', 'NDUFA6', 'NDUFA8', 'COX4I1', 'UQCR10', 'NDUFB2'}, number: 26
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'IL1B', 'CXCL8', 'IL6', 'RELA', 'IL1A', 'PIK3CD', 'AKT3', 'TNFRSF1A', 'CCL2', 'DDIT3', 'PIK3R2', 'MAP3K5', 'JUN', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 18
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'PRKAG2', 'PRKAA2', 'IL6', 'PIK3CD', 'INSR', 'PRKAB1', 'AKT3', 'CCL2', 'DDIT3', 'MAP3K5', 'PRKAB2', 'PIK3CA', 'PRKAG1', 'JUN', 'PRKAA1', 'NFKB1'}, number: 17
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'IL1B', 'CXCL8', 'IL6', 'RELA', 'IL1A', 'PIK3CD', 'AKT3', 'TNFRSF1A', 'CCL2', 'DDIT3', 'PIK3R2', 'MAP3K5', 'JUN', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 18
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'IL1B', 'CXCL8', 'IL6', 'RELA', 'IL1A', 'PIK3CD', 'AKT3', 'TNFRSF1A', 'CCL2', 'DDIT3', 'PIK3R2', 'MAP3K5', 'JUN', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 18
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RAC1', 'ITCH', 'PIK3R2', 'NDUFA13', 'PIK3R1', 'JUN'}, number: 6
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'RAC1'}, number: 2
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'EIF2S1', 'BID', 'DDIT3', 'XBP1', 'BCL2L11'}, number: 6
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'IL1B', 'CXCL8', 'IL6', 'RELA', 'IL1A', 'PIK3CD', 'AKT3', 'TNFRSF1A', 'CCL2', 'DDIT3', 'PIK3R2', 'MAP3K5', 'JUN', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 18
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'IRS1', 'BID', 'PIK3CD', 'INSR', 'AKT3', 'JUN', 'PIK3R2', 'BCL2L11', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 13
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'BID', 'RXRA', 'PIK3CD', 'AKT3', 'PIK3R2', 'PIK3CA', 'PIK3R1'}, number: 8
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'IL1B', 'CXCL8', 'IL6', 'RELA', 'IL1A', 'PIK3CD', 'AKT3', 'TNFRSF1A', 'CCL2', 'DDIT3', 'PIK3R2', 'MAP3K5', 'JUN', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 18
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFS3', 'NDUFB7', 'UQCRQ', 'SDHB', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'NDUFC2', 'NDUFB1', 'UQCRB', 'NDUFS2', 'NDUFA4', 'NDUFA2', 'NDUFS8', 'COX7B', 'NDUFC1', 'NDUFA13', 'NDUFA3', 'COX5A', 'NDUFA6', 'NDUFA8', 'COX4I1', 'UQCR10', 'NDUFB2'}, number: 26
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): {'NDUFB10', 'NDUFA11', 'NDUFB2', 'NDUFA3', 'NDUFA9', 'NDUFS8', 'NDUFC2', 'NDUFB7', 'NDUFS3', 'NDUFB1', 'NDUFS2', 'NDUFA4', 'NDUFC1', 'NDUFA6', 'NDUFA2', 'NDUFA8', 'NDUFS1', 'NDUFB5'}, number: 18
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'IL1B', 'EIF2S1', 'IRS1', 'BID', 'PIK3CD', 'INSR', 'AKT3', 'DDIT3', 'PIK3R2', 'XBP1', 'JUN', 'BCL2L11', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 17
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'EIF2S1', 'BID', 'DDIT3', 'XBP1', 'BCL2L11'}, number: 6
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFS3', 'NDUFB7', 'UQCRQ', 'SDHB', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'NDUFC2', 'NDUFB1', 'UQCRB', 'NDUFS2', 'NDUFA4', 'NDUFA2', 'NDUFS8', 'COX7B', 'NDUFC1', 'NDUFA13', 'NDUFA3', 'COX5A', 'NDUFA6', 'NDUFA8', 'COX4I1', 'UQCR10', 'NDUFB2'}, number: 26
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'BID'}, number: 2
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'RXRA', 'INSR'}, number: 3
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3CA', 'RAC1', 'NFKB1', 'PRKAG2', 'RELA', 'PIK3CD', 'PRKAB1', 'PIK3R2', 'PRKAB2', 'BCL2L11', 'IRS1', 'IL6R', 'PRKAA2', 'INSR', 'PRKAG1', 'IL6', 'AKT3', 'PIK3R1', 'PRKAA1'}, number: 19
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'IRS1', 'BID', 'PIK3CD', 'INSR', 'AKT3', 'JUN', 'PIK3R2', 'BCL2L11', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 13
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B', 'RELA', 'IL1A', 'CCL2', 'PIK3R2', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKAG2', 'PRKAA2', 'NR1H3', 'PRKAB1', 'CCL2', 'JUN', 'PRKAB2', 'RXRA', 'PRKAG1', 'RAC1', 'PRKAA1', 'PPARA', 'NFKB1'}, number: 13
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CASP8', 'IL1B', 'EIF2S1', 'IRS1', 'BID', 'RXRA', 'PIK3CD', 'INSR', 'AKT3', 'DDIT3', 'PIK3R2', 'XBP1', 'JUN', 'BCL2L11', 'PIK3CA', 'PIK3R1', 'RAC1', 'NFKB1'}, number: 18
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF2S1', 'IRS2', 'PRKAA2', 'RELA', 'IRS1', 'JUN', 'PIK3R2', 'BCL2L11', 'PIK3R1', 'RAC1', 'PRKAA1', 'NFKB1'}, number: 12
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EIF2S1', 'SMAD7', 'PIK3CA', 'RAC1', 'NFKB1', 'IL1B', 'RELA', 'PIK3R2', 'BCL2L11', 'IRS1', 'IL6R', 'IRS2', 'PRKAA2', 'IL1A', 'INSR', 'JUN', 'IL6', 'TNFRSF1A', 'PIK3R1', 'PRKAA1'}, number: 20
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'IRS2', 'PRKAG2', 'PRKAA2', 'RXRA', 'PIK3CD', 'INSR', 'PRKAB1', 'NR1H4', 'SREBF1', 'PIK3R2', 'PRKAB2', 'PIK3CA', 'PIK3R1', 'PRKAA1', 'PRKAG1'}, number: 15
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRS2', 'PRKAA2', 'IL6', 'IRS1', 'RXRA', 'PIK3CD', 'NR1H3', 'INSR', 'AKT3', 'SREBF1', 'DDIT3', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'PRKAA1', 'PPARA', 'IL6R'}, number: 17
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'PRKAA2', 'RELA', 'IL6', 'PRKAA1', 'IRS1', 'PIK3CD', 'INSR', 'AKT3', 'SREBF1', 'PIK3R2', 'BCL2L11', 'PIK3CA', 'PIK3R1', 'RAC1', 'IL6R', 'NFKB1'}, number: 17
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'IL6', 'IL1A', 'IRS1', 'PIK3CD', 'SMAD7', 'INSR', 'TNFRSF1A', 'PIK3CA', 'IL6R', 'NFKB1'}, number: 11
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nonalcoholic Fatty Liver Disease WP4396, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'TGFB2', 'JUND', 'EGFR', 'PDGFB', 'TGFBR2', 'IL12A', 'HSPA1A', 'CCL2', 'JUN'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'EPHA2', 'CDK4', 'EGFR', 'PDGFB', 'CCL2', 'HBEGF', 'SLC2A1', 'TGFA', 'SLC7A5', 'CCND1', 'JUN'}, number: 12
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GPX3', 'JUNB', 'MGST1', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 8
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GPX3', 'JUNB', 'MGST1', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 8
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'TGFB2', 'JUND', 'EGFR', 'PDGFB', 'TGFBR2', 'IL12A', 'HSPA1A', 'CCL2', 'JUN'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'TGFB2', 'JUND', 'EGFR', 'PDGFB', 'TGFBR2', 'IL12A', 'HSPA1A', 'CCL2', 'JUN'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GPX3', 'JUNB', 'MGST1', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 8
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUND', 'EGFR', 'NCOA3', 'JUN', 'STAT3'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'CDK1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'TGFB2', 'JUND', 'EGFR', 'PDGFB', 'TGFBR2', 'IL12A', 'HSPA1A', 'CCL2', 'JUN'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'CDK1', 'CDKN1B', 'SCP2', 'CCND1', 'JUN'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'EGFR', 'CCND1', 'TGFA', 'RXRA', 'STAT3'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'TGFB2', 'JUND', 'EGFR', 'PDGFB', 'TGFBR2', 'IL12A', 'HSPA1A', 'CCL2', 'JUN'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'CDK4', 'CDK1', 'CDKN1B', 'SCP2', 'CCND1', 'JUN'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'CDKN1B', 'CCND1', 'CDK1'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'MAFG', 'SLC39A4', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'SLC2A5', 'KEAP1', 'SLC6A15', 'ME1', 'CES2', 'MGST2', 'SLC39A10', 'BLVRB', 'GCLC', 'SLC39A6', 'HMOX1', 'SLC39A3', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'EPHA2', 'GPX3', 'TGFB2', 'SLC39A9', 'SLC6A20', 'GSTM3', 'SLC2A11', 'SQSTM1', 'SLC2A10', 'HSP90AB1', 'TGFBR2', 'GCLM', 'CBR3', 'TXNRD3', 'GSTA4', 'MAFF', 'PRDX1', 'SERPINA1', 'RXRA', 'NRG1', 'FTL', 'FTH1', 'SLC39A8', 'CES4A', 'EGR1', 'SLC7A11', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'GSR', 'ABCC3', 'CBR1', 'SLC6A8', 'SLC6A6', 'SLC5A3', 'ABCC2', 'TXN'}, number: 63
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EPHA2', 'CDK4', 'HSP90AA1', 'EGFR', 'HSP90AB1', 'PDGFB', 'CDKN1B', 'CCND1', 'TGFA', 'CDC37'}, number: 10
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'CDK1', 'CDKN1B', 'SCP2', 'CCND1', 'JUN'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'JUN', 'CCL2'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAFG', 'ACADM', 'SLC39A4', 'SLC6A13', 'SLC2A5', 'KEAP1', 'BLVRB', 'GCLC', 'TXNRD1', 'SLC2A3', 'HSP90AB1', 'PRDX1', 'RXRA', 'JUNB', 'GSR', 'SLC6A8', 'PGD', 'NR1H3', 'EHHADH', 'SLC2A1', 'ANGPTL4', 'ME1', 'SLC39A10', 'HMOX1', 'TGFA', 'NQO1', 'EPHA2', 'GPX3', 'TGFB2', 'SLC39A9', 'GSTA4', 'FTL', 'JUN', 'SLC39A8', 'HSP90AA1', 'SRXN1', 'PDGFB', 'SLC5A3', 'ABCC2', 'G6PD', 'SLC39A14', 'SLC6A15', 'SLC39A6', 'SCP2', 'SLC39A3', 'PPARA', 'SLC6A20', 'GSTM3', 'MGST1', 'SLC2A11', 'CBR3', 'NRG1', 'DNAJB1', 'DBI', 'ABCC3', 'CBR1', 'ACAA1', 'HSPA1A', 'HBEGF', 'CPT2', 'SLC27A5', 'CES2', 'MGST2', 'SQSTM1', 'SLC2A10', 'TGFBR2', 'GCLM', 'TXNRD3', 'MAFF', 'SERPINA1', 'CCND1', 'FTH1', 'CES4A', 'EGR1', 'SLC7A11', 'CCL2', 'SLC6A6', 'TXN'}, number: 78
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAFG', 'SLC39A4', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'SLC2A5', 'KEAP1', 'SLC6A15', 'IL1B', 'ME1', 'CDK4', 'CES2', 'MGST2', 'CDK1', 'SLC39A10', 'BLVRB', 'GCLC', 'SLC39A6', 'HMOX1', 'CDKN1B', 'SCP2', 'SLC39A3', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'EPHA2', 'GPX3', 'TGFB2', 'SLC39A9', 'SLC6A20', 'GSTM3', 'SLC2A11', 'SQSTM1', 'SLC2A10', 'HSP90AB1', 'TGFBR2', 'GCLM', 'CBR3', 'TXNRD3', 'GSTA4', 'MAFF', 'PRDX1', 'SERPINA1', 'CCND1', 'RXRA', 'NRG1', 'FTL', 'JUN', 'FTH1', 'SLC39A8', 'CES4A', 'EGR1', 'SLC7A11', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'GSR', 'ABCC3', 'CBR1', 'SLC6A8', 'SLC6A6', 'SLC5A3', 'ABCC2', 'TXN'}, number: 70
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GPX3', 'JUNB', 'MGST1', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 8
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SQSTM1', 'EGR1', 'IRS2', 'JUN', 'STAT3'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'IRS2', 'TGFB2', 'EGR1', 'LRRC8A', 'TGFBR2', 'IL12A', 'SLC2A1', 'JUN', 'STAT3', 'SLC2A3'}, number: 12
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MAFG', 'SLC39A4', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'SLC27A5', 'SLC2A5', 'KEAP1', 'SLC6A15', 'ME1', 'CES2', 'MGST2', 'SLC39A10', 'BLVRB', 'GCLC', 'SLC39A6', 'HMOX1', 'SLC39A3', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'EPHA2', 'GPX3', 'TGFB2', 'SLC39A9', 'SLC6A20', 'IRS2', 'GSTM3', 'SLC2A11', 'SQSTM1', 'HSP90AB1', 'ABCB11', 'SLC2A10', 'TGFBR2', 'GCLM', 'CBR3', 'TXNRD3', 'SREBF1', 'GSTA4', 'MAFF', 'FKBP5', 'PRDX1', 'SERPINA1', 'RXRA', 'NRG1', 'FTL', 'FTH1', 'SLC39A8', 'CES4A', 'EGR1', 'SLC7A11', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'GSR', 'ABCC3', 'CBR1', 'NR1H4', 'SLC6A8', 'SLC6A6', 'SLC5A3', 'ABCC2', 'TXN'}, number: 69
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EPHA2', 'IRS2', 'NR3C1', 'HSP90AA1', 'EGFR', 'HSP90AB1', 'PDGFB', 'NR1H3', 'NRIP1', 'SREBF1', 'CDKN1B', 'SLC2A1', 'RXRA', 'CDC37', 'STAT3', 'PPARA', 'SLC2A3'}, number: 17
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EPHA2', 'IRS2', 'CDK4', 'HSP90AA1', 'EGFR', 'HSP90AB1', 'PDGFB', 'SREBF1', 'CDKN1B', 'SLC2A1', 'TGFA', 'CCND1', 'CDC37', 'SLC2A3'}, number: 14
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'TGFB2', 'LRRC8A', 'TGFBR2', 'IL12A', 'SLC2A1', 'STAT3', 'SLC2A3'}, number: 8
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GPX3', 'JUNB', 'MGST1', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 8
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'BRCA1'}, number: 2
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2', 'BRCA1'}, number: 2
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'RPA1', 'RBX1', 'MNAT1', 'ERCC4', 'PARP1', 'ERCC8', 'POLE3', 'RFC5', 'RFC3', 'RPA2', 'GTF2H4', 'POLE', 'XPA', 'XRCC1', 'CCNH', 'RPA3', 'GTF2H1', 'ERCC1', 'DDB1', 'RFC4', 'RFC2', 'LIG1', 'BRCA1', 'PCNA', 'RAD23B'}, number: 26
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'BRCA1'}, number: 2
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'RPA1', 'RBX1', 'MNAT1', 'ERCC4', 'PARP1', 'ERCC8', 'POLE3', 'RFC5', 'RFC3', 'RPA2', 'GTF2H4', 'POLE', 'XPA', 'XRCC1', 'CCNH', 'RPA3', 'GTF2H1', 'ERCC1', 'DDB1', 'RFC4', 'RFC2', 'LIG1', 'BRCA1', 'PCNA', 'RAD23B'}, number: 26
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RBX1', 'RPA2', 'BRCA1'}, number: 3
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'RPA1', 'RBX1', 'MNAT1', 'ERCC4', 'ERCC8', 'POLE3', 'RFC5', 'RFC3', 'RPA2', 'GTF2H4', 'POLE', 'XPA', 'CCNH', 'RPA3', 'GTF2H1', 'ERCC1', 'DDB1', 'RFC4', 'RFC2', 'LIG1', 'PCNA', 'RAD23B'}, number: 23
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'RPA1', 'RBX1', 'MNAT1', 'ERCC4', 'ERCC8', 'POLE3', 'RFC5', 'RFC3', 'RPA2', 'GTF2H4', 'POLE', 'XPA', 'CCNH', 'RPA3', 'GTF2H1', 'ERCC1', 'DDB1', 'RFC4', 'RFC2', 'LIG1', 'PCNA', 'RAD23B'}, number: 23
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RBX1', 'RPA2'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'JUND', 'RELA', 'PRKCD', 'NFKBIA', 'SOS1', 'STAT1', 'PTPN11', 'PIK3R1', 'NFKB1'}, number: 12
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'SOS1', 'CDK2', 'STAT1', 'VEGFA', 'SHC1', 'JAK1', 'NFKB1'}, number: 9
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB', 'NFKB1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB', 'NFKB1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'JUND', 'RELA', 'PRKCD', 'NFKBIA', 'SOS1', 'STAT1', 'PTPN11', 'PIK3R1', 'NFKB1'}, number: 12
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'JUND', 'RELA', 'PRKCD', 'NFKBIA', 'SOS1', 'STAT1', 'PTPN11', 'PIK3R1', 'NFKB1'}, number: 12
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB', 'NFKB1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'JUND', 'PRKCB', 'PRKCD', 'JAK2', 'SOS1', 'SHC1', 'STAT1', 'PTPN11', 'PIK3R1', 'STAT3', 'JAK1'}, number: 14
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'STAT3'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'JUND', 'RELA', 'PRKCD', 'NFKBIA', 'SOS1', 'STAT1', 'PTPN11', 'PIK3R1', 'NFKB1'}, number: 12
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'SOS1', 'CDK2', 'CDKN1B', 'NFKB1', 'PIK3R1', 'SHC1', 'IRS1'}, number: 8
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'SOS1', 'PIK3R1', 'STAT3'}, number: 7
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'JUND', 'RELA', 'PRKCD', 'NFKBIA', 'SOS1', 'STAT1', 'PTPN11', 'PIK3R1', 'NFKB1'}, number: 12
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'SOS1', 'CDK2', 'CDKN1B', 'NFKB1', 'PIK3R1', 'SHC1', 'IRS1'}, number: 8
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1B', 'CDK2'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'EGR1', 'PRKCA', 'CEBPB'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'RELA', 'JAK2', 'IRS1', 'SOS1', 'CDK2', 'OSMR', 'CDKN1B', 'PTPN11', 'PIK3R1', 'VEGFA', 'SHC1', 'JAK1', 'NFKB1'}, number: 17
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'SOS1', 'CDK2', 'CDKN1B', 'NFKB1', 'PIK3R1', 'SHC1', 'IRS1'}, number: 8
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'NFKBIA', 'PTPN11', 'PIK3R1', 'NFKB1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'EGR1', 'PRKCA', 'JUNB', 'PRKCB', 'CDK2', 'NFKB1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EGR1', 'PRKCA', 'HRAS', 'IRS1', 'SOS1', 'CDK2', 'CDKN1B', 'PIK3R1', 'CEBPB', 'SHC1', 'NFKB1'}, number: 11
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB', 'NFKB1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'EGR1', 'HRAS', 'RELA', 'PRKCD', 'JAK2', 'IRS1', 'NFKBIA', 'SOS1', 'SHC1', 'STAT1', 'PTPN11', 'PIK3R1', 'STAT3', 'NFKB1'}, number: 15
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'EGR1', 'PRKCA', 'HRAS', 'PRKCB', 'RELA', 'PRKCD', 'JAK2', 'IRS1', 'NFKBIA', 'SHC1', 'STAT1', 'IL6ST', 'PTPN11', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 18
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EGR1', 'PRKCA', 'CEBPB', 'PIK3R1'}, number: 4
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'JAK2', 'SOS1', 'OSMR', 'CDKN1B', 'STAT1', 'LIFR', 'IL6ST', 'CEBPB', 'PIK3R1', 'VEGFA', 'STAT3', 'JAK1', 'IRS1'}, number: 15
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RELA', 'JAK2', 'IRS1', 'SOS1', 'CDK2', 'OSMR', 'CDKN1B', 'PIK3R1', 'VEGFA', 'JAK1', 'NFKB1'}, number: 14
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'IL6ST', 'PRKCB', 'STAT1', 'NFKB1', 'STAT3', 'JAK1', 'IRS1'}, number: 8
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB', 'NFKB1'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'JUND', 'RELA', 'NGF', 'FGFR4', 'AKT3', 'FGFR3', 'FGFR1', 'FGFR2', 'PIK3CA', 'JUN', 'NFKB1'}, number: 12
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'NGF', 'FGFR4', 'FOSL1', 'AKT3', 'FGFR3', 'FGFR1', 'JUN', 'FGFR2', 'PIK3CA', 'VEGFA', 'NFKB1'}, number: 12
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB', 'NFKB1'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB', 'NFKB1'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'JUND', 'RELA', 'NGF', 'FGFR4', 'AKT3', 'FGFR3', 'FGFR1', 'FGFR2', 'PIK3CA', 'JUN', 'NFKB1'}, number: 12
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'JUND', 'RELA', 'NGF', 'FGFR4', 'AKT3', 'FGFR3', 'FGFR1', 'FGFR2', 'PIK3CA', 'JUN', 'NFKB1'}, number: 12
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB', 'NFKB1'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'JUND', 'JAK2', 'JUN', 'STAT3'}, number: 5
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'STAT3'}, number: 3
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'JUND', 'RELA', 'NGF', 'FGFR4', 'AKT3', 'FGFR3', 'FGFR1', 'FGFR2', 'PIK3CA', 'JUN', 'NFKB1'}, number: 12
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'FOSL1', 'AKT3', 'PIK3CA', 'JUN', 'NFKB1'}, number: 5
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'AKT3', 'STAT3'}, number: 4
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'JUND', 'RELA', 'NGF', 'FGFR4', 'AKT3', 'FGFR3', 'FGFR1', 'FGFR2', 'PIK3CA', 'JUN', 'NFKB1'}, number: 12
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'FOSL1', 'AKT3', 'PIK3CA', 'JUN', 'NFKB1'}, number: 5
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'CEBPB'}, number: 3
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'RELA', 'JAK2', 'NGF', 'FGFR4', 'AKT3', 'FGFR3', 'FGFR1', 'FGFR2', 'PIK3CA', 'VEGFA', 'NFKB1'}, number: 12
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'FOSL1', 'AKT3', 'PIK3CA', 'JUN', 'NFKB1'}, number: 5
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'JUNB', 'FOSL1', 'JUN', 'NFKB1'}, number: 5
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'FOSL1', 'AKT3', 'JUN', 'PIK3CA', 'CEBPB', 'NFKB1'}, number: 7
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB', 'NFKB1'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RELA', 'JAK2', 'NGF', 'JUN', 'STAT3', 'NFKB1'}, number: 6
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'RELA', 'JAK2', 'NGF', 'PIK3CA', 'JUN', 'STAT3', 'NFKB1'}, number: 8
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'CEBPB'}, number: 3
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK2', 'NGF', 'FGFR4', 'AKT3', 'FGFR3', 'FGFR1', 'EPAS1', 'FGFR2', 'PIK3CA', 'CEBPB', 'VEGFA', 'STAT3'}, number: 12
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'RELA', 'JAK2', 'NGF', 'FGFR4', 'AKT3', 'FGFR3', 'FGFR1', 'EPAS1', 'FGFR2', 'PIK3CA', 'VEGFA', 'NFKB1'}, number: 13
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'NGF', 'PIK3CA', 'STAT3', 'NFKB1'}, number: 5
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4', 'FGFR1'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB', 'NFKB1'}, number: 2
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'GADD45A', 'MAPK13', 'NFKB1', 'MAP2K4', 'TRAF3'}, number: 7
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP3K9', 'MAP3K1', 'CDKN1A', 'MAPK10', 'MAP2K4', 'NFKB1'}, number: 6
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'GADD45A', 'MAPK13', 'NFKB1', 'MAP2K4', 'TRAF3'}, number: 7
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'GADD45A', 'MAPK13', 'NFKB1', 'MAP2K4', 'TRAF3'}, number: 7
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'MAP3K1'}, number: 2
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'GADD45A', 'MAPK13', 'NFKB1', 'MAP2K4', 'TRAF3'}, number: 7
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'CDKN1B', 'CDKN1A', 'NFKB1', 'CASP9', 'GADD45A'}, number: 7
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A', 'CASP9', 'GADD45A'}, number: 3
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'GADD45A', 'MAPK13', 'NFKB1', 'MAP2K4', 'TRAF3'}, number: 7
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'CDKN1B', 'CDKN1A', 'NFKB1', 'CASP9', 'GADD45A'}, number: 7
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PCNA', 'CDKN1B', 'CDKN1A', 'CASP9', 'GADD45A'}, number: 5
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1B', 'CDKN1A', 'MAPK10', 'CASP9', 'NFKB1'}, number: 5
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'CDKN1B', 'CDKN1A', 'NFKB1', 'CASP9', 'GADD45A'}, number: 7
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP3K1', 'NFKBIE', 'MAP2K4', 'NFKB1'}, number: 4
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PCNA', 'CDKN1A', 'NFKB1', 'MAPK10', 'GADD45A'}, number: 5
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'CDKN1B', 'CDKN1A', 'NFKB1', 'CASP9', 'GADD45A'}, number: 7
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'NFKB1'}, number: 3
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'NFKB1'}, number: 3
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1B', 'CDKN1A', 'CASP9', 'GADD45A'}, number: 4
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1B', 'CDKN1A', 'CASP9', 'NFKB1'}, number: 4
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFB7', 'NDUFS3', 'ATP5F1A', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'NDUFC2', 'NDUFB1', 'ATP5MG', 'NDUFS2', 'ATP5PO', 'ATP5PB', 'NDUFA4', 'NDUFA2', 'ATP5F1D', 'NDUFS8', 'NDUFC1', 'ATP5MF', 'NDUFA3', 'ATP5MC2', 'ATP5MC3', 'NDUFA6', 'NDUFA8', 'NDUFB2'}, number: 26
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFB7', 'NDUFS3', 'ATP5F1A', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'NDUFC2', 'NDUFB1', 'ATP5MG', 'NDUFS2', 'ATP5PO', 'ATP5PB', 'NDUFA4', 'NDUFA2', 'ATP5F1D', 'NDUFS8', 'NDUFC1', 'ATP5MF', 'NDUFA3', 'ATP5MC2', 'ATP5MC3', 'NDUFA6', 'NDUFA8', 'NDUFB2'}, number: 26
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFB7', 'NDUFS3', 'ATP5F1A', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'NDUFC2', 'NDUFB1', 'ATP5MG', 'NDUFS2', 'ATP5PO', 'ATP5PB', 'NDUFA4', 'NDUFA2', 'ATP5F1D', 'NDUFS8', 'NDUFC1', 'ATP5MF', 'NDUFA3', 'ATP5MC2', 'ATP5MC3', 'NDUFA6', 'NDUFA8', 'NDUFB2'}, number: 26
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'NDUFA11', 'NDUFA9', 'NDUFB7', 'NDUFS3', 'ATP5F1A', 'NDUFS1', 'NDUFB5', 'NDUFB10', 'NDUFC2', 'NDUFB1', 'ATP5MG', 'NDUFS2', 'ATP5PO', 'ATP5PB', 'NDUFA4', 'NDUFA2', 'ATP5F1D', 'NDUFS8', 'NDUFC1', 'ATP5MF', 'NDUFA3', 'ATP5MC2', 'ATP5MC3', 'NDUFA6', 'NDUFA8', 'NDUFB2'}, number: 26
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Phosphorylation WP623, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GPX3', 'SOD2', 'JUNB', 'MGST1', 'XDH', 'GCLC', 'NQO1', 'TXNRD1', 'GSR', 'SOD1', 'HMOX1', 'MT1X', 'MAPK10', 'TXN2', 'MAOA', 'NFKB1'}, number: 16
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GPX3', 'SOD2', 'JUNB', 'MGST1', 'XDH', 'GCLC', 'NQO1', 'TXNRD1', 'GSR', 'SOD1', 'HMOX1', 'MT1X', 'MAPK10', 'TXN2', 'MAOA', 'NFKB1'}, number: 16
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GPX3', 'SOD2', 'JUNB', 'MGST1', 'XDH', 'GCLC', 'NQO1', 'TXNRD1', 'GSR', 'SOD1', 'HMOX1', 'MT1X', 'MAPK10', 'TXN2', 'MAOA', 'NFKB1'}, number: 16
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GPX3', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 6
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GPX3', 'SOD2', 'JUNB', 'MGST1', 'XDH', 'GCLC', 'NQO1', 'TXNRD1', 'GSR', 'SOD1', 'HMOX1', 'MT1X', 'MAPK10', 'TXN2', 'MAOA', 'NFKB1'}, number: 16
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GPX3', 'GCLC', 'NQO1', 'TXNRD1', 'GSR', 'HMOX1', 'MAPK10', 'NFKB1'}, number: 8
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GPX3', 'SOD2', 'JUNB', 'MGST1', 'XDH', 'GCLC', 'NQO1', 'TXNRD1', 'GSR', 'SOD1', 'HMOX1', 'MT1X', 'MAPK10', 'TXN2', 'MAOA', 'NFKB1'}, number: 16
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GPX3', 'GCLC', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 6
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GPX3', 'SOD2', 'JUNB', 'MGST1', 'XDH', 'GCLC', 'NQO1', 'TXNRD1', 'GSR', 'SOD1', 'HMOX1', 'MT1X', 'MAPK10', 'TXN2', 'MAOA', 'NFKB1'}, number: 16
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2', 'GADD45A'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PRKAG2', 'PRKAA2', 'PRKAA1', 'PRKAB1', 'CDK2', 'CCL2', 'AKT1S1', 'CDKN1A', 'SLC2A1', 'PRKAB2', 'DEPTOR', 'CCNE1', 'ULK1', 'PRKAG1'}, number: 14
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2', 'GADD45A'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2', 'GADD45A'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'AURKA'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1', 'TNFRSF10B'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2', 'GADD45A'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SFN', 'CDC25C', 'CDC25A', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'CDKN1A', 'CCNG1', 'CCNE1', 'GADD45A'}, number: 10
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A', 'GADD45A'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2', 'GADD45A'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SFN', 'CDC25C', 'CDC25A', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'CDKN1A', 'CCNE1', 'GADD45A'}, number: 9
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1', 'TNFRSF10B'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SFN', 'MGMT', 'CDC25C', 'CDC25A', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'PCNA', 'MSH2', 'CDKN1A', 'XRCC5', 'FANCC', 'CCNE1', 'GADD45A'}, number: 14
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'SLC2A1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKAG2', 'PRKAA2', 'PRKAA1', 'ULK1', 'PRKAB1', 'CDK2', 'AKT1S1', 'CDKN1A', 'PRKAB2', 'DEPTOR', 'CCNE1', 'DDIT4', 'PRKAG1'}, number: 13
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SFN', 'CDC25C', 'CDC25A', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'CDKN1A', 'CCNE1', 'GADD45A'}, number: 9
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FUCA1', 'DRAM1', 'MSH2', 'ADORA2B', 'SLC2A1', 'CX3CL1', 'CCNG1', 'CCNE1', 'DEPTOR', 'SAT1', 'DDIT4', 'E2F7', 'SFN', 'PRKAG2', 'TNFRSF10D', 'PMAIP1', 'TNFRSF10B', 'PRKAB1', 'PRKAB2', 'MGMT', 'PRKAA2', 'LIF', 'TP53I3', 'SCO2', 'CDK2', 'SESN2', 'SIVA1', 'SERPINE1', 'ZMAT3', 'ULK1', 'PRKAG1', 'GADD45A', 'SLC7A11', 'CDC25C', 'CDC25A', 'TP53INP1', 'GLS2', 'IRF9', 'PCNA', 'CCL2', 'AKT1S1', 'ICAM1', 'CDKN1A', 'XRCC5', 'TIGAR', 'FANCC', 'AURKA', 'PRKAA1'}, number: 48
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'SFN', 'CDC25C', 'CDC25A', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'CDKN1A', 'SLC2A1', 'CCNE1', 'GADD45A'}, number: 11
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PRKAA2', 'PRKAA1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'LIF', 'PRKAA2', 'GLS2', 'SLC2A1', 'PRKAA1'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'PRKAG2', 'PRKAA2', 'PRKAB1', 'CDKN1A', 'PRKAB2', 'SLC2A1', 'PRKAA1', 'PRKAG1'}, number: 9
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LIF', 'PRKAA2', 'ULK1', 'AKT1S1', 'CDKN1A', 'SLC2A1', 'SERPINE1', 'PRKAA1', 'DDIT4', 'GADD45A'}, number: 10
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKAA2', 'PRKAA1', 'ULK1', 'CDK2', 'AKT1S1', 'CDKN1A', 'SLC2A1', 'CCNE1', 'DDIT4'}, number: 9
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GLS2', 'LIF', 'SLC2A1'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CLIP1'}, number: 1
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RELN'}, number: 1
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RELN'}, number: 1
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RELN'}, number: 1
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'HRAS', 'MAP2K4', 'PDGFA', 'SRF', 'NFKBIA', 'PDGFB', 'SOS1', 'MAP3K1', 'PAK1', 'JUN', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'RASA1', 'NFKB1'}, number: 16
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'MAP2K4', 'PDGFA', 'PDGFB', 'SOS1', 'MAP3K1', 'PAK1', 'STAT1', 'JUN', 'SHC1', 'JAK1', 'NFKB1'}, number: 12
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'HRAS', 'MAP2K4', 'PDGFA', 'SRF', 'NFKBIA', 'PDGFB', 'SOS1', 'MAP3K1', 'PAK1', 'JUN', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'RASA1', 'NFKB1'}, number: 16
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'HRAS', 'MAP2K4', 'PDGFA', 'SRF', 'NFKBIA', 'PDGFB', 'SOS1', 'MAP3K1', 'PAK1', 'JUN', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'RASA1', 'NFKB1'}, number: 16
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'SOS1', 'SHC1', 'MAP3K1', 'PAK1', 'JUN', 'RASA1', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3', 'JAK1'}, number: 13
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PAK1', 'RAC1', 'STAT3'}, number: 3
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'HRAS', 'MAP2K4', 'PDGFA', 'SRF', 'NFKBIA', 'PDGFB', 'SOS1', 'MAP3K1', 'PAK1', 'JUN', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'RASA1', 'NFKB1'}, number: 16
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'RAC1', 'SOS1', 'MAP3K1', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 8
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'SOS1', 'PIK3R1', 'HRAS', 'STAT3'}, number: 4
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'HRAS', 'MAP2K4', 'PDGFA', 'SRF', 'NFKBIA', 'PDGFB', 'SOS1', 'MAP3K1', 'PAK1', 'JUN', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'RASA1', 'NFKB1'}, number: 16
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'RAC1', 'SOS1', 'MAP3K1', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 8
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PDGFB'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HRAS', 'PDGFA', 'PDGFB', 'SOS1', 'PAK1', 'RASA1', 'PTPN11', 'PIK3R1', 'RAC1', 'SHC1', 'JAK1', 'NFKB1'}, number: 12
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'RAC1', 'SOS1', 'MAP3K1', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 8
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKBIA', 'MAP3K1', 'PTPN11', 'PIK3R1', 'JUN', 'MAP2K4', 'NFKB1'}, number: 7
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'RAC1', 'PDGFB', 'NFKB1'}, number: 4
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'RAC1', 'PDGFB', 'SOS1', 'MAP3K1', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 9
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'NFKBIA', 'SOS1', 'SHC1', 'MAP3K1', 'JUN', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3', 'NFKB1'}, number: 12
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'NFKBIA', 'SHC1', 'MAP3K1', 'JUN', 'STAT1', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3', 'JAK1', 'NFKB1'}, number: 12
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'PDGFB'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'PDGFA', 'PDGFB', 'SOS1', 'STAT1', 'PIK3R1', 'STAT3', 'JAK1'}, number: 8
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HRAS', 'PDGFA', 'PDGFB', 'SOS1', 'PIK3R1', 'RAC1', 'JAK1', 'NFKB1'}, number: 8
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT1', 'STAT3', 'JAK1', 'NFKB1'}, number: 4
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'MAP2K4', 'SRF', 'SOS1', 'MAP3K1', 'STAT1', 'PIK3CA', 'PIK3R1', 'JUN', 'RASA1'}, number: 11
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'MAP2K4', 'SOS1', 'MAP3K1', 'STAT1', 'PIK3CA', 'JUN', 'SHC1', 'JAK1'}, number: 9
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'MAP2K4', 'SRF', 'SOS1', 'MAP3K1', 'STAT1', 'PIK3CA', 'PIK3R1', 'JUN', 'RASA1'}, number: 11
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'MAP2K4', 'SRF', 'SOS1', 'MAP3K1', 'STAT1', 'PIK3CA', 'PIK3R1', 'JUN', 'RASA1'}, number: 11
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKCB', 'JAK2', 'SOS1', 'MAP3K1', 'STAT5A', 'STAT1', 'JAK1', 'SHC1', 'PIK3R1', 'JUN', 'STAT3', 'RASA1'}, number: 14
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'STAT3'}, number: 3
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'MAP2K4', 'SRF', 'SOS1', 'MAP3K1', 'STAT1', 'PIK3CA', 'PIK3R1', 'JUN', 'RASA1'}, number: 11
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'SOS1', 'MAP3K1', 'PIK3CA', 'PIK3R1', 'JUN', 'SHC1'}, number: 7
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKCB', 'SOS1', 'STAT5A', 'PIK3CA', 'PIK3R1', 'STAT3'}, number: 8
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'MAP2K4', 'SRF', 'SOS1', 'MAP3K1', 'STAT1', 'PIK3CA', 'PIK3R1', 'JUN', 'RASA1'}, number: 11
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'SOS1', 'MAP3K1', 'PIK3CA', 'PIK3R1', 'JUN', 'SHC1'}, number: 7
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKCB', 'JAK2', 'SOS1', 'JAK1', 'PIK3CA', 'PIK3R1', 'SHC1', 'RASA1'}, number: 10
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'SOS1', 'MAP3K1', 'PIK3CA', 'PIK3R1', 'JUN', 'SHC1'}, number: 7
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP3K1', 'PIK3R1', 'JUN', 'MAP2K4'}, number: 4
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'JUN', 'PRKCB'}, number: 3
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS1', 'MAP3K1', 'PIK3CA', 'PIK3R1', 'JUN', 'SHC1'}, number: 8
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'JAK2', 'SOS1', 'MAP3K1', 'STAT5A', 'STAT1', 'SHC1', 'PIK3R1', 'JUN', 'STAT3'}, number: 10
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKCB', 'JAK2', 'STAT6', 'MAP3K1', 'STAT5A', 'STAT1', 'PIK3CA', 'SHC1', 'PIK3R1', 'JUN', 'STAT3', 'JAK1'}, number: 14
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'PIK3R1'}, number: 3
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'JAK2', 'SOS1', 'STAT6', 'STAT5A', 'STAT1', 'PIK3CA', 'PIK3R1', 'STAT3', 'JAK1'}, number: 10
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'JAK2', 'SOS1', 'PIK3CA', 'PIK3R1', 'JAK1'}, number: 7
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'STAT6', 'STAT1', 'PIK3CA', 'STAT3', 'JAK1'}, number: 7
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AKT1S1', 'PAK2', 'PDK1'}, number: 3
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'H2AX', 'PDK1'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3', 'PDK1'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'H2AX', 'PDK1'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'H2AX'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'AKT1S1', 'PAK2'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'H2AX', 'PDK1'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'AKT1S1', 'H2AX'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'H2AX', 'PDK1'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1S1', 'STAT3'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1S1'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'BRAF', 'DUSP6', 'PIK3CA', 'RAC1', 'NFKB1', 'RELA', 'PRKCD', 'PIK3CD', 'PIK3R2', 'TGFB2', 'RAC2', 'TGFBR2', 'PAK1', 'EGF', 'GADD45A', 'MAP2K2', 'EGFR', 'AKT3', 'TGFBR1', 'PAK2', 'STAT1', 'MAPK10', 'PIK3R1'}, number: 23
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PIK3CA', 'VEGFA', 'NFKB1', 'CDK4', 'PIK3CD', 'TGFA', 'JAK1', 'PAK1', 'CCND1', 'CDKN2A', 'PAK3', 'EGF', 'MAP2K2', 'EGFR', 'AKT3', 'PAK2', 'CDKN1A', 'STAT1', 'MAPK10'}, number: 19
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'BRAF', 'DUSP6', 'PIK3CA', 'RAC1', 'NFKB1', 'RELA', 'PRKCD', 'PIK3CD', 'PIK3R2', 'TGFB2', 'RAC2', 'TGFBR2', 'PAK1', 'EGF', 'GADD45A', 'MAP2K2', 'EGFR', 'AKT3', 'TGFBR1', 'PAK2', 'STAT1', 'MAPK10', 'PIK3R1'}, number: 23
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'BRAF', 'DUSP6', 'PIK3CA', 'RAC1', 'NFKB1', 'RELA', 'PRKCD', 'PIK3CD', 'PIK3R2', 'TGFB2', 'RAC2', 'TGFBR2', 'PAK1', 'EGF', 'GADD45A', 'MAP2K2', 'EGFR', 'AKT3', 'TGFBR1', 'PAK2', 'STAT1', 'MAPK10', 'PIK3R1'}, number: 23
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'RALA', 'PRKCD', 'EGFR', 'BRAF', 'ERBB2', 'RALGDS', 'PAK1', 'PIK3R2', 'STAT1', 'PEBP1', 'PIK3R1', 'EGF', 'RAC1', 'STAT3', 'JAK1'}, number: 16
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PAK1', 'RAC1', 'STAT3'}, number: 4
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'BRAF', 'DUSP6', 'PIK3CA', 'RAC1', 'NFKB1', 'RELA', 'PRKCD', 'PIK3CD', 'PIK3R2', 'TGFB2', 'RAC2', 'TGFBR2', 'PAK1', 'EGF', 'GADD45A', 'MAP2K2', 'EGFR', 'AKT3', 'TGFBR1', 'PAK2', 'STAT1', 'MAPK10', 'PIK3R1'}, number: 23
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK10', 'CDK4', 'SMAD3', 'RAC2', 'PIK3CD', 'AKT3', 'ERBB2', 'GADD45A', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'CDK6', 'RAC1', 'CASP9', 'NFKB1'}, number: 18
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'E2F3', 'BRAF', 'PIK3CA', 'CDK4', 'PIK3CD', 'PIK3R2', 'TGFA', 'CDK6', 'STAT3', 'CASP9', 'CCND1', 'CDKN2A', 'EGF', 'GADD45A', 'MAP2K2', 'EGFR', 'AKT3', 'ERBB2', 'CDKN1A', 'PIK3R1'}, number: 20
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'BRAF', 'DUSP6', 'PIK3CA', 'RAC1', 'NFKB1', 'RELA', 'PRKCD', 'PIK3CD', 'PIK3R2', 'TGFB2', 'RAC2', 'TGFBR2', 'PAK1', 'EGF', 'GADD45A', 'MAP2K2', 'EGFR', 'AKT3', 'TGFBR1', 'PAK2', 'STAT1', 'MAPK10', 'PIK3R1'}, number: 23
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MAPK10', 'CDK4', 'SMAD3', 'RAC2', 'PIK3CD', 'AKT3', 'ERBB2', 'GADD45A', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'CDK6', 'RAC1', 'CASP9', 'NFKB1'}, number: 18
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'CDKN1A', 'CCND1', 'CDK6', 'CASP9', 'GADD45A'}, number: 6
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'TGFB2', 'TGFBR2', 'TGFA'}, number: 4
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3CA', 'RAC1', 'VEGFA', 'NFKB1', 'CDK4', 'RELA', 'PIK3CD', 'PIK3R2', 'TGFA', 'CDK6', 'JAK1', 'CASP9', 'RALA', 'RAC2', 'PAK1', 'BCL2L1', 'CCND1', 'PAK3', 'EGF', 'MAP2K2', 'EGFR', 'AKT3', 'PAK2', 'CDKN1A', 'MAPK10', 'PIK3R1', 'RALGDS'}, number: 27
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK10', 'CDK4', 'SMAD3', 'RAC2', 'PIK3CD', 'AKT3', 'ERBB2', 'GADD45A', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'CDKN2A', 'PIK3R1', 'CDK6', 'RAC1', 'CASP9', 'NFKB1'}, number: 18
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'PIK3R2', 'PIK3R1', 'NFKB1'}, number: 5
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2', 'TGFBR2', 'GADD45A', 'CDKN1A', 'CCND1', 'TGFA', 'MAPK10', 'RAC1', 'NFKB1'}, number: 9
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'PIK3CA', 'RAC1', 'NFKB1', 'CDK4', 'PIK3CD', 'PIK3R2', 'TGFA', 'CDK6', 'CASP9', 'TGFB2', 'RAC2', 'TGFBR2', 'CCND1', 'CDKN2A', 'GADD45A', 'AKT3', 'ERBB2', 'CDKN1A', 'MAPK10', 'PIK3R1'}, number: 21
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'PRKCD', 'BRAF', 'PIK3R2', 'STAT1', 'MAPK10', 'PIK3R1', 'RAC1', 'STAT3', 'NFKB1'}, number: 11
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'MAPK10', 'TGFB2', 'RELA', 'SMAD3', 'PRKCD', 'TGFBR2', 'TGFBR1', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'RAC1', 'STAT3', 'JAK1', 'NFKB1'}, number: 16
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2', 'TGFBR2', 'PIK3CD', 'PIK3R2', 'CDKN1A', 'TGFA', 'PIK3CA', 'PIK3R1'}, number: 8
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'SMAD3', 'EGFR', 'PIK3CD', 'AKT3', 'PIK3R2', 'JAK1', 'CDKN1A', 'STAT1', 'PIK3CA', 'PIK3R1', 'EGF', 'VEGFA', 'STAT3', 'CASP9', 'GADD45A'}, number: 16
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3CA', 'RAC1', 'VEGFA', 'NFKB1', 'CDK4', 'RELA', 'PIK3CD', 'PIK3R2', 'TGFA', 'CDK6', 'JAK1', 'CASP9', 'BCL2L1', 'CCND1', 'EGF', 'MAP2K2', 'EGFR', 'AKT3', 'CDKN1A', 'PIK3R1'}, number: 20
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFB2', 'SMAD3', 'TGFBR2', 'PIK3CD', 'TGFBR1', 'STAT1', 'PIK3CA', 'STAT3', 'JAK1', 'NFKB1'}, number: 10
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'HSPA6', 'HSPA2', 'HSPA1A', 'HSPA1L', 'HSPA8', 'HSPA1B'}, number: 7
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCNE1'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'HSPA6', 'HSPA2', 'HSPA1A', 'HSPA1L', 'HSPA8', 'HSPA1B'}, number: 7
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'HSPA6', 'HSPA2', 'HSPA1A', 'HSPA1L', 'HSPA8', 'HSPA1B'}, number: 7
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'HSPA6', 'HSPA2', 'HSPA1A', 'HSPA1L', 'HSPA8', 'HSPA1B'}, number: 7
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'CCNE1'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'HSPA6', 'HSPA2', 'HSPA1A', 'HSPA1L', 'HSPA8', 'HSPA1B'}, number: 7
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'CCNE1'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'CCNE1'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCNE1'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'CCNE1'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HSPA1A', 'CCNE1'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HSPA1A', 'CASP8', 'CCNE1'}, number: 3
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCNE1'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'EGFR', 'TNFRSF1A', 'MAPK12', 'MAP3K5', 'MAPK13', 'MAP2K3', 'JUN', 'MAP2K4'}, number: 10
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'EGFR', 'HBEGF', 'CDKN1A', 'MAP3K5', 'CCND1', 'MAP2K3', 'CDKN2A', 'JUN', 'CCNE1', 'MAP2K4'}, number: 12
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'EGFR', 'TNFRSF1A', 'MAPK12', 'MAP3K5', 'MAPK13', 'MAP2K3', 'JUN', 'MAP2K4'}, number: 10
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'EGFR', 'TNFRSF1A', 'MAPK12', 'MAP3K5', 'MAPK13', 'MAP2K3', 'JUN', 'MAP2K4'}, number: 10
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'EGFR'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID', 'BCL2L11'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'EGFR', 'TNFRSF1A', 'MAPK12', 'MAP3K5', 'MAPK13', 'MAP2K3', 'JUN', 'MAP2K4'}, number: 10
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BID', 'CDKN1A', 'CCND1', 'BCL2L11', 'CDKN2A', 'JUN', 'CCNE1'}, number: 7
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR', 'BID', 'CDKN1A', 'CCND1', 'CDKN2A'}, number: 5
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'EGFR', 'TNFRSF1A', 'MAPK12', 'MAP3K5', 'MAPK13', 'MAP2K3', 'JUN', 'MAP2K4'}, number: 10
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BID', 'CDKN1A', 'CCND1', 'BCL2L11', 'CDKN2A', 'JUN', 'CCNE1'}, number: 7
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID', 'BCL2L11'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BID', 'CDKN1A', 'CCNE1', 'CCND1'}, number: 4
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HBEGF', 'HSP90AA1'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'HSP90AA1', 'EGFR', 'BCL2L1', 'CDKN1A', 'CCND1', 'BCL2L11', 'CCNE1'}, number: 8
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BID', 'CDKN1A', 'CCND1', 'BCL2L11', 'CDKN2A', 'JUN', 'CCNE1'}, number: 7
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K6', 'JUN', 'MAP2K3', 'MAP2K4'}, number: 4
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUNB', 'HSP90AA1', 'HBEGF', 'CDKN1A', 'CCND1', 'JUN', 'CCNE1'}, number: 7
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HSP90AA1', 'BID', 'HBEGF', 'CDKN1A', 'CCND1', 'BCL2L11', 'CDKN2A', 'JUN', 'CCNE1'}, number: 9
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'BCL2L11'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TNFRSF1A', 'IL6', 'JUN', 'BCL2L11'}, number: 4
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HBEGF', 'HSP90AA1', 'CDKN1A', 'CCNA2'}, number: 4
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'IL6', 'EGFR', 'HSP90AA1'}, number: 4
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'HSP90AA1', 'EGFR', 'BCL2L1', 'CDKN1A', 'CCND1', 'BCL2L11', 'CCNE1'}, number: 8
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TNFRSF1A', 'IL6'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'MAPK12', 'MAPK13'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'MAPK12', 'MAPK13'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'MAPK12', 'MAPK13'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'MAPK12', 'MAPK13'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'MAPK12', 'MAPK13'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SRXN1', 'GCLM', 'GCLC', 'ABCC3', 'HMOX1', 'NQO1', 'KEAP1', 'ABCC2'}, number: 8
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SRXN1', 'GCLM', 'GCLC', 'ABCC3', 'HMOX1', 'JUN', 'NQO1', 'KEAP1', 'ABCC2'}, number: 9
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SRXN1', 'GCLM', 'GCLC', 'ABCC3', 'HMOX1', 'JUN', 'NQO1', 'KEAP1', 'ABCC2'}, number: 9
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SRXN1', 'GCLM', 'GCLC', 'ABCC3', 'HMOX1', 'NQO1', 'KEAP1', 'EPHX1', 'ABCC2'}, number: 9
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ATF3', 'DDIT3'}, number: 2
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PPP1R15A', 'DDIT3', 'XBP1', 'BCL2L11'}, number: 4
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PPP1R15A', 'DDIT3', 'XBP1', 'BCL2L11'}, number: 4
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PPP1R15A', 'DDIT3', 'XBP1', 'BCL2L11'}, number: 4
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HSP90B1', 'BCL2L11'}, number: 2
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PPP1R15A', 'DDIT3', 'XBP1', 'BCL2L11'}, number: 4
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'DDIT3', 'TRIB3', 'HSP90B1'}, number: 3
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HSP90B1', 'BCL2L11'}, number: 2
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'NGF', 'BDNF', 'FGFR1', 'MAP3K5', 'PIK3CA', 'FN1', 'NFKB1', 'IL1B', 'RPS6KA3', 'MAP2K6', 'MKNK1', 'PDGFA', 'FGFR4', 'PIK3CD', 'FGFR3', 'DDIT3', 'FGF2', 'MAP3K1', 'PAK1', 'LAMB1', 'JUN', 'EGF', 'LAMA5', 'MAP2K4', 'MAP2K2', 'LAMC2', 'IL6', 'CSF1', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'FGFR2', 'MAP2K3', 'MAPK10'}, number: 41
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CXXC4', 'HRAS', 'PDGFC', 'MAD2L1', 'LATS2', 'FGFR1', 'RASSF6', 'CTBP1', 'LAMB3', 'CCNE1', 'PDK1', 'LAMA2', 'IL1B', 'RPS6KA3', 'PODXL', 'MDK', 'RASSF4', 'SPARC', 'TEAD4', 'PLAU', 'CDK2', 'ULK1', 'WNT5B', 'COL4A5', 'AKT1S1', 'EFNA1', 'PRKAA1', 'COL4A4', 'SLC2A1', 'MAD1L1', 'DEPTOR', 'LAMC3', 'LATS1', 'VEGFA', 'DVL2', 'RNF2', 'TNIK', 'PIK3CD', 'KITLG', 'EFNA5', 'DDIT3', 'PLCB4', 'TGFA', 'NF2', 'BTC', 'TSC1', 'EPHA2', 'AMOT', 'CDH2', 'MET', 'CTHRC1', 'FOXM1', 'CDH16', 'FGF2', 'MAP3K1', 'EZH2', 'PAK1', 'ATF3', 'LAMB1', 'JUN', 'LAMA5', 'LAMC2', 'CSF1', 'PIGF', 'PDGFB', 'SOS1', 'ATG13', 'MAPK10', 'SHC1', 'FZD2', 'ITPR3', 'NGF', 'COL4A2', 'LAMA1', 'BARD1', 'PDGFD', 'MAP3K5', 'FN1', 'MOB1B', 'TEAD1', 'PRKAG2', 'NDRG1', 'ITGB3', 'FGFR4', 'ACTG1', 'FGFR3', 'CD44', 'FZD7', 'CDH1', 'COL4A3', 'PRKAA2', 'FRAT2', 'CDH3', 'ITGA2', 'FOSL1', 'INSR', 'CSNK2A1', 'WWC1', 'AREG', 'CIT', 'FRAT1', 'CDKN2A', 'CSNK1A1', 'EGF', 'SLC3A2', 'MAP2K2', 'CD274', 'EGFR', 'AKT3', 'RPS6KA5', 'MDM2', 'CDKN1A', 'FGFR2', 'ITGA3', 'PAK2', 'STAT1', 'KIF23', 'LAMC1', 'BAG2', 'MAP3K9', 'CCN2', 'BDNF', 'HBEGF', 'PIK3CA', 'DKK1', 'SFRP2', 'NFKB1', 'MAP2K6', 'CDK4', 'MKNK1', 'PDGFA', 'TNNT1', 'PRKAB1', 'COL4A1', 'PRKAB2', 'JAK1', 'CTNNA1', 'PRSS23', 'RBBP4', 'CDH6', 'FZD1', 'CCND1', 'ROR1', 'ACTC1', 'PAK3', 'MAP2K4', 'PRKAG1', 'IL6', 'ITGA6', 'BRCA1', 'TEAD3', 'CCL2', 'MAP2K3', 'SLC7A5'}, number: 154
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'NGF', 'BDNF', 'FGFR1', 'MAP3K5', 'PIK3CA', 'FN1', 'NFKB1', 'IL1B', 'RPS6KA3', 'MAP2K6', 'MKNK1', 'PDGFA', 'FGFR4', 'PIK3CD', 'FGFR3', 'DDIT3', 'FGF2', 'MAP3K1', 'PAK1', 'LAMB1', 'JUN', 'EGF', 'LAMA5', 'MAP2K4', 'MAP2K2', 'LAMC2', 'IL6', 'CSF1', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'FGFR2', 'MAP2K3', 'MAPK10'}, number: 41
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'NGF', 'BDNF', 'FGFR1', 'MAP3K5', 'PIK3CA', 'FN1', 'NFKB1', 'IL1B', 'RPS6KA3', 'MAP2K6', 'MKNK1', 'PDGFA', 'FGFR4', 'PIK3CD', 'FGFR3', 'DDIT3', 'FGF2', 'MAP3K1', 'PAK1', 'LAMB1', 'JUN', 'EGF', 'LAMA5', 'MAP2K4', 'MAP2K2', 'LAMC2', 'IL6', 'CSF1', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'FGFR2', 'MAP2K3', 'MAPK10'}, number: 41
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'RPS6KA3', 'HRAS', 'EGFR', 'SOS1', 'RPS6KA5', 'MAP3K1', 'PAK1', 'STAT1', 'EGF', 'JUN', 'SHC1', 'JAK1'}, number: 13
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PAK1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'DDIT3'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'NGF', 'BDNF', 'FGFR1', 'MAP3K5', 'PIK3CA', 'FN1', 'NFKB1', 'IL1B', 'RPS6KA3', 'MAP2K6', 'MKNK1', 'PDGFA', 'FGFR4', 'PIK3CD', 'FGFR3', 'DDIT3', 'FGF2', 'MAP3K1', 'PAK1', 'LAMB1', 'JUN', 'EGF', 'LAMA5', 'MAP2K4', 'MAP2K2', 'LAMC2', 'IL6', 'CSF1', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'FGFR2', 'MAP2K3', 'MAPK10'}, number: 41
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'PIK3CA', 'CCNE1', 'PDK1', 'NFKB1', 'CDK4', 'DVL2', 'PIK3CD', 'FOSL1', 'PLAU', 'INSR', 'CDK2', 'MAP3K1', 'CCND1', 'FRAT1', 'CDKN2A', 'JUN', 'WNT5B', 'BRCA1', 'AKT3', 'SOS1', 'MDM2', 'CDKN1A', 'MAPK10', 'SHC1'}, number: 25
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'HRAS', 'EGFR', 'PIK3CD', 'AKT3', 'SOS1', 'CDKN1A', 'CCND1', 'TGFA', 'PIK3CA', 'CDKN2A', 'EGF', 'PDK1'}, number: 14
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'NGF', 'BDNF', 'FGFR1', 'MAP3K5', 'PIK3CA', 'FN1', 'NFKB1', 'IL1B', 'RPS6KA3', 'MAP2K6', 'MKNK1', 'PDGFA', 'FGFR4', 'PIK3CD', 'FGFR3', 'DDIT3', 'FGF2', 'MAP3K1', 'PAK1', 'LAMB1', 'JUN', 'EGF', 'LAMA5', 'MAP2K4', 'MAP2K2', 'LAMC2', 'IL6', 'CSF1', 'EGFR', 'PDGFB', 'AKT3', 'SOS1', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'FGFR2', 'MAP2K3', 'MAPK10'}, number: 41
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'PIK3CA', 'CCNE1', 'PDK1', 'NFKB1', 'IL1B', 'CDK4', 'DVL2', 'PIK3CD', 'DDIT3', 'FOSL1', 'PLAU', 'INSR', 'CDK2', 'MAP3K1', 'CCND1', 'FRAT1', 'CDKN2A', 'JUN', 'WNT5B', 'BRCA1', 'AKT3', 'SOS1', 'MDM2', 'CDKN1A', 'MAPK10', 'SHC1'}, number: 27
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'DDIT3'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'CDK2', 'MDM2', 'CDKN1A', 'CCND1', 'CCNE1'}, number: 7
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'EPHA2', 'PDGFB', 'INSR', 'HBEGF', 'SLC2A1', 'TGFA', 'PIK3CA'}, number: 7
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'PDGFC', 'COL4A4', 'NGF', 'BDNF', 'COL4A2', 'LAMA1', 'FGFR1', 'PDGFD', 'PIK3CA', 'FN1', 'DEPTOR', 'VEGFA', 'LAMC3', 'LAMB3', 'CCNE1', 'LAMA2', 'NFKB1', 'CDK4', 'PRKAG2', 'ITGB3', 'PDGFA', 'FGFR4', 'PIK3CD', 'KITLG', 'EFNA5', 'FGFR3', 'PRKAB1', 'COL4A1', 'PRKAB2', 'TGFA', 'COL4A3', 'JAK1', 'TSC1', 'EPHA2', 'PRKAA2', 'ITGA2', 'MET', 'INSR', 'CDK2', 'FGF2', 'PAK1', 'CCND1', 'SHC1', 'LAMB1', 'PAK3', 'EGF', 'ULK1', 'LAMA5', 'MAP2K2', 'PRKAG1', 'LAMC2', 'IL6', 'CSF1', 'COL4A5', 'EGFR', 'ITGA6', 'BRCA1', 'PDGFB', 'AKT3', 'SOS1', 'ATG13', 'AKT1S1', 'MDM2', 'CDKN1A', 'EFNA1', 'FGFR2', 'ITGA3', 'MAPK10', 'PAK2', 'PRKAA1'}, number: 72
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'PIK3CA', 'CCNE1', 'PDK1', 'NFKB1', 'CDK4', 'DVL2', 'PIK3CD', 'FOSL1', 'PLAU', 'INSR', 'CDK2', 'MAP3K1', 'CCND1', 'FRAT1', 'CDKN2A', 'JUN', 'WNT5B', 'BRCA1', 'AKT3', 'SOS1', 'MDM2', 'CDKN1A', 'MAPK10', 'SHC1'}, number: 25
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'IL1B', 'MAP3K1', 'CCL2', 'MAP2K3', 'JUN', 'MAP2K4', 'NFKB1'}, number: 9
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CXXC4', 'HBEGF', 'SLC2A1', 'CTBP1', 'DEPTOR', 'CCNE1', 'DKK1', 'SFRP2', 'NFKB1', 'DVL2', 'PRKAG2', 'PRKAB1', 'FZD7', 'PLCB4', 'PRKAB2', 'TGFA', 'EPHA2', 'PRKAA2', 'FRAT2', 'FOSL1', 'PLAU', 'CSNK2A1', 'CDK2', 'FZD1', 'CCND1', 'ROR1', 'FRAT1', 'CSNK1A1', 'JUN', 'ULK1', 'PRKAG1', 'WNT5B', 'BRCA1', 'PDGFB', 'AKT1S1', 'CCL2', 'CDKN1A', 'MAPK10', 'PRKAA1', 'FZD2'}, number: 40
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'HBEGF', 'SLC2A1', 'PIK3CA', 'CCNE1', 'PDK1', 'NFKB1', 'IL1B', 'CDK4', 'DVL2', 'PIK3CD', 'DDIT3', 'TGFA', 'EPHA2', 'FOSL1', 'PLAU', 'INSR', 'CDK2', 'MAP3K1', 'CCND1', 'FRAT1', 'CDKN2A', 'JUN', 'WNT5B', 'BRCA1', 'PDGFB', 'AKT3', 'SOS1', 'MDM2', 'CDKN1A', 'MAPK10', 'SHC1'}, number: 32
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'PRKAA1', 'NGF', 'BDNF', 'NFKB1', 'RPS6KA3', 'MKNK1', 'TSC1', 'PRKAA2', 'CDH2', 'CSNK2A1', 'MAP3K1', 'JUN', 'MAP2K2', 'SOS1', 'RPS6KA5', 'STAT1', 'MAPK10', 'SHC1'}, number: 19
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'PRKAA1', 'NGF', 'BDNF', 'SLC2A1', 'PIK3CA', 'NFKB1', 'IL1B', 'RPS6KA3', 'PLCB4', 'JAK1', 'PRKAA2', 'CDH2', 'INSR', 'CSNK2A1', 'FGF2', 'MAP3K1', 'JUN', 'MAP2K2', 'IL6', 'RPS6KA5', 'STAT1', 'MAPK10', 'SHC1'}, number: 24
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC1', 'EPHA2', 'PRKAG2', 'PRKAA2', 'PDGFB', 'PIK3CD', 'INSR', 'PRKAB1', 'HBEGF', 'CDKN1A', 'SLC2A1', 'TGFA', 'PIK3CA', 'PRKAB2', 'PRKAA1', 'PRKAG1'}, number: 16
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'PDGFC', 'COL4A4', 'NGF', 'COL4A2', 'LAMA1', 'FGFR1', 'PDGFD', 'SLC2A1', 'PIK3CA', 'FN1', 'VEGFA', 'LAMC3', 'LAMB3', 'LAMA2', 'ITGB3', 'PDGFA', 'FGFR4', 'PIK3CD', 'KITLG', 'EFNA5', 'FGFR3', 'COL4A1', 'DDIT3', 'JAK1', 'TSC1', 'EPHA2', 'PRKAA2', 'ITGA2', 'MET', 'CTNNA1', 'INSR', 'FGF2', 'FZD1', 'LAMB1', 'EGF', 'ULK1', 'LAMA5', 'MAP2K2', 'LAMC2', 'IL6', 'WNT5B', 'CSF1', 'EGFR', 'ITGA6', 'PDGFB', 'AKT3', 'SOS1', 'AKT1S1', 'MDM2', 'CDKN1A', 'EFNA1', 'FGFR2', 'ITGA3', 'STAT1', 'PRKAA1'}, number: 57
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'LAMC1', 'HRAS', 'PDGFC', 'COL4A4', 'NGF', 'BDNF', 'COL4A2', 'LAMA1', 'FGFR1', 'PDGFD', 'SLC2A1', 'PIK3CA', 'FN1', 'VEGFA', 'LAMC3', 'LAMB3', 'CCNE1', 'LAMA2', 'NFKB1', 'CDK4', 'ITGB3', 'PDGFA', 'FGFR4', 'PIK3CD', 'KITLG', 'EFNA5', 'FGFR3', 'COL4A1', 'TGFA', 'COL4A3', 'JAK1', 'TSC1', 'EPHA2', 'PRKAA2', 'ITGA2', 'MET', 'INSR', 'CDK2', 'FGF2', 'CCND1', 'LAMB1', 'EGF', 'ULK1', 'LAMA5', 'MAP2K2', 'LAMC2', 'IL6', 'CSF1', 'COL4A5', 'EGFR', 'ITGA6', 'BRCA1', 'PDGFB', 'AKT3', 'SOS1', 'AKT1S1', 'MDM2', 'CDKN1A', 'EFNA1', 'FGFR2', 'ITGA3', 'PRKAA1'}, number: 62
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'IL6', 'NGF', 'BDNF', 'PIK3CD', 'INSR', 'FGF2', 'PLCB4', 'STAT1', 'SLC2A1', 'PIK3CA', 'JAK1', 'NFKB1'}, number: 13
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4', 'FGFR1', 'SLC2A1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK10', 'NFKB1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'NFKBIA', 'SOS1', 'PAK1', 'PIK3R2', 'JUN', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'FLNA', 'RAC1', 'NFKB1'}, number: 15
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'SOS1', 'PAK1', 'STAT1', 'PIK3CA', 'JUN', 'SHC1', 'JAK1', 'NFKB1'}, number: 10
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'NFKBIA', 'SOS1', 'PAK1', 'PIK3R2', 'JUN', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'FLNA', 'RAC1', 'NFKB1'}, number: 15
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'NFKBIA', 'SOS1', 'PAK1', 'PIK3R2', 'JUN', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'FLNA', 'RAC1', 'NFKB1'}, number: 15
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'GAB2', 'JAK2', 'ERBB2', 'SOS1', 'SHC1', 'STAT5A', 'PIK3R2', 'PAK1', 'JUN', 'STAT1', 'CBL', 'PTPN11', 'PIK3R1', 'RAC1', 'STAT3', 'JAK1'}, number: 18
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PAK1', 'RAC1', 'STAT3'}, number: 4
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'NFKBIA', 'SOS1', 'PAK1', 'PIK3R2', 'JUN', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'FLNA', 'RAC1', 'NFKB1'}, number: 15
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'IRS1', 'ERBB2', 'SOS1', 'JUN', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1', 'NFKB1'}, number: 11
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'ERBB2', 'SOS1', 'STAT5A', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'STAT3'}, number: 9
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'NFKBIA', 'SOS1', 'PAK1', 'PIK3R2', 'JUN', 'STAT1', 'PIK3CA', 'PTPN11', 'PIK3R1', 'FLNA', 'RAC1', 'NFKB1'}, number: 15
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'IRS1', 'ERBB2', 'SOS1', 'JUN', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1', 'NFKB1'}, number: 11
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'FYN'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'GAB2', 'JAK2', 'IRS1', 'SOS1', 'PAK1', 'PIK3R2', 'PIK3CA', 'PTPN11', 'PIK3R1', 'RAC1', 'SHC1', 'JAK1', 'NFKB1'}, number: 16
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'IRS1', 'ERBB2', 'SOS1', 'JUN', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'SHC1', 'NFKB1'}, number: 11
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'NFKBIA', 'PIK3R2', 'PTPN11', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'RAC1', 'NFKB1'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'RAC1', 'IRS1', 'ERBB2', 'SOS1', 'JUN', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'FYN', 'SHC1', 'NFKB1'}, number: 12
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'RAC1', 'FYN', 'NFKB1', 'RELA', 'GAB2', 'STAT5A', 'PIK3R2', 'STAT3', 'IRS1', 'IRS2', 'NFKBIA', 'PTPN11', 'SIRPA', 'JUN', 'MAP2K2', 'JAK2', 'SOS1', 'STAT1', 'PIK3R1', 'SHC1'}, number: 21
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'PIK3CA', 'RAC1', 'FYN', 'NFKB1', 'RELA', 'STAT5A', 'PIK3R2', 'STAT3', 'JAK1', 'IRS1', 'IRS2', 'NFKBIA', 'PTPN11', 'SIRPA', 'JUN', 'MAP2K2', 'JAK2', 'STAT1', 'PIK3R1', 'SHC1'}, number: 21
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'IRS2', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'FYN'}, number: 5
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'IRS2', 'HRAS', 'JAK2', 'SOS1', 'STAT5A', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'STAT3', 'JAK1', 'IRS1'}, number: 13
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'IRS2', 'HRAS', 'RELA', 'JAK2', 'IRS1', 'SOS1', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'RAC1', 'JAK1', 'NFKB1'}, number: 13
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'NFKB1', 'STAT1', 'PIK3CA', 'STAT3', 'JAK1', 'IRS1'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'NEDD4'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'H2AX'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'H2AX'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'H2AX'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'H2AX'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'H2AX'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'H2AX'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'KIF23'}, number: 1
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'OCRL'}, number: 1
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAD1L1', 'MAD2L1'}, number: 2
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CDC25B', 'STMN1', 'MAPK13'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'RBBP4', 'CDK2', 'BARD1', 'MDM2', 'CDKN1A', 'CCND1', 'CCNE1'}, number: 8
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CDC25B', 'STMN1', 'MAPK13'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CDC25B', 'STMN1', 'MAPK13'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'ABL1', 'STMN1'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1', 'STMN1', 'CDK1'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CDC25B', 'STMN1', 'MAPK13'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'MCM7', 'CDC25A', 'CCNB1', 'CDK1', 'RPA2', 'CCNB2', 'ABL1', 'CDK2', 'CHEK1', 'PRKDC', 'CDKN1B', 'CDKN1A', 'MDM2', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1'}, number: 18
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'E2F3', 'CDKN1A', 'CCND1', 'CDK6'}, number: 5
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CDC25B', 'STMN1', 'MAPK13'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNB2', 'ABL1', 'CDK2', 'CHEK1', 'PRKDC', 'CDKN1B', 'CDKN1A', 'MDM2', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1'}, number: 17
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'CCNB1', 'CCNB2', 'RPA1', 'RFC5', 'CCNE1', 'CDK4', 'CDK1', 'RFC3', 'RPA2', 'CHEK1', 'CDKN1B', 'POLE', 'CDK6', 'FANCG', 'MSH6', 'CDK2', 'RPA3', 'CCND1', 'CCNE2', 'RFC4', 'CDC25A', 'ABL1', 'PCNA', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 27
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'ABL1', 'CDK2', 'CDKN1B', 'CDKN1A', 'MDM2', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1'}, number: 10
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNB2', 'ABL1', 'CDK2', 'CHEK1', 'PRKDC', 'CDKN1B', 'CDKN1A', 'MDM2', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1'}, number: 17
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'FANCG', 'CDC25A', 'RFC3', 'RPA2', 'MSH6', 'RPA1', 'CDK2', 'PCNA', 'CHEK1', 'PRKDC', 'RPA3', 'CDKN1A', 'CCND1', 'POLE', 'RFC5', 'CCNE1', 'RFC4'}, number: 18
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNB2', 'ABL1', 'CDK2', 'CHEK1', 'PRKDC', 'CDKN1B', 'CDKN1A', 'MDM2', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1'}, number: 17
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'CCNA2', 'CCNB1'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1B', 'CDKN1A', 'MDM2'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'MDM2', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1'}, number: 9
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PRKAA1'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKAA1'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NR1H3', 'PRKAA1', 'PPARA'}, number: 3
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PRKAA1'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKAA1'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SREBF1', 'LDLR', 'HMGCR', 'PRKAA1'}, number: 4
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HMGCS1', 'HMGCR', 'NR1H3', 'ABCA1', 'SREBF1', 'PRKAA1', 'PPARA'}, number: 7
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SREBF1', 'PRKAA1'}, number: 2
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'IL6', 'INSR', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GPX3', 'SOD2', 'XDH', 'GSR', 'SOD1', 'NFKB1', 'TXNRD1'}, number: 7
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GPX3', 'SOD2', 'XDH', 'GSR', 'SOD1', 'NFKB1', 'TXNRD1'}, number: 7
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GPX3', 'SOD2', 'XDH', 'GSR', 'SOD1', 'NFKB1', 'TXNRD1'}, number: 7
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'LDLR', 'INSR', 'NFKB1'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'LDLR', 'INSR', 'NFKB1'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GPX3', 'TXN', 'INSR', 'TXNRD3', 'GSR', 'PRDX1', 'TXNRD1'}, number: 7
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'INSR', 'RELA', 'NFKB1'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR', 'INSR', 'NFKB1'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B', 'CCL2', 'RELA', 'NFKB1'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GPX3', 'SOD2', 'XDH', 'TXNRD1', 'TXNRD3', 'GSR', 'CCL2', 'SOD1', 'ICAM1', 'PRDX1', 'NFKB1', 'SERPINE1', 'TXN'}, number: 13
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'IL1B', 'GPX3', 'TXNRD1', 'INSR', 'TXNRD3', 'GSR', 'LDLR', 'PRDX1', 'NFKB1', 'TXN'}, number: 10
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GPX3', 'SOD2', 'XDH', 'GSR', 'SOD1', 'NFKB1', 'TXNRD1'}, number: 7
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'INSR', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GPX3', 'TXN', 'INSR', 'TXNRD3', 'GSR', 'LDLR', 'PRDX1', 'TXNRD1'}, number: 8
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ABCA1', 'IL6', 'SERPINE1', 'INSR'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'INSR', 'RELA', 'NFKB1'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'IL6', 'INSR', 'NFKB1'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GPX3', 'SOD2', 'XDH', 'GSR', 'SOD1', 'NFKB1', 'TXNRD1'}, number: 7
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP3K14', 'MYD88', 'NFKB1', 'IL1B', 'MAP2K6', 'RELA', 'IL1RAP', 'MAP3K7', 'TGFB2', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'JUN', 'IL6', 'TOLLIP', 'ECSIT', 'MAP2K3'}, number: 19
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'MAP2K6', 'IL6', 'MAP3K1', 'MAP2K3', 'JUN', 'NFKB1'}, number: 7
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP3K14', 'MYD88', 'NFKB1', 'IL1B', 'MAP2K6', 'RELA', 'IL1RAP', 'MAP3K7', 'TGFB2', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'JUN', 'IL6', 'TOLLIP', 'ECSIT', 'MAP2K3'}, number: 19
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP3K14', 'MYD88', 'NFKB1', 'IL1B', 'MAP2K6', 'RELA', 'IL1RAP', 'MAP3K7', 'TGFB2', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'JUN', 'IL6', 'TOLLIP', 'ECSIT', 'MAP2K3'}, number: 19
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP3K1', 'JUN'}, number: 2
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP3K14', 'MYD88', 'NFKB1', 'IL1B', 'MAP2K6', 'RELA', 'IL1RAP', 'MAP3K7', 'TGFB2', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'JUN', 'IL6', 'TOLLIP', 'ECSIT', 'MAP2K3'}, number: 19
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAP3K1', 'MAP3K7', 'JUN', 'NFKB1'}, number: 4
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP3K14', 'MYD88', 'NFKB1', 'IL1B', 'MAP2K6', 'RELA', 'IL1RAP', 'MAP3K7', 'TGFB2', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'IRAK3', 'JUN', 'IL6', 'TOLLIP', 'ECSIT', 'MAP2K3'}, number: 19
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'MAP3K1', 'MAP3K7', 'JUN', 'NFKB1'}, number: 5
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAP3K1', 'MAP3K7', 'JUN', 'NFKB1'}, number: 4
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B', 'MAP2K6', 'RELA', 'MAP3K14', 'IL1RAP', 'IL1A', 'NFKBIA', 'IL1R1', 'TOLLIP', 'MAP3K1', 'MAP3K7', 'ECSIT', 'MAP2K3', 'MYD88', 'IRAK3', 'JUN', 'NFKB1'}, number: 17
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAP3K7', 'TGFB2', 'JUN', 'NFKB1'}, number: 4
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'IL1B', 'TGFB2', 'MAP3K1', 'MAP3K7', 'JUN', 'NFKB1'}, number: 6
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'MAP3K1', 'JUN', 'NFKB1'}, number: 5
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1B', 'TGFB2', 'IL6', 'RELA', 'IL1A', 'NFKBIA', 'IL1R1', 'MAP3K1', 'JUN', 'NFKB1'}, number: 10
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'TGFB2', 'IL6', 'IL1A', 'IL1R1', 'NFKB1'}, number: 6
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Signal Transduction Through IL1R WP4496, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'LAMC1', 'CASP8', 'LAMC2', 'RELA', 'PIK3R1', 'NFKBIA', 'PIK3CD', 'TRAF3', 'AKT3', 'GADD45A', 'PIK3R2', 'PIK3CA', 'LAMB1', 'FN1', 'LAMA5', 'NFKB1'}, number: 16
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LAMC1', 'COL4A4', 'COL4A2', 'LAMA1', 'PIK3CA', 'FN1', 'LAMB3', 'LAMC3', 'CCNE1', 'NFKB1', 'LAMA2', 'CDK4', 'PIK3CD', 'COL4A1', 'COL4A3', 'ITGA2', 'CDK2', 'CCND1', 'LAMB1', 'LAMA5', 'LAMC2', 'ITGA6', 'COL4A5', 'AKT3', 'CDKN1A', 'ITGA3'}, number: 26
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'LAMC1', 'CASP8', 'LAMC2', 'RELA', 'PIK3R1', 'NFKBIA', 'PIK3CD', 'TRAF3', 'AKT3', 'GADD45A', 'PIK3R2', 'PIK3CA', 'LAMB1', 'FN1', 'LAMA5', 'NFKB1'}, number: 16
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'LAMC1', 'CASP8', 'LAMC2', 'RELA', 'PIK3R1', 'NFKBIA', 'PIK3CD', 'TRAF3', 'AKT3', 'GADD45A', 'PIK3R2', 'PIK3CA', 'LAMB1', 'FN1', 'LAMA5', 'NFKB1'}, number: 16
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PIK3R1', 'PIK3R2'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'LAMC1', 'CASP8', 'LAMC2', 'RELA', 'PIK3R1', 'NFKBIA', 'PIK3CD', 'TRAF3', 'AKT3', 'GADD45A', 'PIK3R2', 'PIK3CA', 'LAMB1', 'FN1', 'LAMA5', 'NFKB1'}, number: 16
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'CDK4', 'BID', 'PIK3CD', 'AKT3', 'CDK2', 'GADD45A', 'CDKN1B', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'PIK3R1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9', 'NFKB1'}, number: 18
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'CDK4', 'E2F3', 'FHIT', 'RXRA', 'PIK3CD', 'BID', 'AKT3', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'PIK3R1', 'CDK6', 'CASP9', 'GADD45A'}, number: 16
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'LAMC1', 'CASP8', 'LAMC2', 'RELA', 'PIK3R1', 'NFKBIA', 'PIK3CD', 'TRAF3', 'AKT3', 'GADD45A', 'PIK3R2', 'PIK3CA', 'LAMB1', 'FN1', 'LAMA5', 'NFKB1'}, number: 16
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'CDK4', 'BID', 'PIK3CD', 'AKT3', 'CDK2', 'GADD45A', 'CDKN1B', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'PIK3R1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9', 'NFKB1'}, number: 18
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'CDK4', 'BID', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9', 'GADD45A'}, number: 12
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'RXRA'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'LAMC1', 'COL4A4', 'COL4A2', 'LAMA1', 'PIK3CA', 'FN1', 'LAMB3', 'LAMC3', 'CCNE1', 'NFKB1', 'LAMA2', 'CDK4', 'RELA', 'PIK3CD', 'COL4A1', 'CDKN1B', 'PIK3R2', 'CDK6', 'CASP9', 'COL4A3', 'ITGA2', 'CDK2', 'BCL2L1', 'CCND1', 'LAMB1', 'CCNE2', 'LAMA5', 'LAMC2', 'ITGA6', 'COL4A5', 'AKT3', 'CDKN1A', 'ITGA3', 'PIK3R1'}, number: 34
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'CDK4', 'BID', 'PIK3CD', 'AKT3', 'CDK2', 'GADD45A', 'CDKN1B', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3CA', 'PIK3R1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9', 'NFKB1'}, number: 18
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'PIK3R2', 'PIK3R1', 'NFKB1'}, number: 5
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDK2', 'GADD45A', 'CDKN1A', 'CCND1', 'RXRA', 'CCNE1', 'NFKB1'}, number: 7
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3CA', 'CCNE1', 'NFKB1', 'CDK4', 'PIK3CD', 'CDKN1B', 'PIK3R2', 'CDK6', 'CASP9', 'CASP8', 'CDK2', 'CCND1', 'RXRA', 'CCNE2', 'GADD45A', 'BID', 'AKT3', 'CDKN1A', 'PIK3R1'}, number: 19
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'PIK3R2', 'PIK3R1', 'NFKB1'}, number: 5
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'NFKB1'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA', 'PIK3CD', 'PIK3R2', 'CDKN1A', 'PIK3CA', 'PIK3R1'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LAMC1', 'COL4A4', 'COL4A2', 'LAMA1', 'PIK3CA', 'FN1', 'LAMB3', 'LAMC3', 'LAMA2', 'PIK3CD', 'COL4A1', 'CDKN1B', 'PIK3R2', 'CASP9', 'ITGA2', 'RXRA', 'LAMB1', 'LAMA5', 'GADD45A', 'LAMC2', 'ITGA6', 'AKT3', 'CDKN1A', 'ITGA3', 'PIK3R1'}, number: 25
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'LAMC1', 'COL4A4', 'COL4A2', 'LAMA1', 'PIK3CA', 'FN1', 'LAMB3', 'LAMC3', 'CCNE1', 'NFKB1', 'LAMA2', 'CDK4', 'RELA', 'PIK3CD', 'COL4A1', 'CDKN1B', 'PIK3R2', 'CDK6', 'CASP9', 'COL4A3', 'ITGA2', 'CDK2', 'BCL2L1', 'CCND1', 'LAMB1', 'CCNE2', 'LAMA5', 'LAMC2', 'ITGA6', 'COL4A5', 'AKT3', 'CDKN1A', 'ITGA3', 'PIK3R1'}, number: 34
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA', 'PIK3CD', 'NFKB1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Overview WP4725, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SHMT1'}, number: 1
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SHMT1'}, number: 1
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PRKAG2', 'PRKAA2', 'PRKAB1', 'PRKAB2', 'PIK3CA', 'PRKAA1', 'PRKAG1'}, number: 7
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CA', 'LDLR'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3CA', 'LDLR'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKAG2', 'PRKAA2', 'PRKAB1', 'PRKAB2', 'PIK3CA', 'PRKAA1', 'PRKAG1'}, number: 7
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CA', 'LDLR'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKAG2', 'PRKAA2', 'DBI', 'PRKAB1', 'PRKAB2', 'PPARG', 'PRKAA1', 'PRKAG1'}, number: 8
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3CA', 'LDLR'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PRKAA2', 'PRKAA1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PIK3CA', 'PRKAA2', 'PRKAA1'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKAG2', 'PRKAA2', 'HMGCR', 'PRKAB1', 'SREBF1', 'LDLR', 'PRKAB2', 'PIK3CA', 'PRKAA1', 'PRKAG1'}, number: 10
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PRKAA2', 'HMGCS1', 'FDFT1', 'PPARG', 'HMGCR', 'NR1H2', 'SREBF1', 'PIK3CA', 'FDPS', 'PRKAA1'}, number: 10
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3CA', 'SREBF1', 'PRKAA2', 'PRKAA1'}, number: 4
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'BRAF'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PDK1'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'BRAF'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'BRAF'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'BRAF'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'BRAF'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PDK1'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'BRAF', 'PDK1'}, number: 2
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'BRAF'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PDK1'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ME1'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PDK1'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ME1'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ME1', 'PDK1'}, number: 2
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'BRAF'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ME1'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle In Senescence WP5050, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'JUND', 'PIK3R1', 'TGFBR2', 'SOS1', 'MAP3K7', 'JUN', 'PIK3R2', 'TGFBR1', 'MAP2K3', 'PAK2', 'FN1', 'RAC1', 'MAP2K4'}, number: 15
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MAP2K4', 'ITGA2', 'ITGB3', 'MET', 'ATF3', 'SOS1', 'PAK2', 'CDKN1A', 'MAP2K3', 'CCND1', 'FN1', 'JUN', 'SHC1', 'PDK1'}, number: 16
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'JUND', 'PIK3R1', 'TGFBR2', 'SOS1', 'MAP3K7', 'JUN', 'PIK3R2', 'TGFBR1', 'MAP2K3', 'PAK2', 'FN1', 'RAC1', 'MAP2K4'}, number: 15
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'JUND', 'PIK3R1', 'TGFBR2', 'SOS1', 'MAP3K7', 'JUN', 'PIK3R2', 'TGFBR1', 'MAP2K3', 'PAK2', 'FN1', 'RAC1', 'MAP2K4'}, number: 15
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'JUND', 'ITCH', 'SOS1', 'CAV1', 'JUN', 'PIK3R2', 'BCAR1', 'PIK3R1', 'RAC1', 'SHC1', 'HGS'}, number: 12
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PARD6A', 'RAC1', 'CDK1'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'JUND', 'PIK3R1', 'TGFBR2', 'SOS1', 'MAP3K7', 'JUN', 'PIK3R2', 'TGFBR1', 'MAP2K3', 'PAK2', 'FN1', 'RAC1', 'MAP2K4'}, number: 15
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'SMAD3', 'CCNB2', 'SOS1', 'MAP3K7', 'JUN', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3R1', 'RAC1', 'SHC1', 'PDK1'}, number: 13
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'SOS1', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3R1', 'PDK1'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'JUND', 'PIK3R1', 'TGFBR2', 'SOS1', 'MAP3K7', 'JUN', 'PIK3R2', 'TGFBR1', 'MAP2K3', 'PAK2', 'FN1', 'RAC1', 'MAP2K4'}, number: 15
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK1', 'SMAD3', 'CCNB2', 'SOS1', 'MAP3K7', 'JUN', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3R1', 'RAC1', 'SHC1', 'PDK1'}, number: 13
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'CCNB2', 'RBX1', 'CDKN1A', 'CCND1'}, number: 5
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RBX1', 'TGFBR2'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'ETS1', 'ITGA2', 'ITGB3', 'PIK3R1', 'MET', 'SOS1', 'PAK2', 'PIK3R2', 'CDKN1A', 'CCND1', 'FN1', 'RAC1', 'SHC1'}, number: 14
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'SMAD3', 'CCNB2', 'SOS1', 'MAP3K7', 'JUN', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3R1', 'RAC1', 'SHC1', 'PDK1'}, number: 13
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MAP3K7', 'PIK3R2', 'MAP2K3', 'PIK3R1', 'JUN', 'MAP2K4'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUNB', 'TGFBR2', 'RBX1', 'MAP3K7', 'JUN', 'CDKN1A', 'CCND1', 'RAC1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'CDK1', 'CCNB2', 'TGFBR2', 'SOS1', 'RBX1', 'MAP3K7', 'JUN', 'PIK3R2', 'CDKN1A', 'CCND1', 'PIK3R1', 'RAC1', 'SHC1', 'PDK1'}, number: 15
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'RAC1', 'SOS1', 'PIK3R2', 'PIK3R1', 'JUN', 'SHC1'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'SMAD3', 'TGFBR2', 'SMAD7', 'TGFBR1', 'JUN', 'PIK3R2', 'PIK3R1', 'RAC1', 'SHC1'}, number: 10
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2', 'RBX1', 'PIK3R2', 'CDKN1A', 'PIK3R1'}, number: 5
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'ITGA2', 'ITGB3', 'SMAD3', 'MET', 'PIK3R1', 'SOS1', 'PIK3R2', 'CDKN1A', 'FN1'}, number: 10
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'ITGA2', 'ITGB3', 'PIK3R1', 'MET', 'SOS1', 'PIK3R2', 'CDKN1A', 'CCND1', 'FN1', 'RAC1'}, number: 11
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFBR1', 'TGFBR2', 'SMAD7', 'SMAD3'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'MAP2K6', 'HRAS', 'TAB2', 'MAP3K14', 'TBK1', 'NFKBIA', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'TNFRSF1A', 'MAP3K5', 'MAP2K3', 'MAP3K8', 'RAC1', 'MAP2K4', 'NFKB1'}, number: 18
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'SOS1', 'CSNK2A1', 'MAP3K1', 'MAP3K5', 'MAP2K3', 'JUN', 'MAP2K4', 'NFKB1'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'MAP2K6', 'HRAS', 'TAB2', 'MAP3K14', 'TBK1', 'NFKBIA', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'TNFRSF1A', 'MAP3K5', 'MAP2K3', 'MAP3K8', 'RAC1', 'MAP2K4', 'NFKB1'}, number: 18
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'MAP2K6', 'HRAS', 'TAB2', 'MAP3K14', 'TBK1', 'NFKBIA', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'TNFRSF1A', 'MAP3K5', 'MAP2K3', 'MAP3K8', 'RAC1', 'MAP2K4', 'NFKB1'}, number: 18
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'RAC1', 'SOS1', 'MAP3K1', 'JUN'}, number: 5
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'MAP2K6', 'HRAS', 'TAB2', 'MAP3K14', 'TBK1', 'NFKBIA', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'TNFRSF1A', 'MAP3K5', 'MAP2K3', 'MAP3K8', 'RAC1', 'MAP2K4', 'NFKB1'}, number: 18
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CASP8', 'HRAS', 'BID', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'RAC1', 'CASP9', 'NFKB1'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'HRAS', 'BID', 'SOS1', 'CASP9'}, number: 5
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'MAP2K6', 'HRAS', 'TAB2', 'MAP3K14', 'TBK1', 'NFKBIA', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'TNFRSF1A', 'MAP3K5', 'MAP2K3', 'MAP3K8', 'RAC1', 'MAP2K4', 'NFKB1'}, number: 18
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CASP8', 'HRAS', 'BID', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'RAC1', 'CASP9', 'NFKB1'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP8', 'BID', 'CASP9'}, number: 3
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXN', 'HSP90AA1'}, number: 2
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HRAS', 'HSP90AA1', 'SOS1', 'BCL2L1', 'CDC37', 'RAC1', 'CASP9', 'NFKB1'}, number: 8
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CASP8', 'HRAS', 'BID', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'RAC1', 'CASP9', 'NFKB1'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K6', 'TAB2', 'MAP3K14', 'NFKBIE', 'NFKBIA', 'MAP3K1', 'MAP3K7', 'MAP2K3', 'JUN', 'MAP2K4', 'NFKB1'}, number: 11
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RAC1', 'HSP90AA1', 'TXN', 'CSNK2A1', 'MAP3K7', 'JUN', 'NFKB1'}, number: 7
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CASP8', 'HRAS', 'HSP90AA1', 'BID', 'TXN', 'SOS1', 'MAP3K1', 'MAP3K7', 'JUN', 'RAC1', 'CASP9', 'NFKB1'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'NFKBIA', 'SOS1', 'CSNK2A1', 'MAP3K1', 'JUN', 'RAC1', 'NFKB1'}, number: 8
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'NFKBIA', 'CSNK2A1', 'MAP3K1', 'TNFRSF1A', 'JUN', 'GLUL', 'RAC1', 'NFKB1'}, number: 9
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TXN', 'HSP90AA1'}, number: 2
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'HSP90AA1', 'SOS1', 'CDC37', 'CASP9'}, number: 5
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HRAS', 'HSP90AA1', 'SOS1', 'BCL2L1', 'CDC37', 'RAC1', 'CASP9', 'NFKB1'}, number: 8
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TNFRSF1A', 'GLUL', 'NFKB1'}, number: 3
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'PRKCD', 'EGFR', 'JUN', 'STAT1', 'FN1', 'RAC1', 'NFKB1'}, number: 9
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'EGFR', 'CDK2', 'CDH1', 'MDK', 'STAT1', 'CCND1', 'CDKN2A', 'FN1', 'JUN', 'CCNE1', 'NFKB1'}, number: 12
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'PRKCD', 'EGFR', 'JUN', 'STAT1', 'FN1', 'RAC1', 'NFKB1'}, number: 9
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'PRKCD', 'EGFR', 'JUN', 'STAT1', 'FN1', 'RAC1', 'NFKB1'}, number: 9
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'RAC1', 'EGFR', 'PRKCD', 'JAK2', 'STAT1', 'PIK3R1', 'JUN'}, number: 8
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'PRKCD', 'EGFR', 'JUN', 'STAT1', 'FN1', 'RAC1', 'NFKB1'}, number: 9
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CHEK1', 'CDKN1B', 'JUN', 'CCND1', 'CDKN2A', 'PIK3R1', 'RAC1', 'CCNE1', 'NFKB1'}, number: 11
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'PRKCA', 'EGFR', 'CCND1', 'CDKN2A', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'PRKCD', 'EGFR', 'JUN', 'STAT1', 'FN1', 'RAC1', 'NFKB1'}, number: 9
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CHEK1', 'CDKN1B', 'JUN', 'CCND1', 'CDKN2A', 'PIK3R1', 'RAC1', 'CCNE1', 'NFKB1'}, number: 11
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CHEK1', 'CDKN1B', 'CCND1', 'CCNE1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'PRKCA', 'PIK3R1', 'EGFR', 'JAK2', 'CDK2', 'CDKN1B', 'CCND1', 'FN1', 'RAC1', 'CCNE1', 'NFKB1'}, number: 12
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CHEK1', 'CDKN1B', 'JUN', 'CCND1', 'CDKN2A', 'PIK3R1', 'RAC1', 'CCNE1', 'NFKB1'}, number: 11
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'JUN', 'NFKB1'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'CDK2', 'CHEK1', 'JUN', 'CCND1', 'RAC1', 'CCNE1', 'NFKB1'}, number: 8
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'PRKCA', 'CDK2', 'CHEK1', 'CDKN1B', 'JUN', 'CCND1', 'CDKN2A', 'PIK3R1', 'RAC1', 'CCNE1', 'NFKB1'}, number: 12
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RAC1', 'PRKCD', 'JAK2', 'STAT1', 'PIK3R1', 'JUN', 'NFKB1'}, number: 7
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'RAC1', 'PRKCD', 'JAK2', 'STAT1', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3R1', 'EGFR', 'JAK2', 'CDKN1B', 'STAT1', 'FN1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'PRKCA', 'PIK3R1', 'EGFR', 'JAK2', 'CDK2', 'CDKN1B', 'CCND1', 'FN1', 'RAC1', 'CCNE1', 'NFKB1'}, number: 12
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA', 'STAT1', 'NFKB1'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TSC1', 'PRKAG2', 'PRKAA2', 'PRKAB1', 'AKT1S1', 'PRKAB2', 'PRKAA1', 'ULK1', 'PRKAG1'}, number: 9
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RAC1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RAC1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TSC1', 'PRKCA', 'PRKAG2', 'PRKAA2', 'ULK1', 'PRKAB1', 'AKT1S1', 'PRKAB2', 'RAC1', 'PRKAA1', 'DDIT4', 'PRKAG1'}, number: 12
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RAC1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKAG2', 'PRKAA2', 'ULK1', 'PRKAB1', 'AKT1S1', 'PRKAB2', 'RAC1', 'PRKAA1', 'DDIT4', 'PRKAG1'}, number: 11
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'RAC1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC1', 'RAC1', 'PRKAA1', 'PRKAA2'}, number: 4
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'RAC1', 'PRKAA1', 'PRKAA2'}, number: 4
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC1', 'PRKCA', 'PRKAG2', 'PRKAA2', 'HMGCR', 'PRKAB1', 'PRKAB2', 'PRKAA1', 'PRKAG1'}, number: 9
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TSC1', 'PRKAA2', 'HMGCR', 'DDIT4', 'AKT1S1', 'PRKAA1', 'ULK1'}, number: 7
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TSC1', 'PRKCA', 'PRKAA2', 'ULK1', 'AKT1S1', 'RAC1', 'PRKAA1', 'DDIT4'}, number: 8
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RPS6KA3', 'HRAS', 'SOS1', 'FGFR1', 'SOS2', 'MAP3K5', 'PRKACB', 'MAPK12', 'MAPK13', 'MAP2K3'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TSC1', 'RPS6KA3', 'HRAS', 'PRKAG2', 'PRKAA2', 'ACTG1', 'PRKAB1', 'SOS1', 'AKT1S1', 'FGFR1', 'MAP3K5', 'PRKAB2', 'MAP2K3', 'PRKAA1', 'PRKAG1'}, number: 15
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RPS6KA3', 'HRAS', 'SOS1', 'FGFR1', 'SOS2', 'MAP3K5', 'PRKACB', 'MAPK12', 'MAPK13', 'MAP2K3'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RPS6KA3', 'HRAS', 'SOS1', 'FGFR1', 'SOS2', 'MAP3K5', 'PRKACB', 'MAPK12', 'MAPK13', 'MAP2K3'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA3', 'HRAS', 'SOS2', 'SOS1'}, number: 4
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RPS6KA3', 'HRAS', 'SOS1', 'FGFR1', 'SOS2', 'MAP3K5', 'PRKACB', 'MAPK12', 'MAPK13', 'MAP2K3'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'SOS2', 'SOS1'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'HRAS', 'SOS2', 'SOS1'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RPS6KA3', 'HRAS', 'SOS1', 'FGFR1', 'SOS2', 'MAP3K5', 'PRKACB', 'MAPK12', 'MAPK13', 'MAP2K3'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'SOS2', 'SOS1'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TSC1', 'HRAS', 'PRKAG2', 'PRKAA2', 'CREB5', 'SOS1', 'CREB3', 'PRKAB1', 'AKT1S1', 'FGFR1', 'SOS2', 'PRKACB', 'PRKAB2', 'CREB3L4', 'PRKAA1', 'PRKAG1'}, number: 16
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'SOS2', 'SOS1'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K3'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKAG2', 'PRKAA2', 'ACSL1', 'PRKAB1', 'AKT1S1', 'CPT2', 'PRKAB2', 'PPARG', 'PRKAA1', 'PRKAG1'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'SOS2', 'SOS1'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC1', 'RPS6KA3', 'HRAS', 'PRKAA2', 'SOS1', 'FRS2', 'PRKAA1'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RPS6KA3', 'HRAS', 'PRKAA2', 'FRS2', 'PRKAA1'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC1', 'PRKAG2', 'PRKAA2', 'PRKAB1', 'PRKACB', 'PRKAB2', 'PRKAA1', 'PRKAG1'}, number: 8
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TSC1', 'HRAS', 'PRKAA2', 'CREB5', 'ACSL1', 'CREB3', 'SOS1', 'AKT1S1', 'FGFR1', 'CREB3L4', 'PPARG', 'PRKAA1'}, number: 12
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TSC1', 'HRAS', 'PRKAA2', 'CREB5', 'SOS1', 'CREB3', 'AKT1S1', 'FGFR1', 'SOS2', 'CREB3L4', 'PRKAA1'}, number: 11
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'BRAF', 'PIK3R2', 'STAT1', 'RAP1A', 'MAP2K3', 'PIK3CA', 'PIK3R1', 'GNA12'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K6', 'CDK4', 'HRAS', 'CDK2', 'STAT1', 'MAP2K3', 'PIK3CA', 'CCNE1', 'JAK1'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'BRAF', 'PIK3R2', 'STAT1', 'RAP1A', 'MAP2K3', 'PIK3CA', 'PIK3R1', 'GNA12'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'BRAF', 'PIK3R2', 'STAT1', 'RAP1A', 'MAP2K3', 'PIK3CA', 'PIK3R1', 'GNA12'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'JAK2', 'BRAF', 'PIK3R2', 'STAT1', 'RAP1A', 'PIK3R1', 'RALGDS', 'STAT3', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'GNAQ', 'STAT3'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'BRAF', 'PIK3R2', 'STAT1', 'RAP1A', 'MAP2K3', 'PIK3CA', 'PIK3R1', 'GNA12'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'HRAS', 'CDK2', 'CDKN1B', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'CCNE1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'HRAS', 'BRAF', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'STAT3'}, number: 7
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'BRAF', 'PIK3R2', 'STAT1', 'RAP1A', 'MAP2K3', 'PIK3CA', 'PIK3R1', 'GNA12'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'HRAS', 'CDK2', 'CDKN1B', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'CCNE1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'APEX1', 'CDK2', 'CDKN1B', 'RAP1A', 'CCNE1'}, number: 6
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'HRAS', 'JAK2', 'CDK2', 'CDKN1B', 'PIK3R2', 'RAP1A', 'PIK3CA', 'PIK3R1', 'RALGDS', 'CCNE1', 'JAK1'}, number: 12
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'HRAS', 'CDK2', 'CDKN1B', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'CCNE1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K6', 'PIK3R1', 'PIK3R2', 'MAP2K3'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'APEX1', 'CCNE1', 'RAP1A', 'CDK2'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'HRAS', 'CDK2', 'CDKN1B', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'CCNE1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'JAK2', 'BRAF', 'PIK3R2', 'STAT1', 'RAP1A', 'PIK3R1', 'STAT3'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'JAK2', 'PIK3R2', 'STAT1', 'RAP1A', 'PIK3CA', 'PIK3R1', 'STAT3', 'JAK1'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CA', 'PIK3R1', 'PIK3R2'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'JAK2', 'CDKN1B', 'PIK3R2', 'STAT1', 'PIK3CA', 'PIK3R1', 'STAT3', 'JAK1'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'HRAS', 'JAK2', 'CDK2', 'CDKN1B', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'CCNE1', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA', 'STAT1', 'STAT3', 'JAK1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GSR', 'GPX3', 'SOD1', 'GCLC'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GSR', 'GPX3', 'SOD1', 'GCLC'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GSR', 'GPX3', 'SOD1', 'GCLC'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'DNM1'}, number: 1
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'GPX3', 'GSR', 'GCLC'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GSS', 'GPX3', 'GCLM', 'GCLC', 'GSR', 'SOD1'}, number: 6
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'GPX3', 'GSR', 'GCLC'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GSR', 'GPX3', 'SOD1', 'GCLC'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PSAT1', 'SHMT1'}, number: 2
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM', 'GPX3', 'GSR', 'GCLC'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PSAT1', 'SHMT1'}, number: 2
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PSAT1'}, number: 1
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GSR', 'GPX3', 'SOD1', 'GCLC'}, number: 4
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NF1'}, number: 1
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TEAD4', 'TEAD1', 'LATS2', 'TEAD3', 'LATS1'}, number: 5
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NF1'}, number: 1
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NF1'}, number: 1
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NF1'}, number: 1
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NF1'}, number: 1
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NF1'}, number: 1
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Transcription Co Factors SKI And SKIL Protein Partners WP4533, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'PRKCA', 'EPHB2'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'EPHB2', 'MAF', 'NQO1', 'AIMP2', 'HMOX1', 'PIK3CA', 'CEBPB', 'KEAP1'}, number: 12
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'HMOX1', 'NQO1', 'KEAP1'}, number: 7
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'EPHB2', 'MAF', 'NQO1', 'AIMP2', 'HMOX1', 'PIK3CA', 'CEBPB', 'KEAP1'}, number: 12
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'EPHB2', 'MAF', 'NQO1', 'AIMP2', 'HMOX1', 'PIK3CA', 'CEBPB', 'KEAP1'}, number: 12
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3CA', 'CEBPB'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA', 'PRKCA'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PYCR1', 'GLUD1', 'ALDH18A1'}, number: 3
Term: Urea Cycle And Metabolism Of Amino Groups WP497, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'MAP3K5', 'PIK3CA', 'FN1', 'RAC1', 'NFKB1', 'MAP2K6', 'CXCL8', 'MKNK1', 'RELA', 'FLNB', 'PRKCD', 'SRF', 'MAPK12', 'PIK3R2', 'RAP1A', 'NFKBIA', 'PAK1', 'PTPN11', 'JUN', 'MAP2K4', 'CACNA2D1', 'MAP2K2', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'PIK3R1'}, number: 31
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'PRKAA1', 'CCN2', 'HBEGF', 'MAP3K5', 'PIK3CA', 'FN1', 'VEGFA', 'DKK1', 'NFKB1', 'MAP2K6', 'MKNK1', 'NDRG1', 'ITGB3', 'ACTG1', 'TEAD4', 'EPHA2', 'PRKAA2', 'AMOT', 'CTNNA1', 'PLAU', 'PAK1', 'CCND1', 'JUN', 'MAP2K4', 'MAP2K2', 'RPS6KA5', 'AKT1S1', 'CCL2', 'PAK2', 'STAT1', 'MDM2', 'MAP2K3', 'SHC1'}, number: 34
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SOD2', 'NFKB1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SOD2', 'NFKB1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'MAP3K5', 'PIK3CA', 'FN1', 'RAC1', 'NFKB1', 'MAP2K6', 'CXCL8', 'MKNK1', 'RELA', 'FLNB', 'PRKCD', 'SRF', 'MAPK12', 'PIK3R2', 'RAP1A', 'NFKBIA', 'PAK1', 'PTPN11', 'JUN', 'MAP2K4', 'CACNA2D1', 'MAP2K2', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'PIK3R1'}, number: 31
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'MAP3K5', 'PIK3CA', 'FN1', 'RAC1', 'NFKB1', 'MAP2K6', 'CXCL8', 'MKNK1', 'RELA', 'FLNB', 'PRKCD', 'SRF', 'MAPK12', 'PIK3R2', 'RAP1A', 'NFKBIA', 'PAK1', 'PTPN11', 'JUN', 'MAP2K4', 'CACNA2D1', 'MAP2K2', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'PIK3R1'}, number: 31
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SOD2', 'NFKB1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'NCK1', 'RAB5A', 'RAC1', 'PRKCD', 'STAM', 'GRB10', 'PIK3R2', 'BCAR1', 'RAP1A', 'GJA1', 'STAT3', 'ITCH', 'PAK1', 'SYNJ1', 'PTPN11', 'JUN', 'HGS', 'MAP2K2', 'PRKCB', 'IQGAP1', 'ABL1', 'RPS6KA5', 'STAT1', 'CBL', 'PIK3R1', 'CAV1', 'SHC1'}, number: 29
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'ABL1', 'EPHB2', 'PAK1', 'PIK3CA', 'RAC1', 'STAT3'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TXNIP'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'MAP3K5', 'PIK3CA', 'FN1', 'RAC1', 'NFKB1', 'MAP2K6', 'CXCL8', 'MKNK1', 'RELA', 'FLNB', 'PRKCD', 'SRF', 'MAPK12', 'PIK3R2', 'RAP1A', 'NFKBIA', 'PAK1', 'PTPN11', 'JUN', 'MAP2K4', 'CACNA2D1', 'MAP2K2', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'PIK3R1'}, number: 31
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'RAC1', 'PLAU', 'ABL1', 'MDM2', 'PIK3R2', 'CCND1', 'PIK3CA', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'PIK3R2', 'CCND1', 'PIK3CA', 'PIK3R1', 'STAT3'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'MAP3K5', 'PIK3CA', 'FN1', 'RAC1', 'NFKB1', 'MAP2K6', 'CXCL8', 'MKNK1', 'RELA', 'FLNB', 'PRKCD', 'SRF', 'MAPK12', 'PIK3R2', 'RAP1A', 'NFKBIA', 'PAK1', 'PTPN11', 'JUN', 'MAP2K4', 'CACNA2D1', 'MAP2K2', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'PIK3R1'}, number: 31
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'RAC1', 'PLAU', 'ABL1', 'TXNIP', 'MDM2', 'PIK3R2', 'CCND1', 'PIK3CA', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TXNIP'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'MDM2', 'ABL1', 'RAP1A'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'EPHA2', 'PRKCA', 'EGR1', 'HSP90AA1', 'PGD', 'EPHB2', 'HSPA1A', 'HBEGF', 'PIK3CA', 'FYN', 'TXN'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKAA1', 'PIK3CA', 'FN1', 'RAB5A', 'RAC1', 'VEGFA', 'NFKB1', 'RELA', 'ITGB3', 'PIK3R2', 'RAP1A', 'EPHA2', 'PRKAA2', 'BCL2L1', 'PAK1', 'CCND1', 'PTPN11', 'MAP2K2', 'ETS1', 'PRKCB', 'HSP90AA1', 'ITGB5', 'ABL1', 'AKT1S1', 'PAK2', 'MDM2', 'PIK3R1', 'SHC1'}, number: 30
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'RAC1', 'PLAU', 'ABL1', 'MDM2', 'PIK3R2', 'CCND1', 'PIK3CA', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'RELA', 'NFKBIA', 'CCL2', 'PIK3R2', 'MAP2K3', 'PTPN11', 'PIK3R1', 'JUN', 'MAP2K4', 'NFKB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PGD', 'HSPA1A', 'HBEGF', 'RAC1', 'DKK1', 'NFKB1', 'RAP1A', 'EPHA2', 'PRKAA2', 'PLAU', 'CCND1', 'JUN', 'EGR1', 'SOD2', 'PRKCB', 'HSP90AA1', 'AKT1S1', 'CCL2', 'ICAM1', 'PRKAA1', 'TXN'}, number: 22
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PGD', 'EPHB2', 'HSPA1A', 'HBEGF', 'PIK3CA', 'RAC1', 'FYN', 'NFKB1', 'TXNIP', 'PIK3R2', 'EPHA2', 'PLAU', 'CCND1', 'JUN', 'EGR1', 'HSP90AA1', 'ABL1', 'MDM2', 'PIK3R1', 'SHC1', 'TXN'}, number: 23
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SOD2', 'NFKB1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'PRKAA1', 'NCK1', 'BMP2', 'FYN', 'RAC1', 'NFKB1', 'MKNK1', 'RELA', 'PRKCD', 'PIK3R2', 'RAP1A', 'STAT3', 'PRKAA2', 'NFKBIA', 'PTPN11', 'ACACB', 'JUN', 'MAP2K2', 'EGR1', 'TRPC3', 'RPS6KA5', 'STAT1', 'FRS2', 'PIK3R1', 'SHC1'}, number: 26
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PRKAA1', 'NCK1', 'BMP2', 'PIK3CA', 'RAC1', 'FYN', 'NFKB1', 'RELA', 'PRKCD', 'STAT6', 'PIK3R2', 'RAP1A', 'STAT3', 'PPP1CA', 'PRKAA2', 'CAMKK2', 'NFKBIA', 'PTPN11', 'ACACB', 'JUN', 'MAP2K2', 'EGR1', 'PRKCB', 'RPS6KA5', 'STAT1', 'FRS2', 'PIK3R1', 'SHC1'}, number: 30
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EPHA2', 'PRKCA', 'EGR1', 'PRKAA2', 'HSP90AA1', 'CAMKK2', 'PGD', 'EPHB2', 'HSPA1A', 'HBEGF', 'PIK3R2', 'PIK3CA', 'PIK3R1', 'ACACB', 'FYN', 'PRKAA1', 'TXN'}, number: 17
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'BMP2', 'PIK3CA', 'FN1', 'VEGFA', 'ITGB3', 'STAT6', 'PIK3R2', 'STAT3', 'EPHA2', 'PRKAA2', 'CTNNA1', 'MAP2K2', 'HSP90AA1', 'ITGB5', 'AKT1S1', 'MDM2', 'STAT1', 'PIK3R1', 'PRKAA1'}, number: 20
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PIK3CA', 'FN1', 'RAC1', 'VEGFA', 'NFKB1', 'RELA', 'ITGB3', 'PIK3R2', 'EPHA2', 'PRKAA2', 'BCL2L1', 'CCND1', 'MAP2K2', 'HSP90AA1', 'ITGB5', 'AKT1S1', 'MDM2', 'PIK3R1', 'PRKAA1'}, number: 21
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PPP1CA', 'PRKCA', 'PRKCB', 'CAMKK2', 'INPP4B', 'STAT6', 'STAT1', 'OCRL', 'PIK3CA', 'STAT3', 'NFKB1'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GLUD1', 'P4HA2'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SOD2', 'NFKB1'}, number: 2
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'RELA', 'NFKBIA', 'MAP3K1', 'MAP2K3', 'DUSP1', 'NFKB1'}, number: 8
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'MAP3K1', 'MAP2K3', 'NFKB1'}, number: 5
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'RELA', 'NFKBIA', 'MAP3K1', 'MAP2K3', 'DUSP1', 'NFKB1'}, number: 8
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'RELA', 'NFKBIA', 'MAP3K1', 'MAP2K3', 'DUSP1', 'NFKB1'}, number: 8
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'RELA', 'NFKBIA', 'MAP3K1', 'MAP2K3', 'DUSP1', 'NFKB1'}, number: 8
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NFKB1', 'MAP3K1', 'SMAD3'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K6', 'IL6', 'RELA', 'NFKBIA', 'MAP3K1', 'MAP2K3', 'DUSP1', 'NFKB1'}, number: 8
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFKB1', 'MAP3K1', 'SMAD3'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NFKB1', 'MAP3K1', 'SMAD3'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K6', 'RELA', 'NFKBIA', 'MAP3K1', 'MAP2K3', 'NFKB1'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RXRA', 'NFKB1'}, number: 2
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RXRA', 'MAP3K1', 'NFKB1', 'SMAD3'}, number: 4
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP3K1', 'NFKBIA', 'RELA', 'NFKB1'}, number: 4
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL6', 'RELA', 'SMAD3', 'NFKBIA', 'MAP3K1', 'NFKB1'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RXRA', 'IL6', 'NR3C1', 'SMAD3'}, number: 4
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'NFKB1', 'IL6', 'SMAD3'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FN1'}, number: 1
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TEAD4', 'TEAD1', 'TEAD3', 'FN1', 'SPARC'}, number: 5
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FN1'}, number: 1
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FN1'}, number: 1
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'TWIST1', 'BCAR1'}, number: 2
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FN1'}, number: 1
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FN1'}, number: 1
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'THBS2', 'FN1'}, number: 2
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TWIST1', 'THBS2', 'FN1'}, number: 3
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'THBS2', 'FN1'}, number: 2
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miR 509 3P Alteration Of YAP1 ECM Axis WP3967, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1A', 'USP1'}, number: 2
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A', 'USP1'}, number: 2
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP8', 'GADD45A'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'CDK2', 'MDM2', 'CDKN1A', 'CCND1', 'CCNE1'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP8', 'GADD45A'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP8', 'GADD45A'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1', 'CDK1'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP8', 'GADD45A'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CDK5', 'CCNG1', 'H2AX', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'TLK1', 'RAD52', 'CDK6', 'CASP9', 'CASP8', 'ATR', 'CDK2', 'RAD17', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'BID', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 33
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP8', 'CDK4', 'BID', 'CDKN1A', 'CCND1', 'CDK6', 'CASP9', 'GADD45A'}, number: 8
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP8', 'GADD45A'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'TLK1', 'RAD52', 'CDK6', 'CASP9', 'CASP8', 'ATR', 'CDK2', 'RAD17', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'BID', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 32
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'TLK1', 'RAD52', 'CDK6', 'CASP9', 'CASP8', 'ATR', 'CDK2', 'RAD17', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'BID', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 32
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'ABL1', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9'}, number: 12
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'TLK1', 'RAD52', 'CDK6', 'CASP9', 'CASP8', 'ATR', 'CDK2', 'RAD17', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'BID', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 32
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SFN', 'CDC25C', 'ATR', 'CDC25A', 'RPA2', 'BRCA1', 'H2AX', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'CHEK1', 'PRKDC', 'CDKN1A', 'CCND1', 'RAD52', 'CCNG1', 'CCNE1', 'GADD45A'}, number: 18
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CDK4', 'SFN', 'CDK1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'TLK1', 'RAD52', 'CDK6', 'CASP9', 'CASP8', 'ATR', 'CDK2', 'RAD17', 'CCND1', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'BID', 'ABL1', 'PRKDC', 'MDM2', 'CDKN1A'}, number: 32
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CDK5'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CDK5'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'CCNB1'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MDM2', 'CDKN1B', 'CDKN1A', 'CASP9', 'GADD45A'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'CDK2', 'CDKN1B', 'MDM2', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CASP9'}, number: 11
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL6', 'JAK1', 'NFKB1'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JAK2', 'STAT3', 'JAK1'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'RELA', 'JAK2', 'IL6R', 'JAK1', 'NFKB1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JAK2', 'STAT3', 'RELA', 'NFKB1'}, number: 4
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL6', 'RELA', 'JAK2', 'IL6ST', 'IL6R', 'STAT3', 'JAK1', 'NFKB1'}, number: 8
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6', 'JAK2', 'STAT3', 'IL6ST', 'JAK1', 'IL6R'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'RELA', 'JAK2', 'IL6R', 'JAK1', 'NFKB1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL6', 'STAT3', 'IL6R', 'IL6ST', 'JAK1', 'NFKB1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Section 6.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 6.5.5.

final_geneoverlaptable_AG_48H=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs2,orient='index')
Section 6.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 42. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count2= {}

for index, row in exploded_df2_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count2:
            variable_count2[unique_KE] = 1
    else:
            variable_count2[unique_KE] += 1

print("The total number of genes: ")
print(variable_count2)
The total number of genes: 
{'Retinoblastoma Gene In Cancer WP2446': 69, 'VEGFA VEGFR2 Signaling WP3888': 201, 'G1 To S Cell Cycle Control WP45': 42, 'Nuclear Receptors Meta Pathway WP2882': 134, 'Cell Cycle WP179': 64, 'Nonalcoholic Fatty Liver Disease WP4396': 69, 'P53 Transcriptional Gene Network WP4963': 48, 'Small Cell Lung Cancer WP4658': 49, 'DNA IR Damage And Cellular Response Via ATR WP4016': 44, 'DNA Repair Pathways Full Network WP4946': 58, 'NRF2 Pathway WP2884': 63, 'Ferroptosis WP4313': 35, 'DNA Replication WP466': 26, 'Ciliary Landscape WP4352': 90, 'Gastrin Signaling WP4659': 54, 'TGF Beta Signaling Pathway WP366': 61, 'Electron Transport Chain OXPHOS System In Mitochondria WP111': 43, 'Metabolic Epileptic Disorders WP5355': 44, 'Transcriptional Activation By NRF2 In Response To Phytochemicals WP3': 12, 'Metabolic Reprogramming In Colon Cancer WP4290': 24, 'Glioblastoma Signaling WP2261': 41, 'ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337': 11, 'Parkin Ubiquitin Proteasomal System Pathway WP2359': 34, 'IL6 Signaling WP364': 25, 'Pancreatic Adenocarcinoma Pathway WP4263': 41, 'Oncostatin M Signaling WP2374': 30, 'Apoptosis Modulation And Signaling WP1772': 41, 'Amino Acid Metabolism WP3925': 41, 'EGFR Tyrosine Kinase Inhibitor Resistance WP4806': 40, 'NRF2 ARE Regulation WP4357': 15, 'DNA Mismatch Repair WP531': 15, 'Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525': 31, 'EGF EGFR Signaling WP437': 67, 'PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433': 11, 'PDGFR Beta Pathway WP3972': 18, 'Cancer Pathways WP5434': 175, 'Pleural Mesothelioma WP5087': 154, 'Nucleotide Excision Repair WP4753': 23, 'Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864': 27, 'Photodynamic Therapy Induced Unfolded Protein Response WP3613': 16, 'Insulin Signaling WP481': 66, 'Network Map Of SARS CoV 2 Signaling WP5115': 96, 'Hepatitis C And Hepatocellular Carcinoma WP3646': 26, 'Oxidative Phosphorylation WP623': 26, 'miRNA Regulation Of DNA Damage Response WP1530': 33, 'Measles Virus Infection WP4630': 55, 'Androgen Receptor Network In Prostate Cancer WP2263': 47, 'Non Small Cell Lung Cancer WP4255': 34, 'HDAC6 Interactions In The Central Nervous System WP5426': 48, 'Interferon Type I Signaling WP585': 27, 'IL1 Signaling WP195': 27, 'PAFAH1B1 Copy Number Variation WP5409': 9, 'Selenium Micronutrient Network WP15': 36, 'Signal Transduction Through IL1R WP4496': 19, 'Alpha 6 Beta 4 Signaling WP244': 19, 'Proteasome Degradation WP183': 29, 'Hepatitis B Infection WP4666': 59, 'Integrated Cancer Pathway WP1971': 23, 'Glucocorticoid Receptor Pathway WP2880': 33, 'Gastric Cancer Network 1 WP2361': 15, 'Metabolic Pathways Of Fibroblasts WP5312': 18, 'Target Of Rapamycin Signaling WP1471': 20, 'Immune Response To Tuberculosis WP4197': 14, 'DNA Damage Response WP707': 32, 'Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113': 17, 'Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718': 23, 'Prolactin Signaling WP2037': 34, 'ErbB Signaling WP673': 39, 'Ketogenesis And Ketolysis WP4742': 7, 'Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240': 10, 'Cysteine And Methionine Catabolism WP4504': 10, 'TCA Cycle In Senescence WP5050': 8, 'Alzheimer 39 S Disease And miRNA Effects WP2059': 93, 'Alzheimer 39 S Disease WP5124': 93, 'PtdIns 4 5 P2 In Cytokinesis Pathway WP5199': 9, 'Spina Bifida WP5150': 9, 'Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314': 21, 'Metabolic Reprogramming In Pancreatic Cancer WP5220': 21, 'Bladder Cancer WP2828': 21, 'Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982': 32, 'Focal Adhesion WP306': 74, 'Apoptosis WP254': 36, 'Copper Homeostasis WP3286': 23, 'Hippo Signaling Regulation WP4540': 42, 'Sphingolipid Metabolism Overview WP4725': 15, 'miR 517 Relationship With ARCN1 And USP1 WP3596': 5, 'Disorders In Ketolysis WP5195': 5, 'TNF Alpha Signaling WP231': 38, 'NF1 Copy Number Variation Syndrome WP5366': 39, 'miR 509 3P Alteration Of YAP1 ECM Axis WP3967': 11, 'MTHFR Deficiency WP4288': 14, 'Clear Cell Renal Cell Carcinoma Pathways WP4018': 36, 'Ebola Virus Infection In Host WP4217': 50, 'PDGF Pathway WP2526': 20, 'Cholesterol Biosynthesis Pathway WP197': 10, 'Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239': 61, 'Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612': 13, 'Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814': 9, 'Disorders Of Galactose Metabolism WP5173': 9, 'Osteoarthritic Chondrocyte Hypertrophy WP5373': 24, 'IL4 Signaling WP395': 24, 'Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211': 6, 'Oxidative Damage Response WP3941': 19, 'Host Pathogen Interaction Of Human CoV Interferon Induction WP4880': 17, 'Trans Sulfuration Pathway WP2333': 7, 'Kit Receptor Signaling WP304': 25, 'Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114': 29, 'Methionine De Novo And Salvage Pathway WP3580': 12, 'Hypertrophy Model WP516': 12, 'Enterocyte Cholesterol Metabolism WP5333': 18, 'Head And Neck Squamous Cell Carcinoma WP4674': 32, 'TROP2 Regulatory Signaling WP5300': 21, 'Transcription Co Factors SKI And SKIL Protein Partners WP4533': 11, 'Mitochondrial Fatty Acid Oxidation Disorders WP5123': 11, 'Cholesterol Synthesis Disorders WP5193': 11, 'Hippo Merlin Signaling Dysregulation WP4541': 47, 'MAPK Signaling WP382': 87, 'SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011': 10, 'Photodynamic Therapy Induced AP 1 Survival Signaling WP3611': 23, 'Androgen Receptor Signaling WP138': 35, 'Vitamin D In Inflammatory Diseases WP4482': 12, 'Fatty Acid Biosynthesis WP357': 12, 'Oxidative Stress Response WP408': 16, 'MET In Type 1 Papillary Renal Cell Carcinoma WP4205': 25, 'H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969': 9, 'Sphingolipid Metabolism Integrated Pathway WP4726': 14, 'IL10 Anti Inflammatory Signaling WP4495': 8, 'Lactate Shuttle In Glial Cells WP5314': 8, 'Krebs Cycle Disorders WP4236': 8, 'Urea Cycle And Metabolism Of Amino Groups WP497': 11, 'Lipid Metabolism Pathway WP3965': 15, 'Leucine Isoleucine And Valine Metabolism WP4686': 13, 'IL1 And Megakaryocytes In Obesity WP2865': 13, 'Thyroid Stimulating Hormone TSH Signaling WP2032': 25, 'ATR Signaling WP3875': 7, 'Thermogenesis WP4321': 42}

Step 43. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df2=pd.DataFrame.from_dict(variable_count2,orient='index')
reset_variable_count_df2 = variable_count_df2.reset_index()
reset_variable_count_df2.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_AG48H=final_geneoverlaptable_AG_48H.reset_index(level=[1])
Genesetoverlaptable_AG48H.reset_index(inplace=True)
Genesetoverlaptable_AG48H.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_Ag48h=pd.merge(reset_variable_count_df2,Genesetoverlaptable_AG48H, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_Ag48h.loc[:,'Percent geneset overlap']= tabulation_Ag48h.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_Ag48h

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Retinoblastoma Gene In Cancer WP2446 69 https://identifiers.org/aop.events/105 {} 0 0.0
1 Retinoblastoma Gene In Cancer WP2446 69 https://identifiers.org/aop.events/1087 {CDC25B, STMN1, MAPK13} 3 4.3478260869565215
2 Retinoblastoma Gene In Cancer WP2446 69 https://identifiers.org/aop.events/1090 {CDK4, RBBP4, CDK2, BARD1, MDM2, CDKN1A, CCND1... 8 11.594202898550725
3 Retinoblastoma Gene In Cancer WP2446 69 https://identifiers.org/aop.events/1115 {} 0 0.0
4 Retinoblastoma Gene In Cancer WP2446 69 https://identifiers.org/aop.events/1392 {} 0 0.0
... ... ... ... ... ... ...
4891 Thermogenesis WP4321 42 https://identifiers.org/aop.events/457 {TSC1, HRAS, PRKAA2, CREB5, ACSL1, CREB3, SOS1... 12 28.57142857142857
4892 Thermogenesis WP4321 42 https://identifiers.org/aop.events/484 {TSC1, HRAS, PRKAA2, CREB5, SOS1, CREB3, AKT1S... 11 26.190476190476193
4893 Thermogenesis WP4321 42 https://identifiers.org/aop.events/52 {} 0 0.0
4894 Thermogenesis WP4321 42 https://identifiers.org/aop.events/68 {FGFR1} 1 2.380952380952381
4895 Thermogenesis WP4321 42 https://identifiers.org/aop.events/890 {} 0 0.0

4896 rows × 6 columns

Section 7. Comparison 3: cadmium chloride timepoint 1

Section 7.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 3.

Step 44. The table containing the differential expressed genes for Bisphenol A 1uM to control is loaded with the filter for significance.

C3_DEG= pd.read_csv('topTable_X12_CdCl2_.5 - X12_vehicle...control_.0.TSV.tsv',sep='\t')
Comparison3_DEG= C3_DEG[C3_DEG['adj. p-value'] < 0.05]
Comparison_3_DEG= Comparison3_DEG.copy()  
Comparison_3_DEG.rename(columns={Comparison_3_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
Comparison_3_DEG['Entrez.Gene'] = Comparison_3_DEG['Entrez.Gene'].astype(str)

Step 45. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_AgNP_24h= pd.merge(mergeddataframe,Comparison_3_DEG, on='Entrez.Gene')
merged_dataframe_DEG_AgNP_24h

KEID WPtitle WPID Gene.Symbol Entrez.Gene N meanExpr log2FC log2FC SE p-value adj. p-value
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 MMP1 4312 129 5.852988 2.237075 0.144431 4.441000e-13 6.003170e-11
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 NFKB1 4790 129 7.959930 -0.292275 0.085200 1.593112e-03 8.244680e-03
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 IL11 3589 129 5.078408 0.549403 0.086467 1.433371e-06 1.954344e-05
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 LIF 3976 129 7.442730 0.646913 0.060500 3.592265e-10 1.681691e-08
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 SPP1 6696 129 13.433842 -0.170103 0.059029 6.092981e-03 2.582305e-02
... ... ... ... ... ... ... ... ... ... ... ...
5605 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 SOS1 6654 398 6.271886 -0.381262 0.087465 1.592588e-04 1.127908e-03
5606 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 RPS6KA1 6195 398 6.892861 -0.269334 0.092076 5.487255e-03 2.364373e-02
5607 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MKNK1 8569 398 6.990698 0.543292 0.101186 1.377741e-05 1.393512e-04
5608 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EEF2K 29904 398 7.202279 -0.262817 0.093362 7.149187e-03 2.962283e-02
5609 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EIF4EBP1 1978 398 9.439758 0.274667 0.073124 7.103009e-04 4.125769e-03

5610 rows × 11 columns

Step 46. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count3= {}

for index, row in merged_dataframe_DEG_AgNP_24h.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj. p-value']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count3:
            variable_n_dictionary_count3[unique_KE] = 1
        else:
            variable_n_dictionary_count3[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count3)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 13, 'https://identifiers.org/aop.events/875': 44, 'https://identifiers.org/aop.events/2007': 40, 'https://identifiers.org/aop.events/1495': 54, 'https://identifiers.org/aop.events/105': 54, 'https://identifiers.org/aop.events/1816': 54, 'https://identifiers.org/aop.events/1668 ': 34, 'https://identifiers.org/aop.events/244 ': 159, 'https://identifiers.org/aop.events/1739': 2, 'https://identifiers.org/aop.events/1814 ': 87, 'https://identifiers.org/aop.events/888': 20, 'https://identifiers.org/aop.events/1574': 4, 'https://identifiers.org/aop.events/41': 108, 'https://identifiers.org/aop.events/1270': 15, 'https://identifiers.org/aop.events/1086': 32, 'https://identifiers.org/aop.events/1487 ': 5, 'https://identifiers.org/aop.events/1539': 62, 'https://identifiers.org/aop.events/201': 18, 'https://identifiers.org/aop.events/457': 152, 'https://identifiers.org/aop.events/55': 64, 'https://identifiers.org/aop.events/188': 3, 'https://identifiers.org/aop.events/618': 56, 'https://identifiers.org/aop.events/389': 18, 'https://identifiers.org/aop.events/177': 162, 'https://identifiers.org/aop.events/2013': 34, 'https://identifiers.org/aop.events/2006': 72, 'https://identifiers.org/aop.events/1497': 130, 'https://identifiers.org/aop.events/870': 8, 'https://identifiers.org/aop.events/1669': 112, 'https://identifiers.org/aop.events/1115': 16, 'https://identifiers.org/aop.events/202': 58, 'https://identifiers.org/aop.events/1917': 72, 'https://identifiers.org/aop.events/1633': 260, 'https://identifiers.org/aop.events/1392': 48, 'https://identifiers.org/aop.events/1815': 26, 'https://identifiers.org/aop.events/386': 100, 'https://identifiers.org/aop.events/1944': 9, 'https://identifiers.org/aop.events/1582': 21, 'https://identifiers.org/aop.events/1896': 92, 'https://identifiers.org/aop.events/1172': 9, 'https://identifiers.org/aop.events/1496': 86, 'https://identifiers.org/aop.events/68': 30, 'https://identifiers.org/aop.events/1493': 172, 'https://identifiers.org/aop.events/265': 80, 'https://identifiers.org/aop.events/1817': 66, 'https://identifiers.org/aop.events/1819': 16, 'https://identifiers.org/aop.events/1750': 130, 'https://identifiers.org/aop.events/1901': 6, 'https://identifiers.org/aop.events/1848': 42, 'https://identifiers.org/aop.events/1847': 1, 'https://identifiers.org/aop.events/1365': 66, 'https://identifiers.org/aop.events/890': 16, 'https://identifiers.org/aop.events/1587': 8, 'https://identifiers.org/aop.events/1457': 8, 'https://identifiers.org/aop.events/1586': 3, 'https://identifiers.org/aop.events/149': 260, 'https://identifiers.org/aop.events/1575': 66, 'https://identifiers.org/aop.events/1579': 87, 'https://identifiers.org/aop.events/87': 16, 'https://identifiers.org/aop.events/249': 16, 'https://identifiers.org/aop.events/288': 13, 'https://identifiers.org/aop.events/209': 233, 'https://identifiers.org/aop.events/1498': 46, 'https://identifiers.org/aop.events/1499': 5, 'https://identifiers.org/aop.events/1500': 69, 'https://identifiers.org/aop.events/1488': 48, 'https://identifiers.org/aop.events/1494': 12, 'https://identifiers.org/aop.events/52': 60, 'https://identifiers.org/aop.events/381': 66, 'https://identifiers.org/aop.events/484': 181, 'https://identifiers.org/aop.events/388': 44, 'https://identifiers.org/aop.events/1262': 66, 'https://identifiers.org/aop.events/1945': 328, 'https://identifiers.org/aop.events/2009': 12, 'https://identifiers.org/aop.events/2012': 69, 'https://identifiers.org/aop.events/1770': 19, 'https://identifiers.org/aop.events/1818': 59, 'https://identifiers.org/aop.events/1738': 1, 'https://identifiers.org/aop.events/1752': 14, 'https://identifiers.org/aop.events/887': 39, 'https://identifiers.org/aop.events/1585': 15, 'https://identifiers.org/aop.events/214': 13, 'https://identifiers.org/aop.events/1271': 23, 'https://identifiers.org/aop.events/1087': 130, 'https://identifiers.org/aop.events/1538': 16, 'https://identifiers.org/aop.events/898': 66, 'https://identifiers.org/aop.events/195': 48, 'https://identifiers.org/aop.events/459': 41, 'https://identifiers.org/aop.events/341': 3, 'https://identifiers.org/aop.events/1670': 35, 'https://identifiers.org/aop.events/759': 19, 'https://identifiers.org/aop.events/1090': 143, 'https://identifiers.org/aop.events/344': 8, 'https://identifiers.org/aop.events/1841': 3, 'https://identifiers.org/aop.events/1820': 8, 'https://identifiers.org/aop.events/896': 17, 'https://identifiers.org/aop.events/1549': 28, 'https://identifiers.org/aop.events/357': 8, 'https://identifiers.org/aop.events/352': 100}

Step 47. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe3=pd.DataFrame.from_dict(variable_n_dictionary_count3,orient='index')
n_variable_dataframe3

0
https://identifiers.org/aop.events/486 13
https://identifiers.org/aop.events/875 44
https://identifiers.org/aop.events/2007 40
https://identifiers.org/aop.events/1495 54
https://identifiers.org/aop.events/105 54
... ...
https://identifiers.org/aop.events/1820 8
https://identifiers.org/aop.events/896 17
https://identifiers.org/aop.events/1549 28
https://identifiers.org/aop.events/357 8
https://identifiers.org/aop.events/352 100

99 rows × 1 columns

n_variable_dataframe3_reset = n_variable_dataframe3.reset_index()
n_variable_dataframe3_reset.columns = ['KEID', 'n']
n_variable_dataframe3_reset

KEID n
0 https://identifiers.org/aop.events/486 13
1 https://identifiers.org/aop.events/875 44
2 https://identifiers.org/aop.events/2007 40
3 https://identifiers.org/aop.events/1495 54
4 https://identifiers.org/aop.events/105 54
... ... ...
94 https://identifiers.org/aop.events/1820 8
95 https://identifiers.org/aop.events/896 17
96 https://identifiers.org/aop.events/1549 28
97 https://identifiers.org/aop.events/357 8
98 https://identifiers.org/aop.events/352 100

99 rows × 2 columns

merged_dataframe4= pd.merge(mergeddataframeDEG, n_variable_dataframe3_reset, on='KEID')

Section 7.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 48. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(C3_DEG.index)
B
20411

Step 49. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

C3_DEG_filtered=C3_DEG[C3_DEG['adj. p-value'] < 0.05]
b=len(C3_DEG_filtered)
b
5418

Section 7.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 50. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe4.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([20411 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([5418 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 51. The following for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 13 20411 5418 0.3796460835400803
1 https://identifiers.org/aop.events/875 169 44 20411 5418 0.9808243833288556
2 https://identifiers.org/aop.events/2007 184 40 20411 5418 0.818968976198501
3 https://identifiers.org/aop.events/1495 253 54 20411 5418 0.8040786311767101
4 https://identifiers.org/aop.events/105 165 54 20411 5418 1.2329205678042887
... ... ... ... ... ... ...
88 https://identifiers.org/aop.events/1820 57 8 20411 5418 0.5287378653351725
89 https://identifiers.org/aop.events/896 82 17 20411 5418 0.7810167553502777
90 https://identifiers.org/aop.events/1549 101 28 20411 5418 1.0443881597462072
91 https://identifiers.org/aop.events/357 21 8 20411 5418 1.4351456344811826
92 https://identifiers.org/aop.events/352 398 100 20411 5418 0.9465470579178654

93 rows × 6 columns

Step 52. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe3=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe3.append(p)
             
Hypergeometricpvalue_dataframe3=pd.DataFrame(p_value_dataframe3)
Hypergeometricpvalue_dataframe3.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe3

Hypergeometric p-value
0 0.000002
1 0.069282
2 0.022696
3 0.009569
4 0.013944
... ...
88 0.011034
89 0.051084
90 0.085499
91 0.090912
92 0.037620

93 rows × 1 columns

merged_finaltable_AgNp_24h=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe3],axis=1)

Section 7.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 53. Lastly, we filter the results to showcase the significant KEs for the comparison: Bisphenol A 1uM.

filteredversion_C3= merged_finaltable_AgNp_24h[(merged_finaltable_AgNp_24h['Enrichmentscore']>str(1))& (merged_finaltable_AgNp_24h['Hypergeometric p-value'] < 0.05)]
filteredversion_C3

KEID N n B b Enrichmentscore Hypergeometric p-value
4 https://identifiers.org/aop.events/105 165 54 20411 5418 1.2329205678042887 1.394378e-02
5 https://identifiers.org/aop.events/1816 165 54 20411 5418 1.2329205678042887 1.394378e-02
7 https://identifiers.org/aop.events/244 417 159 20411 5418 1.436436233073342 5.042479e-08
8 https://identifiers.org/aop.events/1814 251 87 20411 5418 1.3057824074686857 9.176109e-04
9 https://identifiers.org/aop.events/41 275 108 20411 5418 1.4795046813651465 1.138895e-06
13 https://identifiers.org/aop.events/1539 170 62 20411 5418 1.3739408941871323 1.107682e-03
14 https://identifiers.org/aop.events/201 36 18 20411 5418 1.8836286452565523 1.494639e-03
19 https://identifiers.org/aop.events/389 36 18 20411 5418 1.8836286452565523 1.494639e-03
20 https://identifiers.org/aop.events/177 495 162 20411 5418 1.2329205678042887 3.310284e-04
21 https://identifiers.org/aop.events/2013 100 34 20411 5418 1.2808674787744556 2.162301e-02
22 https://identifiers.org/aop.events/2006 216 72 20411 5418 1.2557524301710348 4.943939e-03
25 https://identifiers.org/aop.events/1669 400 112 20411 5418 1.0548320413436694 3.601934e-02
26 https://identifiers.org/aop.events/1115 34 16 20411 5418 1.772826960241461 5.165562e-03
27 https://identifiers.org/aop.events/202 186 58 20411 5418 1.1747361443535487 2.328591e-02
28 https://identifiers.org/aop.events/1917 166 72 20411 5418 1.6339911139574912 1.054454e-06
30 https://identifiers.org/aop.events/1392 102 48 20411 5418 1.772826960241461 4.162876e-06
31 https://identifiers.org/aop.events/1815 58 26 20411 5418 1.6887705095403573 1.191886e-03
32 https://identifiers.org/aop.events/386 372 100 20411 5418 1.0127035727185765 4.653079e-02
34 https://identifiers.org/aop.events/1582 51 21 20411 5418 1.5512235902112783 8.720191e-03
35 https://identifiers.org/aop.events/1896 205 92 20411 5418 1.6906715645229542 6.062187e-09
37 https://identifiers.org/aop.events/68 64 30 20411 5418 1.7659018549280179 2.319552e-04
39 https://identifiers.org/aop.events/265 268 80 20411 5418 1.1245544150785385 2.549116e-02
47 https://identifiers.org/aop.events/890 34 16 20411 5418 1.772826960241461 5.165562e-03
55 https://identifiers.org/aop.events/249 34 16 20411 5418 1.772826960241461 5.165562e-03
57 https://identifiers.org/aop.events/209 617 233 20411 5418 1.4226433528193734 1.684377e-10
64 https://identifiers.org/aop.events/381 199 66 20411 5418 1.2494421164515823 6.983122e-03
68 https://identifiers.org/aop.events/1945 1218 328 20411 5418 1.014499500236698 2.530235e-02
74 https://identifiers.org/aop.events/887 116 39 20411 5418 1.266577882155268 1.886815e-02
75 https://identifiers.org/aop.events/1585 35 15 20411 5418 1.6145388387913304 1.550428e-02
77 https://identifiers.org/aop.events/1271 58 23 20411 5418 1.4939123738241622 1.010091e-02
79 https://identifiers.org/aop.events/1538 34 16 20411 5418 1.772826960241461 5.165562e-03
82 https://identifiers.org/aop.events/459 132 41 20411 5418 1.170132946295737 3.836310e-02
83 https://identifiers.org/aop.events/1670 88 35 20411 5418 1.498340967817712 2.266502e-03
85 https://identifiers.org/aop.events/1090 459 143 20411 5418 1.173677107937634 3.422925e-03
# Ensure numeric types
filteredversion_C3['Hypergeometric p-value'] = pd.to_numeric(filteredversion_C3['Hypergeometric p-value'], errors='coerce')
filteredversion_C3['Enrichmentscore'] = pd.to_numeric(filteredversion_C3['Enrichmentscore'], errors='coerce')
filteredversion_C3['combined_score'] = -np.log10(filteredversion_C3['Hypergeometric p-value']) * filteredversion_C3['Enrichmentscore']

# Sort by combined score (highest first)
C3_sorted = filteredversion_C3.sort_values(by='combined_score', ascending=False)
C3_sorted
# Show top rows
#C3_sorted.to_excel('ConsistentKE-Cadmium-T1.xlsx')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\1426103197.py:2: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C3['Hypergeometric p-value'] = pd.to_numeric(filteredversion_C3['Hypergeometric p-value'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\1426103197.py:3: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C3['Enrichmentscore'] = pd.to_numeric(filteredversion_C3['Enrichmentscore'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\1426103197.py:4: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C3['combined_score'] = -np.log10(filteredversion_C3['Hypergeometric p-value']) * filteredversion_C3['Enrichmentscore']

KEID N n B b Enrichmentscore Hypergeometric p-value combined_score
57 https://identifiers.org/aop.events/209 617 233 20411 5418 1.422643 1.684377e-10 13.904291
35 https://identifiers.org/aop.events/1896 205 92 20411 5418 1.690672 6.062187e-09 13.892875
7 https://identifiers.org/aop.events/244 417 159 20411 5418 1.436436 5.042479e-08 10.482186
28 https://identifiers.org/aop.events/1917 166 72 20411 5418 1.633991 1.054454e-06 9.766319
30 https://identifiers.org/aop.events/1392 102 48 20411 5418 1.772827 4.162876e-06 9.538884
9 https://identifiers.org/aop.events/41 275 108 20411 5418 1.479505 1.138895e-06 8.793460
37 https://identifiers.org/aop.events/68 64 30 20411 5418 1.765902 2.319552e-04 6.418340
14 https://identifiers.org/aop.events/201 36 18 20411 5418 1.883629 1.494639e-03 5.322124
19 https://identifiers.org/aop.events/389 36 18 20411 5418 1.883629 1.494639e-03 5.322124
31 https://identifiers.org/aop.events/1815 58 26 20411 5418 1.688771 1.191886e-03 4.937568
20 https://identifiers.org/aop.events/177 495 162 20411 5418 1.232921 3.310284e-04 4.290730
13 https://identifiers.org/aop.events/1539 170 62 20411 5418 1.373941 1.107682e-03 4.060799
26 https://identifiers.org/aop.events/1115 34 16 20411 5418 1.772827 5.165562e-03 4.054247
47 https://identifiers.org/aop.events/890 34 16 20411 5418 1.772827 5.165562e-03 4.054247
55 https://identifiers.org/aop.events/249 34 16 20411 5418 1.772827 5.165562e-03 4.054247
79 https://identifiers.org/aop.events/1538 34 16 20411 5418 1.772827 5.165562e-03 4.054247
8 https://identifiers.org/aop.events/1814 251 87 20411 5418 1.305782 9.176109e-04 3.966107
83 https://identifiers.org/aop.events/1670 88 35 20411 5418 1.498341 2.266502e-03 3.962578
34 https://identifiers.org/aop.events/1582 51 21 20411 5418 1.551224 8.720191e-03 3.194705
77 https://identifiers.org/aop.events/1271 58 23 20411 5418 1.493912 1.010091e-02 2.981311
75 https://identifiers.org/aop.events/1585 35 15 20411 5418 1.614539 1.550428e-02 2.921586
22 https://identifiers.org/aop.events/2006 216 72 20411 5418 1.255752 4.943939e-03 2.895673
85 https://identifiers.org/aop.events/1090 459 143 20411 5418 1.173677 3.422925e-03 2.893821
64 https://identifiers.org/aop.events/381 199 66 20411 5418 1.249442 6.983122e-03 2.693735
4 https://identifiers.org/aop.events/105 165 54 20411 5418 1.232921 1.394378e-02 2.287831
5 https://identifiers.org/aop.events/1816 165 54 20411 5418 1.232921 1.394378e-02 2.287831
74 https://identifiers.org/aop.events/887 116 39 20411 5418 1.266578 1.886815e-02 2.183923
21 https://identifiers.org/aop.events/2013 100 34 20411 5418 1.280867 2.162301e-02 2.132752
27 https://identifiers.org/aop.events/202 186 58 20411 5418 1.174736 2.328591e-02 1.918235
39 https://identifiers.org/aop.events/265 268 80 20411 5418 1.124554 2.549116e-02 1.792102
82 https://identifiers.org/aop.events/459 132 41 20411 5418 1.170133 3.836310e-02 1.657009
68 https://identifiers.org/aop.events/1945 1218 328 20411 5418 1.014500 2.530235e-02 1.619992
25 https://identifiers.org/aop.events/1669 400 112 20411 5418 1.054832 3.601934e-02 1.522612
32 https://identifiers.org/aop.events/386 372 100 20411 5418 1.012704 4.653079e-02 1.349184

Section 7.5. Calculation of percent gene overlap to ORA

Section 7.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 54. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable3=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/105')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1816') | (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/244')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1814')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/41')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1539')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/201')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/389')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/177')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/2013')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/2006')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1669')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1115')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/202')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1917')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1392')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1815')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/386')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1582')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1896')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/68')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/265')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/890')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/249')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/209')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/381')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1945')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/887')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1585')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1271')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1538')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/459')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1670')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1090')]
significantKEIDgenetable3=significantKEID_genetable3.drop(columns={'WPtitle','ID'})
significantKEIDgenetable3

KEID gene Entrez.Gene
735 https://identifiers.org/aop.events/105 SDHB 6390
736 https://identifiers.org/aop.events/105 ATP5PD 10476
737 https://identifiers.org/aop.events/105 ATP5MG 10632
738 https://identifiers.org/aop.events/105 COX15 1355
739 https://identifiers.org/aop.events/105 ATP5PO 539
... ... ... ...
20172 https://identifiers.org/aop.events/1090 SETD5 55209
20173 https://identifiers.org/aop.events/1090 CTNNA3 29119
20174 https://identifiers.org/aop.events/1090 MAD1L1 8379
20175 https://identifiers.org/aop.events/1090 CD44 960
20176 https://identifiers.org/aop.events/1090 CDH10 1008

7256 rows × 3 columns

Section 7.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 55. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA3 = pd.read_csv("C:/Users/shaki/Downloads/EMEXP-2599_ORApathwaytable/Comparison 3-Cadmium-timepoint1.txt", sep='\t')
datafileORA3=pd.DataFrame(datafile_ORA3)
filtereddatafileORA_3=datafileORA3[datafileORA3['Adjusted P-value'] < 0.05]
filtereddatafileORA_3

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 5.091424e-21 4.154602e-18 0 0 8.952987 418.343800 TOP2A;CDKN1A;CDKN1B;MCM7;SUV39H1;HMGB2;SMC2;CC...
1 WikiPathways_2024_Human DNA Repair Pathways Full Network WP4946 2.079615e-17 8.484830e-15 0 0 5.137071 197.324000 H2AX;FEN1;DCLRE1C;MRE11;WDR48;CCNH;MPG;CETN2;B...
2 WikiPathways_2024_Human DNA IR Damage And Cellular Response Via ATR WP... 4.199721e-15 1.142324e-12 0 0 6.418160 212.465200 H2AX;DCLRE1A;MDC1;FEN1;MRE11;CEP164;UBE2D3;BRC...
3 WikiPathways_2024_Human Cell Cycle WP179 4.142647e-14 8.450999e-12 0 0 4.172387 128.571500 CDKN1C;GSK3B;CDKN1A;CDKN1B;MCM7;CCNH;CDC14B;CD...
4 WikiPathways_2024_Human Ciliary Landscape WP4352 1.388601e-10 2.198580e-08 0 0 2.464009 55.926970 DYNC2I2;DGKE;IFT172;UBE2D2;SMC4;DCAF7;PSMD7;MA...
... ... ... ... ... ... ... ... ... ...
72 WikiPathways_2024_Human Wnt Signaling WP363 3.296962e-03 3.685371e-02 0 0 2.349591 13.427330 GSK3B;TCF7L2;CTBP1;PRKCB;RYK;CSNK1A1;LRP5;TSC2...
73 WikiPathways_2024_Human FBXL10 Enhancement Of MAP ERK Signaling In DLB... 3.496942e-03 3.856088e-02 0 0 3.287355 18.592840 H2AX;SUZ12;H2AZ1;KDM2B;EED;MACROH2A2;RNF2;BCL6...
74 WikiPathways_2024_Human Non Small Cell Lung Cancer WP4255 3.700015e-03 4.025616e-02 0 0 1.979546 11.084310 CDKN1A;TGFA;STK4;RXRB;NRAS;RXRA;CCND1;ERBB2;E2...
75 WikiPathways_2024_Human Prolactin Signaling WP2037 4.016661e-03 4.312625e-02 0 0 1.939389 10.700200 GSK3B;PXN;IRS2;CBL;SOCS2;SOCS3;MAPK8;ERBB2;EIF...
76 WikiPathways_2024_Human Metabolic Epileptic Disorders WP5355 4.391496e-03 4.653845e-02 0 0 1.823440 9.897786 SLC25A1;GCDH;ECHS1;GLDC;GLS2;SHMT2;SHMT1;SLC2A...

77 rows × 9 columns

dropped_datafileORA_df3=filtereddatafileORA_3.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf3=dropped_datafileORA_df3.copy()
droppeddatafileORAdf3['Genes']= droppeddatafileORAdf3['Genes'].replace({';':','},regex=True)
df3_ORApathwaytable=droppeddatafileORAdf3.copy()
df3_ORApathwaytable['Genes'] = df3_ORApathwaytable['Genes'].astype(str)
df3_ORApathwaytable['Genes'] = df3_ORApathwaytable['Genes'].str.split(',')
exploded_df3_ORApathwaytable = df3_ORApathwaytable.explode('Genes', ignore_index=True)
Section 7.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 56. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets3 = exploded_df3_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets3 = significantKEIDgenetable3.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs3 = {}

for term, ORA_genes in ORA_gene_sets3.items():
    for KEID, KEID_genes in SignificantKE_gene_sets3.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs3[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs3:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs3.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/105: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1090: 6 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1115: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1271: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1392: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1538: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1539: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1582: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1585: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1669: 9 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1670: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/177: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1814: 9 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1815: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1816: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1896: 9 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1917: 1 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/1945: 6 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/2006: 9 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/201: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/2013: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/202: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/209: 12 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/244: 10 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/249: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/265: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/381: 5 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/386: 5 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/389: 2 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/41: 5 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/459: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/68: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/887: 0 overlaps
ATM Signaling In Development And Disease WP3878 x https://identifiers.org/aop.events/890: 2 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/105: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1090: 6 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1115: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1271: 1 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1392: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1538: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1539: 2 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1582: 2 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1585: 2 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1669: 18 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1670: 3 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/177: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1814: 19 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1815: 2 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1816: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1896: 17 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1917: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/1945: 6 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/2006: 18 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/201: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/2013: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/202: 1 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/209: 14 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/244: 19 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/249: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/265: 1 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/381: 1 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/386: 1 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/389: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/41: 3 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/459: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/68: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/887: 0 overlaps
ATM Signaling WP2516 x https://identifiers.org/aop.events/890: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/105: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1090: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1115: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1271: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1392: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1538: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1539: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1582: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1585: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1669: 4 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1670: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/177: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1814: 4 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1815: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1816: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1896: 6 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1917: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/1945: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/2006: 4 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/201: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/2013: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/202: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/209: 5 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/244: 4 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/249: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/265: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/381: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/386: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/389: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/41: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/459: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/68: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/887: 0 overlaps
ATR Signaling WP3875 x https://identifiers.org/aop.events/890: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/105: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1090: 20 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1115: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1271: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1392: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1538: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1539: 17 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1582: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1585: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1669: 16 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1670: 10 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/177: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1814: 16 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1815: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1816: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1896: 16 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1917: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1945: 18 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2006: 16 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/201: 6 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2013: 8 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/202: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/209: 17 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/244: 16 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/249: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/265: 10 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/381: 14 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/386: 14 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/389: 6 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/41: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/459: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/68: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/887: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/890: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/105: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1090: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1115: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1271: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1392: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1538: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1539: 8 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1582: 4 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1585: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1669: 7 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1670: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/177: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1814: 7 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1815: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1816: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1896: 4 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1917: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1945: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/2006: 7 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/201: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/2013: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/202: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/209: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/244: 8 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/249: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/265: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/381: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/386: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/389: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/41: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/459: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/68: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/887: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/890: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/105: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1090: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1115: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1271: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1392: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1538: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1539: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1582: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1585: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1669: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1670: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/177: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1814: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1815: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1816: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1896: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1917: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1945: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/2006: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/201: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/2013: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/202: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/209: 10 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/244: 9 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/249: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/265: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/381: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/386: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/389: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/41: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/459: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/68: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/887: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/890: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/105: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1090: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1115: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1271: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1392: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1538: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1539: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1582: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1585: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1669: 6 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1670: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/177: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1814: 8 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1815: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1816: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1896: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1917: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1945: 9 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/2006: 6 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/201: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/2013: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/202: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/209: 6 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/244: 11 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/249: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/265: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/381: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/386: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/389: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/41: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/459: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/68: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/887: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/890: 3 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/105: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1090: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1115: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1271: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1392: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1538: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1539: 1 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1582: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1585: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1669: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1670: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/177: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1814: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1815: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1816: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1896: 20 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1917: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1945: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/2006: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/201: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/2013: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/202: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/209: 20 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/244: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/249: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/265: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/381: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/386: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/389: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/41: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/459: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/68: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/887: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/890: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/105: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1090: 65 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1115: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1271: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1392: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1538: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1539: 24 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1582: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1585: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1669: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1670: 30 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/177: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1814: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1815: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1816: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1896: 26 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1917: 20 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1945: 70 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2006: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/201: 7 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2013: 13 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/202: 8 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/209: 58 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/244: 54 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/249: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/265: 29 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/381: 19 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/386: 34 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/389: 7 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/41: 27 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/459: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/68: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/887: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/890: 5 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/105: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1090: 13 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1115: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1271: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1392: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1538: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1539: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1582: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1585: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1669: 29 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1670: 11 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/177: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1814: 28 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1815: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1816: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1896: 27 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1917: 4 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1945: 14 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2006: 28 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/201: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2013: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/202: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/209: 18 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/244: 30 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/249: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/265: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/381: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/386: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/389: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/41: 9 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/459: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/68: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/887: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/890: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/105: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1090: 4 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1115: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1271: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1392: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1538: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1539: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1582: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1585: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1669: 4 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1670: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/177: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1814: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1815: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1816: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1896: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1917: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1945: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/2006: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/201: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/2013: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/202: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/209: 6 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/244: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/249: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/265: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/381: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/386: 4 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/389: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/41: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/459: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/68: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/887: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/890: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/105: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1090: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1115: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1271: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1392: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1538: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1539: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1582: 3 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1585: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1669: 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1670: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/177: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1814: 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1815: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1816: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1896: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1917: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1945: 5 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2006: 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/201: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2013: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/202: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/209: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/244: 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/249: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/265: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/381: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/386: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/389: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/41: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/459: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/68: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/887: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/890: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/105: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1090: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1115: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1271: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1392: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1538: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1539: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1582: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1585: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1669: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1670: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/177: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1814: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1815: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1816: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1896: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1917: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1945: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2006: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/201: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2013: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/202: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/209: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/244: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/249: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/265: 5 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/381: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/386: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/389: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/41: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/459: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/68: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/887: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/890: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1090: 11 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1539: 3 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1582: 3 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1585: 3 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1669: 40 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1670: 11 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1814: 40 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1815: 3 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1896: 40 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1945: 14 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2006: 40 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/201: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2013: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/202: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/209: 24 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/244: 40 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/265: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/381: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/386: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/389: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/41: 4 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/459: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/887: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/890: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/105: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1090: 6 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1539: 2 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1582: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1585: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1669: 16 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1670: 2 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/177: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1814: 16 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1815: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1896: 31 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1945: 3 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2006: 16 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/201: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/202: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/209: 26 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/244: 16 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/249: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/265: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/381: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/386: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/389: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/41: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/459: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/68: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/887: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/890: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/105: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1090: 4 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1539: 3 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1582: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1585: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1669: 14 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1670: 3 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/177: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1814: 14 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1815: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1896: 19 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1945: 3 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/2006: 14 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/201: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/202: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/209: 14 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/244: 14 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/249: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/265: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/381: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/386: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/389: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/41: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/459: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/68: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/887: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1090: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1582: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1669: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1814: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1896: 17 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1945: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2006: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/201: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/209: 17 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/244: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/265: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/381: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/386: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/389: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/41: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/459: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/887: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1090: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1539: 2 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1582: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1669: 9 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1670: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1814: 9 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1896: 78 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1917: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1945: 2 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2006: 9 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/201: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/209: 78 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/244: 10 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/265: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/381: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/386: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/389: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/41: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/459: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/887: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1090: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1582: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1669: 3 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1814: 2 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1896: 12 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1945: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/2006: 2 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/201: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/209: 12 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/244: 2 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/265: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/381: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/386: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/389: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/41: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/459: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/887: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/890: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/105: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1090: 11 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1115: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1271: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1392: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1538: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1539: 2 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1582: 1 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1585: 1 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1669: 7 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1670: 4 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/177: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1814: 7 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1815: 1 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1816: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1896: 5 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1917: 1 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1945: 13 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/2006: 7 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/201: 2 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/2013: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/202: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/209: 9 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/244: 7 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/249: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/265: 1 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/381: 3 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/386: 4 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/389: 2 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/41: 4 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/459: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/68: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/887: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/890: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/105: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1090: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1115: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1271: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1392: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1538: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1539: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1582: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1585: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1669: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1670: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/177: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1814: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1815: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1816: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1896: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1917: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/1945: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/2006: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/201: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/2013: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/202: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/209: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/244: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/249: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/265: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/381: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/386: 2 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/389: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/41: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/459: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/68: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/887: 0 overlaps
Disorders Of Folate Metabolism And Transport WP4259 x https://identifiers.org/aop.events/890: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/105: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1090: 18 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1115: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1271: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1392: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1538: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1539: 70 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1582: 6 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1585: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1669: 12 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1670: 14 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/177: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1814: 12 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1815: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1816: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1896: 5 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1917: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1945: 22 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/2006: 12 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/201: 8 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/2013: 10 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/202: 11 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/209: 8 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/244: 13 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/249: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/265: 16 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/381: 23 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/386: 25 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/389: 8 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/41: 5 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/459: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/68: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/887: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/890: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/105: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1090: 20 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1115: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1271: 2 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1392: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1538: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1539: 15 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1582: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1585: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1669: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1670: 15 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/177: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1814: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1815: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1816: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1896: 2 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1917: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1945: 34 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2006: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/201: 8 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2013: 6 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/202: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/209: 6 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/244: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/249: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/265: 14 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/381: 16 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/386: 19 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/389: 8 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/41: 6 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/459: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/68: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/887: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/890: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/105: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1090: 4 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1115: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1271: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1392: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1538: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1539: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1582: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1585: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1669: 2 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1670: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/177: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1814: 2 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1815: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1816: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1896: 1 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1917: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/1945: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/2006: 2 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/201: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/2013: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/202: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/209: 1 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/244: 2 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/249: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/265: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/381: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/386: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/389: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/41: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/459: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/68: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/887: 0 overlaps
FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553 x https://identifiers.org/aop.events/890: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/105: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1090: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1115: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1271: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1392: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1538: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1539: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1582: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1585: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1669: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1670: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/177: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1814: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1815: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1816: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1896: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1917: 8 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1945: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2006: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/201: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2013: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/202: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/209: 12 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/244: 9 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/249: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/265: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/381: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/386: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/389: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/41: 9 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/459: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/68: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/887: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/890: 3 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/105: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1090: 10 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1115: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1271: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1392: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1538: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1539: 2 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1582: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1585: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1669: 20 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1670: 9 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/177: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1814: 19 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1815: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1816: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1896: 23 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1917: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1945: 12 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/2006: 19 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/201: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/2013: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/202: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/209: 15 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/244: 19 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/249: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/265: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/381: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/386: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/389: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/41: 4 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/459: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/68: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/887: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/890: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/105: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1090: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1115: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1271: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1392: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1538: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1539: 2 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1582: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1585: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1669: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1670: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/177: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1814: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1815: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1816: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1896: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1917: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1945: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/2006: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/201: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/2013: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/202: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/209: 4 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/244: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/249: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/265: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/381: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/386: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/389: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/41: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/459: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/68: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/887: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/890: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/105: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1090: 1 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1115: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1271: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1392: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1538: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1539: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1582: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1585: 1 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1669: 2 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1670: 1 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/177: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1814: 2 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1815: 1 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1816: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1896: 5 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1917: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1945: 2 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/2006: 2 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/201: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/2013: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/202: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/209: 3 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/244: 2 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/249: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/265: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/381: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/386: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/389: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/41: 1 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/459: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/68: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/887: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/890: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/105: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1090: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1115: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1271: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1392: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1538: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1539: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1582: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1585: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1669: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1670: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/177: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1814: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1815: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1816: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1896: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1917: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/1945: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/2006: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/201: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/2013: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/202: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/209: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/244: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/249: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/265: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/381: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/386: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/389: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/41: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/459: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/68: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/887: 0 overlaps
Genes Related To Primary Cilium Development Based On CRISPR WP4536 x https://identifiers.org/aop.events/890: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/105: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1090: 21 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1115: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1271: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1392: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1538: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1539: 15 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1582: 2 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1585: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1669: 17 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1670: 17 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/177: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1814: 17 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1815: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1816: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1896: 14 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1917: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1945: 24 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2006: 17 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/201: 6 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2013: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/202: 7 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/209: 11 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/244: 18 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/249: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/265: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/381: 9 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/386: 9 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/389: 6 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/41: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/459: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/68: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/887: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/890: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/105: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1090: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1115: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1271: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1392: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1538: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1539: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1582: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1585: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1669: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1670: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/177: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1814: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1815: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1816: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1896: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1917: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1945: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2006: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/201: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2013: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/202: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 5 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/244: 4 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/249: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/265: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/381: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/386: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/389: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/41: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/459: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/68: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/887: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/890: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/105: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1090: 1 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1115: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1271: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1392: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1538: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1539: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1582: 1 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1585: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1669: 3 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1670: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/177: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1814: 3 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1815: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1816: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1896: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1917: 1 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/1945: 12 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/2006: 3 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/201: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/2013: 1 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/202: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/209: 1 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/244: 3 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/249: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/265: 1 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/381: 1 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/386: 2 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/389: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/41: 3 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/459: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/68: 1 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/887: 0 overlaps
Glycogen Synthesis And Degradation WP500 x https://identifiers.org/aop.events/890: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/105: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1090: 17 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1115: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1271: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1392: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1538: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1539: 6 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1582: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1585: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1669: 12 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1670: 10 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/177: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1814: 12 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1815: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1816: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1896: 8 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1917: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1945: 20 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2006: 12 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/201: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2013: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/202: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/209: 13 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/244: 14 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/249: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/265: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/381: 8 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/386: 8 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/389: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/41: 10 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/459: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/68: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/887: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/890: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/105: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1090: 17 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1115: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1271: 5 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1392: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1538: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1539: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1582: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1585: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1669: 10 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1670: 6 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/177: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1814: 10 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1815: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1816: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1896: 5 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1917: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1945: 15 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2006: 10 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/201: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2013: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/202: 6 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/209: 9 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/244: 10 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/249: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/265: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/381: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/386: 11 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/389: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/41: 5 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/459: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/68: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/887: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/890: 2 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/105: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1090: 25 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1115: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1271: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1392: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1538: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1539: 25 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1582: 3 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1585: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1669: 11 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1670: 8 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/177: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1814: 12 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1815: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1816: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1896: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1917: 4 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1945: 26 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/2006: 11 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/201: 7 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/2013: 10 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/202: 13 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/209: 10 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/244: 14 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/249: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/265: 15 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/381: 26 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/386: 29 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/389: 7 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/41: 12 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/459: 2 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/68: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/887: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/890: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/105: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1090: 9 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1115: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1271: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1392: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1538: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1539: 3 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1582: 2 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1585: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1669: 14 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1670: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/177: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1814: 14 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1815: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1816: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1896: 16 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1917: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1945: 8 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/2006: 14 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/201: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/2013: 2 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/202: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/209: 11 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/244: 14 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/249: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/265: 2 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/381: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/386: 2 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/389: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/41: 3 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/459: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/68: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/887: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/890: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/105: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1090: 9 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1115: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1271: 1 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1392: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1538: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1539: 4 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1582: 2 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1585: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1669: 5 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1670: 5 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/177: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1814: 5 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1815: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1816: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1896: 4 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1917: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1945: 11 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/2006: 5 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/201: 3 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/2013: 4 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/202: 1 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/209: 5 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/244: 5 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/249: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/265: 3 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/381: 5 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/386: 9 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/389: 3 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/41: 2 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/459: 1 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/68: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/887: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/890: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/105: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1090: 3 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1115: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1271: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1392: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1538: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1539: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1582: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1585: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1669: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1670: 1 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/177: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1814: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1815: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1816: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1896: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1917: 1 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/1945: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/2006: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/201: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/2013: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/202: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/209: 1 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/244: 1 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/249: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/265: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/381: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/386: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/389: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/41: 1 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/459: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/68: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/887: 0 overlaps
Kleefstra Syndrome WP5351 x https://identifiers.org/aop.events/890: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/105: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1090: 10 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1115: 1 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1271: 1 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1392: 1 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1538: 1 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1539: 10 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1582: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1585: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1669: 5 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1670: 7 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/177: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1814: 5 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1815: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1816: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1896: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1917: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1945: 6 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/2006: 5 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/201: 4 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/2013: 4 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/202: 8 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/209: 2 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/244: 5 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/249: 1 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/265: 8 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/381: 10 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/386: 7 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/389: 4 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/41: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/459: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/68: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/887: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/890: 1 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/105: 0 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1090: 30 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1115: 2 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1271: 5 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1392: 2 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1538: 2 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1539: 15 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1582: 3 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1585: 2 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1669: 8 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1670: 7 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/177: 0 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1814: 9 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1815: 2 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1816: 0 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1896: 5 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1917: 4 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/1945: 18 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/2006: 8 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/201: 5 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/2013: 6 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/202: 10 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/209: 14 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/244: 10 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/249: 2 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/265: 12 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/381: 16 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/386: 22 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/389: 5 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/41: 8 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/459: 2 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/68: 2 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/887: 0 overlaps
Macrophage Stimulating Protein MSP Signaling WP5353 x https://identifiers.org/aop.events/890: 2 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/105: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1090: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1115: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1271: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1392: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1538: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1539: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1582: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1585: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1669: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1670: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/177: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1814: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1816: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1896: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1917: 3 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1945: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/2006: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/201: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/2013: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/202: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/209: 5 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/244: 3 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/249: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/265: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/381: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/386: 8 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/389: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/41: 3 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/459: 4 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/68: 3 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/887: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/890: 1 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/105: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1090: 19 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1115: 2 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1271: 4 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1392: 2 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1538: 2 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1539: 9 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1582: 3 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1585: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1669: 5 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1670: 6 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/177: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1814: 5 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1815: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1816: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1896: 1 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1917: 3 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1945: 14 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/2006: 5 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/201: 3 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/2013: 9 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/202: 9 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/209: 14 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/244: 5 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/249: 2 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/265: 11 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/381: 11 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/386: 18 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/389: 3 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/41: 5 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/459: 1 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/68: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/887: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/890: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/105: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1090: 9 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1115: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1271: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1392: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1538: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1539: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1582: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1585: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1669: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1670: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/177: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1814: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1815: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1816: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1896: 10 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1917: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1945: 8 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2006: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/201: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2013: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/202: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/209: 9 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/244: 6 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/249: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/265: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/381: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/386: 4 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/389: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/41: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/459: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/68: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/887: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/890: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/105: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1090: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1115: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1271: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1392: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1538: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1539: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1582: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1585: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1669: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1670: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/177: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1814: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1815: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1816: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1896: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1917: 14 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1945: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/2006: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/201: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/2013: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/202: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/209: 10 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/244: 14 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/249: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/265: 4 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/381: 3 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/386: 4 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/389: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/41: 14 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/459: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/68: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/887: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/890: 3 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/105: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1090: 6 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1115: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1271: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1392: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1538: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1539: 1 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1582: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1585: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1669: 1 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1670: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/177: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1814: 1 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1815: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1816: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1896: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1917: 1 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1945: 11 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/2006: 1 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/201: 2 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/2013: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/202: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/209: 6 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/244: 2 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/249: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/265: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/381: 2 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/386: 2 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/389: 2 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/41: 4 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/459: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/68: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/887: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/890: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/105: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1090: 7 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1115: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1271: 3 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1392: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1538: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1539: 10 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1582: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1585: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1669: 4 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1670: 5 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/177: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1814: 4 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1815: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1816: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1896: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1917: 3 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1945: 11 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/2006: 4 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/201: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/2013: 5 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/202: 7 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/209: 11 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/244: 6 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/249: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/265: 9 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/381: 7 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/386: 15 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/389: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/41: 3 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/459: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/68: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/887: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/890: 2 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/105: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1090: 13 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1115: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1271: 1 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1392: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1538: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1539: 14 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1582: 3 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1585: 1 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1669: 17 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1670: 32 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/177: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1814: 17 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1815: 1 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1816: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1896: 11 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1917: 3 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1945: 17 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/2006: 17 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/201: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/2013: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/202: 4 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/209: 9 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/244: 20 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/249: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/265: 9 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/381: 10 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/386: 9 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/389: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/41: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/459: 1 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/68: 1 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/887: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/890: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/105: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1090: 12 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1115: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1271: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1538: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1539: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1582: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1585: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1669: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1670: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/177: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1814: 8 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1815: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1816: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1896: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 51 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1945: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2006: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/201: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2013: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/202: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 58 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244: 58 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/249: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/265: 13 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/381: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/386: 13 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/389: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 58 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/459: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/68: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/887: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/890: 7 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/105: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1090: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1115: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1271: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1392: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1538: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1539: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1582: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1585: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1669: 3 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1670: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/177: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1814: 3 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1815: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1816: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1896: 30 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1917: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1945: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/2006: 3 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/201: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/2013: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/202: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/209: 30 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/244: 4 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/249: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/265: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/381: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/386: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/389: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/41: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/459: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/68: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/887: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/890: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/105: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1090: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1115: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1271: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1392: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1538: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1539: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1582: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1585: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1669: 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1670: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/177: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1814: 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1815: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1816: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1896: 26 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1917: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1945: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2006: 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/201: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2013: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/202: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/209: 26 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/244: 3 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/249: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/265: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/381: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/386: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/389: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/41: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/459: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/68: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/887: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/890: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/105: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1090: 12 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1115: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1271: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1392: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1538: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1539: 17 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1582: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1585: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1669: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1670: 8 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/177: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1814: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1815: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1816: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1896: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1917: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1945: 16 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2006: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/201: 4 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2013: 12 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/202: 7 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/209: 7 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/244: 8 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/249: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/265: 11 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/381: 12 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/386: 16 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/389: 4 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/41: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/459: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/68: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/887: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/890: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/105: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1090: 8 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1115: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1271: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1392: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1538: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1539: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1582: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1585: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1669: 7 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1670: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/177: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1814: 7 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1815: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1816: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1896: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1917: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1945: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2006: 7 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/201: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2013: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/202: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/209: 9 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/244: 9 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/249: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/265: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/381: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/386: 6 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/389: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/41: 6 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/459: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/68: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/887: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/890: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/105: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1090: 13 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1115: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1271: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1392: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1538: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1539: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1582: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1585: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1669: 14 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1670: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/177: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1814: 13 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1815: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1816: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1896: 20 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1917: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1945: 11 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2006: 13 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/201: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2013: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/202: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/209: 54 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/244: 15 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/249: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/265: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/381: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/386: 7 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/389: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/41: 7 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/459: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/68: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/887: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/890: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/105: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1090: 18 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1115: 1 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1271: 5 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1392: 1 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1538: 1 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1539: 16 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1582: 3 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1585: 1 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1669: 19 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1670: 20 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/177: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1814: 19 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1815: 1 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1816: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1896: 13 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1917: 5 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1945: 22 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/2006: 19 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/201: 4 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/2013: 7 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/202: 6 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/209: 13 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/244: 22 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/249: 1 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/265: 13 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/381: 12 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/386: 15 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/389: 4 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/41: 9 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/459: 1 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/68: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/887: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/890: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/105: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1090: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1115: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1271: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1392: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1538: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1539: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1582: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1585: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1669: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1670: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/177: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1814: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1815: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1816: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1896: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1917: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1945: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/2006: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/201: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/2013: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/202: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/209: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/244: 3 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/249: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/265: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/381: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/386: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/389: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/41: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/459: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/68: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/887: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/890: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/105: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1090: 5 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1115: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1392: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1538: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1539: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1582: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1585: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1669: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1670: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/177: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1814: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1815: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1816: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1896: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1917: 3 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1945: 5 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/2006: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/201: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/2013: 1 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/202: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/209: 5 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/244: 5 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/249: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/265: 1 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/381: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/386: 3 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/389: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/41: 4 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/459: 1 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/68: 1 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/887: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/890: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/105: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1090: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1115: 4 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1392: 4 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1538: 4 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1539: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1582: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1585: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1669: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1670: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/177: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1814: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1815: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1816: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1896: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1917: 8 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1945: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2006: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/201: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2013: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/202: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/209: 10 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/244: 9 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/249: 4 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/265: 5 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/381: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/386: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/389: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/41: 9 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/459: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/887: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/890: 4 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/105: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1090: 2 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1115: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1271: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1392: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1538: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1539: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1582: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1585: 7 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1669: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1670: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/177: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1814: 7 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1815: 7 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1816: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1896: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1917: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1945: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/2006: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/201: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/2013: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/202: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/209: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/244: 7 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/249: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/265: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/381: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/386: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/389: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/41: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/459: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/887: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/890: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/105: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1090: 159 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1115: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1271: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1392: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1538: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1539: 18 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1582: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1585: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1669: 28 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1670: 13 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/177: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1814: 30 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1815: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1816: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1896: 11 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1917: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1945: 63 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2006: 28 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/201: 8 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2013: 8 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/202: 13 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/209: 46 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/244: 33 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/249: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/265: 11 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/381: 24 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/386: 29 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/389: 8 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/41: 15 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/459: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/68: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/887: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/890: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/105: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1090: 14 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1115: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1271: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1392: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1538: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1539: 5 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1582: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1585: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1669: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1670: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/177: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1814: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1815: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1816: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1896: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1917: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1945: 11 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2006: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/201: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2013: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/202: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/209: 8 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/244: 5 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/249: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/265: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/381: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/386: 5 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/389: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/41: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/459: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/68: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/887: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/890: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/105: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1090: 13 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1115: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1271: 4 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1392: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1538: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1539: 17 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1582: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1585: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1669: 7 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1670: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/177: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1814: 7 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1815: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1816: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1896: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1917: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1945: 12 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2006: 7 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/201: 5 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2013: 15 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/202: 9 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/209: 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/244: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/249: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/265: 12 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/381: 18 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/386: 19 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/389: 5 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/41: 7 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/459: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/68: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/887: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/890: 2 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/105: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1090: 13 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1115: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1271: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1392: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1538: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1539: 10 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1582: 1 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1585: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1669: 5 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1670: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/177: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1814: 5 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1815: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1816: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1896: 3 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1917: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1945: 13 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/2006: 5 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/201: 8 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/2013: 4 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/202: 3 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/209: 7 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/244: 5 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/249: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/265: 7 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/381: 10 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/386: 7 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/389: 8 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/41: 4 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/459: 1 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/68: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/887: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/890: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/105: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1090: 10 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1115: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1271: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1392: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1538: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1539: 5 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1582: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1585: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1669: 19 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1670: 8 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/177: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1814: 18 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1815: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1816: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1896: 28 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1917: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1945: 12 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2006: 18 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/201: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2013: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/202: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/209: 18 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/244: 18 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/249: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/265: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/381: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/386: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/389: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/41: 4 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/459: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/68: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/887: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/890: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/105: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1090: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1115: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1271: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1392: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1538: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1539: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1582: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1585: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1669: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1670: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/177: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1814: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1815: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1816: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1896: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1917: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1945: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/2006: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/201: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/2013: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/202: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/209: 5 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/244: 4 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/249: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/265: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/381: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/386: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/389: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/41: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/459: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/68: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/887: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/890: 2 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/105: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1090: 9 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1115: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1271: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1392: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1538: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1539: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1582: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1585: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1669: 9 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1670: 5 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/177: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1814: 9 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1815: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1816: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1896: 6 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1917: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1945: 7 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/2006: 9 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/201: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/2013: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/202: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/209: 5 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/244: 10 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/249: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/265: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/381: 5 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/386: 7 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/389: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/41: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/459: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/68: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/887: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/890: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/105: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1090: 24 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1115: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1271: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1392: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1538: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1539: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1582: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1585: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1669: 16 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1670: 14 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/177: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1814: 16 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1815: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1816: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1896: 15 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1917: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1945: 27 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2006: 16 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/201: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2013: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/202: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/209: 9 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/244: 17 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/249: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/265: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/381: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/386: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/389: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/41: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/459: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/68: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/887: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/890: 1 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/105: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1090: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1115: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1271: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1392: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1538: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1539: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1582: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1585: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1669: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1670: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/177: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1814: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1815: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1816: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1896: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1917: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/1945: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/2006: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/201: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/2013: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/202: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/209: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/244: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/249: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/265: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/381: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/386: 1 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/389: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/41: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/459: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/68: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/887: 0 overlaps
Spina Bifida WP5150 x https://identifiers.org/aop.events/890: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/105: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1090: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1115: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1271: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1392: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1538: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1539: 2 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1582: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1585: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1669: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1670: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/177: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1814: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1815: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1816: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1896: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1917: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1945: 1 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/2006: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/201: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/2013: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/202: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/209: 6 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/244: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/249: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/265: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/381: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/386: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/389: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/41: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/459: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/68: 2 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/887: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/890: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/105: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1090: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1115: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1271: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1392: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1538: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1539: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1582: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1585: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1669: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1670: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/177: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1814: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1815: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1816: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1896: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1917: 11 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1945: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2006: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/201: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2013: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/202: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/209: 8 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/244: 11 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/249: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/265: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/381: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/386: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/389: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/41: 11 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/459: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/68: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/887: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/890: 3 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/105: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1090: 2 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1115: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1271: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1392: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1538: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1539: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1582: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1585: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1669: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1670: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/177: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1814: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1815: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1816: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1896: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1917: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1945: 2 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/2006: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/201: 2 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/2013: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/202: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/209: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/244: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/249: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/265: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/381: 5 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/386: 4 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/389: 2 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/41: 3 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/459: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/68: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/887: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/890: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/105: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1090: 7 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1115: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1271: 2 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1392: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1538: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1539: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1582: 1 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1585: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1669: 3 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1670: 2 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/177: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1814: 3 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1815: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1816: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1896: 2 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1917: 5 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1945: 3 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/2006: 3 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/201: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/2013: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/202: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/209: 7 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/244: 7 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/249: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/265: 2 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/381: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/386: 3 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/389: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/41: 6 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/459: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/68: 1 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/887: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/890: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/105: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1090: 3 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1115: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1271: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1392: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1538: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1539: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1582: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1585: 16 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1669: 3 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1670: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/177: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1814: 16 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1815: 16 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1816: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1896: 3 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1917: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1945: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/2006: 3 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/201: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/2013: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/202: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/209: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/244: 16 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/249: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/265: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/381: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/386: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/389: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/41: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/459: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/68: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/887: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/890: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/105: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1090: 28 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1115: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1271: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1392: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1538: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1539: 29 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1582: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1585: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1669: 8 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1670: 9 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/177: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1814: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1815: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1816: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1896: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1917: 9 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1945: 28 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2006: 8 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/201: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2013: 11 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/202: 13 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/209: 21 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/244: 19 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/249: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/265: 18 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/381: 24 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/386: 27 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/389: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/41: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/459: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/68: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/887: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/890: 3 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/105: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1090: 16 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1115: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1271: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1392: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1538: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1539: 5 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1582: 4 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1585: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1669: 10 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1670: 5 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/177: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1814: 10 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1815: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1816: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1896: 3 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1917: 3 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/1945: 9 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/2006: 10 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/201: 3 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/2013: 1 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/202: 2 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/209: 18 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/244: 11 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/249: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/265: 4 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/381: 6 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/386: 8 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/389: 3 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/41: 6 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/459: 1 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/68: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/887: 0 overlaps
Wnt Signaling WP363 x https://identifiers.org/aop.events/890: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/105: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1090: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1115: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1271: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1392: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1538: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1539: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1582: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1585: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1669: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1670: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/177: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1814: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1815: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1816: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1896: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1917: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1945: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2006: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/201: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2013: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/202: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/209: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/244: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/249: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/265: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/381: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/386: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/389: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/41: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/459: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/68: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/887: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/890: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/105: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1090: 10 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1115: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1271: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1392: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1538: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1539: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1582: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1585: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1669: 40 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1670: 10 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/177: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1814: 39 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1815: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1816: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1896: 39 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1917: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1945: 13 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2006: 39 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/201: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2013: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/202: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/209: 25 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/244: 39 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/249: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/265: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/381: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/386: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/389: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/41: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/459: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/68: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/887: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/890: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/105: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1090: 6 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1115: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1271: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1392: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1538: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1539: 2 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1582: 1 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1585: 1 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1669: 11 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1670: 5 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/177: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1814: 11 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1815: 1 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1816: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1896: 11 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1917: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/1945: 8 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/2006: 11 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/201: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/2013: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/202: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/209: 6 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/244: 11 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/249: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/265: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/381: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/386: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/389: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/41: 2 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/459: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/68: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/887: 0 overlaps
miRNAs Involved In DNA Damage Response WP1545 x https://identifiers.org/aop.events/890: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'TSC2', 'CDK2', 'TP53', 'NFKB1'}, number: 6
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAPK14'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AURKB'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'ATR', 'CDC25A', 'RAD50', 'CDK2', 'CHEK1', 'MRE11', 'CDK5', 'TP53', 'NFKB1'}, number: 9
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TP53'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ATR', 'CDC25A', 'RAD50', 'CDK2', 'CHEK1', 'MRE11', 'CDK5', 'TP53', 'NFKB1'}, number: 9
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'ATR', 'CDC25A', 'RAD50', 'CDK2', 'CHEK1', 'MRE11', 'CDK5', 'DCLRE1C', 'TP53'}, number: 9
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'G6PD'}, number: 1
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'TSC2', 'CDK2', 'STK11', 'TP53', 'NFKB1'}, number: 6
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'ATR', 'CDC25A', 'RAD50', 'CDK2', 'CHEK1', 'MRE11', 'CDK5', 'TP53', 'NFKB1'}, number: 9
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'MTOR'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'ATR', 'CDC25A', 'TSC2', 'RAD50', 'G6PD', 'CDK2', 'CHEK1', 'MRE11', 'DCLRE1C', 'NFKB1'}, number: 12
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ATR', 'CDC25A', 'RAD50', 'G6PD', 'CDK2', 'CHEK1', 'MRE11', 'CDK5', 'TP53', 'NFKB1'}, number: 10
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'TSC2', 'CDK5', 'NFKB1'}, number: 5
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'TSC2', 'CDK5', 'NFKB1'}, number: 5
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'MTOR'}, number: 2
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TSC2', 'G6PD', 'STK11', 'TP53'}, number: 5
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling In Development And Disease WP3878, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BRCA1', 'CDK2', 'CDKN1A', 'TP53', 'JUN', 'CCNE1'}, number: 6
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'ABL1'}, number: 2
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1', 'CDK1'}, number: 2
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53', 'CASP2'}, number: 2
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDC25C', 'CDC25A', 'CDK1', 'CCNB1', 'BRCA1', 'RAD50', 'ABL1', 'CDK2', 'CHEK1', 'PIDD1', 'JUN', 'CDKN1A', 'MRE11', 'RAD51', 'TP53', 'H2AX', 'CCNE1', 'GADD45A'}, number: 18
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TP53', 'CDKN1A', 'GADD45A'}, number: 3
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCNB1', 'CASP2', 'H2AX', 'CCNE1', 'CDK1', 'CHEK1', 'PIDD1', 'RAD50', 'CDK2', 'MRE11', 'RAD51', 'TP53', 'JUN', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'ABL1', 'CDKN1A'}, number: 19
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53', 'CASP2'}, number: 2
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDC25C', 'CDC25A', 'CDK1', 'CCNB1', 'BRCA1', 'RAD50', 'ABL1', 'CDK2', 'CHEK1', 'PIDD1', 'CDKN1A', 'MRE11', 'RAD51', 'TP53', 'H2AX', 'CCNE1', 'GADD45A'}, number: 17
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1', 'ABL1', 'CDK2', 'CDKN1A', 'TP53', 'CCNE1'}, number: 6
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDC25C', 'CDC25A', 'CDK1', 'CCNB1', 'BRCA1', 'RAD50', 'ABL1', 'CDK2', 'CHEK1', 'PIDD1', 'JUN', 'CDKN1A', 'MRE11', 'RAD51', 'TP53', 'H2AX', 'CCNE1', 'GADD45A'}, number: 18
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDC25C', 'CDC25A', 'BRCA1', 'RAD50', 'H2AX', 'CDK2', 'CHEK1', 'JUN', 'CDKN1A', 'MRE11', 'RAD51', 'PIDD1', 'CCNE1', 'GADD45A'}, number: 14
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCNB1', 'CASP2', 'H2AX', 'CCNE1', 'CDK1', 'CHEK1', 'PIDD1', 'RAD50', 'CDK2', 'MRE11', 'RAD51', 'TP53', 'JUN', 'GADD45A', 'CDC25C', 'CDC25A', 'BRCA1', 'ABL1', 'CDKN1A'}, number: 19
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN'}, number: 1
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'CDKN1A', 'CCNB1'}, number: 3
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: ATM Signaling WP2516, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'RAD1', 'ATR', 'CHEK1'}, number: 4
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2', 'RAD1', 'ATR', 'CHEK1'}, number: 4
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'ATR', 'RPA2', 'RPA1', 'CHEK1', 'RPA3', 'RAD1'}, number: 6
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'RAD1', 'ATR', 'CHEK1'}, number: 4
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ATR', 'RPA2', 'RPA1', 'CHEK1', 'RPA3'}, number: 5
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RPA2', 'RAD1', 'ATR', 'CHEK1'}, number: 4
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: ATR Signaling WP3875, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BARD1', 'CDK4', 'NDRG1', 'TSC2', 'RAF1', 'JAK1', 'MAPK8', 'MTOR', 'CDK2', 'EIF4EBP1', 'CCND1', 'TP53', 'JUN', 'MAP2K1', 'MAP2K2', 'MAPK14', 'AKT1', 'BRCA1', 'E2F1', 'SOS1'}, number: 20
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'STAT3', 'JAK1'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'RICTOR', 'MAP2K2', 'MAPK14', 'AKT1', 'MAP2K1', 'E2F1', 'SOS1', 'RAF1', 'EIF4EBP1', 'RAP1A', 'RASA1', 'PTPN11', 'JUN', 'STAT3', 'JAK1', 'MAPK8'}, number: 17
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3', 'CDK1'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'ATR', 'CDC25A', 'CDK1', 'AKT1', 'BRCA1', 'E2F1', 'RAD50', 'SOS1', 'CDK2', 'CHEK1', 'MRE11', 'CCND1', 'TP53', 'JUN', 'MAPK8'}, number: 16
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'AKT1', 'E2F1', 'SOS1', 'RAF1', 'CCND1', 'TP53', 'STAT3', 'MAP2K1'}, number: 10
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'ATR', 'CDC25A', 'CDK1', 'AKT1', 'BRCA1', 'E2F1', 'RAD50', 'SOS1', 'CDK2', 'CHEK1', 'MRE11', 'CCND1', 'TP53', 'JUN', 'MAPK8'}, number: 16
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'ATR', 'CDC25A', 'CDK1', 'AKT1', 'MSH6', 'BRCA1', 'E2F1', 'RAD50', 'CDK2', 'CHEK1', 'MSH2', 'MRE11', 'RAP1A', 'CCND1', 'TP53'}, number: 16
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'MAPK8'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'CDK4', 'MAP2K2', 'AKT1', 'TSC2', 'MAP2K1', 'BRCA1', 'SOS1', 'CDK2', 'RAF1', 'EIF4EBP1', 'RAP1A', 'CCND1', 'RASA1', 'PTPN11', 'TP53', 'JAK1', 'MAPK8'}, number: 18
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'ATR', 'CDC25A', 'CDK1', 'AKT1', 'BRCA1', 'E2F1', 'RAD50', 'SOS1', 'CDK2', 'CHEK1', 'MRE11', 'CCND1', 'TP53', 'JUN', 'MAPK8'}, number: 16
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'AKT1', 'TSC2', 'SOS1', 'EIF4EBP1', 'MAP2K1'}, number: 6
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'MAPK14', 'AKT1', 'SOS1', 'JAK1', 'PTPN11', 'STAT3', 'MAP2K1'}, number: 8
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAPK14', 'AKT1', 'PTPN11', 'JUN', 'MAP2K1', 'MAPK8'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'MAPK14', 'ATR', 'CDC25A', 'TSC2', 'MSH6', 'BRCA1', 'RAD50', 'CDK2', 'CHEK1', 'MSH2', 'MMP1', 'MRE11', 'RAP1A', 'CCND1', 'JUN', 'MAPK8'}, number: 17
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'ATR', 'CDC25A', 'CDK1', 'AKT1', 'BRCA1', 'E2F1', 'RAD50', 'SOS1', 'CDK2', 'CHEK1', 'MRE11', 'CCND1', 'TP53', 'JUN', 'MAPK8'}, number: 16
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'MAP2K1', 'SOS1', 'RAF1', 'PXN', 'RAP1A', 'JUN', 'STAT3', 'JAK1'}, number: 10
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'MAPK14', 'AKT1', 'TSC2', 'SOS1', 'RAF1', 'EIF4EBP1', 'RAP1A', 'PTPN11', 'JUN', 'STAT3', 'MAP2K1', 'MAPK8'}, number: 14
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'MAPK14', 'AKT1', 'TSC2', 'MAP2K1', 'RAF1', 'EIF4EBP1', 'RAP1A', 'PTPN11', 'JUN', 'STAT3', 'JAK1', 'MAPK8'}, number: 14
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'AKT1', 'TSC2', 'SOS1', 'EIF4EBP1', 'MAP2K1'}, number: 6
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'AKT1', 'TSC2', 'FKBP5', 'EIF4EBP1', 'TP53', 'MAPK8'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'BRCA1', 'CCND1', 'JUN', 'CCNE1'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'STAT3'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PIAS3', 'AKT1', 'LIMK2', 'CDC42', 'CAV1', 'NCOA3', 'JUN', 'STAT3'}, number: 8
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'CDC42', 'STAT3', 'GSK3B'}, number: 4
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'BRCA1', 'CDC42', 'CCND1', 'JUN', 'CCNE1'}, number: 7
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3', 'CCND1', 'AKT1'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'BRCA1', 'CDC42', 'CCND1', 'JUN', 'CCNE1'}, number: 7
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BRCA1', 'CCNE1', 'CCND1', 'AKT1'}, number: 4
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GSK3B', 'PRDX1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'BRCA1', 'CDC42', 'CCND1', 'CCNE1'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'BRCA1', 'CDC42', 'CCND1', 'JUN', 'CCNE1'}, number: 7
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'FLNA', 'STAT3', 'AKT1'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'AKT1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GSK3B', 'BRCA1', 'PRDX1', 'CCND1', 'JUN', 'CCNE1'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'BRCA1', 'CDC42', 'PRDX1', 'CCND1', 'JUN', 'CCNE1'}, number: 8
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'CDC42', 'JUN', 'STAT3'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'CDC42', 'JUN', 'STAT3'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'CDC42', 'JUN', 'STAT3'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GSK3B', 'PRDX1', 'AKT1'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'IL6', 'MMP3', 'CCL2', 'NFKB1'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'NFKB1'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'NQO1', 'HMOX1', 'RXRA', 'KEAP1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'IKBKB', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'IKBKB', 'NFKB1'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B', 'CCL2', 'IKBKB', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'NQO1', 'CCL2', 'MMP1', 'HMOX1', 'RXRA', 'KEAP1', 'NFKB1'}, number: 10
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'IL1B', 'GCLM', 'GCLC', 'NQO1', 'HMOX1', 'RXRA', 'KEAP1', 'NFKB1'}, number: 9
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GCLC', 'IKBKB', 'HMOX1', 'NQO1', 'NFKB1'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IKBKB', 'NFKB1'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1B', 'IL6', 'IL12A', 'IKBKB', 'NFKB1'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'NQO1', 'HMOX1', 'RXRA', 'KEAP1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CUL1', 'AKT1', 'PAK2', 'CDKN1A', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'GCLC', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'GCLC', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'GCLC', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUND', 'ABL1', 'AKT1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1', 'AKT1'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'ERN1', 'TNFRSF10B', 'HSPA5'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'ABL1', 'TNFRSF10B', 'CDKN1B', 'CDKN1A', 'NFKB1'}, number: 6
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ERN1', 'AKT1', 'ABL1', 'TNFRSF10B', 'CDKN1B', 'CDKN1A', 'HSPA5', 'NFKB1'}, number: 8
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'ERN1', 'TNFRSF10B', 'HSPA5'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'ABL1', 'TNFRSF10B', 'CDKN1B', 'CDKN1A'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NQO1', 'GCLC', 'SQSTM1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ETS1', 'AKT1', 'ABL1', 'IL7R', 'CDKN1B', 'CDKN1A', 'PAK2', 'PKN1', 'NFKB1'}, number: 9
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'ABL1', 'TNFRSF10B', 'CDKN1B', 'CDKN1A', 'NFKB1'}, number: 6
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'SOCS3', 'BIRC5', 'AKT1', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1', 'AKT1', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SQSTM1', 'GCLC', 'TNFRSF10B', 'CDKN1A', 'NQO1', 'NFKB1'}, number: 6
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SQSTM1', 'ERN1', 'AKT1', 'GCLC', 'TNFRSF10B', 'ABL1', 'CDKN1B', 'CDKN1A', 'HSPA5', 'NQO1', 'NFKB1'}, number: 11
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'GCLC', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'AKT1', 'GCLC', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SQSTM1', 'AKT1', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SQSTM1', 'SOCS3', 'AKT1', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SQSTM1', 'AKT1', 'GCLC', 'CDKN1A', 'NQO1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'GCLC', 'NFKB1'}, number: 3
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'APEX2', 'MBD4', 'SMUG1', 'FEN1', 'MPG', 'PARP2', 'POLD1', 'UNG', 'PARP1', 'POLE3', 'APEX1', 'MUTYH', 'POLE', 'NTHL1', 'XRCC1', 'PNKP', 'POLD3', 'LIG1', 'PCNA'}, number: 20
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'APEX2', 'MBD4', 'SMUG1', 'FEN1', 'MPG', 'PARP2', 'POLD1', 'UNG', 'PARP1', 'POLE3', 'APEX1', 'MUTYH', 'POLE', 'NTHL1', 'XRCC1', 'PNKP', 'POLD3', 'LIG1', 'PCNA'}, number: 20
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CUL1', 'COL4A4', 'CCND2', 'COL4A2', 'CTBP2', 'TGFB1', 'SLC2A1', 'LAMB2', 'CTBP1', 'VEGFA', 'PDGFRB', 'LAMC3', 'LAMB3', 'CCNE1', 'LAMA2', 'CCND3', 'DVL2', 'MMP3', 'NFKB1', 'CDK4', 'LRP5', 'PDGFA', 'FGFR4', 'KITLG', 'FGFR3', 'COL4A1', 'RAF1', 'TGFA', 'VEGFC', 'MAX', 'COL4A3', 'MAPK8', 'MTOR', 'JAK1', 'GSK3B', 'ITGA2', 'MET', 'TCF7L2', 'IGF1R', 'CDK2', 'FZD1', 'LRP6', 'CCND1', 'FRAT1', 'CDKN2A', 'LAMB1', 'TP53', 'JUN', 'MAP2K1', 'LAMA5', 'APC', 'MAP2K2', 'DVL3', 'LAMC2', 'IL6', 'WNT5B', 'COL4A5', 'AKT1', 'E2F1', 'SOS1', 'RPS6KA5', 'CDKN1A', 'FGFR2', 'ITGA3', 'FZD2'}, number: 65
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MGST1', 'HMOX1', 'NFKB1', 'NQO1', 'TXNRD1'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2', 'TGFB1', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MGST1', 'HMOX1', 'NFKB1', 'NQO1', 'TXNRD1'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MGST1', 'HMOX1', 'NFKB1', 'NQO1', 'TXNRD1'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'BRAF', 'SOS2', 'RAF1', 'STAT5A', 'STAT3', 'JAK1', 'MAPK8', 'MTOR', 'RALA', 'PLCG1', 'JUN', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'PLD1', 'E2F1', 'ERBB2', 'SOS1', 'ABL1', 'RPS6KA5', 'NCOA3', 'CBL'}, number: 24
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'AKT1', 'ABL1', 'STAT3', 'APC'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53', 'PMAIP1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'CCND2', 'TGFB1', 'SOS2', 'CCNE1', 'CCND3', 'NFKB1', 'CDK4', 'DVL2', 'PMAIP1', 'CDKN1B', 'CDK6', 'MAPK8', 'GSK3B', 'RAC2', 'TCF7L2', 'CDK2', 'RAD51', 'CCND1', 'FRAT1', 'CDKN2A', 'TP53', 'JUN', 'CCNE2', 'GADD45A', 'APC', 'DVL3', 'DDB2', 'WNT5B', 'AKT1', 'E2F1', 'ERBB2', 'ABL1', 'SOS1', 'GADD45G', 'CDKN1A'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRB', 'NRAS', 'GADD45B', 'PRKCA', 'E2F3', 'BRAF', 'SOS2', 'CDK4', 'RAF1', 'STAT5A', 'TGFA', 'CDK6', 'STAT3', 'PLCG1', 'CCND1', 'RXRA', 'CDKN2A', 'TP53', 'MAP2K1', 'GADD45A', 'MAP2K2', 'DDB2', 'EML4', 'PRKCB', 'AKT1', 'E2F1', 'ERBB2', 'SOS1', 'GADD45G', 'CDKN1A'}, number: 30
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'CCND2', 'TGFB1', 'SOS2', 'CCNE1', 'CCND3', 'NFKB1', 'CDK4', 'DVL2', 'PMAIP1', 'CDKN1B', 'CDK6', 'MAPK8', 'GSK3B', 'RAC2', 'TCF7L2', 'CDK2', 'RAD51', 'CCND1', 'FRAT1', 'CDKN2A', 'TP53', 'JUN', 'CCNE2', 'GADD45A', 'APC', 'DVL3', 'DDB2', 'WNT5B', 'AKT1', 'E2F1', 'ERBB2', 'ABL1', 'SOS1', 'GADD45G', 'CDKN1A'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53', 'PMAIP1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'MLH1', 'CCND2', 'RBX1', 'MSH2', 'MSH3', 'CCNE1', 'CCND3', 'CDK4', 'PMAIP1', 'CDKN1B', 'CDK6', 'MSH6', 'CDK2', 'RAD51', 'CCND1', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'AKT1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'BRCA2'}, number: 26
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'RBX1', 'TGFB1', 'SLC2A1', 'KEAP1', 'MGST2', 'HMOX1', 'TGFA', 'NQO1', 'MAPK8', 'TXNRD1', 'GSTM3', 'TGFB2', 'GSK3B', 'HSP90AB1', 'TGFBR2', 'TXNRD3', 'GSTA4', 'RXRA', 'HSP90AA1'}, number: 20
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'COL4A4', 'CCND2', 'COL4A2', 'GNG5', 'SOS2', 'LAMB2', 'LAMC3', 'PDGFRB', 'LAMB3', 'CCNE1', 'LAMA2', 'VEGFA', 'CCND3', 'NFKB1', 'CDK4', 'PDGFA', 'FGFR4', 'KITLG', 'HSP90B1', 'FGFR3', 'COL4A1', 'RAF1', 'PRKACB', 'CDKN1B', 'TGFA', 'VEGFC', 'CDK6', 'LPAR6', 'COL4A3', 'IL6R', 'MAPK8', 'MTOR', 'JAK1', 'GSK3B', 'RALA', 'ITGA2', 'LPAR3', 'MET', 'HSP90AB1', 'RAC2', 'IGF1R', 'CDK2', 'BCL2L1', 'GNG4', 'PLCG1', 'CCND1', 'LAMB1', 'TP53', 'CCNE2', 'MAP2K1', 'LAMA5', 'MAP2K2', 'ETS1', 'LAMC2', 'PRKCB', 'IL6', 'COL4A5', 'AKT1', 'HSP90AA1', 'GNB2', 'PLD1', 'ABL1', 'SOS1', 'IL7R', 'IKBKB', 'CDKN1A', 'FGFR2', 'ITGA3'}, number: 70
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'CCND2', 'TGFB1', 'SOS2', 'CCNE1', 'CCND3', 'NFKB1', 'CDK4', 'DVL2', 'PMAIP1', 'CDKN1B', 'CDK6', 'MAPK8', 'GSK3B', 'RAC2', 'TCF7L2', 'CDK2', 'RAD51', 'CCND1', 'FRAT1', 'CDKN2A', 'TP53', 'JUN', 'CCNE2', 'GADD45A', 'APC', 'DVL3', 'DDB2', 'WNT5B', 'AKT1', 'E2F1', 'ERBB2', 'SOS1', 'ABL1', 'GADD45G', 'CDKN1A'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1', 'BRAF', 'SOS1', 'PLCG1', 'MAP2K1'}, number: 7
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'BIRC5', 'AKT1', 'MAP2K1', 'IKBKB', 'SOS1', 'STAT6', 'STAT5A', 'CEBPA', 'CBL', 'STAT3', 'JAK1', 'NFKB1'}, number: 13
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'IKBKB', 'PLCG1', 'NFKB1', 'JUN', 'MAP2K1', 'MAPK8'}, number: 8
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RXRB', 'PRKCA', 'CAMK2G', 'NOTCH1', 'MLH1', 'CCND2', 'RBX1', 'CTBP2', 'MSH2', 'TGFB1', 'SLC2A1', 'MSH3', 'CTBP1', 'KEAP1', 'CCNE1', 'CCND3', 'NFKB1', 'CAMK2D', 'DVL2', 'LRP5', 'MGST2', 'PMAIP1', 'HMOX1', 'TGFA', 'NQO1', 'TXNRD1', 'MAPK8', 'MTOR', 'GSTM3', 'TGFB2', 'GSK3B', 'MGST1', 'MSH6', 'HSP90AB1', 'TGFBR2', 'TCF7L2', 'CDK2', 'TXNRD3', 'GSTA4', 'MMP1', 'RAD51', 'LRP6', 'FZD1', 'RXRA', 'FRAT1', 'PPARG', 'CCND1', 'JUN', 'GADD45A', 'APC', 'DVL3', 'DDB2', 'PRKCB', 'WNT5B', 'HSP90AA1', 'CDKN1A', 'BRCA2', 'FZD2'}, number: 58
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'PRKCA', 'CCND2', 'RBX1', 'TGFB1', 'SOS2', 'SLC2A1', 'KEAP1', 'CCNE1', 'CCND3', 'NFKB1', 'CDK4', 'DVL2', 'MGST2', 'PMAIP1', 'HMOX1', 'CDKN1B', 'TGFA', 'NQO1', 'CDK6', 'TXNRD1', 'MAPK8', 'GSTM3', 'TGFB2', 'GSK3B', 'RAC2', 'HSP90AB1', 'TGFBR2', 'TCF7L2', 'CDK2', 'TXNRD3', 'GSTA4', 'RAD51', 'CCND1', 'RXRA', 'FRAT1', 'CDKN2A', 'TP53', 'CCNE2', 'JUN', 'GADD45A', 'APC', 'DVL3', 'DDB2', 'WNT5B', 'AKT1', 'HSP90AA1', 'E2F1', 'ERBB2', 'ABL1', 'SOS1', 'GADD45G', 'CDKN1A'}, number: 54
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MGST1', 'HMOX1', 'NFKB1', 'NQO1', 'TXNRD1'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'GNAI2', 'BRAF', 'GNG5', 'ADCY6', 'TGFB1', 'SOS2', 'ADCY9', 'NFKB1', 'RAF1', 'HMOX1', 'PRKACB', 'NQO1', 'STAT3', 'JAK1', 'TXNRD1', 'GSK3B', 'MGST1', 'RAC2', 'TGFBR2', 'GNG4', 'ADCY3', 'JUN', 'MAP2K1', 'PRKCB', 'GNB2', 'AKT1', 'SOS1', 'IKBKB'}, number: 29
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'BRAF', 'BMP2', 'NFKB1', 'RAF1', 'STAT5A', 'STAT3', 'MAPK8', 'MTOR', 'GSK3B', 'PLCG1', 'JUN', 'MAP2K1', 'APC', 'MAP2K2', 'AKT1', 'SOS1', 'IKBKB', 'RPS6KA5'}, number: 19
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'CAMK2G', 'BMP2', 'TRAF5', 'TGFB1', 'SLC2A1', 'IFNGR1', 'NFKB1', 'CAMK2D', 'STAT6', 'RAF1', 'STAT5A', 'STAT3', 'JAK1', 'MAPK8', 'IL6R', 'MTOR', 'TGFB2', 'GSK3B', 'TGFBR2', 'IL12A', 'PLCG1', 'ADCY3', 'IFNGR2', 'JUN', 'IL6ST', 'MAP2K1', 'APC', 'MAP2K2', 'PRKCB', 'IL6', 'AKT1', 'IKBKB', 'RPS6KA5'}, number: 34
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1', 'BRAF', 'SOS1', 'PLCG1', 'MAP2K1'}, number: 7
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'RBX1', 'TGFB1', 'SLC2A1', 'CCNA1', 'KEAP1', 'MGST2', 'HMOX1', 'PRKACB', 'TGFA', 'NQO1', 'MAPK8', 'MTOR', 'CCNA2', 'TXNRD1', 'TGFB2', 'GSK3B', 'GSTM3', 'HSP90AB1', 'TGFBR2', 'TXNRD3', 'GSTA4', 'RXRA', 'TP53', 'AKT1', 'HSP90AA1', 'CDKN1A'}, number: 27
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKACB', 'AKT1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1', 'FGFR4', 'SLC2A1'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MGST1', 'HMOX1', 'NFKB1', 'NQO1', 'TXNRD1'}, number: 5
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'CUL1', 'GSK3B', 'CCND2', 'E2F1', 'CDK2', 'TGFB1', 'CDKN1A', 'CCND1', 'CDKN2A', 'TP53', 'CCNE1', 'CCND3'}, number: 13
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFB1'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'E2F1', 'ABL1'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'GSK3B', 'ABL1', 'CDK1'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'TGFB1', 'RBL2', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'MCM7', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'GSK3B', 'ATR', 'CDK2', 'CCND1', 'CDKN2A', 'TP53', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A'}, number: 29
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'E2F3', 'TP53', 'E2F1', 'GADD45G', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'GADD45A'}, number: 11
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'TGFB1', 'RBL2', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'GSK3B', 'ATR', 'CDK2', 'CCND1', 'CDKN2A', 'TP53', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A'}, number: 28
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'RBX1', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'ATR', 'CDK2', 'CCNH', 'CCND1', 'TP53', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'E2F1', 'ABL1', 'PCNA', 'GADD45G', 'CDKN1A'}, number: 27
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RBX1', 'TGFB2', 'TGFB1', 'GSK3B'}, number: 4
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'TP53', 'GSK3B', 'CCND2', 'ABL1', 'CDK2', 'CDKN1B', 'CDKN1A', 'RBL2', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CCND3'}, number: 14
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'TGFB1', 'RBL2', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'GSK3B', 'ATR', 'CDK2', 'CCND1', 'CDKN2A', 'TP53', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A'}, number: 28
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SFN', 'TGFB2', 'GSK3B', 'ATR', 'CDC25C', 'CCND2', 'CDC25A', 'CDK2', 'RBX1', 'CHEK1', 'CCNH', 'GADD45A', 'TGFB1', 'PCNA', 'CCND1', 'CDKN1A', 'CCNE1', 'CCND3'}, number: 18
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'RBX1', 'TGFB1', 'RBL2', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'TGFB2', 'GSK3B', 'ATR', 'CDK2', 'CCND1', 'CDKN2A', 'TP53', 'CCNE2', 'GADD45A', 'CDC25C', 'CDC25A', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A'}, number: 30
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFB1', 'GSK3B'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFB2', 'TGFB1', 'GSK3B'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'TGFB2', 'GSK3B', 'CCNB1', 'RBX1', 'TGFB1', 'CDKN1A', 'CCNA1', 'CCNA2'}, number: 9
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'COX6C'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CTBP2', 'NFKB1', 'DVL3', 'APC'}, number: 4
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'APC'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DVL3', 'NFKB1', 'MCM7', 'APC'}, number: 4
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'COX6C'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DVL3', 'NFKB1', 'APC'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'COX6C'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'MSH2'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EXOC2', 'CALM1', 'NFKB1'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DVL3', 'NFKB1', 'APC'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GDI1', 'CALM1', 'NFKB1'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DVL3', 'ACSL3', 'CTBP2', 'MSH2', 'NFKB1', 'APC'}, number: 6
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DVL3', 'NFKB1', 'APC'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKB1', 'RANBP9', 'APC'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NFKB1', 'RANBP9', 'CALM1', 'APC'}, number: 4
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL3', 'ECHS1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'APC'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AURKB', 'APC', 'CDK1'}, number: 3
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'APC', 'CDK1'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'APC', 'CDK1'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5B', 'PPP2R5A', 'PPP2R5E', 'PPP2CB'}, number: 5
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'APC', 'CDK1'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'APC'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'APC', 'CDK1'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'APC'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'APC'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'SCO1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'CCND1', 'TP53', 'JUN', 'APC'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SOD1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SOD1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SOD1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'GSK3B', 'APC'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'CCND1', 'TP53', 'JUN', 'APC'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TP53', 'CCND1', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'SCO1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'CCND1', 'TP53', 'JUN', 'APC'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'SCO1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'TP53', 'CCND1', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TP53', 'GSK3B', 'CCND1', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'CCND1', 'TP53', 'JUN', 'APC'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GSK3B', 'SOD1', 'MT1X', 'CCND1', 'JUN', 'APC'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'CCND1', 'TP53', 'JUN', 'APC'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SOD1', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'SOD1', 'MT1X', 'JUN'}, number: 5
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1', 'JUN', 'GSK3B', 'APC'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1', 'JUN', 'GSK3B', 'APC'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'GSK3B', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SOD1', 'MT1X'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'AKT1', 'CCND2', 'BRCA1', 'E2F1', 'CDK2', 'CDKN1A', 'CCND1', 'TP53', 'CCNE1', 'CCND3'}, number: 11
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1', 'ABL1', 'AKT1'}, number: 3
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'ABL1', 'CDK1'}, number: 3
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'CDK6', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'RAD17', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'AKT1', 'BRCA1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'RAD1'}, number: 40
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'GADD45G', 'CDKN1A', 'CCND1', 'CDK6', 'GADD45A'}, number: 11
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'CDK6', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'RAD17', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'AKT1', 'BRCA1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'RAD1'}, number: 40
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'CDK6', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'RAD17', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'AKT1', 'BRCA1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'RAD1'}, number: 40
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'TP53', 'AKT1', 'CCND2', 'BRCA1', 'ABL1', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CCND3'}, number: 14
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'CDK6', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'RAD17', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'AKT1', 'BRCA1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'RAD1'}, number: 40
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND2', 'H2AX', 'CCNE1', 'CCND3', 'SFN', 'RRM2B', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'BRCA1', 'CDKN1A'}, number: 24
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'CDK6', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'RAD17', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'AKT1', 'BRCA1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'RAD1'}, number: 40
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1', 'CDK5'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1', 'CDK5'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1', 'TP53', 'CDKN1A', 'CCNB1'}, number: 4
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BRCA1', 'E2F1', 'FOXM1', 'CDK2', 'BARD1', 'TP53'}, number: 6
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'E2F1'}, number: 2
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDC25C', 'ATR', 'CDK1', 'RPA2', 'BRCA1', 'E2F1', 'RAD50', 'CDK2', 'RAD1', 'CHEK1', 'BCL6', 'MRE11', 'RAD51', 'RAD17', 'TP53', 'H2AX'}, number: 16
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TP53', 'E2F1'}, number: 2
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDC25C', 'ATR', 'CDK1', 'RPA2', 'BRCA1', 'E2F1', 'RAD50', 'CDK2', 'RAD1', 'CHEK1', 'BCL6', 'MRE11', 'RAD51', 'RAD17', 'TP53', 'H2AX'}, number: 16
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'FANCA', 'BRIP1', 'MLH1', 'FEN1', 'RPA1', 'MSH2', 'PARP1', 'H2AX', 'PALB2', 'CDK1', 'RPA2', 'EXO1', 'FANCI', 'WRN', 'CHEK1', 'XPA', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'RAD51', 'RAD17', 'TP53', 'CDC25C', 'BRCA1', 'E2F1', 'USP1', 'PCNA', 'XRCC5', 'RAD1', 'BRCA2'}, number: 31
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1', 'TP53', 'CDK2'}, number: 3
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDC25C', 'ATR', 'CDK1', 'RPA2', 'BRCA1', 'E2F1', 'RAD50', 'CDK2', 'RAD1', 'CHEK1', 'BCL6', 'MRE11', 'RAD51', 'RAD17', 'TP53', 'H2AX'}, number: 16
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FANCA', 'BRIP1', 'MLH1', 'FEN1', 'RPA1', 'MSH2', 'PARP1', 'H2AX', 'PALB2', 'RPA2', 'EXO1', 'FANCI', 'WRN', 'CHEK1', 'XPA', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'RAD51', 'CDC25C', 'BRCA1', 'USP1', 'PCNA', 'XRCC5', 'BRCA2'}, number: 26
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDC25C', 'ATR', 'CDK1', 'RPA2', 'BRCA1', 'E2F1', 'RAD50', 'CDK2', 'RAD1', 'CHEK1', 'BCL6', 'MRE11', 'RAD51', 'RAD17', 'TP53', 'H2AX'}, number: 16
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'E2F1', 'CDKN2A', 'TP53', 'BRCA1'}, number: 4
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'E2F1', 'ABL1'}, number: 3
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDC25C', 'ATR', 'BRCA1', 'E2F1', 'RAD50', 'ABL1', 'CHEK1', 'MRE11', 'RAD51', 'CDK5', 'RAD17', 'CDKN2A', 'TP53', 'H2AX'}, number: 14
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN2A', 'TP53', 'E2F1'}, number: 3
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDC25C', 'ATR', 'BRCA1', 'E2F1', 'RAD50', 'ABL1', 'CHEK1', 'MRE11', 'RAD51', 'CDK5', 'RAD17', 'CDKN2A', 'TP53', 'H2AX'}, number: 14
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PARP1', 'CDK5', 'H2AX', 'EXO1', 'CHEK1', 'ATR', 'RAD50', 'MRE11', 'RAD51', 'RAD17', 'DCLRE1C', 'TP53', 'CDC25C', 'BRCA1', 'E2F1', 'ABL1', 'TERF2', 'PCNA', 'BRCA2'}, number: 19
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1', 'TP53', 'ABL1'}, number: 3
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDC25C', 'ATR', 'BRCA1', 'E2F1', 'RAD50', 'ABL1', 'CHEK1', 'MRE11', 'RAD51', 'CDK5', 'RAD17', 'CDKN2A', 'TP53', 'H2AX'}, number: 14
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDC25C', 'ATR', 'BRCA1', 'EXO1', 'RAD50', 'TERF2', 'PCNA', 'CHEK1', 'MRE11', 'PARP1', 'RAD51', 'DCLRE1C', 'H2AX', 'BRCA2'}, number: 14
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDC25C', 'ATR', 'BRCA1', 'E2F1', 'RAD50', 'ABL1', 'CHEK1', 'MRE11', 'RAD51', 'CDK5', 'RAD17', 'CDKN2A', 'TP53', 'H2AX'}, number: 14
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CDK5'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CDK5'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLD3', 'POLE2', 'RFC2', 'LIG1', 'MLH1', 'RFC3', 'RPA2', 'MSH6', 'EXO1', 'RPA1', 'POLD1', 'PCNA', 'MSH2', 'RPA3', 'POLE', 'POLE3', 'RFC4'}, number: 17
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLD3', 'POLE2', 'RFC2', 'LIG1', 'MLH1', 'RFC3', 'RPA2', 'MSH6', 'EXO1', 'RPA1', 'POLD1', 'PCNA', 'MSH2', 'RPA3', 'POLE', 'POLE3', 'RFC4'}, number: 17
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'RAP1A'}, number: 2
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DDB2', 'ATR', 'RPA2', 'BRCA1', 'RAD50', 'CHEK1', 'MRE11', 'RAD51', 'H2AX'}, number: 9
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'DDB2'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DDB2', 'ATR', 'RPA2', 'BRCA1', 'RAD50', 'CHEK1', 'MRE11', 'RAD51', 'H2AX'}, number: 9
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BRIP1', 'RBX1', 'UNG', 'PARP1', 'MSH3', 'H2AX', 'APEX1', 'RPA2', 'REV3L', 'WDR48', 'EXO1', 'CHEK1', 'MUTYH', 'POLE', 'RAD54B', 'FANCG', 'MSH6', 'RAD50', 'CCNH', 'ERCC3', 'PNKP', 'GTF2H1', 'CENPS', 'POLD3', 'RFC2', 'PCNA', 'FANCA', 'MPG', 'FANCF', 'FANCI', 'GTF2H4', 'XPC', 'RAD23A', 'NTHL1', 'MRE11', 'RAD51', 'FAAP24', 'USP1', 'TERF2', 'RAD23B', 'POLH', 'FAN1', 'POLM', 'SMUG1', 'FEN1', 'POLD1', 'POLE3', 'PALB2', 'RFC3', 'XRCC4', 'RAP1A', 'ATR', 'RFC4', 'DDB2', 'LIG1', 'FANCL', 'FANCC', 'BRCA2', 'POLE2', 'CENPX', 'APEX2', 'MLH1', 'MBD4', 'PARP2', 'RPA1', 'MSH2', 'ERCC8', 'FAAP100', 'FANCE', 'WRN', 'XPA', 'XRCC1', 'CETN2', 'RPA3', 'DCLRE1C', 'BRCA1', 'XRCC5', 'ERCC2'}, number: 78
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1', 'RAP1A'}, number: 2
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DDB2', 'ATR', 'RPA2', 'BRCA1', 'RAD50', 'CHEK1', 'MRE11', 'RAD51', 'H2AX'}, number: 9
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'BRIP1', 'RBX1', 'UNG', 'PARP1', 'MSH3', 'H2AX', 'APEX1', 'RPA2', 'REV3L', 'WDR48', 'EXO1', 'CHEK1', 'MUTYH', 'POLE', 'RAD54B', 'FANCG', 'MSH6', 'RAD50', 'CCNH', 'ERCC3', 'PNKP', 'GTF2H1', 'CENPS', 'POLD3', 'RFC2', 'PCNA', 'FANCA', 'MPG', 'FANCF', 'FANCI', 'GTF2H4', 'XPC', 'RAD23A', 'NTHL1', 'MRE11', 'RAD51', 'FAAP24', 'USP1', 'TERF2', 'RAD23B', 'POLH', 'FAN1', 'POLM', 'SMUG1', 'FEN1', 'POLD1', 'POLE3', 'PALB2', 'RFC3', 'XRCC4', 'RAP1A', 'ATR', 'RFC4', 'DDB2', 'LIG1', 'FANCL', 'FANCC', 'BRCA2', 'POLE2', 'CENPX', 'APEX2', 'MLH1', 'MBD4', 'PARP2', 'RPA1', 'MSH2', 'ERCC8', 'FAAP100', 'FANCE', 'WRN', 'XPA', 'XRCC1', 'CETN2', 'RPA3', 'DCLRE1C', 'BRCA1', 'XRCC5', 'ERCC2'}, number: 78
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DDB2', 'ATR', 'RPA2', 'BRCA1', 'RAD50', 'RBX1', 'CHEK1', 'MRE11', 'RAD51', 'H2AX'}, number: 10
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK2'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'MCM7', 'CDK2'}, number: 3
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2', 'CDK2'}, number: 2
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'POLD3', 'RFC2', 'RFC3', 'RPA2', 'RPA1', 'POLD1', 'CDK2', 'PCNA', 'RPA3', 'POLE', 'RFC4'}, number: 12
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK2'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'CDK2'}, number: 2
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'POLD3', 'RFC2', 'RFC3', 'RPA2', 'RPA1', 'POLD1', 'CDK2', 'PCNA', 'RPA3', 'POLE', 'RFC4'}, number: 12
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RPA2', 'CDK2'}, number: 2
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'CDK4', 'GSK3B', 'TSC2', 'MLST8', 'FGF2', 'AKT1S1', 'CCND1', 'CSNK1A1', 'TP53', 'DEPTOR'}, number: 11
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'DNM1'}, number: 2
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'TP53', 'GSK3B', 'CDKN1B', 'RBL2', 'CCND1', 'CDK6'}, number: 7
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'TP53', 'CDK6', 'CCND1'}, number: 4
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'TP53', 'GSK3B', 'CDKN1B', 'RBL2', 'CCND1', 'CDK6'}, number: 7
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'CDK6', 'CDKN1B', 'CCND1', 'TP53'}, number: 5
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'CDK4', 'TP53', 'GSK3B', 'TSC2', 'MLST8', 'FGF2', 'AKT1S1', 'CDKN1B', 'RBL2', 'CCND1', 'CDK6', 'DEPTOR'}, number: 13
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'TP53', 'GSK3B', 'CDKN1B', 'RBL2', 'CCND1', 'CDK6'}, number: 7
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'MTOR'}, number: 2
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'GSK3B', 'NOTCH1', 'TSC2', 'MLST8', 'AKT1S1', 'CCND1', 'CSNK1A1', 'DEPTOR'}, number: 9
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'TP53', 'GSK3B', 'CDKN1B', 'RBL2', 'CCND1', 'CDK6'}, number: 7
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC2', 'MTOR', 'GSK3B'}, number: 3
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TSC2', 'FGF2', 'MTOR', 'GSK3B'}, number: 4
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'MTOR'}, number: 2
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2', 'TP53', 'MTOR', 'GSK3B'}, number: 4
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SHMT1', 'SHMT2'}, number: 2
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Folate Metabolism And Transport WP4259, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'RPS6KA3', 'MAPK14', 'RPS6KA1', 'AKT1', 'MAP2K1', 'E2F1', 'SOS1', 'MAP3K4', 'RPS6KA5', 'MAP3K1', 'RAF1', 'EIF4EBP1', 'MAP3K2', 'JUN', 'JAK1', 'MAPK8'}, number: 18
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'STAT3', 'JAK1'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AP2B1', 'PRKCA', 'JUND', 'BRAF', 'CDC42', 'ERRFI1', 'SOS2', 'AP2S1', 'FOSB', 'CSK', 'RAB5A', 'RICTOR', 'RPS6KA3', 'CAV2', 'PRKCD', 'STAM', 'MAP3K4', 'INPPL1', 'GRB10', 'RAF1', 'STAT5A', 'RAP1A', 'PIK3C2B', 'GJA1', 'REPS2', 'JAK1', 'MAPK8', 'STAT3', 'MTOR', 'DNM1', 'PIAS3', 'NEDD4', 'RALA', 'RPS6KA1', 'ITCH', 'PLCE1', 'MAP3K1', 'EIF4EBP1', 'PLCG1', 'NEDD8', 'MAP3K2', 'PTPN11', 'PTPRR', 'JUN', 'SH3KBP1', 'MAP2K1', 'RASA1', 'MAP2K2', 'PRKCZ', 'PRKCB', 'STMN1', 'MAPK14', 'AKT1', 'PXDN', 'ASAP1', 'LIMK2', 'PLD1', 'E2F1', 'SOS1', 'ERBB2', 'RPS6KA5', 'PCNA', 'NCOA3', 'EPS8', 'STAMBP', 'ABL1', 'CBL', 'PEBP1', 'CAV1', 'ATXN2'}, number: 70
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'STMN1', 'AKT1', 'CDC42', 'ABL1', 'STAT3'}, number: 6
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'E2F1', 'CDC42', 'SOS1', 'ERBB2', 'MAP3K4', 'ABL1', 'MAP3K1', 'SOS2', 'PIK3C2B', 'JUN', 'MAPK8'}, number: 12
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'PRKCB', 'AKT1', 'BRAF', 'E2F1', 'SOS1', 'ERBB2', 'RAF1', 'STAT5A', 'SOS2', 'PLCG1', 'STAT3', 'MAP2K1'}, number: 14
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1', 'E2F1', 'CDC42', 'SOS1', 'ERBB2', 'MAP3K4', 'ABL1', 'MAP3K1', 'SOS2', 'PIK3C2B', 'JUN', 'MAPK8'}, number: 12
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'E2F1', 'ABL1', 'PCNA', 'RAP1A'}, number: 5
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'MAPK8'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'CDC42', 'SOS2', 'RAB5A', 'RAF1', 'RAP1A', 'JAK1', 'MAPK8', 'MTOR', 'RALA', 'PLCE1', 'EIF4EBP1', 'PLCG1', 'PTPN11', 'MAP2K1', 'RASA1', 'MAP2K2', 'PRKCB', 'AKT1', 'PLD1', 'SOS1', 'ABL1'}, number: 22
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'E2F1', 'CDC42', 'SOS1', 'ERBB2', 'MAP3K4', 'ABL1', 'MAP3K1', 'SOS2', 'PIK3C2B', 'JUN', 'MAPK8'}, number: 12
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'RPS6KA1', 'AKT1', 'BRAF', 'SOS1', 'EIF4EBP1', 'PLCG1', 'MAP2K1'}, number: 8
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'MAPK14', 'AKT1', 'MAP2K1', 'SOS1', 'STAT5A', 'CBL', 'PTPN11', 'STAT3', 'JAK1'}, number: 10
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAPK14', 'AKT1', 'MAP2K1', 'MAP3K1', 'MAP3K2', 'PLCG1', 'PTPN11', 'JUN', 'PRKCZ', 'MAPK8'}, number: 11
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'PRKCB', 'MAPK14', 'PCNA', 'RAP1A', 'JUN', 'MAPK8'}, number: 8
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'AKT1', 'E2F1', 'CDC42', 'SOS1', 'ERBB2', 'MAP3K4', 'ABL1', 'MAP3K1', 'SOS2', 'PIK3C2B', 'JUN', 'MAPK8'}, number: 13
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PRKCB', 'MAPK14', 'PRKCD', 'AKT1', 'MAP2K1', 'BRAF', 'CDC42', 'SOS1', 'PRKCZ', 'RAF1', 'SOS2', 'RAP1A', 'CSK', 'JUN', 'STAT3', 'JAK1'}, number: 16
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'BRAF', 'CDC42', 'RPS6KA3', 'PRKCD', 'RAF1', 'STAT5A', 'RAP1A', 'STAT3', 'MAPK8', 'MTOR', 'RPS6KA1', 'MAP3K1', 'EIF4EBP1', 'PLCG1', 'MAP3K2', 'PTPN11', 'JUN', 'MAP2K1', 'MAP2K2', 'MAPK14', 'AKT1', 'SOS1', 'RPS6KA5'}, number: 23
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AP2B1', 'PRKCA', 'CDC42', 'RPS6KA3', 'PRKCD', 'RAF1', 'STAT5A', 'RAP1A', 'STAT3', 'JAK1', 'MAPK8', 'MTOR', 'RPS6KA1', 'MAP3K1', 'EIF4EBP1', 'PLCG1', 'MAP3K2', 'PTPN11', 'JUN', 'MAP2K1', 'MAP2K2', 'PRKCB', 'MAPK14', 'AKT1', 'RPS6KA5'}, number: 25
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'RPS6KA1', 'AKT1', 'BRAF', 'SOS1', 'EIF4EBP1', 'PLCG1', 'MAP2K1'}, number: 8
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'AKT1', 'EIF4EBP1', 'MAPK8'}, number: 5
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'PDGFRB', 'PDGFA', 'FGFR3', 'RAF1', 'TGFA', 'JAK1', 'MTOR', 'GSK3B', 'MET', 'IGF1R', 'FGF2', 'EIF4EBP1', 'CCND1', 'MAP2K1', 'MAP2K2', 'IL6', 'AKT1', 'SOS1', 'FGFR2'}, number: 20
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'JAK1'}, number: 2
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'PRKCA', 'PRKCB', 'AKT1', 'MAP2K1', 'BRAF', 'ERBB2', 'SOS1', 'RAF1', 'SOS2', 'EIF4EBP1', 'PLCG1', 'STAT3', 'JAK1'}, number: 15
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'STAT3', 'AKT1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'GSK3B', 'AKT1', 'ERBB2', 'SOS1', 'SOS2', 'CCND1'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'PRKCA', 'PRKCB', 'AKT1', 'BRAF', 'ERBB2', 'SOS1', 'RAF1', 'SOS2', 'CCND1', 'TGFA', 'PLCG1', 'STAT3', 'MAP2K1'}, number: 15
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'GSK3B', 'AKT1', 'ERBB2', 'SOS1', 'SOS2', 'CCND1'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'AKT1'}, number: 2
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'TGFA'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'EIF4E', 'PRKCA', 'SHC2', 'SOS2', 'VEGFA', 'PDGFRB', 'SHC4', 'MRAS', 'PDGFA', 'FGFR3', 'RAF1', 'TGFA', 'JAK1', 'IL6R', 'MTOR', 'GSK3B', 'MET', 'IGF1R', 'RRAS2', 'FGF2', 'NF1', 'BCL2L1', 'EIF4EBP1', 'CCND1', 'PLCG1', 'MAP2K1', 'MAP2K2', 'PRKCB', 'IL6', 'AKT1', 'SOS1', 'SHC3', 'FGFR2'}, number: 34
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'GSK3B', 'AKT1', 'ERBB2', 'SOS1', 'SOS2', 'CCND1'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1', 'BRAF', 'SOS1', 'EIF4EBP1', 'PLCG1', 'MAP2K1'}, number: 8
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'SOS1', 'JAK1', 'STAT3', 'MAP2K1'}, number: 6
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K1', 'PLCG1', 'AKT1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'GSK3B', 'PRKCB', 'CCND1', 'TGFA'}, number: 6
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'GSK3B', 'AKT1', 'ERBB2', 'SOS1', 'SOS2', 'CCND1', 'TGFA'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'SHC4', 'GSK3B', 'PRKCB', 'AKT1', 'SHC2', 'MAP2K1', 'BRAF', 'SOS1', 'RAF1', 'SOS2', 'SHC3', 'STAT3', 'JAK1'}, number: 14
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'SHC4', 'EIF4E', 'MTOR', 'GSK3B', 'MAP2K2', 'AKT1', 'SHC2', 'BRAF', 'SOS1', 'RAF1', 'EIF4EBP1', 'PLCG1', 'SHC3', 'STAT3', 'MAP2K1'}, number: 16
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EIF4E', 'PRKCA', 'SHC2', 'SHC4', 'RAF1', 'STAT3', 'JAK1', 'IL6R', 'MTOR', 'GSK3B', 'FGF2', 'EIF4EBP1', 'PLCG1', 'MAP2K1', 'MAP2K2', 'PRKCB', 'IL6', 'AKT1', 'SHC3'}, number: 19
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1', 'BRAF', 'SOS1', 'EIF4EBP1', 'PLCG1', 'MAP2K1'}, number: 8
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'GSK3B', 'AKT1', 'EIF4EBP1', 'TGFA'}, number: 6
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'RNF2', 'EZH2', 'EED', 'SUZ12'}, number: 4
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BCL6', 'H2AX'}, number: 2
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL6', 'H2AX'}, number: 2
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'H2AX'}, number: 1
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL6', 'H2AX'}, number: 2
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'H2AX'}, number: 1
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL6', 'H2AX'}, number: 2
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TP53', 'SLC3A2'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'SLC39A14', 'HMOX1', 'FTL', 'FTH1', 'TXNRD1'}, number: 8
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TP53', 'ATG5', 'MAP1LC3B'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GPX4', 'FTH1', 'SLC7A11', 'GSS', 'ACSL3', 'GCLC', 'SLC39A14', 'GCLM', 'HMOX1', 'FTL', 'SAT1', 'TXNRD1'}, number: 12
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'SLC39A14', 'FTL', 'HMOX1', 'TP53', 'FTH1', 'TXNRD1'}, number: 9
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SLC38A1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'SLC39A14', 'FTL', 'HMOX1', 'TP53', 'FTH1', 'TXNRD1'}, number: 9
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL3'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'CCND2', 'E2F1', 'CDK2', 'CDKN1A', 'CCND1', 'CDKN2A', 'TP53', 'CCNE1', 'CCND3'}, number: 10
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'E2F1'}, number: 2
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCNB1', 'CCND2', 'CCNE1', 'CCND3', 'CDK4', 'MCM7', 'CDK1', 'RPA2', 'CCNG2', 'CDKN1B', 'CDK6', 'CDK2', 'CCND1', 'CDKN2A', 'TP53', 'CCNE2', 'GADD45A', 'CDC25A', 'E2F1', 'CDKN1A'}, number: 20
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'E2F3', 'TP53', 'E2F1', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'GADD45A'}, number: 9
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCNB1', 'CCND2', 'CCNE1', 'CCND3', 'CDK4', 'CDK1', 'RPA2', 'CCNG2', 'CDKN1B', 'CDK6', 'CDK2', 'CCND1', 'CDKN2A', 'TP53', 'CCNE2', 'GADD45A', 'CDC25A', 'E2F1', 'CDKN1A'}, number: 19
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'CCNB1', 'CCND2', 'RPA1', 'CCNE1', 'CCND3', 'CDK4', 'CDK1', 'RPA2', 'CDKN1B', 'POLE', 'CDK6', 'CDK2', 'CCNH', 'RPA3', 'CCND1', 'TP53', 'CCNE2', 'GADD45A', 'CDC25A', 'E2F1', 'PCNA', 'CDKN1A'}, number: 23
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'TP53', 'CCND2', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CREB3L4', 'CDK6', 'CCNE2', 'CCNE1', 'CCND3'}, number: 12
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCNB1', 'CCND2', 'CCNE1', 'CCND3', 'CDK4', 'CDK1', 'RPA2', 'CCNG2', 'CDKN1B', 'CDK6', 'CDK2', 'CCND1', 'CDKN2A', 'TP53', 'CCNE2', 'GADD45A', 'CDC25A', 'E2F1', 'CDKN1A'}, number: 19
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'CDC25A', 'CCND2', 'RPA2', 'RPA1', 'CDK2', 'PCNA', 'CCNH', 'RPA3', 'GADD45A', 'CDKN1A', 'CCND1', 'POLE', 'CCNE1', 'CCND3'}, number: 15
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCNB1', 'CCND2', 'CCNE1', 'CCND3', 'CDK4', 'CDK1', 'RPA2', 'CCNG2', 'CDKN1B', 'CDK6', 'CDK2', 'CCND1', 'CDKN2A', 'TP53', 'CCNE2', 'GADD45A', 'CDC25A', 'E2F1', 'CDKN1A'}, number: 19
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'CCNA1', 'CDKN1A', 'CCNB1'}, number: 4
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'APC'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MYBL2', 'AURKA'}, number: 2
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'APC'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'APC'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'APC'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'APC'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'E2F7', 'AURKA', 'APC', 'NOTCH1'}, number: 4
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'APC'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'APC'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'APC'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNA1'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'TP53', 'RAD17'}, number: 2
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'TP53', 'RAD17'}, number: 2
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RFC3', 'FANCI', 'RAD17', 'TP53', 'RFC4'}, number: 5
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'COL9A1', 'TP53'}, number: 2
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'TP53', 'RAD17'}, number: 2
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RFC3', 'FANCI', 'RFC4'}, number: 3
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TP53', 'RAD17'}, number: 2
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Genes Related To Primary Cilium Development Based On CRISPR WP4536, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND2', 'PDGFRB', 'CCNE1', 'MAP2K6', 'CDK4', 'TSC2', 'RAF1', 'MET', 'IGF1R', 'CDK2', 'CCND1', 'CDKN2A', 'TP53', 'MAP2K1', 'MAP2K2', 'AKT1', 'BRCA1', 'E2F1', 'CDKN1A', 'MAP2K3', 'FGFR2'}, number: 21
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'PRKCB', 'PRKCD', 'AKT1', 'MAP2K1', 'BRAF', 'E2F1', 'ERBB2', 'ERRFI1', 'RAF1', 'PLCG1', 'CBL', 'PIK3C2B', 'PRKCZ'}, number: 15
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'AKT1'}, number: 2
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'CDK4', 'TP53', 'AKT1', 'CCND2', 'BRCA1', 'E2F1', 'ERBB2', 'CDK2', 'CDK6', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3C2B', 'CCNE1', 'PIK3C2A'}, number: 17
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'CDK4', 'PRKCA', 'TP53', 'MAP2K2', 'PRKCB', 'AKT1', 'BRAF', 'E2F1', 'ERBB2', 'RAF1', 'CDKN1A', 'CCND1', 'PLCG1', 'CDKN2A', 'CDK6', 'MAP2K1'}, number: 17
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'CDK4', 'TP53', 'AKT1', 'CCND2', 'BRCA1', 'E2F1', 'ERBB2', 'CDK2', 'CDK6', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3C2B', 'CCNE1', 'PIK3C2A'}, number: 17
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'TP53', 'AKT1', 'CCND2', 'MSH6', 'BRCA1', 'E2F1', 'BRCA2', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE1'}, number: 14
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'CCND2', 'CCNE1', 'PDGFRB', 'CDK4', 'TSC2', 'RAF1', 'CDKN1B', 'CDK6', 'MET', 'IGF1R', 'CDK2', 'NF1', 'CCND1', 'PLCG1', 'TP53', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'BRCA1', 'CDKN1A', 'FGFR2'}, number: 24
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'CDK4', 'TP53', 'AKT1', 'CCND2', 'BRCA1', 'E2F1', 'ERBB2', 'CDK2', 'CDK6', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3C2B', 'CCNE1', 'PIK3C2A'}, number: 17
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'AKT1', 'TSC2', 'BRAF', 'PLCG1', 'MAP2K1'}, number: 6
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'CBL', 'MAP2K1', 'AKT1'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'AKT1', 'PRKCZ', 'MAP2K3', 'PLCG1', 'MAP2K1'}, number: 7
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'CCND2', 'MSH6', 'TSC2', 'BRCA1', 'BRCA2', 'CDK2', 'CDKN1A', 'CCND1', 'CCNE1'}, number: 11
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'CDK4', 'PRKCA', 'TP53', 'AKT1', 'CCND2', 'BRCA1', 'E2F1', 'ERBB2', 'CDK2', 'CDK6', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3C2B', 'CCNE1', 'PIK3C2A'}, number: 18
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'PRKCB', 'PRKCD', 'AKT1', 'MAP2K1', 'BRAF', 'RAF1', 'PRKCZ'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'PRKCD', 'TSC2', 'AKT1', 'BRAF', 'RAF1', 'PLCG1', 'MAP2K1'}, number: 9
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'PRKCB', 'PRKCD', 'TSC2', 'AKT1', 'RAF1', 'PLCG1', 'MAP2K1'}, number: 9
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'AKT1', 'TSC2', 'BRAF', 'PLCG1', 'MAP2K1'}, number: 6
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'AKT1', 'TSC2', 'CDKN1A', 'TP53'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCL2', 'JUN', 'CUL1'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR3', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA', 'GADD45B'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA', 'HSP90AA1'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HSP90AA1'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HSP90AA1', 'CCL2', 'RXRA', 'ANGPTL4', 'JUN'}, number: 5
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RXRA', 'GADD45B', 'JUN', 'HSP90AA1'}, number: 4
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR3', 'JUN', 'CCL20'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFBR3', 'LRRC8A', 'JUN'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA', 'HSP90AA1'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'GSK3B'}, number: 3
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'GSK3B'}, number: 3
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CALM3', 'GSK3B', 'GYS1', 'GYS2', 'CALM1', 'PPP2R5C', 'PPP2R5A', 'PPP2R3A', 'PPP2R5B', 'PPP2R5E', 'PPP2CB', 'PPP2R3B'}, number: 12
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'GSK3B'}, number: 3
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CALM1'}, number: 1
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'GSK3B'}, number: 3
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GSK3B'}, number: 1
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CALM1', 'GSK3B'}, number: 2
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GYS1', 'GSK3B', 'GYS2'}, number: 3
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'UGP2'}, number: 1
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Glycogen Synthesis And Degradation WP500, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'CDK4', 'PRKAA2', 'AKT1', 'TSC2', 'E2F1', 'IGF1R', 'FGFR3', 'MLST8', 'CDKN1A', 'EIF4EBP1', 'CCND1', 'FGFR2', 'CDKN2A', 'TP53', 'VEGFA', 'NFKB1'}, number: 17
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FKBP1A', 'TGFBR2', 'NFKB1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'RICTOR', 'AKT1', 'E2F1', 'ERBB2', 'EIF4EBP1'}, number: 6
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'CDK4', 'TP53', 'AKT1', 'SESN1', 'E2F1', 'ERBB2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'NFKB1'}, number: 12
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'CDK4', 'TP53', 'AKT1', 'E2F1', 'ERBB2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6'}, number: 10
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'CDK4', 'TP53', 'AKT1', 'SESN1', 'E2F1', 'ERBB2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'NFKB1'}, number: 12
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'AKT1', 'SESN1', 'E2F1', 'CDK6', 'CDKN1A', 'CCND1', 'TP53'}, number: 8
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2', 'KEAP1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'EIF4E', 'VEGFA', 'DDIT4', 'NFKB1', 'CDK4', 'TSC2', 'FGFR3', 'MLST8', 'CDK6', 'MTOR', 'PRKAA2', 'IGF1R', 'STK11', 'EIF4EBP1', 'CCND1', 'TP53', 'AKT1', 'CDKN1A', 'FGFR2'}, number: 20
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'CDK4', 'TP53', 'AKT1', 'SESN1', 'E2F1', 'ERBB2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'NFKB1'}, number: 12
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1', 'TSC2', 'EIF4EBP1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'NFKB1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1', 'NFKB1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'PRKAA2', 'NOTCH1', 'SESN1', 'TSC2', 'TGFBR2', 'MLST8', 'SESN2', 'CDKN1A', 'CCND1', 'KEAP1', 'DDIT4', 'NFKB1'}, number: 13
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'CDK4', 'TP53', 'AKT1', 'SESN1', 'TGFBR2', 'E2F1', 'ERBB2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'KEAP1', 'NFKB1'}, number: 14
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'AKT1', 'TGFBR2', 'FKBP1A', 'NFKB1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'MTOR', 'EIF4E', 'PRKAA2', 'AKT1', 'TSC2', 'EIF4EBP1', 'NFKB1'}, number: 8
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'EIF4E', 'PRKAA2', 'AKT1', 'TSC2', 'TGFBR2', 'EIF4EBP1', 'NFKB1'}, number: 8
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1', 'TSC2', 'EIF4EBP1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'PRKAA2', 'AKT1', 'TSC2', 'TGFBR2', 'STK11', 'CDKN1A', 'EIF4EBP1', 'TP53', 'KEAP1'}, number: 10
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAA2', 'AKT1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK8', 'PODXL', 'MAPK14', 'IL6', 'AKT1', 'BRCA1', 'COL4A2', 'SOS1', 'CD44', 'JUN', 'TGFB1', 'CDKN1A', 'CCND1', 'TP53', 'VEGFA', 'JAK1', 'NFKB1'}, number: 17
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFB1', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 5
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'SOS1', 'PTPN11', 'JUN', 'STAT3', 'JAK1', 'MAPK8'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'BRCA1', 'SOS1', 'TGFB1', 'CDKN1A', 'CCND1', 'NFKB1', 'TP53', 'JUN', 'MAPK8'}, number: 10
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'AKT1', 'SOS1', 'CDKN1A', 'CCND1', 'TP53', 'STAT3'}, number: 6
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1', 'BRCA1', 'SOS1', 'TGFB1', 'CDKN1A', 'CCND1', 'NFKB1', 'TP53', 'JUN', 'MAPK8'}, number: 10
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'BRCA1', 'CDKN1A', 'CCND1', 'TP53'}, number: 5
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB1', 'MAPK8'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAPK8', 'IL6', 'AKT1', 'BRCA1', 'COL4A2', 'SOS1', 'BCL2L1', 'CDKN1A', 'CCND1', 'NFKB1', 'PTPN11', 'TP53', 'VEGFA', 'JAK1', 'IL6R'}, number: 15
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'BRCA1', 'SOS1', 'TGFB1', 'CDKN1A', 'CCND1', 'NFKB1', 'TP53', 'JUN', 'MAPK8'}, number: 10
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SOS1', 'AKT1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'BIRC5', 'MAPK14', 'AKT1', 'SOS1', 'PTPN11', 'STAT3', 'JAK1', 'NFKB1'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'NFKB1', 'PTPN11', 'JUN', 'MAPK8'}, number: 6
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAPK14', 'BRCA1', 'MMP1', 'TGFB1', 'CDKN1A', 'CCND1', 'NFKB1', 'JUN', 'MAPK8'}, number: 9
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1', 'BRCA1', 'SOS1', 'TGFB1', 'CDKN1A', 'CCND1', 'NFKB1', 'TP53', 'JUN', 'MAPK8'}, number: 10
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'SOS1', 'TGFB1', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK14', 'AKT1', 'SOS1', 'NFKB1', 'PTPN11', 'JUN', 'STAT3', 'MAPK8'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK8', 'MAPK14', 'IL6', 'AKT1', 'TGFB1', 'NFKB1', 'PTPN11', 'JUN', 'STAT3', 'JAK1', 'IL6R'}, number: 11
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SOS1', 'AKT1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1', 'CDKN1A', 'TGFB1', 'TP53', 'MAPK8'}, number: 5
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP3K9', 'SLC2A1', 'MAP2K6', 'RPS6KA3', 'TSC2', 'MAP3K4', 'RAF1', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'RPS6KA1', 'IGF1R', 'MAP3K1', 'EIF4EBP1', 'MAP3K2', 'JUN', 'MAP2K1', 'MAP2K2', 'MAPK14', 'MINK1', 'AKT1', 'SOS1', 'RPS6KA5', 'MAP2K3'}, number: 25
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'SOS2', 'RPS6KA3', 'PRKCD', 'MAP3K4', 'INPPL1', 'GRB10', 'RAF1', 'MAPK8', 'MTOR', 'RPS6KA1', 'MAP3K1', 'EIF4EBP1', 'MAP3K2', 'PTPN11', 'JUN', 'PRKCZ', 'MAP2K1', 'MAP2K2', 'PRKCB', 'MAPK14', 'AKT1', 'SOS1', 'RPS6KA5', 'CBL'}, number: 25
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'AKT1'}, number: 3
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'XBP1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'RAC2', 'SOS1', 'MAP3K4', 'MAP3K1', 'SOS2', 'JUN', 'PIK3R4', 'PIK3C2A', 'MAPK8'}, number: 11
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'PRKCB', 'AKT1', 'SOS1', 'RAF1', 'SOS2', 'MAP2K1'}, number: 8
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'RAC2', 'SOS1', 'MAP3K4', 'MAP3K1', 'SOS2', 'XBP1', 'JUN', 'PIK3R4', 'PIK3C2A', 'MAPK8'}, number: 12
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'XBP1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'SLC2A1', 'MAPK8'}, number: 4
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'EIF4E', 'SHC2', 'SGK2', 'SOS2', 'TSC2', 'SGK1', 'RAF1', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'GYS2', 'RAC2', 'IGF1R', 'EIF4EBP1', 'PTPN11', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'IKBKB', 'SOS1', 'SHC3', 'GYS1', 'PIK3R4'}, number: 26
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'RAC2', 'SOS1', 'MAP3K4', 'MAP3K1', 'SOS2', 'JUN', 'PIK3R4', 'PIK3C2A', 'MAPK8'}, number: 11
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'RPS6KA1', 'TSC2', 'AKT1', 'SOS1', 'EIF4EBP1', 'MAP2K1'}, number: 7
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'SOCS3', 'IRS2', 'MAPK14', 'AKT1', 'IKBKB', 'SOS1', 'CBL', 'PTPN11', 'MAP2K1'}, number: 10
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MAPK14', 'AKT1', 'MAP2K1', 'IKBKB', 'MAP3K1', 'MAP2K3', 'MAP3K2', 'PTPN11', 'JUN', 'PRKCZ', 'MAPK8'}, number: 13
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'GSK3B', 'PRKAA2', 'PRKCB', 'MAPK14', 'TSC2', 'SLC2A1', 'JUN', 'MAPK8'}, number: 10
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'AKT1', 'RAC2', 'SOS1', 'MAP3K4', 'MAP3K1', 'SOS2', 'XBP1', 'SLC2A1', 'JUN', 'PIK3R4', 'PIK3C2A', 'MAPK8'}, number: 14
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GSK3B', 'PRKCB', 'MAPK14', 'PRKCD', 'RAC2', 'SHC2', 'AKT1', 'IKBKB', 'SOS1', 'PRKCZ', 'RAF1', 'SOS2', 'SHC3', 'JUN', 'MAP2K1'}, number: 15
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF4E', 'SHC2', 'RPS6KA3', 'PRKCD', 'TSC2', 'RAF1', 'MAPK8', 'PTPRF', 'MTOR', 'IRS2', 'GSK3B', 'PRKAA2', 'RPS6KA1', 'MAP3K1', 'EIF4EBP1', 'MAP3K2', 'PTPN11', 'JUN', 'MAP2K1', 'MAP2K2', 'MAPK14', 'AKT1', 'IKBKB', 'SOS1', 'RPS6KA5', 'SHC3'}, number: 26
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SOCS3', 'PRKCA', 'EIF4E', 'SHC2', 'SLC2A1', 'RPS6KA3', 'PRKCD', 'TSC2', 'RAF1', 'MAPK8', 'PTPRF', 'MTOR', 'IRS2', 'GSK3B', 'PRKAA2', 'RPS6KA1', 'MAP3K1', 'EIF4EBP1', 'MAP3K2', 'PTPN11', 'JUN', 'MAP2K1', 'MAP2K2', 'PRKCB', 'MAPK14', 'AKT1', 'IKBKB', 'RPS6KA5', 'SHC3'}, number: 29
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'RPS6KA1', 'TSC2', 'AKT1', 'SOS1', 'EIF4EBP1', 'MAP2K1'}, number: 7
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'IRS2', 'GSK3B', 'PRKAA2', 'GYS2', 'TSC2', 'AKT1', 'EIF4EBP1', 'SLC2A1', 'GYS1', 'MAPK8'}, number: 12
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAA2', 'AKT1'}, number: 2
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'AKT1', 'BRCA1', 'E2F1', 'CDK2', 'BARD1', 'CDKN1A', 'TP53', 'JAK1'}, number: 9
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1', 'JAK1', 'AKT1'}, number: 3
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'CDK1'}, number: 2
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'ATR', 'CDC25A', 'CDK1', 'AKT1', 'BRCA1', 'E2F1', 'RAD50', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'MRE11', 'TP53'}, number: 14
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'AKT1', 'E2F1', 'CDKN1A', 'TP53'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'ATR', 'CDC25A', 'CDK1', 'AKT1', 'BRCA1', 'E2F1', 'RAD50', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'MRE11', 'TP53'}, number: 14
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'ATR', 'CDC25A', 'CDK1', 'AKT1', 'MSH6', 'BRCA1', 'E2F1', 'RAD50', 'CDK2', 'CHEK1', 'MSH2', 'CDKN1B', 'MRE11', 'CDKN1A', 'TP53'}, number: 16
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'AKT1', 'BRCA1', 'CDK2', 'CDKN1B', 'CDKN1A', 'TP53', 'JAK1'}, number: 8
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'ATR', 'CDC25A', 'CDK1', 'AKT1', 'BRCA1', 'E2F1', 'RAD50', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'MRE11', 'TP53'}, number: 14
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1', 'AKT1'}, number: 2
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ATR', 'CDC25A', 'MSH6', 'BRCA1', 'RAD50', 'CDK2', 'CHEK1', 'MSH2', 'MMP1', 'MRE11', 'CDKN1A'}, number: 11
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'ATR', 'CDC25A', 'CDK1', 'AKT1', 'BRCA1', 'E2F1', 'RAD50', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'MRE11', 'TP53'}, number: 14
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JAK1', 'AKT1'}, number: 2
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JAK1', 'AKT1'}, number: 2
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'CDKN1A', 'AKT1'}, number: 3
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'CDK4', 'IL6', 'AKT1', 'CCND2', 'FOXM1', 'MLST8', 'AKT1S1', 'CCND3'}, number: 9
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'STAT5A', 'STAT3', 'AKT1'}, number: 4
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'CDK4', 'AKT1', 'CCND2', 'CCND3'}, number: 5
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'CDK4', 'AKT1', 'STAT5A', 'STAT3'}, number: 5
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'CDK4', 'AKT1', 'CCND2', 'CCND3'}, number: 5
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND2', 'CDK4', 'AKT1', 'CCND3'}, number: 4
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'CDK4', 'MTOR', 'IL6', 'AKT1', 'CCND2', 'MLST8', 'AKT1S1', 'GHR', 'IL6R', 'CCND3'}, number: 11
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'CDK4', 'AKT1', 'CCND2', 'CCND3'}, number: 5
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1'}, number: 3
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'SOCS3', 'STAT5A', 'STAT3', 'AKT1'}, number: 4
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'CCND2', 'MLST8', 'AKT1S1', 'CCND3'}, number: 5
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'CDK4', 'AKT1', 'CCND2', 'CCND3'}, number: 5
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'STAT3', 'AKT1'}, number: 3
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1', 'STAT5A', 'STAT3'}, number: 5
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'SOCS3', 'IL6', 'AKT1', 'STAT5A', 'IFNGR1', 'IFNGR2', 'STAT3', 'IL6R'}, number: 9
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1'}, number: 3
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'AKT1'}, number: 2
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'WDR5', 'BAP1', 'ASXL1'}, number: 3
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Kleefstra Syndrome WP5351, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MAPK14', 'SOS1', 'MAP3K1', 'RAF1', 'MAP2K3', 'MAP3K2', 'JUN', 'MAP2K1'}, number: 10
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'MAPK14', 'BRAF', 'SOS1', 'MAP3K1', 'RAF1', 'SOS2', 'MAP3K2', 'JUN', 'MAP2K1'}, number: 10
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'SOS1', 'MAP3K1', 'SOS2', 'JUN'}, number: 5
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'NRAS', 'BRAF', 'SOS1', 'RAF1', 'SOS2', 'MAP2K1'}, number: 7
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'SOS1', 'MAP3K1', 'SOS2', 'JUN'}, number: 5
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'NRAS', 'SOS1', 'RAF1', 'SOS2', 'MAP2K1'}, number: 6
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'SOS1', 'MAP3K1', 'SOS2', 'JUN'}, number: 5
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'BRAF', 'SOS1', 'MAP2K1'}, number: 4
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'MAPK14', 'SOS1', 'MAP2K1'}, number: 4
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MAPK14', 'MAP3K1', 'MAP2K3', 'MAP3K2', 'JUN', 'MAP2K1'}, number: 8
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'MAPK14'}, number: 2
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'SOS1', 'MAP3K1', 'SOS2', 'JUN'}, number: 5
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'MAPK14', 'BRAF', 'SOS1', 'RAF1', 'SOS2', 'JUN', 'MAP2K1'}, number: 8
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'NRAS', 'MAPK14', 'BRAF', 'SOS1', 'MAP3K1', 'RAF1', 'MAP3K2', 'JUN', 'MAP2K1'}, number: 10
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'MAPK14', 'MAP3K1', 'RAF1', 'MAP3K2', 'JUN', 'MAP2K1'}, number: 7
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'BRAF', 'SOS1', 'MAP2K1'}, number: 4
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TGFB1', 'CSF2', 'CXCL5', 'SLC2A1', 'VEGFA', 'PDGFRB', 'NFKB1', 'IL1B', 'RPS6KA3', 'NDRG1', 'COL4A1', 'RAF1', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'ACTA2', 'CDH2', 'RPS6KA1', 'IGF1R', 'FZD1', 'TP53', 'JUN', 'MAP2K1', 'MAP2K2', 'MAPK14', 'IL6', 'AKT1', 'RPS6KA5', 'CCL2'}, number: 30
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD1', 'TGFB1', 'ZEB2', 'JUN', 'NFKB1'}, number: 5
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'RPS6KA3', 'PRKCB', 'MAPK14', 'RPS6KA1', 'AKT1', 'ABL1', 'RPS6KA5', 'PCNA', 'RAF1', 'PLCG1', 'JUN', 'MAP2K1', 'MAPK8'}, number: 15
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'GSK3B', 'ABL1', 'AKT1'}, number: 3
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'TP53'}, number: 2
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'ABL1', 'TGFB1', 'NFKB1', 'TP53', 'JUN', 'MAPK8'}, number: 8
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCB', 'AKT1', 'RAF1', 'PLCG1', 'TP53', 'MAP2K1'}, number: 7
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'GSK3B', 'AKT1', 'ABL1', 'TGFB1', 'NFKB1', 'TP53', 'JUN', 'MAPK8'}, number: 9
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'TP53'}, number: 2
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'ABL1', 'PCNA', 'PARP1', 'TP53'}, number: 5
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GSK3B', 'TGFB1', 'SLC2A1', 'MAPK8'}, number: 4
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'MAPK8', 'MAP2K2', 'GSK3B', 'PRKAA2', 'PRKCB', 'IL6', 'AKT1', 'IGF1R', 'ABL1', 'COL4A1', 'RAF1', 'PLCG1', 'TP53', 'VEGFA', 'PDGFRB', 'MAP2K1', 'NFKB1'}, number: 18
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'ABL1', 'TGFB1', 'NFKB1', 'TP53', 'JUN', 'MAPK8'}, number: 8
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'AKT1', 'RPS6KA1', 'PLCG1', 'MAP2K1'}, number: 5
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'SOCS3', 'MAPK14', 'AKT1', 'MAP2K1', 'NFKB1'}, number: 6
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'IL1B', 'MAPK14', 'AKT1', 'CCL2', 'PLCG1', 'NFKB1', 'JUN', 'MAP2K1', 'MAPK8'}, number: 10
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'MAPK8', 'GSK3B', 'PRKAA2', 'PRKCB', 'MAPK14', 'PCNA', 'CCL2', 'TGFB1', 'FZD1', 'SLC2A1', 'PARP1', 'JUN', 'NFKB1'}, number: 14
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'IL1B', 'GSK3B', 'AKT1', 'ABL1', 'TGFB1', 'SLC2A1', 'NFKB1', 'TP53', 'JUN', 'MAPK8'}, number: 10
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GSK3B', 'SMAD1', 'PRKCB', 'MAPK14', 'AKT1', 'RAF1', 'TGFB1', 'CXCL5', 'ZEB2', 'JUN', 'MAP2K1', 'NFKB1'}, number: 12
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'RPS6KA3', 'GSK3B', 'PRKAA2', 'MAPK14', 'CDH2', 'RPS6KA1', 'AKT1', 'RPS6KA5', 'RAF1', 'PLCG1', 'NFKB1', 'JUN', 'MAP2K1', 'MAPK8'}, number: 16
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SOCS3', 'TGFB1', 'SLC2A1', 'NFKB1', 'IL1B', 'RPS6KA3', 'RAF1', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'CDH2', 'RPS6KA1', 'PLCG1', 'JUN', 'MAP2K1', 'MAP2K2', 'PRKCB', 'MAPK14', 'IL6', 'AKT1', 'RPS6KA5'}, number: 22
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'AKT1', 'RPS6KA1', 'PLCG1', 'MAP2K1'}, number: 5
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'GSK3B', 'PRKAA2', 'AKT1', 'TGFB1', 'SLC2A1', 'TP53', 'MAPK8'}, number: 8
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAA2', 'AKT1'}, number: 2
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1', 'SLC2A1'}, number: 2
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Stimulating Protein MSP Signaling WP5353, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'SLC25A5'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'SLC25A5'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'SLC25A5'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A5', 'SLC2A1', 'SLC2A3'}, number: 3
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GLS2', 'XDH', 'SLC2A1', 'SLC2A5', 'SLC2A3'}, number: 5
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A5', 'SLC2A1', 'SLC2A3'}, number: 3
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GLS2', 'SHMT2', 'PSAT1', 'SHMT1', 'SLC2A1', 'PHGDH', 'PDHA1', 'SLC2A3'}, number: 8
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A5', 'SLC2A1', 'SLC2A3'}, number: 3
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'GCDH', 'HADH', 'ECHS1', 'PDHA1'}, number: 4
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PSAT1', 'PHGDH', 'SLC2A1'}, number: 3
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'XDH'}, number: 1
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TGFB1', 'NFKB1', 'MAP2K6', 'LRP5', 'RAF1', 'MAPK8', 'MTOR', 'GSK3B', 'IGF1R', 'FGF2', 'FZD1', 'LRP6', 'MAP2K1', 'MAP2K2', 'MAPK14', 'AKT1', 'MAP2K3', 'FGFR2', 'FZD2'}, number: 19
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'LIF', 'TGFB1', 'STAT3', 'NFKB1'}, number: 4
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'PRKCB', 'MAPK14', 'AKT1', 'RAF1', 'STAT3', 'MAP2K1', 'MAPK8'}, number: 9
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'GSK3B', 'STAT3', 'AKT1'}, number: 3
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'TGFB1', 'NFKB1', 'MAPK8'}, number: 5
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCB', 'AKT1', 'RAF1', 'STAT3', 'MAP2K1'}, number: 6
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'TGFB1', 'NFKB1', 'MAPK8'}, number: 5
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB1', 'GSK3B', 'MAPK8'}, number: 3
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'GSK3B', 'PRKCB', 'AKT1', 'CALM1', 'IGF1R', 'IKBKB', 'FGF2', 'RAF1', 'FGFR2', 'NFKB1', 'MAP2K1', 'MAPK8'}, number: 14
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'TGFB1', 'NFKB1', 'MAPK8'}, number: 5
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'MAP2K1', 'AKT1'}, number: 3
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MYLK', 'MAP2K2', 'MAPK14', 'AKT1', 'CALM1', 'IKBKB', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 9
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MAPK14', 'AKT1', 'IKBKB', 'MAP2K3', 'NFKB1', 'MAP2K1', 'MAPK8'}, number: 9
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'MAPK8', 'LIF', 'LRP5', 'GSK3B', 'PRKCB', 'MAPK14', 'CAMK2D', 'PPP3CB', 'TGFB1', 'FZD1', 'LRP6', 'FZD2', 'NFKB1'}, number: 14
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'TGFB1', 'NFKB1', 'MAPK8'}, number: 5
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'LIF', 'GSK3B', 'PRKCB', 'MAPK14', 'AKT1', 'IKBKB', 'RAF1', 'TGFB1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 11
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'GSK3B', 'MAPK14', 'AKT1', 'IKBKB', 'RAF1', 'NFKB1', 'STAT3', 'MAP2K1', 'MAPK8'}, number: 11
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'MAPK8', 'MAP2K2', 'LIF', 'GSK3B', 'PRKCB', 'MAPK14', 'AKT1', 'CAMK2D', 'CALM1', 'IKBKB', 'FGF2', 'RAF1', 'TGFB1', 'IL6ST', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 18
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'MAP2K1', 'AKT1'}, number: 3
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'GSK3B', 'AKT1', 'TGFB1', 'MAPK8'}, number: 5
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MCL1', 'NGF', 'EED', 'SOS1', 'MAP3K1', 'RAF1', 'MAP3K2', 'CCNE1', 'SUZ12'}, number: 9
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'SOS1', 'PCNA', 'MAP3K1', 'RAF1', 'MAP3K2'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'ATR', 'SOS1', 'MAP3K1', 'RAD51', 'CCNE2', 'CCNE1'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RAF1', 'SOS1'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ATR', 'SOS1', 'MAP3K1', 'RAD51', 'CCNE2', 'CCNE1'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RFC2', 'ATR', 'RFC3', 'WDR48', 'USP1', 'PCNA', 'RAD51', 'CCNE2', 'CCNE1', 'RFC4'}, number: 10
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EXOC2', 'MCL1', 'NGF', 'SOS1', 'RAF1', 'NF1', 'CCNE2', 'CCNE1'}, number: 8
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'ATR', 'SOS1', 'MAP3K1', 'RAD51', 'CCNE2', 'CCNE1'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP3K1', 'MAP3K2'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RFC2', 'ATR', 'RFC3', 'WDR48', 'USP1', 'PCNA', 'RAD51', 'CCNE1', 'RFC4'}, number: 9
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ATR', 'SOS1', 'MAP3K1', 'RAD51', 'CCNE2', 'CCNE1'}, number: 6
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RAF1', 'SOS1'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NGF', 'SOS1', 'MAP3K1', 'RAF1', 'MAP3K2'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NGF', 'RAF1', 'MAP3K1', 'MAP3K2'}, number: 4
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNA2'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GSK3B', 'MAPK8'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'MAPK8'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'EPHB2'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GSK3B', 'MAPK8'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GSK3B', 'MAPK8'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GSK3B', 'GCLC', 'GCLM', 'EPHB2', 'RBX1', 'MAF', 'HMOX1', 'NQO1', 'CEBPB', 'FYN', 'KEAP1', 'MAPK8'}, number: 14
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'MAPK8'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GSK3B', 'MAPK8'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK8'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GSK3B', 'GCLM', 'GCLC', 'RBX1', 'HMOX1', 'NQO1', 'KEAP1', 'MAPK8'}, number: 10
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GSK3B', 'GCLC', 'GCLM', 'EPHB2', 'RBX1', 'MAF', 'HMOX1', 'NQO1', 'CEBPB', 'FYN', 'KEAP1', 'MAPK8'}, number: 14
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GSK3B', 'GCLC'}, number: 4
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GSK3B', 'FYN', 'MAPK8'}, number: 3
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'FYN', 'MAPK8'}, number: 4
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GSK3B', 'GCLC', 'GCLM', 'EPHB2', 'RBX1', 'MAF', 'HMOX1', 'NQO1', 'CEBPB', 'FYN', 'KEAP1', 'MAPK8'}, number: 14
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'TSC2', 'MLST8', 'RB1CC1', 'AKT1S1', 'DEPTOR'}, number: 6
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR'}, number: 1
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3R4'}, number: 1
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R4'}, number: 1
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'FTL'}, number: 1
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'ATG5', 'WIPI2', 'TSC2', 'ATG12', 'MLST8', 'RB1CC1', 'AKT1S1', 'STK11', 'DEPTOR', 'PIK3R4'}, number: 11
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R4'}, number: 1
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'MTOR'}, number: 2
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'TSC2', 'MLST8', 'AKT1S1', 'FTL', 'DEPTOR'}, number: 6
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'FTL', 'PIK3R4'}, number: 2
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC2', 'MTOR'}, number: 2
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TSC2', 'MTOR'}, number: 2
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'MTOR'}, number: 2
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2', 'STK11', 'MTOR', 'FTL'}, number: 4
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK14', 'IL6', 'CCL2', 'NFKB1', 'JUN', 'JAK1', 'MAPK8'}, number: 7
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1', 'NFKB1'}, number: 3
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'MAPK14', 'PRKCD', 'PLCE1', 'CAV1', 'PRKCZ', 'JUN', 'JAK1', 'MAPK8'}, number: 10
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'MAPK8', 'JUN', 'NFKB1'}, number: 4
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRB', 'NRAS', 'PRKCA', 'PRKCB', 'RXRA'}, number: 5
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'MAPK8', 'JUN', 'NFKB1'}, number: 4
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA', 'PRKCA', 'MAPK8'}, number: 3
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'ETS1', 'PRKCA', 'PRKCB', 'IL6', 'TLR2', 'PLCE1', 'IKBKB', 'NFKB1', 'JAK1', 'MAPK8'}, number: 11
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'MAPK8', 'JUN', 'NFKB1'}, number: 4
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAPK14', 'TYK2', 'IKBKB', 'JAK1', 'NFKB1'}, number: 5
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK14', 'IKBKB', 'CCL2', 'NFKB1', 'JUN', 'PRKCZ', 'MAPK8'}, number: 7
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RXRB', 'MAPK8', 'PRKCA', 'CAMK2G', 'PRKCB', 'MAPK14', 'CAMK2D', 'CCL2', 'RXRA', 'JUN', 'NFKB1'}, number: 11
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'NFKB1', 'RXRA', 'JUN', 'MAPK8'}, number: 6
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'PRKCB', 'MAPK14', 'PRKCD', 'IKBKB', 'PRKCZ', 'JUN', 'JAK1', 'NFKB1'}, number: 9
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'MAPK14', 'PRKCD', 'IKBKB', 'NFKB1', 'JUN', 'MAPK8'}, number: 7
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK8', 'PRKCA', 'CAMK2G', 'PRKCB', 'MAPK14', 'IL6', 'PRKCD', 'CAMK2D', 'IKBKB', 'TNFRSF1A', 'IFNGR1', 'IFNGR2', 'JUN', 'JAK1', 'NFKB1'}, number: 15
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA', 'PRKCA', 'MAPK8'}, number: 3
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'AKT1', 'MAP2K1', 'E2F1', 'SOS1', 'RAF1', 'CDKN1A', 'CCND1', 'TGFA', 'CDKN2A', 'TP53', 'PDK1'}, number: 13
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'PRKCB', 'AKT1', 'BRAF', 'E2F1', 'ERBB2', 'SOS1', 'RAF1', 'STAT5A', 'SOS2', 'PLCG1', 'STAT3', 'MAP2K1'}, number: 14
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'STAT3', 'AKT1'}, number: 3
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'ERBB2', 'SOS1', 'GADD45G', 'SOS2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'PDK1', 'GADD45A'}, number: 17
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRB', 'NRAS', 'E2F3', 'PRKCA', 'GADD45B', 'BRAF', 'SOS2', 'PDK1', 'CDK4', 'RAF1', 'STAT5A', 'TGFA', 'CDK6', 'STAT3', 'CCND1', 'PLCG1', 'RXRA', 'CDKN2A', 'TP53', 'MAP2K1', 'GADD45A', 'MAP2K2', 'DDB2', 'EML4', 'STK4', 'PRKCB', 'AKT1', 'E2F1', 'ERBB2', 'SOS1', 'GADD45G', 'CDKN1A'}, number: 32
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'ERBB2', 'SOS1', 'GADD45G', 'SOS2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'PDK1', 'GADD45A'}, number: 17
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'GADD45G', 'CDKN1A', 'CCND1', 'CDK6', 'GADD45A'}, number: 11
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA', 'PRKCA', 'TGFA'}, number: 3
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'CDK4', 'PRKCA', 'TP53', 'MAP2K2', 'STK4', 'PRKCB', 'AKT1', 'SOS1', 'RAF1', 'SOS2', 'CDKN1A', 'CCND1', 'TGFA', 'PLCG1', 'CDK6', 'MAP2K1'}, number: 17
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'ERBB2', 'SOS1', 'GADD45G', 'SOS2', 'CDKN1A', 'CCND1', 'CDKN2A', 'CDK6', 'PDK1', 'GADD45A'}, number: 17
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'AKT1', 'BRAF', 'SOS1', 'PLCG1', 'MAP2K1'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'SOS1', 'STAT5A', 'STAT3', 'MAP2K1'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K1', 'PLCG1', 'AKT1'}, number: 4
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RXRB', 'DDB2', 'PRKCA', 'PRKCB', 'CDKN1A', 'CCND1', 'TGFA', 'RXRA', 'GADD45A'}, number: 9
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'PRKCA', 'SOS2', 'PDK1', 'CDK4', 'TGFA', 'CDK6', 'CCND1', 'RXRA', 'CDKN2A', 'TP53', 'GADD45A', 'DDB2', 'AKT1', 'E2F1', 'ERBB2', 'SOS1', 'GADD45G', 'CDKN1A'}, number: 20
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'PRKCB', 'AKT1', 'BRAF', 'SOS1', 'RAF1', 'SOS2', 'STAT3', 'MAP2K1'}, number: 9
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'AKT1', 'BRAF', 'SOS1', 'RAF1', 'STAT5A', 'PLCG1', 'STAT3', 'MAP2K1'}, number: 10
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'PRKCB', 'AKT1', 'RAF1', 'STAT5A', 'PLCG1', 'STAT3', 'MAP2K1'}, number: 9
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'AKT1', 'BRAF', 'SOS1', 'PLCG1', 'MAP2K1'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'AKT1', 'CDKN1A', 'TGFA', 'RXRA', 'TP53'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1'}, number: 1
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'CDK4', 'CUL1', 'CCL2', 'HBEGF', 'TGFB1', 'FGF19', 'SLC2A1', 'TGFA', 'SLC7A5', 'CCND1', 'JUN'}, number: 12
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MGST1', 'GCLC', 'UGT1A6', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2', 'TGFBR3', 'TGFB1', 'JUN', 'STAT3'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MGST1', 'GCLC', 'UGT1A6', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MGST1', 'GCLC', 'UGT1A6', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'NCOA3', 'JUND', 'JUN', 'STAT3'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'CDK1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'CDK1', 'CDKN1B', 'TGFB1', 'CCND1', 'JUN'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'CCND1', 'TGFA', 'RXRA', 'STAT3'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'GADD45B', 'CDK4', 'CDK1', 'CDKN1B', 'TGFB1', 'CCND1', 'JUN'}, number: 8
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'CDK1', 'CDKN1B', 'CCND1'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'MAFG', 'SLC6A6', 'G6PD', 'ABCC5', 'SLC39A14', 'HSPA1A', 'HBEGF', 'TGFB1', 'SLC2A1', 'SLC2A5', 'KEAP1', 'ME1', 'CES2', 'MGST2', 'BLVRB', 'GCLC', 'HMOX1', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'GSTM3', 'SQSTM1', 'TGFB2', 'SLC39A9', 'SLC2A11', 'SLC2A10', 'HSP90AB1', 'TGFBR2', 'UGT1A6', 'GCLM', 'SLC39A13', 'TXNRD3', 'GSTA4', 'MAFF', 'PRDX1', 'RXRA', 'FTL', 'SLC2A6', 'FTH1', 'CES4A', 'SLC7A11', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'GSR', 'CBR1', 'SLC6A8', 'SLC5A6', 'ABCC2', 'TXN'}, number: 51
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'HSP90AA1', 'HSP90AB1', 'CDKN1B', 'FGF19', 'CCND1', 'TGFA'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'CDK1', 'CDKN1B', 'TGFB1', 'CCND1', 'JUN'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'IRS2', 'STAT3'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'JUN', 'CCL2'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAFG', 'SLC6A6', 'G6PD', 'ABCC5', 'SLC39A14', 'HSPA1A', 'HBEGF', 'CPT2', 'TGFB1', 'SLC2A1', 'SLC2A5', 'ANGPTL4', 'KEAP1', 'ME1', 'CES2', 'MGST2', 'BLVRB', 'GCLC', 'HMOX1', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'GSTM3', 'SQSTM1', 'TGFB2', 'SLC39A9', 'PLTP', 'MGST1', 'SLC2A11', 'SLC2A10', 'HSP90AB1', 'TGFBR2', 'UGT1A6', 'GCLM', 'SLC39A13', 'TXNRD3', 'GSTA4', 'MAFF', 'PRDX1', 'CCND1', 'RXRA', 'FTL', 'JUN', 'SLC2A6', 'FTH1', 'CES4A', 'SLC7A11', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'GSR', 'CCL2', 'CBR1', 'SLC6A8', 'SLC5A6', 'ABCC2', 'TXN'}, number: 58
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAFG', 'GADD45B', 'SLC6A6', 'G6PD', 'ABCC5', 'SLC39A14', 'HSPA1A', 'HBEGF', 'TGFB1', 'SLC2A1', 'SLC2A5', 'KEAP1', 'IL1B', 'ME1', 'CDK4', 'CES2', 'MGST2', 'CDK1', 'BLVRB', 'GCLC', 'HMOX1', 'CDKN1B', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'GSTM3', 'SQSTM1', 'TGFB2', 'SLC39A9', 'SLC2A11', 'SLC2A10', 'HSP90AB1', 'TGFBR2', 'UGT1A6', 'GCLM', 'SLC39A13', 'TXNRD3', 'GSTA4', 'MAFF', 'PRDX1', 'CCND1', 'RXRA', 'FTL', 'JUN', 'SLC2A6', 'FTH1', 'CES4A', 'SLC7A11', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'GSR', 'CBR1', 'SLC6A8', 'SLC5A6', 'ABCC2', 'TXN'}, number: 58
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MGST1', 'GCLC', 'UGT1A6', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MGST1', 'TGFBR2', 'UGT1A6', 'GCLC', 'GSR', 'TGFBR3', 'HMOX1', 'TGFB1', 'CCL20', 'NQO1', 'JUN', 'STAT3', 'TXNRD1'}, number: 13
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SQSTM1', 'IRS2', 'JUN', 'STAT3'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'IRS2', 'TGFB2', 'LRRC8A', 'TGFBR2', 'IL12A', 'TGFBR3', 'TGFB1', 'SLC2A1', 'JUN', 'STAT3', 'SLC2A3'}, number: 13
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MAFG', 'SLC6A6', 'G6PD', 'ABCC5', 'SLC39A14', 'HSPA1A', 'HBEGF', 'TGFB1', 'FGF19', 'SLC2A1', 'SLC2A5', 'KEAP1', 'ME1', 'CES2', 'MGST2', 'BLVRB', 'GCLC', 'HMOX1', 'TGFA', 'NQO1', 'TXNRD1', 'SLC2A3', 'GSTM3', 'IRS2', 'TGFB2', 'SLC39A9', 'UGT2B4', 'SLC2A11', 'SQSTM1', 'SLC2A10', 'HSP90AB1', 'TGFBR2', 'UGT1A6', 'GCLM', 'SLC39A13', 'TXNRD3', 'SREBF1', 'GSTA4', 'FKBP5', 'MAFF', 'PRDX1', 'RXRA', 'FTL', 'SLC2A6', 'FTH1', 'IP6K3', 'CES4A', 'SLC7A11', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'GSR', 'NR1H4', 'CBR1', 'SLC6A8', 'SLC5A6', 'ABCC2', 'TXN'}, number: 58
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'CPT2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MGST1', 'GCLC', 'UGT1A6', 'GSR', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 7
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'DDB2', 'BRCA1'}, number: 3
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'DDB2'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2', 'DDB2', 'BRCA1'}, number: 3
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'RPA1', 'POLD1', 'RBX1', 'PARP1', 'ERCC8', 'POLE3', 'RFC3', 'RPA2', 'GTF2H4', 'POLE', 'XPC', 'XPA', 'RAD23A', 'XRCC1', 'CETN2', 'CCNH', 'ERCC3', 'RPA3', 'GTF2H1', 'RFC4', 'POLD3', 'DDB2', 'RFC2', 'LIG1', 'BRCA1', 'PCNA', 'RAD23B', 'POLH', 'ERCC2'}, number: 30
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'DDB2', 'BRCA1'}, number: 3
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'RPA1', 'POLD1', 'RBX1', 'PARP1', 'ERCC8', 'POLE3', 'RFC3', 'RPA2', 'GTF2H4', 'POLE', 'XPC', 'XPA', 'RAD23A', 'XRCC1', 'CETN2', 'CCNH', 'ERCC3', 'RPA3', 'GTF2H1', 'RFC4', 'POLD3', 'DDB2', 'RFC2', 'LIG1', 'BRCA1', 'PCNA', 'RAD23B', 'POLH', 'ERCC2'}, number: 30
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RBX1', 'RPA2', 'DDB2', 'BRCA1'}, number: 4
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'DDB2'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'DDB2'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2', 'DDB2'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'RPA1', 'POLD1', 'RBX1', 'ERCC8', 'POLE3', 'RFC3', 'RPA2', 'GTF2H4', 'POLE', 'XPC', 'XPA', 'RAD23A', 'CETN2', 'CCNH', 'ERCC3', 'RPA3', 'GTF2H1', 'RFC4', 'POLD3', 'DDB2', 'RFC2', 'LIG1', 'PCNA', 'RAD23B', 'ERCC2'}, number: 26
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'DDB2'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'RPA1', 'POLD1', 'RBX1', 'ERCC8', 'POLE3', 'RFC3', 'RPA2', 'GTF2H4', 'POLE', 'XPC', 'XPA', 'RAD23A', 'CETN2', 'CCNH', 'ERCC3', 'RPA3', 'GTF2H1', 'RFC4', 'POLD3', 'DDB2', 'RFC2', 'LIG1', 'PCNA', 'RAD23B', 'ERCC2'}, number: 26
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RBX1', 'RPA2', 'DDB2'}, number: 3
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'MAPK14', 'AKT1', 'MAP2K1', 'SOS1', 'CDK2', 'RAF1', 'NFKB1', 'VEGFA', 'JAK1', 'MAPK8'}, number: 12
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'JAK1', 'NFKB1'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'RICTOR', 'PRKCA', 'PIAS3', 'JUND', 'MAP2K2', 'PRKCB', 'PRKCD', 'MAPK14', 'MAP2K1', 'AKT1', 'SOS1', 'RAF1', 'PTPN11', 'STAT3', 'JAK1', 'MAPK8'}, number: 17
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'STAT3', 'AKT1'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'SOS1', 'CDK2', 'CDKN1B', 'NFKB1', 'MAPK8'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'PRKCB', 'AKT1', 'SOS1', 'RAF1', 'STAT3', 'MAP2K1'}, number: 8
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1', 'SOS1', 'CDK2', 'CDKN1B', 'NFKB1', 'MAPK8'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'CDKN1B', 'CDK2'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'CEBPB', 'MAPK8'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'MAPK8', 'PRKCA', 'MAP2K2', 'PRKCB', 'AKT1', 'MAP2K1', 'SOS1', 'CDK2', 'OSMR', 'RAF1', 'CDKN1B', 'PTPN11', 'VEGFA', 'JAK1', 'NFKB1'}, number: 16
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'SOS1', 'CDK2', 'CDKN1B', 'NFKB1', 'MAPK8'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'SOS1', 'MAP2K1', 'AKT1'}, number: 4
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'SOCS3', 'MAPK14', 'AKT1', 'TYK2', 'MAP2K1', 'SOS1', 'PTPN11', 'CEBPB', 'STAT3', 'JAK1', 'NFKB1'}, number: 12
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAPK14', 'AKT1', 'NFKB1', 'PTPN11', 'MAP2K1', 'MAPK8'}, number: 7
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'PRKCB', 'MAPK14', 'CDK2', 'NFKB1', 'MAPK8'}, number: 7
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'AKT1', 'SOS1', 'CDK2', 'CDKN1B', 'NFKB1', 'CEBPB', 'MAPK8'}, number: 8
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PRKCB', 'MAPK14', 'PRKCD', 'AKT1', 'MAP2K1', 'SOS1', 'RAF1', 'PXN', 'STAT3', 'JAK1', 'NFKB1'}, number: 11
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'MAPK14', 'PRKCD', 'AKT1', 'SOS1', 'RAF1', 'NFKB1', 'PTPN11', 'STAT3', 'MAP2K1', 'MAPK8'}, number: 12
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'SOCS3', 'PRKCA', 'MAPK8', 'MAP2K2', 'PRKCB', 'MAPK14', 'PRKCD', 'AKT1', 'MAP2K1', 'RAF1', 'IL6ST', 'PTPN11', 'STAT3', 'JAK1', 'NFKB1'}, number: 16
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'SOS1', 'MAP2K1', 'AKT1'}, number: 4
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'AKT1', 'CEBPB', 'MAPK8'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'GSK3B', 'E2F1', 'TCF7L2', 'TGFB1', 'CDKN1A', 'CSNK1A1', 'APC'}, number: 8
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SPP1', 'TGFB1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'GSK3B', 'APC'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'GSK3B', 'E2F1', 'TCF7L2', 'TGFB1', 'CDKN1A', 'APC'}, number: 7
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'E2F1', 'CDKN1A'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'GSK3B', 'E2F1', 'TCF7L2', 'TGFB1', 'CDKN1A', 'APC'}, number: 7
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'E2F1', 'CDKN1A'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CEBPB', 'TGFB2', 'TGFB1', 'GSK3B'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1A', 'CDK4', 'SPP1', 'GSK3B'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'GSK3B', 'E2F1', 'TCF7L2', 'TGFB1', 'CDKN1A', 'APC'}, number: 7
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB', 'CEBPA'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2', 'GSK3B', 'NOTCH1', 'PPARG', 'TCF7L2', 'TGFB1', 'CDKN1A', 'CSNK1A1', 'APC'}, number: 9
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'TGFB2', 'GSK3B', 'E2F1', 'TCF7L2', 'TGFB1', 'CDKN1A', 'CEBPB', 'APC'}, number: 9
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SPP1', 'TGFB1', 'GSK3B'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SPP1', 'BMP2', 'APC', 'GSK3B'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFB2', 'GSK3B', 'SPP1', 'BMP2', 'TGFB1', 'APC'}, number: 6
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2', 'GSK3B', 'SREBF1', 'TGFB1', 'CDKN1A', 'CEBPB'}, number: 6
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'PRKAG2', 'PRKAA2', 'ULK2', 'TSC2', 'MLST8', 'CDK2', 'AKT1S1', 'CCL2', 'CDKN1A', 'SLC2A1', 'DEPTOR', 'CCNE1'}, number: 13
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'LIF', 'SERPINE1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'AURKA', 'PCNA'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1', 'TNFRSF10B'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DDB2', 'SFN', 'CDC25C', 'RRM2B', 'CDC25A', 'SESN1', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'PIDD1', 'CDKN1A', 'CCNG1', 'CCNE1', 'GADD45A'}, number: 14
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'DDB2', 'CDKN1A', 'GADD45A'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DDB2', 'SFN', 'CDC25C', 'RRM2B', 'CDC25A', 'SESN1', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'CDKN1A', 'PIDD1', 'CCNE1', 'GADD45A'}, number: 13
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1', 'TNFRSF10B'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'MLH1', 'MSH2', 'CCNE1', 'SFN', 'RRM2B', 'SESN1', 'PMAIP1', 'TNFRSF10B', 'XPC', 'PIDD1', 'CDK2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'PCNA', 'XRCC5', 'CDKN1A', 'FANCC', 'POLH'}, number: 20
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'SLC2A1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'PRKAG2', 'PRKAA2', 'TSC2', 'MLST8', 'CDK2', 'AKT1S1', 'CDKN1A', 'DEPTOR', 'CCNE1', 'DDIT4'}, number: 11
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DDB2', 'SFN', 'CDC25C', 'RRM2B', 'CDC25A', 'SESN1', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'CDKN1A', 'PIDD1', 'CCNE1', 'GADD45A'}, number: 13
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'MTOR'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MLH1', 'NOTCH1', 'FUCA1', 'MSH2', 'ADORA2B', 'DRAM1', 'SLC2A1', 'CX3CL1', 'CCNG1', 'CCNE1', 'DEPTOR', 'SAT1', 'DDIT4', 'E2F7', 'SFN', 'PRKAG2', 'RRM2B', 'TNFRSF10D', 'SESN1', 'TSC2', 'PMAIP1', 'MLST8', 'TNFRSF10B', 'XPC', 'PIDD1', 'MTOR', 'LIF', 'PRKAA2', 'NCF2', 'TP53I3', 'SCO2', 'CDK2', 'SESN2', 'SIVA1', 'SERPINE1', 'ZMAT3', 'GADD45A', 'SLC7A11', 'DDB2', 'CDC25C', 'CDC25A', 'ULK2', 'TP53INP1', 'ULBP2', 'GLS2', 'PCNA', 'AKT1S1', 'CCL2', 'XRCC5', 'CDKN1A', 'FANCC', 'BTG2', 'POLH', 'AURKA'}, number: 54
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'DDB2', 'SFN', 'CDC25C', 'RRM2B', 'CDC25A', 'SESN1', 'PMAIP1', 'TNFRSF10B', 'CDK2', 'CDKN1A', 'SLC2A1', 'PIDD1', 'CCNE1', 'GADD45A'}, number: 15
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'LIF', 'SERPINE1', 'CX3CL1'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC2', 'MTOR', 'PRKAA2', 'NCF2'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'LIF', 'PRKAA2', 'NCF2', 'TSC2', 'GLS2', 'SLC2A1'}, number: 7
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'MTOR'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'SLC7A11', 'PRKAG2', 'PRKAA2', 'TSC2', 'CDKN1A', 'SLC2A1'}, number: 7
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAG2', 'PRKAA2'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'CDK4', 'MAPK8', 'MAP2K2', 'AKT1', 'MAP2K1', 'E2F1', 'RAF1', 'PAK2', 'TGFB1', 'CDKN1A', 'CCND1', 'TGFA', 'CDKN2A', 'TP53', 'VEGFA', 'JAK1', 'NFKB1'}, number: 18
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2', 'TGFB1', 'STAT3', 'JAK1', 'NFKB1'}, number: 5
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'RALA', 'PRKCD', 'AKT1', 'MAP2K1', 'BRAF', 'CDC42', 'PLD1', 'E2F1', 'ERBB2', 'RAF1', 'PEBP1', 'STAT3', 'JAK1', 'MAPK8'}, number: 16
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDC42', 'STAT3', 'AKT1'}, number: 3
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'CDC42', 'TGFB1', 'NFKB1', 'CDK4', 'CDK6', 'MAPK8', 'RAC2', 'RAD51', 'CCND1', 'CDKN2A', 'TP53', 'GADD45A', 'DDB2', 'AKT1', 'E2F1', 'ERBB2', 'GADD45G', 'CDKN1A'}, number: 19
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'E2F3', 'GADD45B', 'BRAF', 'CDK4', 'RAF1', 'TGFA', 'CDK6', 'STAT3', 'CCND1', 'CDKN2A', 'TP53', 'MAP2K1', 'GADD45A', 'MAP2K2', 'DDB2', 'AKT1', 'E2F1', 'ERBB2', 'GADD45G', 'CDKN1A'}, number: 20
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'CDC42', 'TGFB1', 'NFKB1', 'CDK4', 'CDK6', 'MAPK8', 'RAC2', 'RAD51', 'CCND1', 'CDKN2A', 'TP53', 'GADD45A', 'DDB2', 'AKT1', 'E2F1', 'ERBB2', 'GADD45G', 'CDKN1A'}, number: 19
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'GADD45G', 'CDKN1A', 'RAD51', 'CCND1', 'CDK6', 'BRCA2', 'GADD45A'}, number: 13
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2', 'TGFBR2', 'TGFB1', 'TGFA', 'MAPK8'}, number: 5
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDC42', 'VEGFA', 'NFKB1', 'CDK4', 'RAF1', 'TGFA', 'CDK6', 'JAK1', 'MAPK8', 'MTOR', 'RALA', 'RAC2', 'BCL2L1', 'CCND1', 'TP53', 'MAP2K1', 'MAP2K2', 'AKT1', 'PLD1', 'IKBKB', 'PAK2', 'CDKN1A'}, number: 22
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'CDC42', 'TGFB1', 'NFKB1', 'CDK4', 'CDK6', 'MAPK8', 'RAC2', 'RAD51', 'CCND1', 'CDKN2A', 'TP53', 'GADD45A', 'DDB2', 'AKT1', 'E2F1', 'ERBB2', 'GADD45G', 'CDKN1A'}, number: 19
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'BRAF', 'MAP2K1', 'AKT1'}, number: 4
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'IKBKB', 'JAK1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 7
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'IKBKB', 'NFKB1', 'MAP2K1', 'MAPK8'}, number: 6
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'DDB2', 'TGFB2', 'TGFBR2', 'GADD45A', 'TGFB1', 'RAD51', 'CCND1', 'TGFA', 'NFKB1', 'CDKN1A', 'BRCA2', 'MAPK8'}, number: 13
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'CDC42', 'TGFB1', 'NFKB1', 'CDK4', 'TGFA', 'CDK6', 'MAPK8', 'TGFB2', 'RAC2', 'TGFBR2', 'RAD51', 'CCND1', 'CDKN2A', 'TP53', 'GADD45A', 'DDB2', 'AKT1', 'E2F1', 'ERBB2', 'GADD45G', 'CDKN1A'}, number: 22
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PRKCD', 'RAC2', 'MAP2K1', 'AKT1', 'BRAF', 'CDC42', 'TGFBR2', 'IKBKB', 'RAF1', 'TGFB1', 'STAT3', 'JAK1', 'NFKB1'}, number: 13
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAPK8', 'MAP2K2', 'PRKCD', 'AKT1', 'BRAF', 'CDC42', 'IKBKB', 'RAF1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 12
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'MAPK8', 'MAP2K2', 'TGFB2', 'PRKCD', 'AKT1', 'MAP2K1', 'TGFBR2', 'CDC42', 'IKBKB', 'RAF1', 'TGFB1', 'STAT3', 'JAK1', 'NFKB1'}, number: 15
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'BRAF', 'MAP2K1', 'AKT1'}, number: 4
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'TGFB2', 'AKT1', 'TGFBR2', 'TGFB1', 'CDKN1A', 'TGFA', 'TP53', 'MAPK8'}, number: 9
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CUL1', 'CCNE1'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'HSPA5'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCNE1'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCNE1', 'HSPA5'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'HSPA5'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCNE1'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCNE1'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCNE1'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HSPA1A', 'CCNE1'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HSPA1A', 'CCNE1', 'HSPA5'}, number: 3
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MCL1', 'SLC2A1', 'TGFA', 'TP53', 'VEGFA'}, number: 5
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53', 'PMAIP1'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'TP53', 'PMAIP1'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TP53', 'TGFA'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'TP53', 'PMAIP1'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53', 'PMAIP1'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'TP53', 'PMAIP1'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A3', 'SLC2A1', 'TGFA'}, number: 3
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MCL1', 'BCL2L1', 'TGFA', 'TP53', 'VEGFA'}, number: 5
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'TP53', 'PMAIP1'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'BIRC5'}, number: 1
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1', 'SLC2A1', 'TGFA', 'SERPINE1', 'SLC2A3'}, number: 5
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PMAIP1', 'SLC2A1', 'TGFA', 'TP53', 'SLC2A3'}, number: 5
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PDHA1', 'SLC2A1', 'SLC2A3'}, number: 3
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'SLC2A3', 'SLC2A1', 'TGFA'}, number: 4
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PDHA1'}, number: 1
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'MAPK14', 'MAPK8'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'MAPK14', 'GCLC'}, number: 4
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'MAPK14', 'GCLC'}, number: 4
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'MAPK14', 'GCLC'}, number: 4
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'MAPK14', 'MAPK8'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN', 'MAPK8'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'JUN', 'MAPK8'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SRXN1', 'GCLM', 'GCLC', 'HMOX1', 'NQO1', 'KEAP1', 'ABCC2', 'MAPK8'}, number: 8
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAPK8'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN', 'MAPK8'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'MAPK14', 'MAPK8'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAPK14', 'SRXN1', 'GCLM', 'GCLC', 'HMOX1', 'JUN', 'NQO1', 'KEAP1', 'ABCC2', 'MAPK8'}, number: 10
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SRXN1', 'GCLM', 'GCLC', 'HMOX1', 'JUN', 'NQO1', 'KEAP1', 'ABCC2', 'MAPK8'}, number: 9
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'MAPK14', 'GCLC'}, number: 4
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK14', 'GCLC', 'HMOX1', 'NQO1', 'JUN'}, number: 5
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'MAPK14', 'MAPK8'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'MAPK14', 'MAPK8'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SRXN1', 'GCLM', 'GCLC', 'HMOX1', 'NQO1', 'KEAP1', 'EPHX1', 'ABCC2', 'MAPK8'}, number: 9
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'MAPK14', 'GCLC'}, number: 4
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ATF3', 'DDIT3'}, number: 2
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PPP1R15A', 'ERN1', 'ATF6', 'DDIT3', 'XBP1', 'EIF2AK3', 'HSPA5'}, number: 7
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PPP1R15A', 'ERN1', 'ATF6', 'DDIT3', 'XBP1', 'EIF2AK3', 'HSPA5'}, number: 7
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PPP1R15A', 'ERN1', 'ATF6', 'DDIT3', 'XBP1', 'EIF2AK3', 'HSPA5'}, number: 7
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HSP90B1'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PPP1R15A', 'ERN1', 'ATF6', 'DDIT3', 'XBP1', 'EIF2AK3', 'HSPA5'}, number: 7
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'YY1', 'EED', 'RASSF6', 'CSF2', 'CTBP1', 'LAMB3', 'CCNE1', 'PDGFRB', 'PDK1', 'LAMA2', 'IL1B', 'RPS6KA3', 'PODXL', 'RASSF4', 'MAX', 'SUZ12', 'TEAD4', 'GSK3B', 'CDK2', 'EIF4G1', 'MAP2K1', 'SETDB1', 'WNT5B', 'COL4A5', 'AKT1', 'MINK1', 'CSNK2B', 'AKT1S1', 'BAP1', 'EFNA1', 'COL4A4', 'SLC2A1', 'CXCL5', 'DEPTOR', 'LAMC3', 'VEGFA', 'DVL2', 'LIN28B', 'TSC2', 'RNF2', 'TNIK', 'RASSF2', 'WWTR1', 'KITLG', 'EFNA5', 'MLST8', 'DDIT3', 'TGFA', 'NF2', 'SETD2', 'MAPK8', 'AMOT', 'CDH2', 'TTI1', 'MET', 'CTHRC1', 'FOXM1', 'CDH16', 'FGF2', 'MAP3K1', 'EZH2', 'EIF4EBP1', 'ATF3', 'LAMB1', 'JUN', 'LAMA5', 'LAMC2', 'CSF1', 'SOS1', 'RYK', 'FZD2', 'ITPR3', 'NGF', 'COL4A2', 'BARD1', 'CTBP2', 'TGFB1', 'STK38L', 'PRKAG2', 'MMP3', 'NDRG1', 'FGFR4', 'ACTG1', 'FGFR3', 'CD44', 'RAF1', 'COL4A3', 'MTOR', 'PRKAA2', 'ACTA2', 'CDH3', 'ITGA2', 'FOSL1', 'ITGA4', 'TCF7L2', 'CSNK2A1', 'AREG', 'CIT', 'LRP6', 'MAP3K2', 'FRAT1', 'CDKN2A', 'CSNK1A1', 'TP53', 'SLC3A2', 'APC', 'MAP2K2', 'CD274', 'DVL3', 'MAPK14', 'E2F1', 'CD47', 'RPS6KA5', 'SENP2', 'PAK2', 'CDKN1A', 'FGFR2', 'ITGA3', 'KIF23', 'CHD8', 'CUL1', 'MAP3K9', 'CCN2', 'BAG2', 'CCND2', 'BDNF', 'HBEGF', 'FGF19', 'LAMB2', 'CSNK2A2', 'DKK1', 'NFKB1', 'CCND3', 'MAP2K6', 'CDK4', 'LRP5', 'PDGFA', 'TNNT1', 'MAP3K4', 'COL4A1', 'TELO2', 'VEGFC', 'JAK1', 'ASXL1', 'MCL1', 'RPS6KA1', 'IGF1R', 'WDR5', 'CDH6', 'FZD1', 'CCND1', 'ACTC1', 'IL6', 'ULK2', 'BRCA1', 'RB1CC1', 'CCL2', 'MAP2K3', 'SLC7A5'}, number: 159
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'TGFB1', 'JAK1', 'NFKB1'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'RPS6KA3', 'MAPK14', 'AKT1', 'RPS6KA1', 'E2F1', 'SOS1', 'RPS6KA5', 'MAP3K4', 'MAP3K1', 'RAF1', 'JAK1', 'EIF4EBP1', 'MAP3K2', 'JUN', 'MAP2K1', 'MAPK8'}, number: 18
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'GSK3B', 'APC'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'TP53', 'DDIT3'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND2', 'TGFB1', 'CCNE1', 'PDK1', 'NFKB1', 'CCND3', 'CDK4', 'DVL2', 'MAP3K4', 'MAPK8', 'GSK3B', 'FOSL1', 'TCF7L2', 'CDK2', 'MAP3K1', 'CCND1', 'FRAT1', 'CDKN2A', 'TP53', 'JUN', 'APC', 'DVL3', 'WNT5B', 'AKT1', 'BRCA1', 'E2F1', 'SOS1', 'CDKN1A'}, number: 28
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'AKT1', 'MAP2K1', 'E2F1', 'SOS1', 'RAF1', 'CDKN1A', 'CCND1', 'TGFA', 'CDKN2A', 'TP53', 'PDK1'}, number: 13
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCND2', 'TGFB1', 'CCNE1', 'PDK1', 'NFKB1', 'CCND3', 'IL1B', 'CDK4', 'DVL2', 'MAP3K4', 'DDIT3', 'MAPK8', 'GSK3B', 'FOSL1', 'TCF7L2', 'CDK2', 'MAP3K1', 'CCND1', 'FRAT1', 'CDKN2A', 'TP53', 'JUN', 'APC', 'DVL3', 'WNT5B', 'AKT1', 'BRCA1', 'E2F1', 'SOS1', 'CDKN1A'}, number: 30
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'TP53', 'DDIT3'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'AKT1', 'CCND2', 'BRCA1', 'E2F1', 'CDK2', 'CDKN1A', 'CCND1', 'TP53', 'CCNE1', 'CCND3'}, number: 11
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GSK3B', 'HBEGF', 'TGFB1', 'SLC2A1', 'TGFA', 'MAPK8'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'COL4A4', 'CCND2', 'NGF', 'BDNF', 'COL4A2', 'FGF19', 'LAMB2', 'DEPTOR', 'PDGFRB', 'VEGFA', 'LAMC3', 'LAMB3', 'CCNE1', 'LAMA2', 'NFKB1', 'PRKAG2', 'CCND3', 'CDK4', 'PDGFA', 'TSC2', 'FGFR4', 'KITLG', 'FGFR3', 'EFNA5', 'MLST8', 'COL4A1', 'RAF1', 'TGFA', 'VEGFC', 'COL4A3', 'MAPK8', 'MTOR', 'JAK1', 'MCL1', 'GSK3B', 'PRKAA2', 'ITGA2', 'MET', 'ITGA4', 'IGF1R', 'CDK2', 'FGF2', 'EIF4EBP1', 'CCND1', 'LAMB1', 'TP53', 'MAP2K1', 'LAMA5', 'MAP2K2', 'LAMC2', 'IL6', 'CSF1', 'COL4A5', 'AKT1', 'BRCA1', 'SOS1', 'AKT1S1', 'RB1CC1', 'PAK2', 'CDKN1A', 'EFNA1', 'FGFR2', 'ITGA3'}, number: 63
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND2', 'TGFB1', 'CCNE1', 'PDK1', 'NFKB1', 'CCND3', 'CDK4', 'DVL2', 'MAP3K4', 'MAPK8', 'GSK3B', 'FOSL1', 'TCF7L2', 'CDK2', 'MAP3K1', 'CCND1', 'FRAT1', 'CDKN2A', 'TP53', 'JUN', 'APC', 'DVL3', 'WNT5B', 'AKT1', 'BRCA1', 'E2F1', 'SOS1', 'CDKN1A'}, number: 28
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'RPS6KA1', 'TSC2', 'AKT1', 'BDNF', 'SOS1', 'EIF4EBP1', 'MAP2K1'}, number: 8
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'MAPK14', 'AKT1', 'SOS1', 'ITPR3', 'JAK1', 'MAP2K1', 'NFKB1'}, number: 8
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'IL1B', 'MAPK14', 'AKT1', 'MAP3K1', 'CCL2', 'MAP2K3', 'MAP3K2', 'NFKB1', 'JUN', 'MAP2K1', 'MAPK8'}, number: 13
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND2', 'CTBP2', 'HBEGF', 'TGFB1', 'SLC2A1', 'CSNK2A2', 'CTBP1', 'DEPTOR', 'CCNE1', 'DKK1', 'NFKB1', 'CCND3', 'DVL2', 'PRKAG2', 'LRP5', 'TSC2', 'MLST8', 'TGFA', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'FOSL1', 'TCF7L2', 'CSNK2A1', 'CDK2', 'CHD8', 'FZD1', 'LRP6', 'CCND1', 'FRAT1', 'CSNK1A1', 'JUN', 'APC', 'DVL3', 'MAPK14', 'WNT5B', 'ULK2', 'BRCA1', 'CSNK2B', 'RYK', 'AKT1S1', 'SENP2', 'CCL2', 'CDKN1A', 'FZD2'}, number: 46
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCND2', 'HBEGF', 'TGFB1', 'SLC2A1', 'CCNE1', 'PDK1', 'NFKB1', 'CCND3', 'IL1B', 'CDK4', 'DVL2', 'MAP3K4', 'DDIT3', 'TGFA', 'MAPK8', 'GSK3B', 'FOSL1', 'TCF7L2', 'CDK2', 'MAP3K1', 'CCND1', 'FRAT1', 'CDKN2A', 'TP53', 'JUN', 'APC', 'DVL3', 'WNT5B', 'AKT1', 'BRCA1', 'E2F1', 'SOS1', 'CDKN1A'}, number: 33
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GSK3B', 'MAPK14', 'AKT1', 'SOS1', 'RAF1', 'TGFB1', 'JAK1', 'CXCL5', 'JUN', 'MAP2K1', 'NFKB1'}, number: 11
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NGF', 'BDNF', 'NFKB1', 'RPS6KA3', 'TSC2', 'RAF1', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'CDH2', 'RPS6KA1', 'CSNK2A1', 'MAP3K1', 'EIF4EBP1', 'MAP3K2', 'JUN', 'MAP2K1', 'APC', 'MAP2K2', 'MAPK14', 'AKT1', 'SOS1', 'RPS6KA5'}, number: 24
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NGF', 'BDNF', 'TGFB1', 'SLC2A1', 'NFKB1', 'IL1B', 'RPS6KA3', 'TSC2', 'RAF1', 'JAK1', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'CDH2', 'RPS6KA1', 'CSNK2A1', 'FGF2', 'MAP3K1', 'EIF4EBP1', 'MAP3K2', 'JUN', 'MAP2K1', 'APC', 'MAP2K2', 'MAPK14', 'IL6', 'AKT1', 'RPS6KA5'}, number: 29
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'RPS6KA1', 'TSC2', 'AKT1', 'BDNF', 'SOS1', 'EIF4EBP1', 'MAP2K1'}, number: 8
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'GSK3B', 'PRKAG2', 'PRKAA2', 'AKT1', 'TSC2', 'HBEGF', 'TGFB1', 'EIF4EBP1', 'SLC2A1', 'TGFA', 'CDKN1A', 'FGF19', 'TP53', 'MAPK8'}, number: 15
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAA2', 'PRKAG2', 'AKT1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4', 'SLC2A1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PODXL', 'LRP5', 'COL4A4', 'COL4A5', 'CDH2', 'AKT1', 'TGFB1', 'CDKN1A', 'LAMB2', 'LRP6', 'ITGA3', 'DKK1', 'COL4A3', 'LAMA5'}, number: 14
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFB1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'DNM1', 'AKT1', 'PLCE1', 'PCNA', 'PLCG1'}, number: 5
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B', 'TGFB1', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A', 'PLCG1', 'AKT1'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B', 'TGFB1', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PCNA', 'CDKN1B', 'CDKN1A', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB1', 'FYN'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'COL4A4', 'COL4A5', 'AKT1', 'PLCE1', 'CDKN1B', 'CDKN1A', 'ITGA3', 'LAMB2', 'PLCG1', 'LAMA5', 'COL4A3'}, number: 11
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B', 'TGFB1', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'PLCG1', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PLCG1', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LRP5', 'NOTCH1', 'PCNA', 'TGFB1', 'CDKN1A', 'LRP6', 'DKK1', 'ILK'}, number: 8
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1', 'CDKN1B', 'CDKN1A', 'TGFB1', 'FYN'}, number: 5
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFB1', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1', 'FYN', 'PLCG1', 'CDH2'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1', 'CDH2', 'TGFB1', 'PLCG1', 'FYN'}, number: 5
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'PLCG1', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'TGFB1', 'FYN', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'GSK3B', 'MAPK14', 'AKT1', 'MAP2K1', 'SOS1', 'RAF1', 'EIF4EBP1', 'NFKB1', 'JUN', 'JAK1', 'MAPK8'}, number: 13
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 4
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'PIAS3', 'MAPK14', 'AKT1', 'MAP2K1', 'ERBB2', 'SOS1', 'RAF1', 'STAT5A', 'EIF4EBP1', 'CBL', 'PTPN11', 'JUN', 'STAT3', 'JAK1', 'MAPK8'}, number: 17
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'GSK3B', 'STAT3', 'AKT1'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'ERBB2', 'SOS1', 'NFKB1', 'JUN', 'MAPK8'}, number: 7
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'ERBB2', 'SOS1', 'RAF1', 'STAT5A', 'STAT3', 'MAP2K1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'ERBB2', 'SOS1', 'NFKB1', 'JUN', 'MAPK8'}, number: 7
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'FYN', 'GSK3B', 'MAPK8'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'GSK3B', 'AKT1', 'MAP2K1', 'SOS1', 'RAF1', 'EIF4EBP1', 'NFKB1', 'PTPN11', 'JAK1', 'MAPK8'}, number: 12
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'ERBB2', 'SOS1', 'NFKB1', 'JUN', 'MAPK8'}, number: 7
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'AKT1', 'SOS1', 'EIF4EBP1', 'MAP2K1'}, number: 5
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'SOCS3', 'IRS2', 'MAPK14', 'AKT1', 'MAP2K1', 'SOS1', 'STAT5A', 'JAK1', 'CBL', 'PTPN11', 'FLNA', 'STAT3', 'PTPN6', 'NFKB1'}, number: 15
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAPK14', 'AKT1', 'NFKBIB', 'NFKB1', 'PTPN11', 'JUN', 'MAP2K1', 'MAPK8'}, number: 9
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'GSK3B', 'MAPK14', 'NFKB1', 'JUN', 'MAPK8'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GSK3B', 'FYN', 'AKT1', 'ERBB2', 'SOS1', 'NFKB1', 'JUN', 'MAPK8'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GSK3B', 'MAPK14', 'AKT1', 'MAP2K1', 'SOS1', 'NFKBIB', 'RAF1', 'PXN', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 12
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAPK8', 'IRS2', 'MAP2K2', 'GSK3B', 'MAPK14', 'AKT1', 'SOS1', 'RAF1', 'STAT5A', 'JUN', 'EIF4EBP1', 'PTPN11', 'SIRPA', 'FYN', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 18
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SOCS3', 'FYN', 'NFKB1', 'RAF1', 'STAT5A', 'STAT3', 'JAK1', 'MAPK8', 'MTOR', 'IRS2', 'GSK3B', 'EIF4EBP1', 'PTPN11', 'SIRPA', 'JUN', 'MAP2K1', 'MAP2K2', 'MAPK14', 'AKT1'}, number: 19
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'AKT1', 'SOS1', 'EIF4EBP1', 'MAP2K1'}, number: 5
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'IRS2', 'GSK3B', 'AKT1', 'EIF4EBP1', 'FYN', 'MAPK8'}, number: 7
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14', 'NFKB1'}, number: 2
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'AKT1', 'TSC2', 'MAP2K1', 'SOS1', 'MLST8', 'TELO2', 'RAF1', 'AKT1S1', 'EIF4EBP1', 'DEPTOR', 'PDK1'}, number: 13
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'RICTOR', 'MAP2K2', 'AKT1', 'BRAF', 'SOS1', 'RAF1', 'SOS2', 'EIF4EBP1', 'MAP2K1'}, number: 10
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'AKT1', 'SOS1', 'SOS2', 'PDK1'}, number: 5
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'AKT1', 'MAP2K1', 'BRAF', 'SOS1', 'RAF1', 'SOS2', 'PDK1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'AKT1', 'SOS1', 'SOS2', 'PDK1'}, number: 5
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PARP2', 'PARP1', 'AKT1'}, number: 3
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'MTOR', 'MAP2K2', 'AKT1', 'TSC2', 'SOS1', 'MLST8', 'AKT1S1', 'RAF1', 'SOS2', 'EIF4EBP1', 'DEPTOR', 'MAP2K1'}, number: 13
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'AKT1', 'SOS1', 'SOS2', 'PDK1'}, number: 5
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1', 'TSC2', 'BRAF', 'SOS1', 'EIF4EBP1', 'MAP2K1'}, number: 8
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'SOS1', 'MAP2K1', 'AKT1'}, number: 4
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K1', 'AKT1'}, number: 3
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'TSC2', 'PARP2', 'MLST8', 'AKT1S1', 'PARP1', 'DEPTOR'}, number: 7
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'AKT1', 'SOS1', 'SOS2', 'PDK1'}, number: 5
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'AKT1', 'BRAF', 'SOS1', 'RAF1', 'SOS2', 'MAP2K1'}, number: 7
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'MTOR', 'MAP2K2', 'AKT1', 'TSC2', 'BRAF', 'SOS1', 'RAF1', 'EIF4EBP1', 'MAP2K1'}, number: 10
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'MAP2K2', 'AKT1', 'TSC2', 'RAF1', 'EIF4EBP1', 'MAP2K1'}, number: 7
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'MTOR', 'AKT1', 'TSC2', 'BRAF', 'SOS1', 'EIF4EBP1', 'MAP2K1'}, number: 8
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2', 'MTOR', 'EIF4EBP1', 'AKT1'}, number: 4
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'E2F1', 'BARD1', 'CDK2', 'RAF1', 'CDKN1A', 'CCND1', 'TP53', 'CCNE1', 'CCND3'}, number: 10
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STMN1', 'E2F1', 'ABL1', 'PCNA', 'RAF1'}, number: 5
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1', 'STMN1', 'CDK1'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCNB1', 'CCNB2', 'CCNE1', 'CCND3', 'CDK4', 'MCM7', 'CDK1', 'RPA2', 'CHEK1', 'CDKN1B', 'CDK6', 'CDK2', 'CCND1', 'TP53', 'CCNE2', 'CDC25A', 'E2F1', 'ABL1', 'CDKN1A'}, number: 19
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'E2F3', 'TP53', 'E2F1', 'RAF1', 'CDKN1A', 'CCND1', 'CDK6'}, number: 8
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'TP53', 'CDC25A', 'CCNB1', 'CDK1', 'RPA2', 'CCNB2', 'E2F1', 'ABL1', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CCND3'}, number: 18
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'CCNB1', 'CCNB2', 'RPA1', 'CCNE1', 'CCND3', 'CDK4', 'CDK1', 'RFC3', 'RPA2', 'CHEK1', 'CDKN1B', 'POLE', 'CDK6', 'FANCG', 'MSH6', 'CDK2', 'RPA3', 'CCND1', 'TP53', 'CCNE2', 'RFC4', 'POLD3', 'CDC25A', 'E2F1', 'ABL1', 'PCNA', 'CDKN1A'}, number: 28
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'TP53', 'ABL1', 'CDK2', 'RAF1', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CCND3'}, number: 12
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'TP53', 'CDC25A', 'CCNB1', 'CDK1', 'RPA2', 'CCNB2', 'E2F1', 'ABL1', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CCND3'}, number: 18
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'POLD3', 'FANCG', 'RFC4', 'CDC25A', 'RFC3', 'RPA2', 'MSH6', 'RPA1', 'CDK2', 'PCNA', 'CHEK1', 'RPA3', 'CDKN1A', 'CCND1', 'POLE', 'CCNE1', 'CCND3'}, number: 18
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'TP53', 'CDC25A', 'CCNB1', 'CDK1', 'RPA2', 'CCNB2', 'E2F1', 'ABL1', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CCND3'}, number: 18
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RAF1'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RAF1'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RAF1'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'CDKN1A', 'CCNA2', 'CCNB1'}, number: 4
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'TXNRD1', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'TXNRD1', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'TXNRD1', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXNRD3', 'TXNRD1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GPX4', 'TXNRD3', 'NFKB1', 'JUN', 'TXNRD1'}, number: 5
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TXNRD3', 'JUN', 'TXNRD1', 'NFKB1'}, number: 4
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'TXNRD1', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'TXNRD1', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'CREM', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TXNRD3', 'TXNRD1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'TXNRD1', 'NFKB1'}, number: 2
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'RPS6KA3', 'IL6', 'RPS6KA1', 'CDK2', 'CDKN1A', 'CDKN2A', 'JUN', 'NFKB1'}, number: 9
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'STAT3', 'NFKB1'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA3', 'JUN', 'STAT3', 'RPS6KA1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'JUN', 'CDKN1A', 'CDKN2A', 'CDK6', 'H2AX', 'NFKB1'}, number: 9
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'CDKN1A', 'CDKN2A', 'CDK6', 'STAT3'}, number: 5
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'JUN', 'CDKN1A', 'CDKN2A', 'CDK6', 'H2AX', 'NFKB1'}, number: 9
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'CDK6', 'H2AX'}, number: 6
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'IL6', 'CDK2', 'CDKN1B', 'CDKN1A', 'CDK6', 'NFKB1'}, number: 7
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'JUN', 'CDKN1A', 'CDKN2A', 'CDK6', 'H2AX', 'NFKB1'}, number: 9
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'RPS6KA1'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB', 'STAT3', 'NFKB1'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1A', 'JUN', 'NFKB1'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'H2AX', 'CDK2', 'CDKN1A', 'JUN', 'NFKB1'}, number: 5
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'H2AX', 'CDK2', 'CDKN1B', 'JUN', 'CDKN1A', 'CDKN2A', 'CDK6', 'CEBPB', 'NFKB1'}, number: 10
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'STAT3', 'NFKB1'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RPS6KA3', 'RPS6KA1', 'JUN', 'STAT3', 'NFKB1'}, number: 5
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RPS6KA3', 'IL6', 'RPS6KA1', 'IL1A', 'JUN', 'STAT3', 'NFKB1'}, number: 7
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'RPS6KA1'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'CCNA1', 'CEBPB', 'CCNA2'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'COL4A4', 'COL4A2', 'LAMB2', 'LAMC3', 'LAMB3', 'CCNE1', 'NFKB1', 'LAMA2', 'CDK4', 'COL4A1', 'MAX', 'COL4A3', 'ITGA2', 'CDK2', 'CCND1', 'LAMB1', 'TP53', 'LAMA5', 'LAMC2', 'COL4A5', 'AKT1', 'E2F1', 'CDKN1A', 'ITGA3'}, number: 24
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1', 'AKT1'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'CDK2', 'GADD45G', 'GADD45A', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'NFKB1'}, number: 16
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRB', 'CDK4', 'E2F3', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'GADD45G', 'CDKN1A', 'CCND1', 'RXRA', 'CDK6', 'GADD45A'}, number: 14
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'CDK2', 'GADD45G', 'GADD45A', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'NFKB1'}, number: 16
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'CDK2', 'GADD45G', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'GADD45A'}, number: 15
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'COL4A4', 'COL4A2', 'LAMB2', 'LAMC3', 'LAMB3', 'CCNE1', 'NFKB1', 'LAMA2', 'CDK4', 'COL4A1', 'CDKN1B', 'CDK6', 'COL4A3', 'ITGA2', 'CDK2', 'BCL2L1', 'CCND1', 'LAMB1', 'TP53', 'CCNE2', 'LAMA5', 'LAMC2', 'COL4A5', 'AKT1', 'IKBKB', 'CDKN1A', 'ITGA3'}, number: 27
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'CDK2', 'GADD45G', 'GADD45A', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'NFKB1'}, number: 16
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'IKBKB', 'NFKB1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1', 'IKBKB', 'NFKBIB', 'NFKB1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RXRB', 'DDB2', 'CDK2', 'GADD45A', 'CDKN1A', 'CCND1', 'RXRA', 'CCNE1', 'NFKB1'}, number: 9
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'TP53', 'DDB2', 'AKT1', 'E2F1', 'CDK2', 'GADD45G', 'GADD45A', 'CDKN1B', 'CDKN1A', 'CCND1', 'RXRA', 'CDK6', 'CCNE2', 'CCNE1', 'NFKB1'}, number: 17
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'AKT1', 'IKBKB', 'NFKBIB', 'NFKB1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1', 'IKBKB', 'NFKB1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TRAF5', 'AKT1', 'IKBKB', 'NFKB1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA', 'TP53', 'CDKN1A', 'AKT1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SHMT1'}, number: 1
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Spina Bifida WP5150, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GSR', 'SOD1', 'GCLC'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GSR', 'SOD1', 'GCLC'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GSR', 'SOD1', 'GCLC'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'DNM1', 'PLD1'}, number: 2
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'GSR', 'GCLC'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PLD1'}, number: 1
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GPX4', 'GSS', 'GCLM', 'GCLC', 'GSR', 'SOD1'}, number: 6
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'GSR', 'GCLC'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GSR', 'SOD1', 'GCLC'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GSR', 'SOD1', 'GCLC'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PSAT1', 'PHGDH', 'SHMT1', 'SHMT2'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM', 'GSR', 'GCLC'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GSR', 'SOD1', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK8'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'MAPK8'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'EPHB2'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK8'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MAPK8'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'EPHB2', 'MAF', 'HMOX1', 'NQO1', 'CEBPB', 'KEAP1', 'MAPK8'}, number: 11
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'MAPK8'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK8'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK8'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'HMOX1', 'NQO1', 'KEAP1', 'MAPK8'}, number: 8
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'EPHB2', 'MAF', 'HMOX1', 'NQO1', 'CEBPB', 'KEAP1', 'MAPK8'}, number: 11
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK8'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'MAPK8'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'EPHB2', 'MAF', 'HMOX1', 'NQO1', 'CEBPB', 'KEAP1', 'MAPK8'}, number: 11
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC'}, number: 3
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EIF4G1', 'EIF4EBP1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EIF4EBP1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'EIF2AK3'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'EIF2AK3'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'EIF2AK3'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EIF4E', 'EIF4EBP1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'EEF2K', 'EIF4EBP1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EIF2AK3'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF4E', 'EIF2S2', 'EEF2', 'EEF2K', 'EIF4EBP1'}, number: 5
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EEF2', 'EIF4E', 'EIF2S2', 'EIF4EBP1'}, number: 4
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'EEF2K', 'EIF4EBP1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EEF2', 'EEF2K', 'EIF4EBP1'}, number: 3
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DVL2', 'CDKN1A', 'TGFB1', 'SLC2A1', 'TGFA', 'VEGFA', 'SETD2'}, number: 7
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TFE3', 'TGFB1'}, number: 2
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'DIAPH1'}, number: 1
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDKN1A', 'DVL2', 'TGFB1'}, number: 3
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A', 'TGFA'}, number: 2
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'DVL2', 'TGFB1'}, number: 3
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RBX1', 'CDKN1A'}, number: 2
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2', 'RBX1', 'TGFB1', 'SLC2A1', 'TGFA'}, number: 5
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'TGFA'}, number: 3
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'DVL2', 'TGFB1'}, number: 3
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2', 'DVL2', 'RBX1', 'TGFB1', 'CDKN1A', 'SLC2A1', 'TGFA'}, number: 7
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFB2', 'DVL2', 'RBX1', 'TGFB1', 'CDKN1A', 'SLC2A1', 'TGFA'}, number: 7
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TFE3', 'TGFB1'}, number: 2
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFB2', 'TGFB1', 'SLC2A1'}, number: 3
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2', 'RBX1', 'TGFB1', 'CDKN1A', 'SLC2A1', 'TGFA'}, number: 6
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'TP53', 'DDIT3'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'PPP1R15A', 'RTCB', 'ERN1', 'EIF2AK3', 'TXNIP', 'TNFRSF10B', 'PMAIP1', 'DDIT3', 'HSPA5', 'XBP1', 'CASP2', 'MBTPS2', 'TP53', 'ATF6', 'MBTPS1'}, number: 16
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'TP53', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'PPP1R15A', 'RTCB', 'ERN1', 'EIF2AK3', 'TXNIP', 'TNFRSF10B', 'PMAIP1', 'DDIT3', 'HSPA5', 'XBP1', 'CASP2', 'MBTPS2', 'TP53', 'ATF6', 'MBTPS1'}, number: 16
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'PPP1R15A', 'RTCB', 'ERN1', 'EIF2AK3', 'TXNIP', 'TNFRSF10B', 'PMAIP1', 'DDIT3', 'HSPA5', 'XBP1', 'CASP2', 'MBTPS2', 'TP53', 'ATF6', 'MBTPS1'}, number: 16
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'TP53', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'TP53', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1', 'TNFRSF10B'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'IL1B', 'PPP1R15A', 'RTCB', 'ERN1', 'EIF2AK3', 'TXNIP', 'TNFRSF10B', 'PMAIP1', 'DDIT3', 'HSPA5', 'XBP1', 'CASP2', 'MBTPS2', 'TP53', 'ATF6', 'MBTPS1'}, number: 16
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'HBEGF', 'VEGFA', 'DKK1', 'NFKB1', 'MAP2K6', 'NDRG1', 'ACTG1', 'MLST8', 'RAF1', 'MAPK8', 'TEAD4', 'MTOR', 'GSK3B', 'PRKAA2', 'AMOT', 'EIF4G1', 'CCND1', 'JUN', 'MAP2K1', 'MAP2K2', 'MAPK14', 'AKT1', 'RPS6KA5', 'AKT1S1', 'CCL2', 'PAK2', 'MAP2K3'}, number: 28
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SOD2', 'MAPK14', 'NFKB1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'STAT3', 'NFKB1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SOD2', 'MAPK14', 'NFKB1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SOD2', 'MAPK14', 'NFKB1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'CDC42', 'AP2S1', 'CSK', 'RAB5A', 'RICTOR', 'PRKCD', 'STAM', 'GRB10', 'RAF1', 'RAP1A', 'GJA1', 'STAT3', 'MAPK8', 'MTOR', 'ITCH', 'PLCG1', 'PTPN11', 'JUN', 'MAP2K1', 'PRKCZ', 'MAP2K2', 'PRKCB', 'MAPK14', 'AKT1', 'ABL1', 'RPS6KA5', 'CBL', 'CAV1'}, number: 29
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'AKT1', 'CDC42', 'ABL1', 'EPHB2', 'STAT3'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'ATF6', 'TXNIP', 'ERN1', 'EIF2AK3'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'CDC42', 'ABL1', 'CCND1', 'NFKB1', 'JUN', 'MAPK8'}, number: 8
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'PRKCB', 'AKT1', 'RAF1', 'CCND1', 'PLCG1', 'STAT3', 'MAP2K1'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ERN1', 'GSK3B', 'AKT1', 'CDC42', 'ABL1', 'TXNIP', 'ATF6', 'CCND1', 'NFKB1', 'JUN', 'EIF2AK3', 'MAPK8'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'ATF6', 'TXNIP', 'ERN1', 'EIF2AK3'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'ABL1', 'RAP1A', 'AKT1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'HSP90AA1', 'TXN', 'EPHB2', 'HSPA1A', 'HBEGF', 'FYN', 'MAPK8'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'EIF4E', 'SHC2', 'CDC42', 'RAB5A', 'VEGFA', 'NFKB1', 'MLST8', 'RAF1', 'RAP1A', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'BCL2L1', 'PLCG1', 'CCND1', 'PTPN11', 'MAP2K1', 'MAP2K2', 'ETS1', 'PRKCB', 'AKT1', 'HSP90AA1', 'ITGB5', 'ABL1', 'AKT1S1', 'PAK2'}, number: 28
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GSK3B', 'AKT1', 'CDC42', 'ABL1', 'CCND1', 'NFKB1', 'JUN', 'MAPK8'}, number: 8
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MTOR', 'MAP2K1', 'PLCG1', 'AKT1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'BIRC5', 'MAPK14', 'AKT1', 'MAP2K1', 'STAT6', 'CBL', 'PTPN11', 'STAT3', 'PTPN6', 'NFKB1'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MAPK14', 'AKT1', 'MAP2K1', 'CCL2', 'MAP2K3', 'PLCG1', 'NFKB1', 'PTPN11', 'JUN', 'PRKCZ', 'MAPK8'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'HSPA1A', 'HBEGF', 'DKK1', 'NFKB1', 'MLST8', 'RAP1A', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'NCF2', 'CCND1', 'JUN', 'SOD2', 'PRKCB', 'MAPK14', 'HSP90AA1', 'AKT1S1', 'CCL2', 'TXN'}, number: 21
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'CDC42', 'EPHB2', 'HSPA1A', 'HBEGF', 'FYN', 'EIF2AK3', 'NFKB1', 'TXNIP', 'MAPK8', 'ERN1', 'GSK3B', 'CCND1', 'JUN', 'AKT1', 'HSP90AA1', 'ABL1', 'ATF6', 'TXN'}, number: 19
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SOD2', 'MAPK14', 'NFKB1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SOD2', 'GSK3B', 'PRKCB', 'MAPK14', 'AKT1', 'PRKCD', 'SHC2', 'CDC42', 'PRKCZ', 'RAF1', 'PXN', 'ARRB2', 'RAP1A', 'CSK', 'JUN', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 18
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF4E', 'SHC2', 'CDC42', 'BMP2', 'FYN', 'NFKB1', 'PRKCD', 'RAF1', 'RAP1A', 'STAT3', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'NCF2', 'PLCG1', 'PTPN11', 'JUN', 'MAP2K1', 'MAP2K2', 'MAPK14', 'AKT1', 'RPS6KA5', 'FRS2'}, number: 24
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'EIF4E', 'SHC2', 'CDC42', 'BMP2', 'FYN', 'NFKB1', 'PRKCD', 'STAT6', 'RAF1', 'RAP1A', 'STAT3', 'MAPK8', 'MTOR', 'GSK3B', 'PRKAA2', 'NCF2', 'PLCG1', 'PTPN11', 'JUN', 'MAP2K1', 'MAP2K2', 'PRKCB', 'MAPK14', 'AKT1', 'RPS6KA5', 'FRS2'}, number: 27
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MTOR', 'MAP2K1', 'PLCG1', 'AKT1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'GSK3B', 'PRKAA2', 'HSP90AA1', 'AKT1', 'TXN', 'EPHB2', 'HSPA1A', 'HBEGF', 'FYN', 'MAPK8'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAA2', 'AKT1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'P4HA2', 'PLCG1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SOD2', 'MAPK14', 'NFKB1'}, number: 3
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MTOR', 'DVL3', 'DVL2', 'LRP5', 'GSK3B', 'AKT1', 'TSC2', 'TCF7L2', 'RYK', 'LRP6', 'CCND1', 'FRAT1', 'CSNK1A1', 'CTBP1', 'APC', 'MAPK8'}, number: 16
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'PRKCB', 'AKT1', 'MAPK8'}, number: 5
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'PRKCA', 'GSK3B', 'APC'}, number: 4
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DVL3', 'DVL2', 'GSK3B', 'AKT1', 'TCF7L2', 'CCND1', 'APC', 'FRAT1', 'CDK6', 'MAPK8'}, number: 10
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'AKT1', 'CCND1', 'CDK6'}, number: 5
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DVL3', 'DVL2', 'GSK3B', 'AKT1', 'TCF7L2', 'CCND1', 'APC', 'FRAT1', 'CDK6', 'MAPK8'}, number: 10
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK6', 'CCND1', 'AKT1'}, number: 3
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'GSK3B', 'MAPK8'}, number: 3
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'GSK3B', 'PRKCB', 'AKT1', 'TSC2', 'CCND1', 'CDK6', 'MAPK8'}, number: 9
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DVL3', 'DVL2', 'GSK3B', 'AKT1', 'TCF7L2', 'CCND1', 'APC', 'FRAT1', 'CDK6', 'MAPK8'}, number: 10
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'MTOR', 'AKT1'}, number: 3
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1', 'MAPK8'}, number: 2
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MTOR', 'DVL3', 'PRKCA', 'DVL2', 'LRP5', 'GSK3B', 'PRKCB', 'TSC2', 'PPARG', 'TCF7L2', 'RYK', 'LRP6', 'CCND1', 'FRAT1', 'CSNK1A1', 'CTBP1', 'APC', 'MAPK8'}, number: 18
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DVL3', 'PRKCA', 'DVL2', 'GSK3B', 'AKT1', 'TCF7L2', 'CCND1', 'APC', 'FRAT1', 'CDK6', 'MAPK8'}, number: 11
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'AKT1', 'PRKCB', 'ARRB2', 'GSK3B'}, number: 4
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MTOR', 'MAPK8', 'GSK3B', 'AKT1', 'TSC2', 'APC'}, number: 6
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'GSK3B', 'PRKCB', 'AKT1', 'TSC2', 'APC', 'MAPK8'}, number: 8
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'MTOR', 'AKT1'}, number: 3
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MTOR', 'PRKCA', 'GSK3B', 'AKT1', 'TSC2', 'MAPK8'}, number: 6
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP363, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'CCND2', 'BRCA1', 'E2F1', 'CDK2', 'CDKN1A', 'CCND1', 'TP53', 'CCNE1', 'CCND3'}, number: 10
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1', 'ABL1'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1', 'CDK1'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'CDK5', 'CCNG1', 'H2AX', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'CDK6', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'RAD17', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'BRCA1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'RAD1'}, number: 40
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'TP53', 'DDB2', 'E2F1', 'GADD45G', 'CDKN1A', 'CCND1', 'CDK6', 'GADD45A'}, number: 10
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'CDK6', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'RAD17', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'BRCA1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'RAD1'}, number: 39
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'CDK6', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'RAD17', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'BRCA1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'RAD1'}, number: 39
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'TP53', 'CCND2', 'BRCA1', 'ABL1', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'CCNE1', 'CCND3'}, number: 13
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'CDK6', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'RAD17', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'BRCA1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'RAD1'}, number: 39
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND2', 'H2AX', 'CCNG1', 'CCNE1', 'CCND3', 'SFN', 'RRM2B', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'BRCA1', 'CDKN1A'}, number: 25
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCND2', 'CCNB2', 'CDK5', 'H2AX', 'CCNE1', 'CCND3', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'TNFRSF10B', 'CHEK1', 'CDKN1B', 'CDK6', 'PIDD1', 'ATR', 'RAD50', 'CDK2', 'MRE11', 'CCND1', 'RAD51', 'RAD17', 'TP53', 'CCNE2', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'BRCA1', 'E2F1', 'ABL1', 'GADD45G', 'CDKN1A', 'RAD1'}, number: 39
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CDK5'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CDK5'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'CDKN1A', 'CCNB1'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'E2F1', 'CDKN1A', 'CCND1', 'TP53', 'CCNE1', 'CCND3'}, number: 6
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1', 'ABL1'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDC25A', 'E2F1', 'ABL1', 'CDK6', 'CDKN1B', 'CDKN1A', 'CCND1', 'TP53', 'H2AX', 'CCNE1', 'CCND3'}, number: 11
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TP53', 'E2F1', 'CDKN1A', 'CCND1', 'CDK6'}, number: 5
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDC25A', 'E2F1', 'ABL1', 'CDK6', 'CDKN1B', 'CDKN1A', 'CCND1', 'TP53', 'H2AX', 'CCNE1', 'CCND3'}, number: 11
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDC25A', 'E2F1', 'ABL1', 'CDK6', 'CDKN1B', 'CDKN1A', 'CCND1', 'TP53', 'H2AX', 'CCNE1', 'CCND3'}, number: 11
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ABL1', 'CDK6', 'CDKN1B', 'CDKN1A', 'CCND1', 'TP53', 'CCNE1', 'CCND3'}, number: 8
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDC25A', 'E2F1', 'ABL1', 'CDK6', 'CDKN1B', 'CDKN1A', 'CCND1', 'TP53', 'H2AX', 'CCNE1', 'CCND3'}, number: 11
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDC25A', 'CDKN1A', 'CCND1', 'H2AX', 'CCNE1', 'CCND3'}, number: 6
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDC25A', 'E2F1', 'ABL1', 'CDK6', 'CDKN1B', 'CDKN1A', 'CCND1', 'TP53', 'H2AX', 'CCNE1', 'CCND3'}, number: 11
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'CDKN1A'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Section 7.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 7.5.5.

final_geneoverlaptable_AGNP_24H=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs3,orient='index')
Section 7.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 57. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count3= {}

for index, row in exploded_df3_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count3:
            variable_count3[unique_KE] = 1
    else:
            variable_count3[unique_KE] += 1

print("The total number of genes: ")
print(variable_count3)
The total number of genes: 
{'Retinoblastoma Gene In Cancer WP2446': 68, 'DNA Repair Pathways Full Network WP4946': 78, 'DNA IR Damage And Cellular Response Via ATR WP4016': 57, 'Cell Cycle WP179': 74, 'Ciliary Landscape WP4352': 106, 'VEGFA VEGFR2 Signaling WP3888': 182, 'P53 Transcriptional Gene Network WP4963': 54, 'G1 To S Cell Cycle Control WP45': 42, 'Photodynamic Therapy Induced Unfolded Protein Response WP3613': 20, 'miRNA Regulation Of DNA Damage Response WP1530': 40, 'DNA Damage Response WP707': 40, 'DNA Replication WP466': 28, 'ATM Signaling In Development And Disease WP3878': 28, 'Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525': 35, 'DNA Mismatch Repair WP531': 17, 'Gastric Cancer Network 1 WP2361': 18, 'Nucleotide Excision Repair WP4753': 26, 'Translation Factors WP107': 26, 'Glucocorticoid Receptor Pathway WP2880': 38, 'Parkin Ubiquitin Proteasomal System Pathway WP2359': 36, 'Ferroptosis WP4313': 33, 'Primary Focal Segmental Glomerulosclerosis FSGS WP2572': 37, 'Base Excision Repair WP4752': 20, 'Unfolded Protein Response WP4925': 16, 'Insulin Signaling WP481': 71, 'Copper Homeostasis WP3286': 27, 'Hepatitis C And Hepatocellular Carcinoma WP3646': 28, 'EGF EGFR Signaling WP437': 70, 'Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114': 34, 'Androgen Receptor Network In Prostate Cancer WP2263': 50, 'Senescence Associated Secretory Phenotype SASP WP3391': 43, 'Glioblastoma Signaling WP2261': 41, 'DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959': 29, 'Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864': 28, 'Kleefstra Syndrome WP5351': 18, 'mRNA Processing WP411': 54, 'Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612': 15, 'Transcriptional Activation By NRF2 In Response To Phytochemicals WP3': 11, 'Macrophage Stimulating Protein MSP Signaling WP5353': 48, 'Pleural Mesothelioma WP5087': 159, 'Nuclear Receptors Meta Pathway WP2882': 117, 'Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113': 18, 'Pancreatic Adenocarcinoma Pathway WP4263': 40, 'Genes Related To Primary Cilium Development Based On CRISPR WP4536': 46, 'DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180': 31, 'NF1 Copy Number Variation Syndrome WP5366': 42, 'miRNAs Involved In DNA Damage Response WP1545': 11, 'Gastric Cancer Network 2 WP2363': 17, 'EGFR Tyrosine Kinase Inhibitor Resistance WP4806': 39, 'Androgen Receptor Signaling WP138': 39, 'Glycogen Synthesis And Degradation WP500': 22, 'Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341': 35, 'ATM Signaling WP2516': 21, 'Selenium Metabolism And Selenoproteins WP28': 23, 'Integrated Cancer Pathway WP1971': 23, 'Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879': 27, 'NRF2 ARE Regulation WP4357': 14, 'Oncostatin M Signaling WP2374': 28, 'JAK STAT Signaling In The Regulation Of Beta Cells WP5358': 19, 'Cohesin Complex Cornelia De Lange Syndrome WP5117': 19, 'ATR Signaling WP3875': 8, 'Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577': 23, 'Spina Bifida WP5150': 9, 'Head And Neck Squamous Cell Carcinoma WP4674': 34, 'Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614': 19, 'Small Cell Lung Cancer WP4658': 40, 'Type 2 Papillary Renal Cell Carcinoma WP4241': 18, 'MAPK Cascade WP422': 18, 'Relevant Molecular Pathways And Targeted Agents In TNBC WP5215': 20, 'MicroRNAs In Cardiomyocyte Hypertrophy WP1544': 36, 'Disorders Of Folate Metabolism And Transport WP4259': 11, 'Cancer Pathways WP5434': 173, 'Wnt Signaling WP363': 23, 'FBXL10 Enhancement Of MAP ERK Signaling In DLBCL WP4553': 14, 'Non Small Cell Lung Cancer WP4255': 32, 'Prolactin Signaling WP2037': 33, 'Metabolic Epileptic Disorders WP5355': 38}

Step 58. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df3=pd.DataFrame.from_dict(variable_count3,orient='index')
reset_variable_count_df3 = variable_count_df3.reset_index()
reset_variable_count_df3.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_AGNP24H=final_geneoverlaptable_AGNP_24H.reset_index(level=[1])
Genesetoverlaptable_AGNP24H.reset_index(inplace=True)
Genesetoverlaptable_AGNP24H.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C3=pd.merge(reset_variable_count_df3,Genesetoverlaptable_AGNP24H, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C3.loc[:,'Percent geneset overlap']= tabulation_C3.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C3

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Retinoblastoma Gene In Cancer WP2446 68 https://identifiers.org/aop.events/105 {} 0 0.0
1 Retinoblastoma Gene In Cancer WP2446 68 https://identifiers.org/aop.events/1090 {CDK4, E2F1, BARD1, CDK2, RAF1, CDKN1A, CCND1,... 10 14.705882352941178
2 Retinoblastoma Gene In Cancer WP2446 68 https://identifiers.org/aop.events/1115 {} 0 0.0
3 Retinoblastoma Gene In Cancer WP2446 68 https://identifiers.org/aop.events/1271 {} 0 0.0
4 Retinoblastoma Gene In Cancer WP2446 68 https://identifiers.org/aop.events/1392 {} 0 0.0
... ... ... ... ... ... ...
2613 Metabolic Epileptic Disorders WP5355 38 https://identifiers.org/aop.events/41 {SLC2A5, SLC2A1, SLC2A3} 3 7.894736842105263
2614 Metabolic Epileptic Disorders WP5355 38 https://identifiers.org/aop.events/459 {GCDH, HADH, ECHS1, PDHA1} 4 10.526315789473683
2615 Metabolic Epileptic Disorders WP5355 38 https://identifiers.org/aop.events/68 {PSAT1, PHGDH, SLC2A1} 3 7.894736842105263
2616 Metabolic Epileptic Disorders WP5355 38 https://identifiers.org/aop.events/887 {} 0 0.0
2617 Metabolic Epileptic Disorders WP5355 38 https://identifiers.org/aop.events/890 {XDH} 1 2.631578947368421

2618 rows × 6 columns

Section 8. Comparison 4: cadmium chloride timepoint 2

Section 8.1 Calculation of n variable

In this section, variable n will be calculated for the comparison:4.

Step 59. The table containing the differential expressed genes for comparison 4 is loaded with the filter for significance.

C4_DEG= pd.read_csv('topTable_X48_CdCl2_.5 - X48_vehicle...control_.0.TSV.tsv',sep='\t')
C_4_DEG= C4_DEG[C4_DEG['adj. p-value'] < 0.05]
Comparison_4_DEG= C_4_DEG.copy()  
Comparison_4_DEG.rename(columns={Comparison_4_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
Comparison_4_DEG['Entrez.Gene'] = Comparison_4_DEG['Entrez.Gene'].astype(str)

Step 60. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_AgNP_48h= pd.merge(mergeddataframe,Comparison_4_DEG, on='Entrez.Gene')
merged_dataframe_DEG_AgNP_48h

KEID WPtitle WPID Gene.Symbol Entrez.Gene N meanExpr log2FC log2FC SE p-value adj. p-value
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL20 6364 129 6.657684 0.575470 0.129108 1.250008e-04 0.008984
1 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 IL6ST 3572 169 6.884082 0.498648 0.092268 1.267998e-05 0.001946
2 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 TGFBR3 7049 169 5.701143 -0.281944 0.078201 1.032939e-03 0.037582
3 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 STAT6 6778 169 7.752970 -0.277882 0.077119 1.038256e-03 0.037683
4 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 PHGDH 26227 169 8.304610 0.435296 0.083119 1.886086e-05 0.002493
... ... ... ... ... ... ... ... ... ... ... ...
1015 https://identifiers.org/aop.events/352 Apoptosis WP254 BIRC5 332 398 7.296443 -0.308069 0.078112 4.454538e-04 0.020882
1016 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 HRAS 3265 398 7.027994 -0.329096 0.086890 6.571095e-04 0.027444
1017 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 AKT1 207 398 7.379132 -0.528683 0.069353 9.600194e-08 0.000065
1018 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 RPS6KA1 6195 398 6.892861 -0.431869 0.092076 7.058310e-05 0.006179
1019 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EIF4EBP1 1978 398 9.439758 0.455919 0.073124 1.870438e-06 0.000559

1020 rows × 11 columns

Step 61. The following for loop for the key events to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count4= {}

for index, row in merged_dataframe_DEG_AgNP_48h.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj. p-value']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count4:
            variable_n_dictionary_count4[unique_KE] = 1
        else:
            variable_n_dictionary_count4[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count4)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 1, 'https://identifiers.org/aop.events/875': 9, 'https://identifiers.org/aop.events/2007': 9, 'https://identifiers.org/aop.events/1495': 9, 'https://identifiers.org/aop.events/105': 3, 'https://identifiers.org/aop.events/1816': 3, 'https://identifiers.org/aop.events/1668 ': 6, 'https://identifiers.org/aop.events/244 ': 25, 'https://identifiers.org/aop.events/1814 ': 18, 'https://identifiers.org/aop.events/888': 1, 'https://identifiers.org/aop.events/1574': 1, 'https://identifiers.org/aop.events/41': 10, 'https://identifiers.org/aop.events/1270': 3, 'https://identifiers.org/aop.events/1086': 9, 'https://identifiers.org/aop.events/1539': 16, 'https://identifiers.org/aop.events/201': 4, 'https://identifiers.org/aop.events/457': 38, 'https://identifiers.org/aop.events/55': 18, 'https://identifiers.org/aop.events/188': 2, 'https://identifiers.org/aop.events/618': 12, 'https://identifiers.org/aop.events/389': 4, 'https://identifiers.org/aop.events/177': 9, 'https://identifiers.org/aop.events/2013': 13, 'https://identifiers.org/aop.events/2006': 12, 'https://identifiers.org/aop.events/1497': 23, 'https://identifiers.org/aop.events/870': 2, 'https://identifiers.org/aop.events/1669': 21, 'https://identifiers.org/aop.events/202': 10, 'https://identifiers.org/aop.events/1917': 7, 'https://identifiers.org/aop.events/1633': 46, 'https://identifiers.org/aop.events/1815': 10, 'https://identifiers.org/aop.events/386': 22, 'https://identifiers.org/aop.events/1582': 4, 'https://identifiers.org/aop.events/1896': 12, 'https://identifiers.org/aop.events/1172': 1, 'https://identifiers.org/aop.events/1496': 17, 'https://identifiers.org/aop.events/68': 10, 'https://identifiers.org/aop.events/1493': 34, 'https://identifiers.org/aop.events/265': 15, 'https://identifiers.org/aop.events/1817': 16, 'https://identifiers.org/aop.events/1819': 2, 'https://identifiers.org/aop.events/1750': 23, 'https://identifiers.org/aop.events/1848': 7, 'https://identifiers.org/aop.events/1365': 16, 'https://identifiers.org/aop.events/1587': 3, 'https://identifiers.org/aop.events/1457': 2, 'https://identifiers.org/aop.events/1586': 3, 'https://identifiers.org/aop.events/149': 46, 'https://identifiers.org/aop.events/1575': 16, 'https://identifiers.org/aop.events/1579': 16, 'https://identifiers.org/aop.events/87': 6, 'https://identifiers.org/aop.events/288': 1, 'https://identifiers.org/aop.events/209': 27, 'https://identifiers.org/aop.events/1498': 8, 'https://identifiers.org/aop.events/1500': 15, 'https://identifiers.org/aop.events/1488': 9, 'https://identifiers.org/aop.events/1494': 4, 'https://identifiers.org/aop.events/52': 10, 'https://identifiers.org/aop.events/381': 15, 'https://identifiers.org/aop.events/484': 40, 'https://identifiers.org/aop.events/388': 9, 'https://identifiers.org/aop.events/1262': 16, 'https://identifiers.org/aop.events/1945': 56, 'https://identifiers.org/aop.events/2009': 4, 'https://identifiers.org/aop.events/2012': 15, 'https://identifiers.org/aop.events/1770': 2, 'https://identifiers.org/aop.events/1818': 15, 'https://identifiers.org/aop.events/1752': 3, 'https://identifiers.org/aop.events/887': 3, 'https://identifiers.org/aop.events/1585': 6, 'https://identifiers.org/aop.events/1271': 5, 'https://identifiers.org/aop.events/1087': 23, 'https://identifiers.org/aop.events/898': 16, 'https://identifiers.org/aop.events/195': 9, 'https://identifiers.org/aop.events/459': 5, 'https://identifiers.org/aop.events/341': 1, 'https://identifiers.org/aop.events/1670': 7, 'https://identifiers.org/aop.events/759': 3, 'https://identifiers.org/aop.events/1090': 33, 'https://identifiers.org/aop.events/344': 2, 'https://identifiers.org/aop.events/1841': 2, 'https://identifiers.org/aop.events/1820': 3, 'https://identifiers.org/aop.events/896': 4, 'https://identifiers.org/aop.events/1549': 4, 'https://identifiers.org/aop.events/352': 20}

Step 62. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe4=pd.DataFrame.from_dict(variable_n_dictionary_count4,orient='index')
n_variable_dataframe4

0
https://identifiers.org/aop.events/486 1
https://identifiers.org/aop.events/875 9
https://identifiers.org/aop.events/2007 9
https://identifiers.org/aop.events/1495 9
https://identifiers.org/aop.events/105 3
... ...
https://identifiers.org/aop.events/1841 2
https://identifiers.org/aop.events/1820 3
https://identifiers.org/aop.events/896 4
https://identifiers.org/aop.events/1549 4
https://identifiers.org/aop.events/352 20

85 rows × 1 columns

n_variable_dataframe4_reset = n_variable_dataframe4.reset_index()
n_variable_dataframe4_reset.columns = ['KEID', 'n']
n_variable_dataframe4_reset

KEID n
0 https://identifiers.org/aop.events/486 1
1 https://identifiers.org/aop.events/875 9
2 https://identifiers.org/aop.events/2007 9
3 https://identifiers.org/aop.events/1495 9
4 https://identifiers.org/aop.events/105 3
... ... ...
80 https://identifiers.org/aop.events/1841 2
81 https://identifiers.org/aop.events/1820 3
82 https://identifiers.org/aop.events/896 4
83 https://identifiers.org/aop.events/1549 4
84 https://identifiers.org/aop.events/352 20

85 rows × 2 columns

merged_dataframe4= pd.merge(mergeddataframeDEG, n_variable_dataframe4_reset, on='KEID')

Section 8.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 63. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(C4_DEG.index)
B
20411

Step 64. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

C4_DEG_filtered=C4_DEG[C4_DEG['adj. p-value'] < 0.05]
b=len(C4_DEG_filtered)
b
654

Section 8.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 65. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe4.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([20411 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([654 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 66. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 1 20411 654 0.24193395443662138
1 https://identifiers.org/aop.events/875 169 9 20411 654 1.6620433201237719
2 https://identifiers.org/aop.events/2007 184 9 20411 654 1.5265506581571602
3 https://identifiers.org/aop.events/1495 253 9 20411 654 1.1102186604779347
4 https://identifiers.org/aop.events/105 165 3 20411 654 0.5674450931331665
... ... ... ... ... ... ...
76 https://identifiers.org/aop.events/1841 17 2 20411 654 3.6717035438028423
77 https://identifiers.org/aop.events/1820 57 3 20411 654 1.6426042169644295
78 https://identifiers.org/aop.events/896 82 4 20411 654 1.5224136645036177
79 https://identifiers.org/aop.events/1549 101 4 20411 654 1.2360190147455112
80 https://identifiers.org/aop.events/352 398 20 20411 654 1.56831558403639

81 rows × 6 columns

Step 67. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe4=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe4.append(p)
             
Hypergeometricpvalue_dataframe4=pd.DataFrame(p_value_dataframe4)
Hypergeometricpvalue_dataframe4.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe4

Hypergeometric p-value
0 0.063525
1 0.048320
2 0.065053
3 0.128529
4 0.123455
... ...
76 0.085652
77 0.166031
78 0.145596
79 0.183252
80 0.014357

81 rows × 1 columns

merged_finaltable4=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe4],axis=1)

Section 8.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 68. Lastly, we filter the results to showcase the significant KEs for the comparison: Bisphenol A 1uM.

filteredversion_C4= merged_finaltable4[(merged_finaltable4['Enrichmentscore']>str(1))& (merged_finaltable4['Hypergeometric p-value'] < 0.05)]
# Ensure numeric types
filteredversion_C4['Hypergeometric p-value'] = pd.to_numeric(filteredversion_C4['Hypergeometric p-value'], errors='coerce')
filteredversion_C4['Enrichmentscore'] = pd.to_numeric(filteredversion_C4['Enrichmentscore'], errors='coerce')
filteredversion_C4['combined_score'] = -np.log(filteredversion_C4['Hypergeometric p-value']) * filteredversion_C4['Enrichmentscore']

# Sort by combined score (highest first)
C4_sorted = filteredversion_C4.sort_values(by='combined_score', ascending=False)
C4_sorted
# Show top rows
#C4_sorted.to_excel('ConsistentKE-Cadmium-T2.xlsx')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\101285806.py:2: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C4['Hypergeometric p-value'] = pd.to_numeric(filteredversion_C4['Hypergeometric p-value'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\101285806.py:3: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C4['Enrichmentscore'] = pd.to_numeric(filteredversion_C4['Enrichmentscore'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\101285806.py:4: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C4['combined_score'] = -np.log(filteredversion_C4['Hypergeometric p-value']) * filteredversion_C4['Enrichmentscore']

KEID N n B b Enrichmentscore Hypergeometric p-value combined_score
28 https://identifiers.org/aop.events/1815 58 10 20411 654 5.380945 0.000012 61.007311
33 https://identifiers.org/aop.events/68 64 10 20411 654 4.876481 0.000029 51.031791
20 https://identifiers.org/aop.events/2013 100 13 20411 654 4.057232 0.000015 45.153065
66 https://identifiers.org/aop.events/1585 35 6 20411 654 5.350197 0.000673 39.073854
12 https://identifiers.org/aop.events/1539 170 16 20411 654 2.937363 0.000085 27.526736
74 https://identifiers.org/aop.events/1090 459 33 20411 654 2.243819 0.000009 26.115319
14 https://identifiers.org/aop.events/457 584 38 20411 654 2.030754 0.000018 22.230572
8 https://identifiers.org/aop.events/1814 251 18 20411 654 2.238130 0.000786 15.999104
55 https://identifiers.org/aop.events/381 199 15 20411 654 2.352473 0.001241 15.742349
56 https://identifiers.org/aop.events/484 706 40 20411 654 1.768242 0.000184 15.203658
13 https://identifiers.org/aop.events/201 36 4 20411 654 3.467720 0.021824 13.263153
18 https://identifiers.org/aop.events/389 36 4 20411 654 3.467720 0.021824 13.263153
7 https://identifiers.org/aop.events/244 417 25 20411 654 1.871072 0.001131 12.695299
15 https://identifiers.org/aop.events/55 288 18 20411 654 1.950593 0.003093 11.271583
29 https://identifiers.org/aop.events/386 372 22 20411 654 1.845722 0.002362 11.163202
72 https://identifiers.org/aop.events/1670 88 7 20411 654 2.482572 0.015606 10.327669
67 https://identifiers.org/aop.events/1271 58 5 20411 654 2.690472 0.027433 9.674979
59 https://identifiers.org/aop.events/1945 1218 56 20411 654 1.434919 0.001532 9.299541
61 https://identifiers.org/aop.events/2012 260 15 20411 654 1.800547 0.010950 8.128421
51 https://identifiers.org/aop.events/1500 260 15 20411 654 1.800547 0.010950 8.128421
24 https://identifiers.org/aop.events/1669 400 21 20411 654 1.638498 0.008832 7.749073
35 https://identifiers.org/aop.events/265 268 15 20411 654 1.746799 0.013499 7.520253
63 https://identifiers.org/aop.events/1818 270 15 20411 654 1.733860 0.014192 7.377752
31 https://identifiers.org/aop.events/1896 205 12 20411 654 1.826896 0.017816 7.358092
11 https://identifiers.org/aop.events/1086 144 9 20411 654 1.950593 0.024723 7.217230
27 https://identifiers.org/aop.events/1633 1056 46 20411 654 1.359504 0.007178 6.711541
44 https://identifiers.org/aop.events/149 1056 46 20411 654 1.359504 0.007178 6.711541
80 https://identifiers.org/aop.events/352 398 20 20411 654 1.568316 0.014357 6.655168
21 https://identifiers.org/aop.events/2006 216 12 20411 654 1.733860 0.023786 6.482327
69 https://identifiers.org/aop.events/898 328 16 20411 654 1.522414 0.027887 5.449633
58 https://identifiers.org/aop.events/1262 328 16 20411 654 1.522414 0.027887 5.449633
36 https://identifiers.org/aop.events/1817 328 16 20411 654 1.522414 0.027887 5.449633
45 https://identifiers.org/aop.events/1575 328 16 20411 654 1.522414 0.027887 5.449633
40 https://identifiers.org/aop.events/1365 328 16 20411 654 1.522414 0.027887 5.449633
25 https://identifiers.org/aop.events/202 186 10 20411 654 1.677929 0.039266 5.432131
49 https://identifiers.org/aop.events/209 617 27 20411 654 1.365731 0.022402 5.187903
57 https://identifiers.org/aop.events/388 169 9 20411 654 1.662043 0.048320 5.035849
1 https://identifiers.org/aop.events/875 169 9 20411 654 1.662043 0.048320 5.035849
34 https://identifiers.org/aop.events/1493 812 34 20411 654 1.306801 0.021375 5.025348
17 https://identifiers.org/aop.events/618 240 12 20411 654 1.560474 0.040014 5.022411
38 https://identifiers.org/aop.events/1750 528 23 20411 654 1.359504 0.030245 4.756117
68 https://identifiers.org/aop.events/1087 528 23 20411 654 1.359504 0.030245 4.756117
22 https://identifiers.org/aop.events/1497 528 23 20411 654 1.359504 0.030245 4.756117
46 https://identifiers.org/aop.events/1579 353 16 20411 654 1.414594 0.041370 4.505747
filteredversion_C4

KEID N n B b Enrichmentscore Hypergeometric p-value combined_score
1 https://identifiers.org/aop.events/875 169 9 20411 654 1.662043 0.048320 5.035849
7 https://identifiers.org/aop.events/244 417 25 20411 654 1.871072 0.001131 12.695299
8 https://identifiers.org/aop.events/1814 251 18 20411 654 2.238130 0.000786 15.999104
11 https://identifiers.org/aop.events/1086 144 9 20411 654 1.950593 0.024723 7.217230
12 https://identifiers.org/aop.events/1539 170 16 20411 654 2.937363 0.000085 27.526736
13 https://identifiers.org/aop.events/201 36 4 20411 654 3.467720 0.021824 13.263153
14 https://identifiers.org/aop.events/457 584 38 20411 654 2.030754 0.000018 22.230572
15 https://identifiers.org/aop.events/55 288 18 20411 654 1.950593 0.003093 11.271583
17 https://identifiers.org/aop.events/618 240 12 20411 654 1.560474 0.040014 5.022411
18 https://identifiers.org/aop.events/389 36 4 20411 654 3.467720 0.021824 13.263153
20 https://identifiers.org/aop.events/2013 100 13 20411 654 4.057232 0.000015 45.153065
21 https://identifiers.org/aop.events/2006 216 12 20411 654 1.733860 0.023786 6.482327
22 https://identifiers.org/aop.events/1497 528 23 20411 654 1.359504 0.030245 4.756117
24 https://identifiers.org/aop.events/1669 400 21 20411 654 1.638498 0.008832 7.749073
25 https://identifiers.org/aop.events/202 186 10 20411 654 1.677929 0.039266 5.432131
27 https://identifiers.org/aop.events/1633 1056 46 20411 654 1.359504 0.007178 6.711541
28 https://identifiers.org/aop.events/1815 58 10 20411 654 5.380945 0.000012 61.007311
29 https://identifiers.org/aop.events/386 372 22 20411 654 1.845722 0.002362 11.163202
31 https://identifiers.org/aop.events/1896 205 12 20411 654 1.826896 0.017816 7.358092
33 https://identifiers.org/aop.events/68 64 10 20411 654 4.876481 0.000029 51.031791
34 https://identifiers.org/aop.events/1493 812 34 20411 654 1.306801 0.021375 5.025348
35 https://identifiers.org/aop.events/265 268 15 20411 654 1.746799 0.013499 7.520253
36 https://identifiers.org/aop.events/1817 328 16 20411 654 1.522414 0.027887 5.449633
38 https://identifiers.org/aop.events/1750 528 23 20411 654 1.359504 0.030245 4.756117
40 https://identifiers.org/aop.events/1365 328 16 20411 654 1.522414 0.027887 5.449633
44 https://identifiers.org/aop.events/149 1056 46 20411 654 1.359504 0.007178 6.711541
45 https://identifiers.org/aop.events/1575 328 16 20411 654 1.522414 0.027887 5.449633
46 https://identifiers.org/aop.events/1579 353 16 20411 654 1.414594 0.041370 4.505747
49 https://identifiers.org/aop.events/209 617 27 20411 654 1.365731 0.022402 5.187903
51 https://identifiers.org/aop.events/1500 260 15 20411 654 1.800547 0.010950 8.128421
55 https://identifiers.org/aop.events/381 199 15 20411 654 2.352473 0.001241 15.742349
56 https://identifiers.org/aop.events/484 706 40 20411 654 1.768242 0.000184 15.203658
57 https://identifiers.org/aop.events/388 169 9 20411 654 1.662043 0.048320 5.035849
58 https://identifiers.org/aop.events/1262 328 16 20411 654 1.522414 0.027887 5.449633
59 https://identifiers.org/aop.events/1945 1218 56 20411 654 1.434919 0.001532 9.299541
61 https://identifiers.org/aop.events/2012 260 15 20411 654 1.800547 0.010950 8.128421
63 https://identifiers.org/aop.events/1818 270 15 20411 654 1.733860 0.014192 7.377752
66 https://identifiers.org/aop.events/1585 35 6 20411 654 5.350197 0.000673 39.073854
67 https://identifiers.org/aop.events/1271 58 5 20411 654 2.690472 0.027433 9.674979
68 https://identifiers.org/aop.events/1087 528 23 20411 654 1.359504 0.030245 4.756117
69 https://identifiers.org/aop.events/898 328 16 20411 654 1.522414 0.027887 5.449633
72 https://identifiers.org/aop.events/1670 88 7 20411 654 2.482572 0.015606 10.327669
74 https://identifiers.org/aop.events/1090 459 33 20411 654 2.243819 0.000009 26.115319
80 https://identifiers.org/aop.events/352 398 20 20411 654 1.568316 0.014357 6.655168

Section 8.5. Calculation of percent gene overlap to ORA

Section 8.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 69. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

mergeddataframe_final2=mergeddataframe_final.copy()
mergeddataframe_final2['KEID'] = mergeddataframe_final2['KEID'].str.strip()
significantKEID_genetable4=mergeddataframe_final2[(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1497')|(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/875')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/244') | (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1814')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1086')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1539')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/201')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/457')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/55')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/618')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/389')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/2013')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1669')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/202')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1633')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1815')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/386')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1896')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/68')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1493')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/265')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1817')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1750')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1365')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/149')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1575')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1579')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/209')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1500')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/381')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/484')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/388')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1262')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1945')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/2012')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1818')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1585')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1271')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1087')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/898')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1670')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1090')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/352')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/2006')]
significantKEIDgenetable4=significantKEID_genetable4.drop(columns={'WPtitle','ID'})
Section 8.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 70. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA4 = pd.read_csv("C:/Users/shaki/Downloads/EMEXP-2599_ORApathwaytable/Comparison 4-Cadmium-timepoint2.txt", sep='\t')
datafileORA4=pd.DataFrame(datafile_ORA4)
filtereddatafileORA_4=datafileORA4[datafileORA4['Adjusted P-value'] < 0.05]
filtereddatafileORA_4

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 2.207376e-20 1.803427e-17 0 0 8.362074 378.466600 TOP2A;RB1;CDKN1A;CDKN1B;MCM7;HMGB2;SMC3;SMC2;C...
1 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 4.634443e-13 1.893170e-10 0 0 2.096834 59.550280 RPL5;TRAF3IP2;NCF2;PLOD3;ETS1;ICAM1;AMOT;ACTG1...
2 WikiPathways_2024_Human Cell Cycle WP179 1.158770e-11 3.155717e-09 0 0 3.583526 90.237040 RB1;CDKN1C;CDKN1A;CDKN1B;MCM7;CCNH;SMC3;CDC14B...
3 WikiPathways_2024_Human G1 To S Cell Cycle Control WP45 7.583665e-10 1.548964e-07 0 0 4.814595 101.105800 RB1;CDKN1C;CDKN1A;CDKN1B;PCNA;MCM7;CCNH;PRIM1;...
4 WikiPathways_2024_Human DNA Replication WP466 3.955954e-09 6.464029e-07 0 0 6.867953 132.881500 PCNA;MCM7;PRIM1;GMNN;MCM10;POLD3;ORC4;CDC45;OR...
... ... ... ... ... ... ... ... ... ...
76 WikiPathways_2024_Human Fluoropyrimidine Activity WP1601 3.659414e-03 3.882780e-02 0 0 2.869667 16.100130 ABCC3;CDA;ABCC4;RRM1;RRM2;GGH;TYMS;UPB1;SMUG1;...
77 WikiPathways_2024_Human Epithelial To Mesenchymal Transition In Colore... 3.851971e-03 4.034693e-02 0 0 1.589447 8.836009 SPARC;PDCD6;PIK3CD;PIK3CB;CLDN2;FOXM1;AKT1;HRA...
78 WikiPathways_2024_Human Cholesterol Synthesis Disorders WP5193 3.937614e-03 4.072191e-02 0 0 3.944130 21.839360 IDI1;FDPS;SQLE;EBP;HMGCS1;SC5D;MSMO1;DHCR24;HM...
79 WikiPathways_2024_Human Thermogenesis WP4321 4.107860e-03 4.195152e-02 0 0 1.744101 9.583581 SMARCD3;KDM3B;NPR1;PRKAG1;ADCY3;ADCY7;ADCY6;AC...
80 WikiPathways_2024_Human Purine Metabolism And Related Disorders WP4224 4.486427e-03 4.525198e-02 0 0 3.263371 17.644070 PRPS1;PFAS;PAICS;APRT;DGUOK;PNP;RRM2B;PPAT;AOX...

81 rows × 9 columns

dropped_datafileORA_df4=filtereddatafileORA_4.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf4=dropped_datafileORA_df4.copy()
droppeddatafileORAdf4['Genes']= droppeddatafileORAdf4['Genes'].replace({';':','},regex=True)
df4_ORApathwaytable=droppeddatafileORAdf4.copy()
df4_ORApathwaytable['Genes'] = df4_ORApathwaytable['Genes'].astype(str)
df4_ORApathwaytable['Genes'] = df4_ORApathwaytable['Genes'].str.split(',')
exploded_df4_ORApathwaytable = df4_ORApathwaytable.explode('Genes', ignore_index=True)
Section 8.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 71. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets4 = exploded_df4_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets4 = significantKEIDgenetable4.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs4 = {}

for term, ORA_genes in ORA_gene_sets4.items():
    for KEID, KEID_genes in SignificantKE_gene_sets4.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs4[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs4:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs4.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1086: 2 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1087: 11 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1090: 12 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1262: 3 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1271: 0 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1365: 3 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/149: 11 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1493: 5 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1497: 11 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1500: 5 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1539: 5 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1575: 3 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1579: 8 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1585: 0 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1633: 11 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1669: 4 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1670: 6 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1750: 11 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1814: 4 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1815: 0 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1817: 3 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1818: 5 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1896: 1 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/1945: 8 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/2006: 4 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/201: 5 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/2012: 5 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/2013: 5 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/202: 6 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/209: 0 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/244: 4 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/265: 5 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/352: 7 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/381: 7 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/386: 6 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/388: 1 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/389: 5 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/457: 8 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/484: 8 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/55: 2 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/618: 3 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/68: 0 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/875: 1 overlaps
4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879 x https://identifiers.org/aop.events/898: 3 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1086: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1087: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1090: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1262: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1271: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1365: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/149: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1493: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1497: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1500: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1539: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1575: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1579: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1585: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1633: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1669: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1670: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1750: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1814: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1815: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1817: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1818: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1896: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1945: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/2006: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/201: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/2012: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/2013: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/202: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/209: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/244: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/265: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/352: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/381: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/386: 4 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/388: 4 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/389: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/457: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/484: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/55: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/618: 4 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/68: 5 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/875: 4 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/898: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1086: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1087: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1090: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1262: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1271: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1365: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/149: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1493: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1497: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1500: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1539: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1575: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1579: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1585: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1633: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1669: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1670: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1750: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1814: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1815: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1817: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1818: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1896: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1945: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2006: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/201: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2012: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2013: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/202: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/209: 5 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/244: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/265: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/352: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/381: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/386: 4 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/388: 4 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/389: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/457: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/484: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/55: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/618: 4 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/68: 3 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/875: 4 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/898: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1086: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1087: 11 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1090: 20 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1262: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1271: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1365: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/149: 11 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1493: 12 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1497: 11 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1500: 11 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1539: 16 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1575: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1579: 13 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1585: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1633: 11 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1669: 18 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1670: 13 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1750: 11 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1814: 18 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1815: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1817: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1818: 10 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1896: 14 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1945: 17 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2006: 18 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/201: 8 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2012: 11 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2013: 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/202: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/209: 13 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/244: 19 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/265: 11 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/352: 12 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/381: 14 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/386: 13 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/388: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/389: 8 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/457: 15 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/484: 16 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/55: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/618: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/68: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/875: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/898: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1086: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1087: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1090: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1262: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1271: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1365: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/149: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1493: 8 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1497: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1500: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1539: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1575: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1579: 6 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1585: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1633: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1669: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1670: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1750: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1814: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1815: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1817: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1818: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1896: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1945: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/2006: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/201: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/2012: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/2013: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/202: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/209: 10 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/244: 9 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/265: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/352: 7 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/381: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/386: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/388: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/389: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/457: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/484: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/55: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/618: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/68: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/875: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/898: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1086: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1087: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1090: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1262: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1271: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1365: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/149: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1493: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1497: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1500: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1539: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1575: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1579: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1585: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1633: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1669: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1670: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1750: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1814: 6 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1815: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1817: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1818: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1896: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1945: 7 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/2006: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/201: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/2012: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/2013: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/202: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/209: 6 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/244: 10 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/265: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/352: 7 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/381: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/386: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/388: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/389: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/457: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/484: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/55: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/618: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/68: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/875: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/898: 5 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1086: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1087: 9 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1090: 11 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1262: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1271: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1365: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/149: 9 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1493: 8 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1497: 9 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1500: 8 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1539: 11 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1575: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1579: 8 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1585: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1633: 9 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1669: 6 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1670: 7 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1750: 9 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1814: 6 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1815: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1817: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1818: 8 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1896: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/1945: 12 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/2006: 6 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/201: 18 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/2012: 8 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/2013: 6 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/202: 2 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/209: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/244: 6 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/265: 8 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/352: 18 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/381: 18 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/386: 9 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/388: 3 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/389: 18 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/457: 8 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/484: 9 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/55: 1 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/618: 4 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/68: 0 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/875: 3 overlaps
BDNF TrkB Signaling WP3676 x https://identifiers.org/aop.events/898: 1 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1086: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1087: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1090: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1262: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1271: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1365: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/149: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1493: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1497: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1500: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1539: 1 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1575: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1579: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1585: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1633: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1669: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1670: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1750: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1814: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1815: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1817: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1818: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1896: 17 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1945: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/2006: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/201: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/2012: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/2013: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/202: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/209: 17 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/244: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/265: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/352: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/381: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/386: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/388: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/389: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/457: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/484: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/55: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/618: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/68: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/875: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/898: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1086: 18 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1087: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1090: 57 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1262: 18 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1271: 9 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1365: 18 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/149: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1493: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1497: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1500: 34 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1539: 20 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1575: 18 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1579: 40 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1585: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1633: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1669: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1670: 31 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1750: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1814: 38 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1815: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1817: 18 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1818: 33 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1896: 24 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1945: 61 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2006: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/201: 7 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2012: 34 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2013: 17 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/202: 8 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/209: 55 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/244: 55 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/265: 39 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/352: 30 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/381: 19 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/386: 30 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/388: 16 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/389: 7 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/457: 57 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/484: 56 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/55: 18 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/618: 19 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/68: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/875: 16 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/898: 18 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1086: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1087: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1090: 8 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1262: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1271: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1365: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/149: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1493: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1497: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1500: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1539: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1575: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1579: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1585: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1633: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1669: 22 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1670: 9 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1750: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1814: 21 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1815: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1817: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1818: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1896: 23 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1945: 8 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2006: 21 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/201: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2012: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2013: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/202: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/209: 13 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/244: 23 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/265: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/352: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/381: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/386: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/388: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/389: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/457: 6 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/484: 8 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/55: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/618: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/68: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/875: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/898: 1 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1086: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1087: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1262: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1271: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1365: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/149: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1493: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1497: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1500: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1539: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1575: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1579: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1585: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1633: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1669: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1670: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1750: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1814: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1817: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1818: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1896: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1945: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/2006: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/201: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/2012: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/202: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/209: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/244: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/265: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/352: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/381: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/386: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/388: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/389: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/457: 10 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/484: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/55: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/618: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/875: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/898: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1086: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1087: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1090: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1262: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1271: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1365: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/149: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1493: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1497: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1500: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1539: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1575: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1579: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1585: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1633: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1669: 4 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1670: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1750: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1814: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1815: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1817: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1818: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1896: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1945: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/2006: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/201: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/2012: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/2013: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/202: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/209: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/244: 3 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/265: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/352: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/381: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/386: 2 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/388: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/389: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/457: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/484: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/55: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/618: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/68: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/875: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/898: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1086: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1087: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1090: 8 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1262: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1271: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1365: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/149: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1493: 3 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1497: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1500: 3 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1539: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1575: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1579: 3 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1585: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1633: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1669: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1670: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1750: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1814: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1815: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1817: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1818: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1896: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1945: 6 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/2006: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/201: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/2012: 3 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/2013: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/202: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/209: 8 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/244: 7 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/265: 3 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/352: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/381: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/386: 10 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/388: 8 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/389: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/457: 7 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/484: 6 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/55: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/618: 9 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/68: 4 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/875: 8 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/898: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1086: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1087: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1090: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1262: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1271: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1365: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/149: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1493: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1497: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1500: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1539: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1575: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1579: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1585: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1633: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1669: 2 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1670: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1750: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1814: 2 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1815: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1817: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1818: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1896: 2 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1945: 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2006: 2 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/201: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2012: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2013: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/202: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/209: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/244: 2 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/265: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/352: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/381: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/386: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/388: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/389: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/457: 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/484: 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/55: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/618: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/68: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/875: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/898: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1086: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1087: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1090: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1262: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1271: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1365: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/149: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1493: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1497: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1500: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1539: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1575: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1579: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1585: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1633: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1669: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1670: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1750: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1814: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1815: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1817: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1818: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1896: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1945: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2006: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/201: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2012: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2013: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/202: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/209: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/244: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/265: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/352: 5 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/381: 5 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/386: 6 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/388: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/389: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/457: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/484: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/55: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/618: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/68: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/875: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/898: 4 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1086: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1087: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1090: 3 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1262: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1271: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1365: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/149: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1493: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1497: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1500: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1539: 2 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1575: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1579: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1585: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1633: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1669: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1670: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1750: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1814: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1815: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1817: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1818: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1896: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/1945: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/2006: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/201: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/2012: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/2013: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/202: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/209: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/244: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/265: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/352: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/381: 2 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/386: 2 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/388: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/389: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/457: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/484: 1 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/55: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/618: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/68: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/875: 0 overlaps
Cytoplasmic Ribosomal Proteins WP477 x https://identifiers.org/aop.events/898: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1086: 6 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1087: 4 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1090: 7 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1262: 6 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1365: 6 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/149: 4 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1493: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1497: 4 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1500: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1575: 6 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1579: 4 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1585: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1633: 4 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1669: 34 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1670: 12 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1750: 4 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1814: 34 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1815: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1817: 6 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1818: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1896: 34 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1945: 9 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2006: 34 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/201: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2012: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2013: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/202: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/209: 18 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/244: 34 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/265: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/352: 6 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/381: 3 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/386: 3 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/388: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/389: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/457: 7 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/484: 9 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/55: 6 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/618: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/875: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/898: 6 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1086: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1090: 4 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1262: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1365: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/149: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1493: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1500: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1575: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1579: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1669: 10 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1814: 10 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1817: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1818: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1896: 24 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1945: 2 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2006: 10 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/201: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2012: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/202: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/209: 21 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/244: 10 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/265: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/352: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/381: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/386: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/388: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/389: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/457: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/484: 2 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/55: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/618: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/68: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/875: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/898: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1086: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1090: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1262: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1365: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/149: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1493: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1500: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1575: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1579: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1669: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1814: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1817: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1818: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1896: 18 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1945: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2006: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/201: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2012: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/209: 18 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/244: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/265: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/352: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/381: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/386: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/388: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/389: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/457: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/484: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/55: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/618: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/875: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/898: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1086: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1090: 2 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1262: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1365: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/149: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1493: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1500: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1575: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1579: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1669: 5 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1670: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1814: 5 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1817: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1818: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1896: 59 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1945: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2006: 5 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/201: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2012: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/209: 59 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/244: 6 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/265: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/352: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/381: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/386: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/388: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/389: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/457: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/484: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/55: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/618: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/875: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/898: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1086: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1090: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1262: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1365: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/149: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1493: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1500: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1575: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1579: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1669: 3 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1814: 2 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1817: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1818: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1896: 12 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1945: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/2006: 2 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/201: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/2012: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/209: 12 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/244: 2 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/265: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/352: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/381: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/386: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/388: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/389: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/457: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/484: 1 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/55: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/618: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/875: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/898: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1086: 5 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1087: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1090: 23 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1262: 5 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1271: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1365: 5 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/149: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1493: 19 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1497: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1500: 19 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1539: 17 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1575: 5 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1579: 21 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1585: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1633: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1669: 15 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1670: 20 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1750: 22 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1814: 15 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1815: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1817: 5 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1818: 19 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1896: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1945: 35 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2006: 15 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/201: 10 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2012: 19 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2013: 11 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/202: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/209: 8 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/244: 19 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/265: 17 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/352: 14 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/381: 16 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/386: 19 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/388: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/389: 10 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/457: 24 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/484: 28 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/55: 5 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/618: 11 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/68: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/875: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/898: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1086: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1087: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1090: 9 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1262: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1271: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1365: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/149: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1493: 9 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1497: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1500: 9 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1539: 9 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1575: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1579: 10 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1585: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1633: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1669: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1670: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1750: 14 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1814: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1815: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1817: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1818: 8 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1896: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1945: 13 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/2006: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/201: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/2012: 9 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/2013: 7 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/202: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/209: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/244: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/265: 9 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/352: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/381: 7 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/386: 8 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/388: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/389: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/457: 8 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/484: 9 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/55: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/618: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/68: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/875: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/898: 5 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1086: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1087: 8 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1090: 6 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1262: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1271: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1365: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/149: 8 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1493: 10 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1497: 8 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1500: 10 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1539: 7 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1575: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1579: 10 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1585: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1633: 8 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1669: 5 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1670: 7 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1750: 8 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1814: 5 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1815: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1817: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1818: 10 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1896: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1945: 7 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/2006: 5 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/201: 5 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/2012: 10 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/2013: 4 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/202: 2 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/209: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/244: 6 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/265: 10 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/352: 5 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/381: 7 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/386: 7 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/388: 3 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/389: 5 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/457: 7 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/484: 7 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/55: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/618: 3 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/68: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/875: 3 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/898: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1086: 2 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1087: 17 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1090: 32 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1262: 2 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1271: 3 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1365: 2 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/149: 17 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1493: 13 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1497: 17 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1500: 13 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1539: 11 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1575: 2 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1579: 13 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1585: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1633: 17 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1669: 10 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1670: 10 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1750: 17 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1814: 10 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1815: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1817: 2 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1818: 12 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1896: 1 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1945: 19 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/2006: 10 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/201: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/2012: 13 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/2013: 8 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/202: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/209: 9 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/244: 12 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/265: 13 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/352: 7 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/381: 8 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/386: 10 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/388: 3 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/389: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/457: 17 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/484: 17 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/55: 2 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/618: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/68: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/875: 3 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/898: 2 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1086: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1087: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1090: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1262: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1271: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1365: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/149: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1493: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1497: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1500: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1539: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1575: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1579: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1585: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1633: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1669: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1670: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1750: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1814: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1815: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1817: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1818: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1896: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/1945: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/2006: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/201: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/2012: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/2013: 1 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/202: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/209: 2 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/244: 3 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/265: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/352: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/381: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/386: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/388: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/389: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/457: 2 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/484: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/55: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/618: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/68: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/875: 0 overlaps
Exercise Induced Circadian Regulation WP410 x https://identifiers.org/aop.events/898: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1086: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1087: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1090: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1262: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1271: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1365: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/149: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1493: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1497: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1500: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1539: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1575: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1579: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1585: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1633: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1669: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1670: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1750: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1814: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1815: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1817: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1818: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1896: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1945: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2006: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/201: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2012: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2013: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/202: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/209: 12 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/244: 8 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/265: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/352: 4 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/381: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/386: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/388: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/389: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/457: 4 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/484: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/55: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/618: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/68: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/875: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/898: 1 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1086: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1087: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1090: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1262: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1271: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1365: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/149: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1493: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1497: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1500: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1539: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1575: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1579: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1585: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1633: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1669: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1670: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1750: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1814: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1815: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1817: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1818: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1896: 1 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1945: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/2006: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/201: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/2012: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/2013: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/202: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/209: 4 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/244: 3 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/265: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/352: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/381: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/386: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/388: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/389: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/457: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/484: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/55: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/618: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/68: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/875: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/898: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1086: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1087: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1090: 6 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1262: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1271: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1365: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/149: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1493: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1497: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1500: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1539: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1575: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1579: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1585: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1633: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1669: 16 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1670: 7 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1750: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1814: 15 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1815: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1817: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1818: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1896: 21 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1945: 9 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/2006: 15 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/201: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/2012: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/2013: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/202: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/209: 14 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/244: 15 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/265: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/352: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/381: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/386: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/388: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/389: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/457: 6 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/484: 9 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/55: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/618: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/68: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/875: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/898: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1086: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1087: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1090: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1262: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1271: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1365: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/149: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1493: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1497: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1500: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1539: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1575: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1579: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1585: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1633: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1669: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1670: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1750: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1814: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1815: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1817: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1818: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1896: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1945: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/2006: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/201: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/2012: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/2013: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/202: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/209: 2 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/244: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/265: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/352: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/381: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/386: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/388: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/389: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/457: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/484: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/55: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/618: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/68: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/875: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/898: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1086: 12 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1087: 16 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1090: 14 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1262: 13 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1271: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1365: 13 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/149: 16 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1493: 18 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1497: 16 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1500: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1539: 12 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1575: 13 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1579: 20 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1585: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1633: 16 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1669: 15 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1670: 14 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1750: 16 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1814: 15 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1815: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1817: 13 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1818: 15 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1896: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1945: 18 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/2006: 15 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/201: 7 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/2012: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/2013: 13 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/202: 7 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/209: 7 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/244: 18 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/265: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/352: 19 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/381: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/386: 17 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/388: 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/389: 7 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/457: 15 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/484: 16 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/55: 12 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/618: 6 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/68: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/875: 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/898: 13 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1086: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1087: 16 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1090: 19 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1262: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1271: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1365: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/149: 16 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1493: 12 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1497: 16 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1500: 12 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1539: 14 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1575: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1579: 14 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1585: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1633: 16 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1669: 19 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1670: 19 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1750: 16 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1814: 19 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1815: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1817: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1818: 12 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1896: 11 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1945: 24 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2006: 19 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/201: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2012: 12 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2013: 6 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/202: 7 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/209: 9 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/244: 20 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/265: 12 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/352: 10 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/381: 11 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/386: 11 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/388: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/389: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/457: 18 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/484: 23 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/55: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/618: 6 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/68: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/875: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/898: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1086: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1087: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1090: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1262: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1271: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1365: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/149: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1493: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1497: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1500: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1539: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1575: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1579: 7 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1585: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1633: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1669: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1670: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1750: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1814: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1815: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1817: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1818: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1896: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1945: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2006: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/201: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2012: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2013: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/202: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/244: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/265: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/352: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/381: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/386: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/388: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/389: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/457: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/484: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/55: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/618: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/68: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/875: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/898: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1086: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1087: 12 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1090: 15 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1262: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1271: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1365: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/149: 12 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1493: 9 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1497: 12 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1500: 9 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1539: 7 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1575: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1579: 8 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1585: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1633: 12 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1669: 14 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1670: 11 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1750: 12 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1814: 15 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1815: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1817: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1818: 7 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1896: 7 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1945: 21 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2006: 14 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/201: 6 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2012: 9 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2013: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/202: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/209: 10 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/244: 17 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/265: 10 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/352: 11 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/381: 9 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/386: 9 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/388: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/389: 6 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/457: 15 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/484: 19 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/55: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/618: 6 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/68: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/875: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/898: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1086: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1087: 9 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1090: 9 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1262: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1271: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1365: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/149: 9 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1493: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1497: 9 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1500: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1539: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1575: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1579: 12 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1585: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1633: 9 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1669: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1670: 8 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1750: 9 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1814: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1815: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1817: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1818: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1896: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1945: 12 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/2006: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/201: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/2012: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/2013: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/202: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/209: 2 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/244: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/265: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/352: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/381: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/386: 11 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/388: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/389: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/457: 13 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/484: 10 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/55: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/618: 7 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/68: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/875: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/898: 5 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1086: 5 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1087: 23 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1090: 24 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1262: 6 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1271: 2 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1365: 6 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/149: 23 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1493: 14 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1497: 23 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1500: 14 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1539: 22 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1575: 6 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1579: 18 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1585: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1633: 23 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1669: 14 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1670: 13 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1750: 23 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1814: 14 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1815: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1817: 6 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1818: 13 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1896: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1945: 23 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/2006: 14 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/201: 10 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/2012: 14 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/2013: 9 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/202: 9 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/209: 7 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/244: 16 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/265: 15 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/352: 15 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/381: 20 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/386: 22 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/388: 4 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/389: 10 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/457: 17 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/484: 21 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/55: 5 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/618: 8 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/68: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/875: 4 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/898: 6 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1086: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1087: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1090: 11 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1262: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1271: 2 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1365: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/149: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1493: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1497: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1500: 3 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1539: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1575: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1579: 6 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1585: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1633: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1669: 15 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1670: 7 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1750: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1814: 15 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1815: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1817: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1818: 3 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1896: 15 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1945: 9 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/2006: 15 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/201: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/2012: 3 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/2013: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/202: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/209: 11 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/244: 15 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/265: 3 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/352: 5 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/381: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/386: 6 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/388: 3 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/389: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/457: 8 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/484: 9 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/55: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/618: 4 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/68: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/875: 3 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/898: 5 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1086: 3 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1087: 16 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1090: 10 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1262: 3 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1271: 2 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1365: 3 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/149: 16 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1493: 8 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1497: 16 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1500: 8 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1539: 9 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1575: 3 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1579: 11 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1585: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1633: 16 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1669: 8 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1670: 8 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1750: 16 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1814: 8 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1815: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1817: 3 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1818: 7 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1896: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/1945: 10 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/2006: 8 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/201: 6 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/2012: 8 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/2013: 4 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/202: 6 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/209: 2 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/244: 8 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/265: 9 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/352: 9 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/381: 10 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/386: 7 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/388: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/389: 6 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/457: 6 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/484: 7 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/55: 3 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/618: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/68: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/875: 0 overlaps
MAPK Cascade WP422 x https://identifiers.org/aop.events/898: 3 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1086: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1087: 3 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1090: 7 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1262: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1271: 4 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1365: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/149: 3 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1493: 5 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1497: 3 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1500: 5 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1539: 2 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1575: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1579: 2 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1585: 1 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1633: 3 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1669: 2 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1670: 1 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1750: 3 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1814: 3 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1815: 1 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1817: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1818: 1 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1896: 2 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/1945: 3 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/2006: 2 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/201: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/2012: 5 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/2013: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/202: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/209: 6 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/244: 3 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/265: 6 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/352: 1 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/381: 2 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/386: 2 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/388: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/389: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/457: 5 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/484: 4 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/55: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/618: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/68: 1 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/875: 0 overlaps
Mesodermal Commitment Pathway WP2857 x https://identifiers.org/aop.events/898: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1086: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1087: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1090: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1262: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1271: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1365: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/149: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1493: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1497: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1500: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1539: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1575: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1579: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1585: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1633: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1669: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1670: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1750: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1814: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1817: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1818: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1896: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1945: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/2006: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/201: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/2012: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/2013: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/202: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/209: 3 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/244: 2 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/265: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/352: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/381: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/386: 7 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/388: 7 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/389: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/457: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/484: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/55: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/618: 8 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/68: 4 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/875: 7 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/898: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1086: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1087: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1090: 1 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1262: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1271: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1365: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/149: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1493: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1497: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1500: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1539: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1575: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1579: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1585: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1633: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1669: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1670: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1750: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1814: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1817: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1818: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1896: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1945: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/2006: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/201: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/2012: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/2013: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/202: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/209: 4 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/244: 3 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/265: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/352: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/381: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/386: 4 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/388: 4 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/389: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/457: 1 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/484: 1 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/55: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/618: 4 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/68: 5 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/875: 4 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/898: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1086: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1087: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1090: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1262: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1271: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1365: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/149: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1493: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1497: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1500: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1539: 4 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1575: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1579: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1585: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1633: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1669: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1670: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1750: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1814: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1815: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1817: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1818: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1896: 8 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1945: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2006: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/201: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2012: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2013: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/202: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/209: 7 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/244: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/265: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/352: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/381: 4 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/386: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/388: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/389: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/457: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/484: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/55: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/618: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/68: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/875: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/898: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1086: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1087: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1090: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1262: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1271: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1365: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/149: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1493: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1497: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1500: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1539: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1575: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1579: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1585: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1633: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1669: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1670: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1750: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1814: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1815: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1817: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1818: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1896: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1945: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/2006: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/201: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/2012: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/2013: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/202: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/209: 9 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/244: 15 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/265: 4 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/352: 4 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/381: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/386: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/388: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/389: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/457: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/484: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/55: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/618: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/68: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/875: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/898: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1086: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1087: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1090: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1262: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1271: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1365: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/149: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1493: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1497: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1500: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1539: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1575: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1579: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1585: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1633: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1669: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1670: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1750: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1814: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1815: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1817: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1818: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1896: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1945: 4 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/2006: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/201: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/2012: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/2013: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/202: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/209: 57 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/244: 57 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/265: 7 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/352: 7 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/381: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/386: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/388: 4 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/389: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/457: 4 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/484: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/55: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/618: 4 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/68: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/875: 4 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/898: 1 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1086: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1087: 16 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1090: 16 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1262: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1271: 2 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1365: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/149: 16 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1493: 14 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1497: 16 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1500: 14 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1539: 12 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1575: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1579: 17 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1585: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1633: 16 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1669: 24 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1670: 35 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1750: 16 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1814: 24 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1815: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1817: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1818: 14 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1896: 12 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/1945: 22 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/2006: 24 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/201: 7 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/2012: 14 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/2013: 9 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/202: 4 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/209: 8 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/244: 26 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/265: 14 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/352: 12 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/381: 13 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/386: 13 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/388: 4 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/389: 7 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/457: 17 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/484: 19 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/55: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/618: 6 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/68: 0 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/875: 4 overlaps
Non Small Cell Lung Cancer WP4255 x https://identifiers.org/aop.events/898: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1086: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1087: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1090: 12 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1262: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1271: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1365: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/149: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1493: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1497: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1500: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1539: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1575: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1579: 12 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1585: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1633: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1669: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1670: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1750: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1814: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1815: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1817: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1818: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1896: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1945: 8 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2006: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/201: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2012: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2013: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/202: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 69 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244: 67 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/265: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/352: 12 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/381: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/386: 10 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/388: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/389: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/457: 12 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/484: 10 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/55: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/618: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/68: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/875: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/898: 4 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1086: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1087: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1090: 2 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1262: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1271: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1365: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/149: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1493: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1497: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1500: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1539: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1575: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1579: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1585: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1633: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1669: 3 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1670: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1750: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1814: 3 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1815: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1817: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1818: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1896: 28 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/1945: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/2006: 3 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/201: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/2012: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/2013: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/202: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/209: 28 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/244: 4 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/265: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/352: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/381: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/386: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/388: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/389: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/457: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/484: 1 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/55: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/618: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/68: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/875: 0 overlaps
Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114 x https://identifiers.org/aop.events/898: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1086: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1087: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1090: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1262: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1271: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1365: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/149: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1493: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1497: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1500: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1539: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1575: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1579: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1585: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1633: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1669: 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1670: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1750: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1814: 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1815: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1817: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1818: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1896: 24 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1945: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2006: 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/201: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2012: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2013: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/202: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/209: 24 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/244: 3 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/265: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/352: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/381: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/386: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/388: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/389: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/457: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/484: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/55: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/618: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/68: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/875: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/898: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1086: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1087: 13 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1090: 11 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1262: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1271: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1365: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/149: 13 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1493: 15 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1497: 13 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1500: 15 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1539: 14 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1575: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1579: 15 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1585: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1633: 13 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1669: 10 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1670: 11 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1750: 13 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1814: 10 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1815: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1817: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1818: 15 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1896: 4 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1945: 15 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2006: 10 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/201: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2012: 15 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2013: 14 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/202: 7 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/209: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/244: 12 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/265: 16 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/352: 12 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/381: 14 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/386: 16 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/388: 7 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/389: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/457: 13 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/484: 13 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/55: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/618: 9 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/68: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/875: 7 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/898: 6 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1086: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1087: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1090: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1262: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1271: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1365: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/149: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1493: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1497: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1500: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1539: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1575: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1579: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1585: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1633: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1669: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1670: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1750: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1814: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1815: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1817: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1818: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1896: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1945: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2006: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/201: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2012: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2013: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/202: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/209: 7 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/244: 6 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/265: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/352: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/381: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/386: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/388: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/389: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/457: 8 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/484: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/55: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/618: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/68: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/875: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/898: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1086: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1087: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1090: 11 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1262: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1271: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1365: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/149: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1493: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1497: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1500: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1539: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1575: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1579: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1585: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1633: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1669: 15 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1670: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1750: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1814: 14 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1815: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1817: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1818: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1896: 19 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1945: 9 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2006: 14 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/201: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2012: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2013: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/202: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/209: 48 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/244: 16 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/265: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/352: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/381: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/386: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/388: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/389: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/457: 9 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/484: 6 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/55: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/618: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/68: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/875: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/898: 5 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1086: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1087: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1090: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1262: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1271: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1365: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/149: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1493: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1497: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1500: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1539: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1575: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1579: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1585: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1633: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1669: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1670: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1750: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1814: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1815: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1817: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1818: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1896: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/1945: 1 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/2006: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/201: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/2012: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/2013: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/202: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/209: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/244: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/265: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/352: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/381: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/386: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/388: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/389: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/457: 1 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/484: 1 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/55: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/618: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/68: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/875: 0 overlaps
PAFAH1B1 Copy Number Variation WP5409 x https://identifiers.org/aop.events/898: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1086: 9 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1087: 17 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1090: 19 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1262: 9 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1271: 5 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1365: 9 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/149: 17 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1493: 13 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1497: 17 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1500: 13 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1539: 12 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1575: 9 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1579: 14 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1585: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1633: 17 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1669: 18 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1670: 21 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1750: 17 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1814: 18 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1815: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1817: 9 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1818: 12 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1896: 12 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/1945: 23 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/2006: 18 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/201: 3 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/2012: 13 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/2013: 11 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/202: 6 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/209: 11 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/244: 21 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/265: 14 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/352: 11 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/381: 11 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/386: 14 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/388: 7 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/389: 3 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/457: 15 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/484: 17 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/55: 9 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/618: 9 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/68: 0 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/875: 7 overlaps
Pancreatic Adenocarcinoma Pathway WP4263 x https://identifiers.org/aop.events/898: 9 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1086: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1087: 4 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1090: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1262: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1271: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1365: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/149: 4 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1493: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1497: 4 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1500: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1539: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1575: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1579: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1585: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1633: 4 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1669: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1670: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1750: 4 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1814: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1815: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1817: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1818: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1896: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/1945: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/2006: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/201: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/2012: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/2013: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/202: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/209: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/244: 2 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/265: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/352: 1 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/381: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/386: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/388: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/389: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/457: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/484: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/55: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/618: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/68: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/875: 0 overlaps
Parkin Ubiquitin Proteasomal System Pathway WP2359 x https://identifiers.org/aop.events/898: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1086: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1087: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1090: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1262: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1365: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/149: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1493: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1497: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1500: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1539: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1575: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1579: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1585: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1633: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1669: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1670: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1750: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1814: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1815: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1817: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1818: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1896: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1945: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2006: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/201: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2012: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2013: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/202: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/209: 12 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/244: 12 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/265: 5 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/352: 5 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/381: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/386: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/388: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/389: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/457: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/484: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/55: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/618: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/875: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/898: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1086: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1087: 17 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1090: 14 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1262: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1271: 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1365: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/149: 17 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1493: 18 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1497: 17 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1500: 18 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1539: 15 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1575: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1579: 18 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1585: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1633: 17 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1669: 10 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1670: 10 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1750: 17 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1814: 10 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1815: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1817: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1818: 17 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1896: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1945: 15 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2006: 10 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/201: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2012: 18 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2013: 16 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/202: 9 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/209: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/244: 11 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/265: 18 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/352: 15 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/381: 20 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/386: 20 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/388: 5 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/389: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/457: 13 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/484: 13 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/55: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/618: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/68: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/875: 5 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/898: 8 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1086: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1087: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1090: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1262: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1271: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1365: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/149: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1493: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1497: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1500: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1539: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1575: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1579: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1585: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1633: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1669: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1670: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1750: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1814: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1815: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1817: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1818: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1896: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1945: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/2006: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/201: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/2012: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/2013: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/202: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/209: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/244: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/265: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/352: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/381: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/386: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/388: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/389: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/457: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/484: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/55: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/618: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/68: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/875: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/898: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1086: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1087: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1090: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1262: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1271: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1365: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/149: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1493: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1497: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1500: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1539: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1575: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1579: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1585: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1633: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1669: 1 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1670: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1750: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1814: 1 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1815: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1817: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1818: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1896: 1 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/1945: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/2006: 1 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/201: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/2012: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/2013: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/202: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/209: 2 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/244: 1 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/265: 1 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/352: 1 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/381: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/386: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/388: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/389: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/457: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/484: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/55: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/618: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/68: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/875: 0 overlaps
Purine Metabolism And Related Disorders WP4224 x https://identifiers.org/aop.events/898: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1086: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1087: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1090: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1262: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1271: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1365: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/149: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1493: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1497: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1500: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1539: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1575: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1579: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1585: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1633: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1669: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1670: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1750: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1814: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1815: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1817: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1818: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1896: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1945: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2006: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/201: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2012: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2013: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/202: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/209: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/244: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/265: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/352: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/381: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/386: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/388: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/389: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/457: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/484: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/55: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/618: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/68: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/875: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/898: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1086: 2 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1087: 10 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1090: 12 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1262: 2 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1271: 1 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1365: 2 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/149: 10 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1493: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1497: 10 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1500: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1539: 12 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1575: 2 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1579: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1585: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1633: 10 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1669: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1670: 11 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1750: 10 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1814: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1815: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1817: 2 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1818: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1896: 2 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/1945: 14 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/2006: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/201: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/2012: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/2013: 6 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/202: 4 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/209: 4 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/244: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/265: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/352: 10 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/381: 11 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/386: 8 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/388: 1 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/389: 9 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/457: 12 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/484: 13 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/55: 2 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/618: 3 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/68: 0 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/875: 1 overlaps
Relevant Molecular Pathways And Targeted Agents In TNBC WP5215 x https://identifiers.org/aop.events/898: 2 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1086: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1087: 2 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1090: 6 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1262: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1271: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1365: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/149: 2 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1493: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1497: 2 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1500: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1539: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1575: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1579: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1585: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1633: 2 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1669: 16 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1670: 5 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1750: 2 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1814: 15 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1815: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1817: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1818: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1896: 26 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1945: 7 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2006: 15 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/201: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2012: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2013: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/202: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/209: 17 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/244: 15 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/265: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/352: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/381: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/386: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/388: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/389: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/457: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/484: 7 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/55: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/618: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/68: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/875: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/898: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1086: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1087: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1090: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1262: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1271: 1 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1365: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/149: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1493: 1 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1497: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1500: 1 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1539: 2 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1575: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1579: 1 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1585: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1633: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1669: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1670: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1750: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1814: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1815: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1817: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1818: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1896: 1 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/1945: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/2006: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/201: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/2012: 1 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/2013: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/202: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/209: 2 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/244: 1 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/265: 1 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/352: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/381: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/386: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/388: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/389: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/457: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/484: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/55: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/618: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/68: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/875: 0 overlaps
Rubinstein Taybi Syndrome 1 WP5367 x https://identifiers.org/aop.events/898: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1086: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1087: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1090: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1262: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1271: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1365: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/149: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1493: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1497: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1500: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1539: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1575: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1579: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1585: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1633: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1669: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1670: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1750: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1814: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1815: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1817: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1818: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1896: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1945: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/2006: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/201: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/2012: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/2013: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/202: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/209: 7 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/244: 6 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/265: 7 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/352: 7 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/381: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/386: 4 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/388: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/389: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/457: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/484: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/55: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/618: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/68: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/875: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/898: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1086: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1087: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1090: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1262: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1271: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1365: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/149: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1493: 7 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1497: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1500: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1539: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1575: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1579: 6 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1585: 1 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1633: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1669: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1670: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1750: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1814: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1815: 1 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1817: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1818: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1896: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1945: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/2006: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/201: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/2012: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/2013: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/202: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/209: 12 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/244: 7 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/265: 9 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/352: 8 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/381: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/386: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/388: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/389: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/457: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/484: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/55: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/618: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/68: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/875: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/898: 2 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1086: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1087: 6 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1090: 9 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1262: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1271: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1365: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/149: 6 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1493: 6 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1497: 6 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1500: 5 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1539: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1575: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1579: 5 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1585: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1633: 6 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1669: 8 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1670: 5 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1750: 6 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1814: 8 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1815: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1817: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1818: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1896: 5 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1945: 8 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/2006: 8 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/201: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/2012: 5 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/2013: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/202: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/209: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/244: 9 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/265: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/352: 5 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/381: 6 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/386: 7 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/388: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/389: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/457: 5 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/484: 8 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/55: 4 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/618: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/68: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/875: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/898: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1086: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1087: 12 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1090: 22 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1262: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1271: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1365: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/149: 12 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1493: 8 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1497: 12 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1500: 8 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1539: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1575: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1579: 14 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1585: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1633: 12 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1669: 21 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1670: 15 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1750: 12 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1814: 21 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1815: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1817: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1818: 10 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1896: 16 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1945: 27 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2006: 21 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/201: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2012: 8 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2013: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/202: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/209: 10 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/244: 21 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/265: 8 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/352: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/381: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/386: 9 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/388: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/389: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/457: 20 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/484: 27 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/55: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/618: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/68: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/875: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/898: 11 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1086: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1087: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1090: 5 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1262: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1271: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1365: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/149: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1493: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1497: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1500: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1539: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1575: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1579: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1585: 3 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1633: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1669: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1670: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1750: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1814: 4 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1815: 3 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1817: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1818: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1896: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1945: 4 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2006: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/201: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2012: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2013: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/202: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/209: 5 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/244: 4 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/265: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/352: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/381: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/386: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/388: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/389: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/457: 9 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/484: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/55: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/618: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/68: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/875: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/898: 1 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1086: 14 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1087: 16 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1090: 13 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1262: 15 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1271: 4 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1365: 15 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/149: 16 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1493: 11 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1497: 16 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1500: 11 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1539: 7 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1575: 15 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1579: 37 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1585: 0 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1633: 16 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1669: 12 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1670: 8 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1750: 16 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1814: 12 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1815: 0 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1817: 15 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1818: 9 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1896: 4 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/1945: 12 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/2006: 12 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/201: 5 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/2012: 11 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/2013: 6 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/202: 10 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/209: 7 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/244: 14 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/265: 11 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/352: 19 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/381: 13 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/386: 12 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/388: 3 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/389: 5 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/457: 9 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/484: 11 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/55: 14 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/618: 3 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/68: 0 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/875: 3 overlaps
TNF Alpha Signaling WP231 x https://identifiers.org/aop.events/898: 15 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1086: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1087: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1090: 15 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1262: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1271: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1365: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/149: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1493: 9 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1497: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1500: 9 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1539: 6 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1575: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1579: 11 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1585: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1633: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1669: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1670: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1750: 10 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1814: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1815: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1817: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1818: 9 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1896: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1945: 15 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2006: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/201: 6 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2012: 9 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2013: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/202: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/209: 8 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/244: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/265: 9 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/352: 7 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/381: 7 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/386: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/388: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/389: 6 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/457: 13 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/484: 12 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/55: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/618: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/68: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/875: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/898: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1086: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1087: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1090: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1262: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1271: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1365: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/149: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1493: 13 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1497: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1500: 13 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1539: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1575: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1579: 14 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1585: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1633: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1669: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1670: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1750: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1814: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1815: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1817: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1818: 13 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1896: 6 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1945: 11 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2006: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/201: 5 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2012: 13 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2013: 7 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/202: 5 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/209: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/244: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/265: 13 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/352: 6 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/381: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/386: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/388: 5 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/389: 5 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/457: 11 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/484: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/55: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/618: 6 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/68: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/875: 5 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/898: 2 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1086: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1087: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1090: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1262: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1271: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1365: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/149: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1493: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1497: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1500: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1539: 2 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1575: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1579: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1585: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1633: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1669: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1670: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1750: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1814: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1815: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1817: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1818: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1896: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1945: 1 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/2006: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/201: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/2012: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/2013: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/202: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/209: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/244: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/265: 2 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/352: 2 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/381: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/386: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/388: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/389: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/457: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/484: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/55: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/618: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/68: 2 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/875: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/898: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1086: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1087: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1090: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1262: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1271: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1365: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/149: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1493: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1497: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1500: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1539: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1575: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1579: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1585: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1633: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1669: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1670: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1750: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1814: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1815: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1817: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1818: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1896: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1945: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/2006: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/201: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/2012: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/2013: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/202: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/209: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/244: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/265: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/352: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/381: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/386: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/388: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/389: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/457: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/484: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/55: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/618: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/68: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/875: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/898: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1086: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1087: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1090: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1262: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1271: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1365: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/149: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1493: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1497: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1500: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1539: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1575: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1579: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1585: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1633: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1669: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1670: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1750: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1814: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1815: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1817: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1818: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1896: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1945: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2006: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/201: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2012: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2013: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/202: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/209: 8 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/244: 11 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/265: 4 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/352: 4 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/381: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/386: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/388: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/389: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/457: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/484: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/55: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/618: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/68: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/875: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/898: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1086: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1087: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1090: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1262: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1271: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1365: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/149: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1493: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1497: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1500: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1539: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1575: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1579: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1585: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1633: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1669: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1670: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1750: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1814: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1815: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1817: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1818: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1896: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1945: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/2006: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/201: 2 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/2012: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/2013: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/202: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/209: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/244: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/265: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/352: 2 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/381: 5 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/386: 4 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/388: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/389: 2 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/457: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/484: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/55: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/618: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/68: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/875: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/898: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1086: 1 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1087: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1090: 6 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1262: 1 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1271: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1365: 1 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/149: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1493: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1497: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1500: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1539: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1575: 1 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1579: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1585: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1633: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1669: 4 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1670: 4 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1750: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1814: 4 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1815: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1817: 1 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1818: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1896: 3 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/1945: 2 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/2006: 4 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/201: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/2012: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/2013: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/202: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/209: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/244: 4 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/265: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/352: 1 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/381: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/386: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/388: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/389: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/457: 1 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/484: 2 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/55: 1 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/618: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/68: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/875: 0 overlaps
Tumor Suppressor Activity Of SMARCB1 WP4204 x https://identifiers.org/aop.events/898: 1 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1086: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1087: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1090: 3 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1262: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1271: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1365: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/149: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1493: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1497: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1500: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1539: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1575: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1579: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1585: 2 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1633: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1669: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1670: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1750: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1814: 2 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1815: 2 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1817: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1818: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1896: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1945: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/2006: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/201: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/2012: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/2013: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/202: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/209: 3 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/244: 2 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/265: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/352: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/381: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/386: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/388: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/389: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/457: 1 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/484: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/55: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/618: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/68: 3 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/875: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/898: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1086: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1087: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1090: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1262: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1271: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1365: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/149: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1493: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1497: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1500: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1539: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1575: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1579: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1585: 13 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1633: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1669: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1670: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1750: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1814: 13 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1815: 13 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1817: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1818: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1896: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1945: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/2006: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/201: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/2012: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/2013: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/202: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/209: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/244: 13 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/265: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/352: 3 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/381: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/386: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/388: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/389: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/457: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/484: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/55: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/618: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/68: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/875: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/898: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1086: 9 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1087: 27 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1090: 28 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1262: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1271: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1365: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/149: 27 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1493: 21 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1497: 27 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1500: 18 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1539: 28 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1575: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1579: 27 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1585: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1633: 27 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1669: 11 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1670: 11 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1750: 27 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1814: 14 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1815: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1817: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1818: 18 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1896: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1945: 25 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2006: 11 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/201: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2012: 18 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2013: 13 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/202: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/209: 20 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/244: 24 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/265: 19 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/352: 19 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/381: 21 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/386: 21 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/388: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/389: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/457: 16 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/484: 18 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/55: 9 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/618: 9 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/68: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/875: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/898: 12 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1086: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1087: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1090: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1262: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1271: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1365: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/149: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1493: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1497: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1500: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1539: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1575: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1579: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1585: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1633: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1669: 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1670: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1750: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1814: 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1815: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1817: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1818: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1896: 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1945: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2006: 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/201: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2012: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2013: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/202: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/209: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/244: 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/265: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/352: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/381: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/386: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/388: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/389: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/457: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/484: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/55: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/618: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/68: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/875: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/898: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1086: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1087: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1090: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1262: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1271: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1365: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/149: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1493: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1497: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1500: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1539: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1575: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1579: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1585: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1633: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1669: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1670: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1750: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1814: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1815: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1817: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1818: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1896: 2 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1945: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/2006: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/201: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/2012: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/2013: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/202: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/209: 2 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/244: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/265: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/352: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/381: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/386: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/388: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/389: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/457: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/484: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/55: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/618: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/68: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/875: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/898: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1086: 5 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1087: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1090: 6 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1262: 5 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1271: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1365: 5 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/149: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1493: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1497: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1500: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1539: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1575: 5 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1579: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1585: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1633: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1669: 34 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1670: 11 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1750: 3 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1814: 33 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1815: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1817: 5 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1818: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1896: 33 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1945: 8 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2006: 33 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/201: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2012: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2013: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/202: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/209: 19 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/244: 33 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/265: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/352: 5 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/381: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/386: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/388: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/389: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/457: 6 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/484: 8 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/55: 5 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/618: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/68: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/875: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/898: 5 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MKNK2', 'MKNK1', 'AKT1', 'PIK3CB', 'PIK3CD', 'MAP2K3', 'MAP3K5', 'PIK3R1', 'MAP2K1'}, number: 11
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'MKNK2', 'MKNK1', 'MAP2K6', 'AKT1', 'PIK3CB', 'PIK3CD', 'MAP2K3', 'EIF4EBP1', 'MAP3K5', 'MAP2K1'}, number: 12
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'MAP3K5', 'AKT1'}, number: 3
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'MAP3K5', 'AKT1'}, number: 3
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MKNK2', 'MKNK1', 'AKT1', 'PIK3CB', 'PIK3CD', 'MAP2K3', 'MAP3K5', 'PIK3R1', 'MAP2K1'}, number: 11
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'PIK3CD', 'PIK3R1', 'MAP2K1'}, number: 5
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MKNK2', 'MKNK1', 'AKT1', 'PIK3CB', 'PIK3CD', 'MAP2K3', 'MAP3K5', 'PIK3R1', 'MAP2K1'}, number: 11
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'PIK3CD', 'PIK3R1', 'MAP2K1'}, number: 5
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 5
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'MAP3K5', 'AKT1'}, number: 3
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAP2K6', 'AKT1', 'PIK3CB', 'PIK3CD', 'MAP2K3', 'MAP3K5', 'PIK3R1', 'MAP2K1'}, number: 8
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MKNK2', 'MKNK1', 'AKT1', 'PIK3CB', 'PIK3CD', 'MAP2K3', 'MAP3K5', 'PIK3R1', 'MAP2K1'}, number: 11
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3R1', 'PIK3CB', 'PIK3CD', 'AKT1'}, number: 4
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'PIK3CB', 'PIK3CD', 'PIK3R1', 'MAP2K1'}, number: 6
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MKNK2', 'MKNK1', 'AKT1', 'PIK3CB', 'PIK3CD', 'MAP2K3', 'MAP3K5', 'PIK3R1', 'MAP2K1'}, number: 11
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1', 'PIK3CB', 'PIK3CD', 'AKT1'}, number: 4
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'MAP3K5', 'AKT1'}, number: 3
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'PIK3CD', 'PIK3R1', 'MAP2K1'}, number: 5
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'AKT1', 'PIK3CB', 'PIK3CD', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 8
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'PIK3CB', 'PIK3CD', 'AKT1'}, number: 4
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC1', 'MKNK1', 'AKT1', 'EIF4EBP1', 'MAP2K1'}, number: 5
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'PIK3CD', 'PIK3R1', 'MAP2K1'}, number: 5
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'PIK3CD', 'PIK3R1', 'MAP2K1'}, number: 5
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'AKT1', 'MAP2K3', 'PIK3R1', 'MAP2K1'}, number: 6
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3R1', 'PIK3CB', 'PIK3CD', 'AKT1'}, number: 4
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'PIK3CD', 'PIK3R1', 'MAP2K1'}, number: 5
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC1', 'MKNK1', 'AKT1', 'MAP3K5', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 7
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'MKNK1', 'AKT1', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 7
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'PIK3CB', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 6
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC1', 'MKNK1', 'AKT1', 'EIF4EBP1', 'MAP2K1'}, number: 5
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'AKT1', 'PIK3CB', 'PIK3CD', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 8
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'AKT1', 'PIK3CB', 'PIK3CD', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 8
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3R1', 'PIK3CB', 'AKT1'}, number: 3
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: 4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'MAP3K5', 'AKT1'}, number: 3
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'SLC2A1'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'SLC2A1'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GLS', 'PSAT1', 'PHGDH', 'SLC2A1'}, number: 4
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'GLS', 'PSAT1', 'PHGDH', 'SLC2A1'}, number: 4
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'GLS', 'PSAT1', 'PHGDH', 'SLC2A1'}, number: 4
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5', 'PSAT1', 'SLC2A1', 'GLS', 'PHGDH'}, number: 5
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'GLS', 'PSAT1', 'PHGDH', 'SLC2A1'}, number: 4
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GLUL'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GSS', 'ACADM', 'GCLM', 'ACAA1', 'MAOA'}, number: 5
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAOA'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'MAOA'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GLS', 'DLD', 'GOT1', 'GLUL'}, number: 4
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'GLS', 'DLD', 'GOT1', 'GLUL'}, number: 4
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'GLS', 'DLD', 'GOT1', 'GLUL'}, number: 4
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PYCR1', 'P4HA2', 'GLS'}, number: 3
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'GLS', 'DLD', 'GOT1', 'GLUL'}, number: 4
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'JUN'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'CDC25B', 'HRAS', 'AKT1', 'SOS1', 'CASP3', 'PAK1', 'GRB2', 'STAT1', 'JUN', 'MAP2K1'}, number: 11
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'BAX', 'BARD1', 'CDK4', 'NDRG1', 'PTEN', 'JAK1', 'TSC1', 'CDK2', 'PAK1', 'GRB2', 'EIF4EBP1', 'CCND1', 'JUN', 'MAP2K1', 'MAP2K2', 'AKT1', 'BRCA1', 'SOS1', 'STAT1'}, number: 20
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'JUN'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'STAT1', 'JUN', 'STAT3', 'JAK1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'JUN'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'CDC25B', 'HRAS', 'AKT1', 'SOS1', 'CASP3', 'PAK1', 'GRB2', 'STAT1', 'JUN', 'MAP2K1'}, number: 11
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'HRAS', 'AKT1', 'MAP2K1', 'SOS1', 'MMP1', 'PXN', 'PAK1', 'GRB2', 'STAT1', 'JUN', 'STAT3', 'JAK1'}, number: 12
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'CDC25B', 'HRAS', 'AKT1', 'SOS1', 'CASP3', 'PAK1', 'GRB2', 'STAT1', 'JUN', 'MAP2K1'}, number: 11
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'HRAS', 'AKT1', 'MAP2K1', 'SOS1', 'PAK1', 'PXN', 'GRB2', 'STAT1', 'JUN', 'STAT3', 'JAK1'}, number: 11
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'RICTOR', 'HRAS', 'SPRY2', 'AKT1', 'GAB1', 'MAP2K1', 'SOS1', 'PTEN', 'PAK1', 'GRB2', 'EIF4EBP1', 'STAT1', 'JUN', 'STAT3', 'JAK1'}, number: 16
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'JUN'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'HRAS', 'BAX', 'AKT1', 'SOS1', 'CASP3', 'PXN', 'PAK1', 'GRB2', 'STAT1', 'BAD', 'JUN', 'STAT3', 'MAP2K1'}, number: 13
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'CDC25B', 'HRAS', 'AKT1', 'SOS1', 'CASP3', 'PAK1', 'GRB2', 'STAT1', 'JUN', 'MAP2K1'}, number: 11
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'HRAS', 'CDC25A', 'CDK1', 'BAX', 'AKT1', 'BRCA1', 'SOS1', 'PTEN', 'CDK2', 'CHEK1', 'CASP3', 'GRB2', 'MRE11', 'CCND1', 'BAD', 'JUN', 'RB1'}, number: 18
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'HRAS', 'BAX', 'AKT1', 'SOS1', 'CASP3', 'GRB2', 'CCND1', 'BAD', 'STAT3', 'MAP2K1', 'RB1'}, number: 13
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'CDC25B', 'HRAS', 'AKT1', 'SOS1', 'CASP3', 'PAK1', 'GRB2', 'STAT1', 'JUN', 'MAP2K1'}, number: 11
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'HRAS', 'CDC25A', 'CDK1', 'BAX', 'AKT1', 'BRCA1', 'SOS1', 'PTEN', 'CDK2', 'CHEK1', 'CASP3', 'GRB2', 'MRE11', 'CCND1', 'BAD', 'JUN', 'RB1'}, number: 18
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'JUN'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HRAS', 'AKT1', 'MAP2K1', 'SOS1', 'PAK1', 'PXN', 'GRB2', 'STAT1', 'STAT3', 'JAK1'}, number: 10
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'BAX', 'MSH6', 'AKT1', 'BRCA1', 'CDK2', 'CASP3', 'CHEK1', 'MSH2', 'MRE11', 'CCND1', 'RB1'}, number: 14
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'TSC1', 'HRAS', 'AKT1', 'GAB1', 'MAP2K1', 'BRCA1', 'SOS1', 'PTEN', 'CDK2', 'PAK1', 'GRB2', 'EIF4EBP1', 'CCND1', 'BAD', 'JAK1'}, number: 17
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'HRAS', 'CDC25A', 'CDK1', 'BAX', 'AKT1', 'BRCA1', 'SOS1', 'PTEN', 'CDK2', 'CHEK1', 'CASP3', 'GRB2', 'MRE11', 'CCND1', 'BAD', 'JUN', 'RB1'}, number: 18
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC1', 'HRAS', 'AKT1', 'GAB1', 'SOS1', 'GRB2', 'EIF4EBP1', 'MAP2K1'}, number: 8
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'HRAS', 'AKT1', 'MAP2K1', 'SOS1', 'PAK1', 'PXN', 'GRB2', 'STAT1', 'JUN', 'STAT3', 'JAK1'}, number: 11
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'SOS1', 'GRB2', 'JAK1', 'STAT1', 'BAD', 'STAT3', 'MAP2K1'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'JUN', 'MAP2K1', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDC25A', 'BAX', 'MSH6', 'BRCA1', 'PTEN', 'CDK2', 'CHEK1', 'MSH2', 'MMP1', 'MRE11', 'CCND1', 'ABCC4', 'JUN'}, number: 13
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'BAX', 'ABCC4', 'CDK4', 'CDK1', 'PTEN', 'CHEK1', 'CDK2', 'CASP3', 'GRB2', 'MRE11', 'CCND1', 'JUN', 'CDC25A', 'AKT1', 'BRCA1', 'SOS1', 'BAD', 'RB1'}, number: 19
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HRAS', 'AKT1', 'MAP2K1', 'SOS1', 'PAK1', 'PXN', 'GRB2', 'STAT1', 'JUN', 'STAT3', 'JAK1'}, number: 11
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC1', 'HRAS', 'BAX', 'AKT1', 'GAB1', 'SOS1', 'CASP3', 'GRB2', 'EIF4EBP1', 'BAD', 'JUN', 'MAP2K1'}, number: 12
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'HRAS', 'AKT1', 'GAB1', 'SOS1', 'CASP3', 'GRB2', 'EIF4EBP1', 'STAT1', 'BAD', 'JUN', 'STAT3', 'MAP2K1'}, number: 14
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'MAP2K1', 'PTEN', 'CASP3', 'GRB2', 'EIF4EBP1', 'STAT1', 'BAD', 'JUN', 'STAT3', 'JAK1'}, number: 13
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'STAT1', 'STAT3', 'JAK1', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC1', 'HRAS', 'AKT1', 'GAB1', 'SOS1', 'GRB2', 'EIF4EBP1', 'MAP2K1'}, number: 8
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'FOXA1', 'HRAS', 'AKT1', 'MAP2K1', 'SOS1', 'PTEN', 'GRB2', 'EIF4EBP1', 'STAT1', 'BAD', 'STAT3', 'JAK1', 'RB1'}, number: 15
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'TSC1', 'HRAS', 'FOXA1', 'AKT1', 'MAP2K1', 'BRCA1', 'SOS1', 'PTEN', 'CDK2', 'GRB2', 'EIF4EBP1', 'CCND1', 'BAD', 'JAK1'}, number: 16
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'JUN'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'PTEN', 'STAT1', 'STAT3', 'JAK1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'STAT1', 'STAT3', 'JAK1', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'JUN'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'NFKBIA', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'CCL2', 'NFKB1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'IL6', 'CCL2', 'NFKB1'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'NFKBIA', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'NFKBIA', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'CCL2', 'NFKB1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'CCL2', 'MMP1', 'NFKB1'}, number: 8
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'CCL2', 'NFKB1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'NFKBIA', 'NFKB1'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'NFKBIA', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'NFKBIA', 'CCL2', 'NFKB1'}, number: 6
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'NFE2L2'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'CCL2', 'NFKB1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL1B', 'CXCL8', 'IL6', 'RELA', 'NFKBIA', 'CCL2', 'NFKB1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFKB1', 'IL1B', 'NFE2L2'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'NFE2L2'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'NFKBIA', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'NFKBIA', 'NFKB1'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'NFKBIA', 'NFKB1'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'NFKBIA', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B', 'RELA', 'NFKBIA', 'CCL2', 'NFKB1'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'NFE2L2', 'CCL2', 'MMP1', 'HMOX1', 'NQO1', 'KEAP1', 'NFKB1'}, number: 10
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'IL1B', 'GCLM', 'GCLC', 'NFE2L2', 'HMOX1', 'NQO1', 'KEAP1', 'NFKB1'}, number: 9
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'GCLC', 'NFE2L2', 'HMOX1', 'NQO1', 'NFKB1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'RELA', 'NFKBIA', 'GCLC', 'NFE2L2', 'HMOX1', 'NQO1', 'NFKB1'}, number: 7
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKBIA', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'NFKBIA', 'NFKB1'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL1B', 'IL6', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'NFKBIA', 'RELA', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL1B', 'IL6', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL1B', 'IL6', 'NFKB1'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'NFKBIA', 'RELA', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'BIRC5', 'AKT1', 'TNFRSF21', 'HELLS', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SQSTM1', 'AKT1', 'PAK2', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CUL1', 'AKT1', 'PAK2', 'CDKN1A', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'BIRC5', 'AKT1', 'TNFRSF21', 'HELLS', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'BIRC5', 'AKT1', 'TNFRSF21', 'HELLS', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SQSTM1', 'AKT1', 'PAK2', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NFKB1', 'AKT1', 'VAV3'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SQSTM1', 'AKT1', 'PAK2', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NFKB1', 'AKT1', 'VAV3'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1', 'VAV3'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'BIRC5', 'AKT1', 'TNFRSF21', 'HELLS', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NFKB1', 'AKT1', 'CUL1', 'VAV3'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'ERN1', 'HSPA5'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SQSTM1', 'AKT1', 'PAK2', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'CDKN1B', 'CDKN1A', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SQSTM1', 'AKT1', 'PAK2', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ERN1', 'AKT1', 'CDKN1B', 'CDKN1A', 'HSPA5', 'NFKB1'}, number: 6
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'ERN1', 'HSPA5'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'BIRC5', 'AKT1', 'TNFRSF21', 'HELLS', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NFKB1', 'AKT1', 'VAV3'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1B', 'CDKN1A', 'AKT1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ETS1', 'AKT1', 'IL7R', 'CDKN1B', 'CDKN1A', 'PAK2', 'NFKB1'}, number: 7
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'CDKN1B', 'CDKN1A', 'NFKB1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NFKB1', 'AKT1', 'VAV3'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'BIRC5', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1', 'AKT1', 'NFKB1'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SQSTM1', 'GCLC', 'CDKN1A', 'NQO1', 'NRG1', 'NFKB1'}, number: 6
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SQSTM1', 'ERN1', 'AKT1', 'GCLC', 'CDKN1B', 'CDKN1A', 'HSPA5', 'NQO1', 'NRG1', 'NFKB1'}, number: 10
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'AKT1', 'VAV3', 'GCLC', 'NQO1', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'BIRC5', 'AKT1', 'GCLC', 'TNFRSF21', 'NQO1', 'HELLS', 'NFKB1'}, number: 7
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKB1', 'AKT1', 'SQSTM1', 'VAV3'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NFKB1', 'AKT1', 'SQSTM1', 'VAV3'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'NFKB1'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1B', 'CDKN1A', 'IL7R', 'AKT1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1', 'IL7R', 'CDKN1B', 'CDKN1A', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'BIRC5', 'AKT1', 'TNFRSF21', 'HELLS', 'NFKB1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'NFKB1'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'NFKB1'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'BIRC5', 'AKT1', 'TNFRSF21', 'HELLS', 'NFKB1'}, number: 5
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'MKNK1', 'HRAS', 'AKT1', 'BDNF', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 9
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TSC1', 'HRAS', 'MKNK1', 'AKT1', 'RPS6KA1', 'BDNF', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 11
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'MKNK1', 'HRAS', 'AKT1', 'BDNF', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 9
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 8
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'MKNK1', 'HRAS', 'AKT1', 'BDNF', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 9
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 8
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'GAB2', 'AKT1', 'GAB1', 'RPS6KA1', 'BRAF', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 11
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 8
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'MKNK1', 'HRAS', 'AKT1', 'BDNF', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 9
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'SOS1', 'GRB2', 'SHC1'}, number: 6
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 7
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'MKNK1', 'HRAS', 'AKT1', 'BDNF', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 9
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'SOS1', 'GRB2', 'SHC1'}, number: 6
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 8
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'GAB2', 'AKT1', 'GAB1', 'BDNF', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 12
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'SOS1', 'GRB2', 'SHC1'}, number: 6
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'TSC1', 'MKNK1', 'HRAS', 'GAB2', 'RPS6KA1', 'GAB1', 'AKT1', 'BDNF', 'BRAF', 'SOS1', 'EEF2K', 'GRB2', 'EIF4EBP1', 'SHC1', 'ARC', 'HOMER1', 'MAP2K1'}, number: 18
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 8
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GAB2', 'AKT1', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 6
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K1', 'AKT1'}, number: 2
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'SOS1', 'GRB2', 'SHC1'}, number: 6
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 8
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'TSC1', 'MKNK1', 'HRAS', 'GAB2', 'RPS6KA1', 'GAB1', 'AKT1', 'BDNF', 'BRAF', 'SOS1', 'EEF2K', 'GRB2', 'EIF4EBP1', 'SHC1', 'ARC', 'HOMER1', 'MAP2K1'}, number: 18
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'TSC1', 'MKNK1', 'HRAS', 'GAB2', 'RPS6KA1', 'GAB1', 'AKT1', 'BDNF', 'BRAF', 'SOS1', 'EEF2K', 'GRB2', 'EIF4EBP1', 'SHC1', 'ARC', 'HOMER1', 'MAP2K1'}, number: 18
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'AKT1', 'RPS6KA1', 'BDNF', 'GRB2', 'EIF4EBP1', 'ARC', 'SHC1', 'MAP2K1'}, number: 9
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'BDNF', 'ARC', 'AKT1'}, number: 3
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'TSC1', 'MKNK1', 'HRAS', 'GAB2', 'RPS6KA1', 'GAB1', 'AKT1', 'BDNF', 'BRAF', 'SOS1', 'EEF2K', 'GRB2', 'EIF4EBP1', 'SHC1', 'ARC', 'HOMER1', 'MAP2K1'}, number: 18
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'SOS1', 'GRB2', 'EIF4EBP1', 'MAP2K1'}, number: 8
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'BDNF', 'SOS1', 'GRB2', 'EIF4EBP1', 'MAP2K1'}, number: 9
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'BDNF', 'ARC', 'SHC1', 'AKT1'}, number: 4
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'BDNF', 'ARC', 'AKT1'}, number: 3
Term: BDNF TrkB Signaling WP3676, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLD3', 'POLE2', 'APEX1', 'APEX2', 'LIG1', 'NTHL1', 'MBD4', 'XRCC1', 'FEN1', 'SMUG1', 'NEIL3', 'PCNA', 'UNG', 'POLE4', 'PARP1', 'POLE', 'POLE3'}, number: 17
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLD3', 'POLE2', 'APEX1', 'APEX2', 'LIG1', 'NTHL1', 'MBD4', 'XRCC1', 'FEN1', 'SMUG1', 'NEIL3', 'PCNA', 'UNG', 'POLE4', 'PARP1', 'POLE', 'POLE3'}, number: 17
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'APAF1', 'BIRC5', 'RELA', 'AKT1', 'BAX', 'XIAP', 'NFKBIA', 'PMAIP1', 'CASP3', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'FAS', 'JUN', 'BIRC3', 'NFKB1'}, number: 18
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'FGFR1', 'SOS2', 'FN1', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'IFNAR2', 'TGFB2', 'RASGRP1', 'NFKBIA', 'TGFBR2', 'CASP3', 'GRB2', 'FAS', 'JUN', 'GNA12', 'MAP2K1', 'GADD45A', 'MAP2K2', 'LAMC2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'RPS6KA5', 'STAT1', 'FGFR2', 'MAPK10', 'PIK3R1'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'CUL1', 'COL4A4', 'FZD6', 'BAX', 'COL4A2', 'LAMA1', 'FGFR1', 'SLC2A1', 'RPS6KB2', 'CTBP1', 'FN1', 'LAMB3', 'LAMA2', 'NFKB1', 'CDK4', 'PDGFA', 'PIK3CB', 'PIK3CD', 'KITLG', 'FGFR3', 'PTEN', 'COL4A1', 'TGFA', 'COL4A3', 'JAK1', 'FZD5', 'DVL1', 'RASSF1', 'TCF7L2', 'CDK2', 'GRB2', 'FZD1', 'LRP6', 'CCND1', 'FRAT1', 'CDKN2A', 'JUN', 'MAP2K1', 'MAP2K2', 'DVL3', 'LAMC2', 'IL6', 'WNT5B', 'COL4A5', 'AKT1', 'FZD9', 'ITGA6', 'PDGFB', 'SOS1', 'RPS6KA5', 'CDKN1A', 'FGFR2', 'ITGA3', 'STAT1', 'MAPK10', 'FZD2'}, number: 57
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'APAF1', 'BIRC5', 'RELA', 'AKT1', 'BAX', 'XIAP', 'NFKBIA', 'PMAIP1', 'CASP3', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'FAS', 'JUN', 'BIRC3', 'NFKB1'}, number: 18
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'TGFBR2', 'BMP4', 'CREBBP', 'STAT1', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 9
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'APAF1', 'BIRC5', 'RELA', 'AKT1', 'BAX', 'XIAP', 'NFKBIA', 'PMAIP1', 'CASP3', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'FAS', 'JUN', 'BIRC3', 'NFKB1'}, number: 18
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'FGFR1', 'SOS2', 'FN1', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'IFNAR2', 'TGFB2', 'RASGRP1', 'NFKBIA', 'TGFBR2', 'CASP3', 'GRB2', 'FAS', 'JUN', 'GNA12', 'MAP2K1', 'GADD45A', 'MAP2K2', 'LAMC2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'RPS6KA5', 'STAT1', 'FGFR2', 'MAPK10', 'PIK3R1'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'GNAI2', 'BRAF', 'ADCY6', 'ADCY7', 'BMP4', 'SOS2', 'ADCY9', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'GNG11', 'CREBBP', 'STAT3', 'JAK1', 'GNB1', 'GNAI1', 'NFKBIA', 'TGFBR2', 'MMP1', 'GRB2', 'ADCY3', 'JUN', 'GNAI3', 'MAP2K1', 'PRKCB', 'IL6', 'GNB2', 'AKT1', 'SOS1', 'STAT1', 'IL23A', 'PIK3R1'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'FGFR1', 'SOS2', 'FN1', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'IFNAR2', 'TGFB2', 'RASGRP1', 'NFKBIA', 'TGFBR2', 'CASP3', 'GRB2', 'FAS', 'JUN', 'GNA12', 'MAP2K1', 'GADD45A', 'MAP2K2', 'LAMC2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'RPS6KA5', 'STAT1', 'FGFR2', 'MAPK10', 'PIK3R1'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'GNAI2', 'BRAF', 'ADCY6', 'ADCY7', 'BMP4', 'SOS2', 'ADCY9', 'NFKB1', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'GNG11', 'CREBBP', 'STAT3', 'JAK1', 'GNB1', 'GNAI1', 'NFKBIA', 'TGFBR2', 'GRB2', 'ADCY3', 'JUN', 'GNAI3', 'MAP2K1', 'PRKCB', 'IL6', 'GNB2', 'AKT1', 'SOS1', 'STAT1', 'PIK3R1'}, number: 34
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'PTEN', 'STAT3', 'JAK1', 'RALA', 'GRB2', 'JUN', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'PLD1', 'SOS1', 'RPS6KA5', 'NCOA3', 'STAT1', 'PIK3R1'}, number: 20
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'APAF1', 'BIRC5', 'RELA', 'AKT1', 'BAX', 'XIAP', 'NFKBIA', 'PMAIP1', 'CASP3', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'FAS', 'JUN', 'BIRC3', 'NFKB1'}, number: 18
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'HRAS', 'CUL1', 'GNAI2', 'BAX', 'BRAF', 'ADCY6', 'ADCY7', 'SOS2', 'ADCY9', 'BIRC3', 'NFKB1', 'RELA', 'PDGFA', 'SKP1', 'PIK3CB', 'PIK3CD', 'GNG11', 'CREBBP', 'STAT3', 'APAF1', 'GNB1', 'GNAI1', 'NFKBIA', 'CASP3', 'BCL2L1', 'GRB2', 'ADCY3', 'JUN', 'GNAI3', 'MAP2K1', 'PRKCB', 'IL6', 'GNB2', 'AKT1', 'HSP90AA1', 'SOS1', 'STAT1', 'BAD', 'PIK3R1'}, number: 40
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1', 'NFE2L2'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'FGFR1', 'SOS2', 'FN1', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'IFNAR2', 'TGFB2', 'RASGRP1', 'NFKBIA', 'TGFBR2', 'CASP3', 'GRB2', 'FAS', 'JUN', 'GNA12', 'MAP2K1', 'GADD45A', 'MAP2K2', 'LAMC2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'RPS6KA5', 'STAT1', 'FGFR2', 'MAPK10', 'PIK3R1'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'BAX', 'SOS2', 'NFKB1', 'CDK4', 'PIK3CB', 'PIK3CD', 'PMAIP1', 'PTEN', 'CDKN1B', 'CDK6', 'DVL1', 'APAF1', 'TCF7L2', 'CDK2', 'CASP3', 'GRB2', 'CCND1', 'FRAT1', 'CDKN2A', 'FAS', 'JUN', 'CCNE2', 'GADD45A', 'DVL3', 'DDB2', 'WNT5B', 'AKT1', 'SOS1', 'GADD45G', 'CDKN1A', 'BAD', 'MAPK10', 'PIK3R1', 'RB1'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'PRKCA', 'BAX', 'BRAF', 'SOS2', 'CDK4', 'PIK3CB', 'PIK3CD', 'TGFA', 'CDK6', 'STAT3', 'RASSF1', 'CASP3', 'GRB2', 'CCND1', 'CDKN2A', 'MAP2K1', 'GADD45A', 'MAP2K2', 'DDB2', 'EML4', 'PRKCB', 'AKT1', 'SOS1', 'GADD45G', 'CDKN1A', 'BAD', 'PIK3R1', 'RB1'}, number: 31
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'FGFR1', 'SOS2', 'FN1', 'NFKB1', 'CXCL8', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'IFNAR2', 'TGFB2', 'RASGRP1', 'NFKBIA', 'TGFBR2', 'CASP3', 'GRB2', 'FAS', 'JUN', 'GNA12', 'MAP2K1', 'GADD45A', 'MAP2K2', 'LAMC2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'RPS6KA5', 'STAT1', 'FGFR2', 'MAPK10', 'PIK3R1'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'BAX', 'SOS2', 'NFKB1', 'CDK4', 'PIK3CB', 'PIK3CD', 'PMAIP1', 'PTEN', 'CDKN1B', 'CDK6', 'DVL1', 'APAF1', 'TCF7L2', 'CDK2', 'CASP3', 'GRB2', 'CCND1', 'FRAT1', 'CDKN2A', 'FAS', 'JUN', 'CCNE2', 'GADD45A', 'DVL3', 'DDB2', 'WNT5B', 'AKT1', 'SOS1', 'NFE2L2', 'GADD45G', 'CDKN1A', 'BAD', 'MAPK10', 'PIK3R1', 'RB1'}, number: 38
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1', 'NFE2L2'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'APAF1', 'BIRC5', 'RELA', 'AKT1', 'BAX', 'XIAP', 'NFKBIA', 'PMAIP1', 'CASP3', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'FAS', 'JUN', 'BIRC3', 'NFKB1'}, number: 18
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'GNAI2', 'BRAF', 'ADCY6', 'ADCY7', 'SOS2', 'ADCY9', 'FN1', 'NFKB1', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'GNG11', 'STAT3', 'JAK1', 'GNB1', 'GNAI1', 'NFKBIA', 'GRB2', 'ADCY3', 'IFNGR2', 'GNAI3', 'MAP2K1', 'LAMC2', 'PRKCB', 'IL6', 'GNB2', 'AKT1', 'SOS1', 'STAT1', 'PIK3R1'}, number: 33
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'MLH1', 'BAX', 'RBX1', 'MSH2', 'MSH3', 'CDK4', 'PMAIP1', 'CDKN1B', 'CDK6', 'APAF1', 'MSH6', 'CDK2', 'CASP3', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'AKT1', 'GADD45G', 'CDKN1A', 'BRCA2', 'RB1'}, number: 24
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'COL4A4', 'COL4A2', 'LAMA1', 'FGFR1', 'SOS2', 'RPS6KB2', 'FN1', 'LAMB3', 'LAMA2', 'NFKB1', 'CDK4', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'KITLG', 'HSP90B1', 'PTEN', 'FGFR3', 'COL4A1', 'GNG11', 'CDKN1B', 'TGFA', 'IFNAR2', 'CDK6', 'COL4A3', 'JAK1', 'GNB1', 'RALA', 'RASSF1', 'LPAR3', 'RASGRP1', 'CDK2', 'BCL2L1', 'GRB2', 'CCND1', 'CCNE2', 'MAP2K1', 'MAP2K2', 'ETS1', 'LAMC2', 'PRKCB', 'IL6', 'COL4A5', 'AKT1', 'HSP90AA1', 'GNB2', 'ITGA6', 'PLD1', 'PDGFB', 'SOS1', 'IL7R', 'CDKN1A', 'FGFR2', 'ITGA3', 'BAD', 'MAPK10', 'PIK3R1'}, number: 61
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'BAX', 'SOS2', 'NFKB1', 'CDK4', 'PIK3CB', 'PIK3CD', 'PMAIP1', 'PTEN', 'CDKN1B', 'CDK6', 'DVL1', 'APAF1', 'TCF7L2', 'CDK2', 'CASP3', 'GRB2', 'CCND1', 'FRAT1', 'CDKN2A', 'FAS', 'JUN', 'CCNE2', 'GADD45A', 'DVL3', 'DDB2', 'WNT5B', 'AKT1', 'SOS1', 'GADD45G', 'CDKN1A', 'BAD', 'MAPK10', 'PIK3R1', 'RB1'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 7
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'GNAI2', 'BRAF', 'ADCY6', 'ADCY7', 'BMP4', 'SOS2', 'ADCY9', 'NFKB1', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'GNG11', 'CREBBP', 'STAT3', 'JAK1', 'GNB1', 'GNAI1', 'NFKBIA', 'TGFBR2', 'GRB2', 'ADCY3', 'JUN', 'GNAI3', 'MAP2K1', 'PRKCB', 'IL6', 'GNB2', 'AKT1', 'SOS1', 'STAT1', 'PIK3R1'}, number: 34
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'BIRC5', 'RELA', 'AKT1', 'MAP2K1', 'NFKBIA', 'PIK3CD', 'SOS1', 'GRB2', 'STAT1', 'CEBPA', 'BAD', 'PIK3R1', 'GNAQ', 'STAT3', 'JAK1', 'NFKB1'}, number: 17
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'AKT1', 'NFKBIA', 'PIK3R1', 'JUN', 'MAP2K1', 'NFKB1'}, number: 8
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'CAMK2G', 'FZD6', 'MLH1', 'TRAF4', 'BAX', 'RBX1', 'MSH2', 'SLC2A1', 'MSH3', 'CTBP1', 'KEAP1', 'NFKB1', 'MGST2', 'PMAIP1', 'PTEN', 'HMOX1', 'TXNRD2', 'TGFA', 'NQO1', 'TXNRD1', 'FZD5', 'APAF1', 'DVL1', 'TGFB2', 'GSTM3', 'MGST1', 'MSH6', 'TGFBR2', 'TCF7L2', 'CDK2', 'TXNRD3', 'GSTA4', 'MMP1', 'FZD1', 'LRP6', 'CCND1', 'FRAT1', 'PPARG', 'GSTP1', 'FAS', 'JUN', 'GADD45A', 'DVL3', 'DDB2', 'PRKCB', 'WNT5B', 'FZD9', 'HSP90AA1', 'PDGFB', 'NFE2L2', 'CDKN1A', 'MAPK10', 'BRCA2', 'FZD2'}, number: 55
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'PRKCA', 'BAX', 'RBX1', 'SOS2', 'SLC2A1', 'KEAP1', 'NFKB1', 'CDK4', 'MGST2', 'PIK3CB', 'PIK3CD', 'PMAIP1', 'PTEN', 'HMOX1', 'CDKN1B', 'TGFA', 'NQO1', 'CDK6', 'TXNRD1', 'DVL1', 'APAF1', 'GSTM3', 'TGFB2', 'TGFBR2', 'TCF7L2', 'CDK2', 'CASP3', 'TXNRD3', 'GSTA4', 'GRB2', 'CCND1', 'GSTP1', 'FRAT1', 'CDKN2A', 'FAS', 'CCNE2', 'JUN', 'GADD45A', 'DVL3', 'DDB2', 'WNT5B', 'AKT1', 'HSP90AA1', 'PDGFB', 'SOS1', 'NFE2L2', 'GADD45G', 'CDKN1A', 'BAD', 'MAPK10', 'PIK3R1', 'RB1'}, number: 55
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'HRAS', 'GNAI2', 'BRAF', 'ADCY6', 'ADCY7', 'BMP4', 'SOS2', 'ADCY9', 'NFKB1', 'RELA', 'PIK3CB', 'PIK3CD', 'GNG11', 'HMOX1', 'TXNRD2', 'CREBBP', 'NQO1', 'STAT3', 'JAK1', 'TXNRD1', 'GNB1', 'MGST1', 'GNAI1', 'NFKBIA', 'TGFBR2', 'GRB2', 'ADCY3', 'JUN', 'GNAI3', 'MAP2K1', 'PRKCB', 'GNB2', 'AKT1', 'SOS1', 'NFE2L2', 'STAT1', 'MAPK10', 'PIK3R1'}, number: 39
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BAX', 'XIAP', 'BRAF', 'BIRC3', 'NFKB1', 'RELA', 'PMAIP1', 'HMOX1', 'TXNRD2', 'NQO1', 'TXNRD1', 'APAF1', 'BIRC5', 'MGST1', 'NFKBIA', 'CASP3', 'BCL2L1', 'GRB2', 'CDKN2A', 'FAS', 'JUN', 'MAP2K1', 'AKT1', 'SOS1', 'NFE2L2', 'BAD', 'MAPK10', 'PIK3R1'}, number: 30
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'NFKB1', 'RELA', 'STAT3', 'NFKBIA', 'CASP3', 'GRB2', 'JUN', 'MAP2K1', 'MAP2K2', 'AKT1', 'SOS1', 'RPS6KA5', 'STAT1', 'BAD', 'MAPK10', 'PIK3R1'}, number: 19
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'CAMK2G', 'TRAF5', 'SLC2A1', 'NFKB1', 'RELA', 'PIK3CB', 'PTEN', 'STAT3', 'JAK1', 'TGFB2', 'NFKBIA', 'IL13RA1', 'TGFBR2', 'CASP3', 'GRB2', 'ADCY3', 'IFNGR2', 'JUN', 'MAP2K1', 'MAP2K2', 'PRKCB', 'IL6', 'AKT1', 'RPS6KA5', 'STAT1', 'BAD', 'MAPK10', 'PIK3R1'}, number: 30
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IFNGR2', 'PRKCA', 'TGFB2', 'PRKCB', 'CAMK2G', 'IL6', 'AKT1', 'TGFBR2', 'IL13RA1', 'TRAF5', 'STAT1', 'SLC2A1', 'ADCY3', 'STAT3', 'JAK1', 'NFKB1'}, number: 16
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 7
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'COL4A4', 'COL4A2', 'LAMA1', 'FGFR1', 'BMP4', 'EPAS1', 'SLC2A1', 'RPS6KB2', 'FN1', 'LAMB3', 'LAMA2', 'BAD', 'PDGFA', 'PIK3CB', 'PIK3CD', 'KITLG', 'HSP90B1', 'PTEN', 'FGFR3', 'COL4A1', 'GNG11', 'CDKN1B', 'IFNAR2', 'STAT3', 'JAK1', 'DVL1', 'GNB1', 'LPAR3', 'NCOA1', 'GRB2', 'FZD1', 'PPARG', 'FAS', 'MAP2K1', 'GADD45A', 'MAP2K2', 'LAMC2', 'IL6', 'WNT5B', 'AGT', 'AKT1', 'HSP90AA1', 'GNB2', 'ITGA6', 'PDGFB', 'SOS1', 'IL7R', 'CDKN1A', 'CEBPA', 'FGFR2', 'ITGA3', 'STAT1', 'PIK3R1', 'RB1'}, number: 57
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'COL4A4', 'COL4A2', 'LAMA1', 'FGFR1', 'SOS2', 'EPAS1', 'SLC2A1', 'RPS6KB2', 'FN1', 'LAMB3', 'LAMA2', 'NFKB1', 'CDK4', 'RELA', 'PDGFA', 'PIK3CB', 'PIK3CD', 'KITLG', 'HSP90B1', 'PTEN', 'FGFR3', 'COL4A1', 'GNG11', 'CDKN1B', 'TGFA', 'IFNAR2', 'CDK6', 'COL4A3', 'JAK1', 'GNB1', 'LPAR3', 'CDK2', 'BCL2L1', 'GRB2', 'CCND1', 'CCNE2', 'MAP2K1', 'MAP2K2', 'LAMC2', 'IL6', 'GNB2', 'COL4A5', 'AKT1', 'HSP90AA1', 'ITGA6', 'PDGFB', 'SOS1', 'IL7R', 'CDKN1A', 'FGFR2', 'ITGA3', 'BAD', 'PIK3R1'}, number: 56
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'APAF1', 'BIRC5', 'RELA', 'AKT1', 'BAX', 'XIAP', 'NFKBIA', 'PMAIP1', 'CASP3', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'FAS', 'JUN', 'BIRC3', 'NFKB1'}, number: 18
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PRKCA', 'CAMK2G', 'TRAF5', 'SLC2A1', 'NFKB1', 'PIK3CB', 'PTEN', 'STAT3', 'JAK1', 'TGFB2', 'TGFBR2', 'IL13RA1', 'IFNGR2', 'ADCY3', 'PRKCB', 'IL6', 'AKT1', 'STAT1', 'PIK3R1'}, number: 19
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1', 'SLC2A1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IFNGR2', 'PRKCA', 'TGFB2', 'PRKCB', 'CAMK2G', 'IL6', 'AKT1', 'TGFBR2', 'IL13RA1', 'TRAF5', 'STAT1', 'SLC2A1', 'ADCY3', 'STAT3', 'JAK1', 'NFKB1'}, number: 16
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'APAF1', 'BIRC5', 'RELA', 'AKT1', 'BAX', 'XIAP', 'NFKBIA', 'PMAIP1', 'CASP3', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'FAS', 'JUN', 'BIRC3', 'NFKB1'}, number: 18
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CDC25B', 'TGFB2', 'GADD45A'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'CDK7', 'CUL1', 'CDKN2A', 'CDK2', 'CDKN1A', 'CCND1', 'MAD1L1'}, number: 8
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CDC25B', 'TGFB2', 'GADD45A'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CDC25B', 'TGFB2', 'GADD45A'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'SKP1', 'CUL1'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CDC25B', 'TGFB2', 'GADD45A'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCNB2', 'RBL2', 'CDK4', 'SFN', 'MCM7', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'CDK2', 'CCND1', 'CDKN2A', 'CCNE2', 'GADD45A', 'SMC1A', 'CDC25C', 'CDC25A', 'GADD45G', 'CDKN1A', 'RB1'}, number: 22
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'GADD45G', 'CDKN1A', 'CCND1', 'CDKN2A', 'RB1', 'CDK6', 'GADD45A'}, number: 9
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CDC25B', 'TGFB2', 'GADD45A'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCNB2', 'RBL2', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'CDK2', 'CCND1', 'CDKN2A', 'CCNE2', 'GADD45A', 'SMC1A', 'CDC25C', 'CDC25A', 'GADD45G', 'CDKN1A', 'RB1'}, number: 21
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCNB2', 'RBX1', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'CDK2', 'CCNH', 'CCND1', 'CCNE2', 'GADD45A', 'CDK7', 'SMC1A', 'CDC25C', 'CDC25A', 'PCNA', 'GADD45G', 'CDKN1A', 'RB1'}, number: 23
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'RBL2', 'CCND1', 'CDK6', 'CCNE2'}, number: 8
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCNB2', 'RBL2', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'CDK2', 'CCND1', 'CDKN2A', 'CCNE2', 'GADD45A', 'SMC1A', 'CDC25C', 'CDC25A', 'GADD45G', 'CDKN1A', 'RB1'}, number: 21
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDK7', 'SFN', 'TGFB2', 'CDC25C', 'CDC25A', 'CDK2', 'RBX1', 'CHEK1', 'CCNH', 'PCNA', 'CDKN1A', 'CCND1', 'GADD45A'}, number: 13
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'CCNB1', 'CCNB2', 'RBX1', 'RBL2', 'CDK4', 'SFN', 'CDK1', 'CHEK1', 'CDKN1B', 'CDK6', 'TGFB2', 'CDK2', 'CCND1', 'CDKN2A', 'CCNE2', 'GADD45A', 'SMC1A', 'CDC25C', 'CDC25A', 'GADD45G', 'CDKN1A', 'RB1'}, number: 23
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GADD45B', 'CDKN1B', 'CDKN1A', 'RBL2', 'RB1', 'GADD45A'}, number: 6
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'RBL2', 'CCND1', 'CDK6', 'CCNE2'}, number: 8
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HMGCS1', 'FDFT1', 'LBR', 'HMGCR', 'DHCR24', 'SC5D', 'MSMO1', 'FDPS', 'IDI1', 'EBP'}, number: 10
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DVL3', 'YAP1', 'NFKB1'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'CREBBP', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CREBBP', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'CREBBP', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'IQGAP1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CREBBP', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DVL3', 'RB1', 'MCM7', 'NFKB1'}, number: 4
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DVL3', 'RB1', 'NFKB1'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'MSH2', 'RB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DVL3', 'RB1', 'NFKB1'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'CREBBP', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GDI1', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DVL3', 'MSH2', 'NFKB1'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DVL3', 'RB1', 'NFKB1'}, number: 3
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CREBBP', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RANBP9', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RANBP9', 'NFKB1'}, number: 2
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'AKT1'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TSC1', 'AKT1', 'PDGFB', 'PTEN', 'AKT1S1', 'SLC2A1', 'DEPTOR', 'SETD2'}, number: 8
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'CREBBP'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'AKT1'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'STAT3', 'CREBBP', 'AKT1'}, number: 3
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'AKT1'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'STAT3', 'CREBBP', 'AKT1'}, number: 3
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1', 'GRB10', 'STAT3', 'PTEN'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'STAT3', 'CREBBP', 'AKT1'}, number: 3
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'AKT1'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'PTEN'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'AKT1'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1', 'PTEN'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TSC1', 'AKT1', 'PDGFB', 'PTEN', 'AKT1S1', 'DEPTOR'}, number: 6
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'PTEN'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC1', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'STAT3', 'CREBBP', 'AKT1'}, number: 3
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SQSTM1', 'ME1', 'TGFB2', 'PDGFB', 'PTEN', 'AKT1S1', 'SLC2A1', 'DEPTOR'}, number: 8
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SQSTM1', 'ME1', 'TGFB2', 'AKT1', 'PDGFB', 'PTEN', 'SLC2A1'}, number: 7
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'STAT3', 'CREBBP', 'AKT1'}, number: 3
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC1', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SQSTM1', 'TSC1', 'STAT3', 'AKT1'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'AKT1', 'SHMT2', 'PTEN', 'PSAT1', 'SHMT1', 'SLC2A1', 'PHGDH', 'STAT3'}, number: 10
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFB2', 'AKT1', 'SHMT2', 'PSAT1', 'SHMT1', 'SLC2A1', 'PHGDH', 'STAT3'}, number: 8
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC1', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TSC1', 'AKT1', 'PDGFB', 'PTEN', 'AKT1S1', 'SLC2A1', 'STAT3'}, number: 7
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TSC1', 'AKT1', 'PDGFB', 'PTEN', 'AKT1S1', 'SLC2A1'}, number: 6
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'TGFB2', 'AKT1', 'SHMT2', 'PTEN', 'PSAT1', 'SHMT1', 'SLC2A1', 'PHGDH', 'STAT3'}, number: 9
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PGM1', 'PSAT1', 'PHGDH', 'SLC2A1'}, number: 4
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFB2', 'AKT1', 'SHMT2', 'PSAT1', 'SHMT1', 'SLC2A1', 'PHGDH', 'STAT3'}, number: 8
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PPP2CA'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMC1A', 'CDK1'}, number: 2
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMC1A', 'CDK1'}, number: 2
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SMC1A', 'CDK1'}, number: 2
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PPP2R5B', 'PPP2R1B', 'PPP2CA', 'PPP2R5A'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A', 'CDK1'}, number: 2
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMC1A', 'CDK1'}, number: 2
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PPP2CA'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PPP2CA'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPP2R5B', 'PPP2R1B', 'PPP2CA', 'PPP2R5A'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PPP2R5B', 'PPP2R1B', 'PPP2CA', 'PPP2R5A'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP3', 'XIAP', 'JUN', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP3', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AKT1', 'JUN', 'CCND1', 'PTEN'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP3', 'XIAP', 'JUN', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP3', 'XIAP', 'JUN', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP3', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'FOXO3', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP3', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'FOXO3', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1', 'JUN', 'PTEN'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP3', 'XIAP', 'JUN', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP3', 'FOXO3', 'JUN', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP3', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'FOXO3', 'PTEN', 'CASP3', 'CCND1', 'JUN'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CASP3', 'FOXO3', 'CCND1', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP3', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1', 'FOXO3', 'PTEN', 'CASP3', 'CCND1', 'JUN'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP3', 'XIAP', 'JUN', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP3', 'CCND1', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'AKT1', 'FOXO3', 'CCND1', 'PTEN'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'FOXO3', 'PTEN', 'CASP3', 'CCND1', 'JUN'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'FOXO3', 'JUN', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'MT1X', 'CCND1', 'PTEN'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1', 'FOXO3', 'PTEN', 'CASP3', 'CCND1', 'JUN'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'MT1X', 'FOXO3', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'AKT1', 'XIAP', 'CASP3', 'MT1X', 'JUN'}, number: 5
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1', 'CASP3', 'JUN', 'ADAM17', 'FOXO3'}, number: 5
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1', 'FOXO3', 'PTEN', 'CASP3', 'ADAM17', 'JUN'}, number: 6
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1', 'FOXO3', 'PTEN'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1', 'FOXO3', 'CCND1', 'PTEN'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP3', 'XIAP', 'JUN', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'PTEN'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP3', 'XIAP', 'JUN', 'AKT1'}, number: 4
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RPS6KA3'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'RPS6KB2', 'RPS6KA3', 'RPS6KA1'}, number: 3
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RPS6KA3'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RPS6KA3'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA3', 'RPS6KA1'}, number: 2
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RPS6KA3'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RPS6KA3'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RPS6KB2'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'RPS6KA1'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'RPS6KA1'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RPS6KA3', 'RPS6KA1'}, number: 2
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RPS6KA3', 'RPS6KA1'}, number: 2
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'RPS6KA1'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RPS6KB2'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RPS6KB2'}, number: 1
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Cytoplasmic Ribosomal Proteins WP477, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'APAF1', 'BAX', 'AKT1', 'PMAIP1', 'CASP3', 'FAS'}, number: 6
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP3', 'AKT1', 'FAS', 'GADD45A'}, number: 4
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'AKT1', 'BAX', 'BRCA1', 'CDK2', 'CDKN1A', 'CCND1'}, number: 7
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'APAF1', 'BAX', 'AKT1', 'PMAIP1', 'CASP3', 'FAS'}, number: 6
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'APAF1', 'BAX', 'AKT1', 'PMAIP1', 'CASP3', 'FAS'}, number: 6
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP3', 'AKT1', 'FAS', 'GADD45A'}, number: 4
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP3', 'AKT1', 'FAS', 'GADD45A'}, number: 4
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'APAF1', 'BAX', 'AKT1', 'PMAIP1', 'CASP3', 'FAS'}, number: 6
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP3', 'APAF1', 'AKT1', 'BAX'}, number: 4
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP3', 'AKT1', 'FAS', 'GADD45A'}, number: 4
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'BAX', 'CCNB1', 'CCNB2', 'CDK5', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'CDKN1B', 'TLK1', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'MRE11', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'SMC1A', 'CDC25C', 'CDC25A', 'AKT1', 'BRCA1', 'GADD45G', 'CDKN1A', 'RAD1', 'RB1'}, number: 34
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'DDB2', 'BAX', 'AKT1', 'CASP3', 'GADD45G', 'CDKN1A', 'CCND1', 'RB1', 'CDK6', 'GADD45A'}, number: 12
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP3', 'AKT1', 'FAS', 'GADD45A'}, number: 4
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'BAX', 'CCNB1', 'CCNB2', 'CDK5', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'CDKN1B', 'TLK1', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'MRE11', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'SMC1A', 'CDC25C', 'CDC25A', 'AKT1', 'BRCA1', 'GADD45G', 'CDKN1A', 'RAD1', 'RB1'}, number: 34
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'APAF1', 'BAX', 'AKT1', 'PMAIP1', 'CASP3', 'FAS'}, number: 6
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'BAX', 'CCNB1', 'CCNB2', 'CDK5', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'CDKN1B', 'TLK1', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'MRE11', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'SMC1A', 'CDC25C', 'CDC25A', 'AKT1', 'BRCA1', 'GADD45G', 'CDKN1A', 'RAD1', 'RB1'}, number: 34
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'AKT1', 'BRCA1', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2'}, number: 9
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'BAX', 'CCNB1', 'CCNB2', 'CDK5', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'CDKN1B', 'TLK1', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'MRE11', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'SMC1A', 'CDC25C', 'CDC25A', 'AKT1', 'BRCA1', 'GADD45G', 'CDKN1A', 'RAD1', 'RB1'}, number: 34
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'APAF1', 'DDB2', 'SFN', 'CDC25C', 'RRM2B', 'CDC25A', 'BAX', 'SESN1', 'RPA2', 'BRCA1', 'PMAIP1', 'CDK2', 'CHEK1', 'CDKN1A', 'MRE11', 'CCND1', 'FAS', 'GADD45A'}, number: 18
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'BAX', 'CCNB1', 'CCNB2', 'CDK5', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'CDKN1B', 'TLK1', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'MRE11', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'SMC1A', 'CDC25C', 'CDC25A', 'AKT1', 'BRCA1', 'GADD45G', 'CDKN1A', 'RAD1', 'RB1'}, number: 34
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'APAF1', 'BAX', 'AKT1', 'PMAIP1', 'CASP3', 'FAS'}, number: 6
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CASP3', 'AKT1', 'CDK5'}, number: 3
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CASP3', 'AKT1', 'CDK5'}, number: 3
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GADD45B', 'AKT1', 'CDKN1B', 'CDKN1A', 'RB1', 'FAS', 'GADD45A'}, number: 7
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'AKT1', 'BRCA1', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2'}, number: 9
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'APAF1', 'BAX', 'AKT1', 'PMAIP1', 'CASP3', 'FAS'}, number: 6
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'APAF1', 'BAX', 'AKT1', 'PMAIP1', 'CASP3', 'FAS'}, number: 6
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BRCA1', 'FOXM1', 'CDK2', 'BARD1'}, number: 4
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMC1A', 'CDC25C', 'CDK1', 'RPA2', 'BRCA1', 'CDK2', 'CHEK1', 'BCL6', 'MRE11', 'RAD1'}, number: 10
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMC1A', 'CDC25C', 'CDK1', 'RPA2', 'BRCA1', 'CDK2', 'CHEK1', 'BCL6', 'MRE11', 'RAD1'}, number: 10
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'FANCA', 'BRIP1', 'MLH1', 'FEN1', 'RPA1', 'MSH2', 'PARP1', 'CDK1', 'RPA2', 'EXO1', 'FANCI', 'WRN', 'CHEK1', 'XPA', 'CDK2', 'MRE11', 'SMC1A', 'CDC25C', 'BRCA1', 'USP1', 'PCNA', 'XRCC5', 'RAD1', 'BRCA2'}, number: 24
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1', 'CDK2'}, number: 2
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A', 'CDC25C', 'CDK1', 'RPA2', 'BRCA1', 'CDK2', 'CHEK1', 'BCL6', 'MRE11', 'RAD1'}, number: 10
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FANCA', 'BRIP1', 'MLH1', 'FEN1', 'RPA1', 'MSH2', 'PARP1', 'RPA2', 'EXO1', 'FANCI', 'WRN', 'CHEK1', 'XPA', 'CDK2', 'MRE11', 'CDC25C', 'BRCA1', 'USP1', 'PCNA', 'XRCC5', 'BRCA2'}, number: 21
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMC1A', 'CDC25C', 'CDK1', 'RPA2', 'BRCA1', 'CDK2', 'CHEK1', 'BCL6', 'MRE11', 'RAD1'}, number: 10
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BRCA1', 'CDK2'}, number: 2
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLD3', 'POLE2', 'RFC2', 'LIG1', 'MLH1', 'RFC3', 'RPA2', 'MSH6', 'EXO1', 'RPA1', 'PCNA', 'POLE4', 'MSH2', 'RPA3', 'POLE', 'POLE3', 'RFC5', 'RFC4'}, number: 18
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLD3', 'POLE2', 'RFC2', 'LIG1', 'MLH1', 'RFC3', 'RPA2', 'MSH6', 'EXO1', 'RPA1', 'PCNA', 'POLE4', 'MSH2', 'RPA3', 'POLE', 'POLE3', 'RFC5', 'RFC4'}, number: 18
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RPA2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK7', 'BRCA1'}, number: 2
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DDB2', 'RPA2', 'BRCA1', 'CHEK1', 'MRE11'}, number: 5
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'DDB2'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DDB2', 'RPA2', 'BRCA1', 'CHEK1', 'MRE11'}, number: 5
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'FAN1', 'APEX2', 'FANCA', 'BRIP1', 'MLH1', 'MBD4', 'SMUG1', 'FEN1', 'RPA1', 'RBX1', 'UNG', 'POLE4', 'MSH2', 'MNAT1', 'PARP1', 'POLE3', 'MSH3', 'RFC5', 'APEX1', 'RFC3', 'REV3L', 'WDR48', 'EXO1', 'XRCC4', 'FANCI', 'RPA2', 'WRN', 'CHEK1', 'FANCE', 'POLE', 'NEIL3', 'XPA', 'FANCG', 'NTHL1', 'MSH6', 'XRCC1', 'CETN2', 'CCNH', 'RPA3', 'MRE11', 'GTF2H1', 'CENPS', 'DDB1', 'RFC4', 'POLD3', 'DDB2', 'RFC2', 'CDK7', 'LIG1', 'BRCA1', 'FANCL', 'USP1', 'PCNA', 'XRCC5', 'FANCC', 'RAD23B', 'POLH', 'BRCA2'}, number: 59
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DDB2', 'RPA2', 'BRCA1', 'CHEK1', 'MRE11'}, number: 5
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'FAN1', 'APEX2', 'FANCA', 'BRIP1', 'MLH1', 'MBD4', 'SMUG1', 'FEN1', 'RPA1', 'RBX1', 'UNG', 'POLE4', 'MSH2', 'MNAT1', 'PARP1', 'POLE3', 'MSH3', 'RFC5', 'APEX1', 'RFC3', 'REV3L', 'WDR48', 'EXO1', 'XRCC4', 'FANCI', 'RPA2', 'WRN', 'CHEK1', 'FANCE', 'POLE', 'NEIL3', 'XPA', 'FANCG', 'NTHL1', 'MSH6', 'XRCC1', 'CETN2', 'CCNH', 'RPA3', 'MRE11', 'GTF2H1', 'CENPS', 'DDB1', 'RFC4', 'POLD3', 'DDB2', 'RFC2', 'CDK7', 'LIG1', 'BRCA1', 'FANCL', 'USP1', 'PCNA', 'XRCC5', 'FANCC', 'RAD23B', 'POLH', 'BRCA2'}, number: 59
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DDB2', 'RPA2', 'BRCA1', 'RBX1', 'CHEK1', 'MRE11'}, number: 6
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK2'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'MCM7', 'CDK2'}, number: 3
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2', 'CDK2'}, number: 2
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'POLD3', 'RFC2', 'RFC3', 'RPA2', 'RPA1', 'CDK2', 'PCNA', 'RPA3', 'POLE', 'RFC5', 'RFC4'}, number: 12
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK2'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'CDK2'}, number: 2
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'POLD3', 'RFC2', 'RFC3', 'RPA2', 'RPA1', 'CDK2', 'PCNA', 'RPA3', 'POLE', 'RFC5', 'RFC4'}, number: 12
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RPA2', 'CDK2'}, number: 2
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK2'}, number: 1
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1', 'BAX', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'MRAS', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'RRAS', 'RRAS2', 'FGF2', 'GRB2', 'MAP2K1', 'MAP2K2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'PDGFC', 'BAX', 'RPS6KB2', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'PTEN', 'TGFA', 'JAK1', 'FGF2', 'GRB2', 'EIF4EBP1', 'CCND1', 'MAP2K1', 'MAP2K2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'FGFR2', 'SHC1'}, number: 23
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1', 'BAX', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'STAT3', 'JAK1'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1', 'BAX', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'MRAS', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'RRAS', 'RRAS2', 'FGF2', 'GRB2', 'MAP2K1', 'MAP2K2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS2', 'SHC4', 'PDGFA', 'PIK3CB', 'PIK3CD', 'STAT3', 'JAK1', 'GRB2', 'MAP2K1', 'PRKCB', 'IL6', 'AKT1', 'SOS1', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 19
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'MRAS', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'RRAS', 'RRAS2', 'FGF2', 'GRB2', 'MAP2K1', 'MAP2K2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS2', 'SHC4', 'PDGFA', 'PIK3CB', 'PIK3CD', 'STAT3', 'JAK1', 'GRB2', 'MAP2K1', 'PRKCB', 'IL6', 'AKT1', 'SOS1', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 19
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'AKT1', 'GAB1', 'MAP2K1', 'BRAF', 'SOS1', 'PTEN', 'SOS2', 'GRB2', 'EIF4EBP1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1'}, number: 17
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1', 'BAX', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BAX', 'BRAF', 'SOS2', 'SHC4', 'PDGFA', 'PIK3CB', 'PIK3CD', 'STAT3', 'BCL2L1', 'GRB2', 'MAP2K1', 'PRKCB', 'IL6', 'AKT1', 'SOS1', 'BAD', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 21
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'MRAS', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'RRAS', 'RRAS2', 'FGF2', 'GRB2', 'MAP2K1', 'MAP2K2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BAX', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'PTEN', 'SOS2', 'GRB2', 'CCND1', 'BAD', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 15
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BAX', 'BRAF', 'SOS2', 'PIK3CB', 'PIK3CD', 'TGFA', 'STAT3', 'GRB2', 'CCND1', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'SOS1', 'BAD', 'PIK3R1', 'FOXO3'}, number: 20
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'SOS2', 'MRAS', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'RRAS', 'RRAS2', 'FGF2', 'GRB2', 'MAP2K1', 'MAP2K2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'FGFR2', 'PIK3R1'}, number: 22
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BAX', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'PTEN', 'SOS2', 'GRB2', 'CCND1', 'BAD', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 15
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1', 'BAX', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS2', 'SHC4', 'PDGFA', 'PIK3CB', 'PIK3CD', 'STAT3', 'JAK1', 'GRB2', 'MAP2K1', 'PRKCB', 'IL6', 'AKT1', 'SOS1', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 19
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'CCND1', 'BAX'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'PDGFC', 'HRAS', 'SOS2', 'RPS6KB2', 'SHC4', 'MRAS', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'PTEN', 'TGFA', 'RRAS', 'JAK1', 'RRAS2', 'FGF2', 'BCL2L1', 'GRB2', 'EIF4EBP1', 'CCND1', 'MAP2K1', 'MAP2K2', 'PRKCB', 'IL6', 'AKT1', 'GAB1', 'PDGFB', 'SOS1', 'FGFR2', 'BAD', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 35
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BAX', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'PTEN', 'SOS2', 'GRB2', 'CCND1', 'BAD', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 15
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'GAB1', 'BRAF', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 10
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS2', 'SHC4', 'PDGFA', 'PIK3CB', 'PIK3CD', 'STAT3', 'JAK1', 'GRB2', 'MAP2K1', 'PRKCB', 'IL6', 'AKT1', 'SOS1', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 19
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'PIK3CD', 'SOS1', 'GRB2', 'JAK1', 'BAD', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'MAP2K1', 'AKT1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'BAX', 'PDGFB', 'PTEN', 'CCND1', 'TGFA', 'NRG1'}, number: 8
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BAX', 'SOS2', 'PIK3CB', 'PIK3CD', 'PTEN', 'TGFA', 'GRB2', 'CCND1', 'NRG1', 'AKT1', 'PDGFB', 'SOS1', 'BAD', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 19
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'SHC4', 'HRAS', 'PRKCB', 'AKT1', 'MAP2K1', 'BRAF', 'PIK3CB', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'SHC1', 'PIK3R1', 'FOXO3', 'STAT3', 'JAK1'}, number: 17
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BAX', 'AKT1', 'GAB1', 'BRAF', 'SOS1', 'BCL2L1', 'GRB2', 'EIF4EBP1', 'BAD', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 14
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'SHC4', 'MAP2K2', 'HRAS', 'AKT1', 'GAB1', 'BRAF', 'SOS1', 'GRB2', 'EIF4EBP1', 'BAD', 'SHC1', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 16
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SHC4', 'PIK3CB', 'PTEN', 'STAT3', 'JAK1', 'FGF2', 'GRB2', 'EIF4EBP1', 'MAP2K1', 'MAP2K2', 'PRKCB', 'IL6', 'AKT1', 'BAD', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 19
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'IL6', 'AKT1', 'FGF2', 'STAT3', 'JAK1'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'GAB1', 'BRAF', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 10
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'PDGFC', 'HRAS', 'RPS6KB2', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'PTEN', 'STAT3', 'JAK1', 'FGF2', 'GRB2', 'EIF4EBP1', 'MAP2K1', 'MAP2K2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'FGFR2', 'BAD', 'PIK3R1', 'FOXO3'}, number: 24
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'PDGFC', 'HRAS', 'SOS2', 'RPS6KB2', 'PDGFA', 'PIK3CB', 'PIK3CD', 'FGFR3', 'PTEN', 'TGFA', 'JAK1', 'FGF2', 'BCL2L1', 'GRB2', 'EIF4EBP1', 'CCND1', 'MAP2K1', 'MAP2K2', 'IL6', 'AKT1', 'PDGFB', 'SOS1', 'FGFR2', 'BAD', 'PIK3R1', 'FOXO3'}, number: 28
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1', 'BAX', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'IL6', 'AKT1', 'PIK3CB', 'PTEN', 'FGF2', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1'}, number: 11
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'IL6', 'AKT1', 'FGF2', 'STAT3', 'JAK1'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1', 'BAX', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'RELA', 'AKT1', 'IRF7', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FLNC', 'RELA', 'FLNB', 'AKT1', 'PIK3CB', 'PIK3CD', 'REL', 'PAK1', 'STAT1', 'IRF7', 'PIK3R1', 'RASA2', 'FLNA', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA6', 'AKT1', 'PIK3CB', 'PIK3CD', 'ACTG1', 'PAK1', 'STAT1', 'ITGA3', 'NFKB1'}, number: 9
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'RELA', 'AKT1', 'IRF7', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT1', 'CREBBP', 'NFKB1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'RELA', 'AKT1', 'IRF7', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FLNC', 'RELA', 'FLNB', 'AKT1', 'PIK3CB', 'PIK3CD', 'REL', 'PAK1', 'STAT1', 'IRF7', 'PIK3R1', 'RASA2', 'FLNA', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'PAK1', 'STAT1', 'CREBBP', 'PIK3R1', 'NFKB1'}, number: 9
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FLNC', 'RELA', 'FLNB', 'AKT1', 'PIK3CB', 'PIK3CD', 'REL', 'PAK1', 'STAT1', 'IRF7', 'PIK3R1', 'RASA2', 'FLNA', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'PAK1', 'STAT1', 'CREBBP', 'PIK3R1', 'NFKB1'}, number: 9
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'NEDD4', 'IQGAP1', 'AKT1', 'EPS15', 'PAK1', 'STAT1', 'PIK3R1', 'RAB5A', 'CAV1'}, number: 9
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'RELA', 'AKT1', 'IRF7', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'REL', 'PAK1', 'STAT1', 'CREBBP', 'PIK3R1', 'NFKB1'}, number: 10
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'EIF2S1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FLNC', 'RELA', 'FLNB', 'AKT1', 'PIK3CB', 'PIK3CD', 'REL', 'PAK1', 'STAT1', 'IRF7', 'PIK3R1', 'RASA2', 'FLNA', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'PIK3CD', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3R1', 'PIK3CB', 'PIK3CD', 'AKT1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FLNC', 'RELA', 'FLNB', 'AKT1', 'PIK3CB', 'PIK3CD', 'REL', 'PAK1', 'STAT1', 'IRF7', 'PIK3R1', 'RASA2', 'FLNA', 'NFKB1'}, number: 14
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'EIF2S1', 'AKT1', 'PIK3CB', 'PIK3CD', 'PIK3R1', 'NFKB1'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'EIF2S1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'RELA', 'AKT1', 'IRF7', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'PAK1', 'STAT1', 'PIK3R1', 'NFKB1'}, number: 8
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RELA', 'ITGA6', 'AKT1', 'RASA2', 'PIK3CB', 'PIK3CD', 'ITGA5', 'REL', 'PAK1', 'ITGA3', 'PIK3R1', 'RAB5A', 'NFKB1'}, number: 13
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'PIK3CD', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'PAK1', 'STAT1', 'CREBBP', 'PIK3R1', 'NFKB1'}, number: 9
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CD', 'STAT1', 'PIK3R1', 'FLNA', 'NFKB1'}, number: 7
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'RELA', 'AKT1', 'REL', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EIF2S1', 'AKT1', 'PIK3CB', 'PIK3CD', 'PIK3R1', 'NFKB1'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'PAK1', 'STAT1', 'CREBBP', 'PIK3R1', 'NFKB1'}, number: 9
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'RELA', 'AKT1', 'IRF7', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF2S1', 'RELA', 'AKT1', 'ADAM17', 'STAT1', 'PIK3R1', 'NFKB1'}, number: 7
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EIF2S1', 'RELA', 'AKT1', 'PIK3CB', 'ADAM17', 'STAT1', 'PIK3R1', 'NFKB1'}, number: 8
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'STAT1', 'NFKB1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA6', 'AKT1', 'PIK3CB', 'PIK3CD', 'ITGA5', 'STAT1', 'ITGA3', 'PIK3R1'}, number: 8
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA6', 'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'ITGA5', 'ITGA3', 'PIK3R1', 'NFKB1'}, number: 9
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'RELA', 'AKT1', 'IRF7', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'STAT1', 'PIK3R1', 'NFKB1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'STAT1', 'NFKB1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'RELA', 'AKT1', 'IRF7', 'PIK3R1', 'NFKB1'}, number: 5
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'TGFB2', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 8
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'MAP3K9', 'SOS1', 'GRB2', 'MAP2K1'}, number: 6
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'TGFB2', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 8
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3', 'MAP2K1'}, number: 10
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'TGFB2', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 8
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3', 'MAP2K1'}, number: 10
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'CFL1', 'SOS1', 'SOS2', 'GRB2', 'MAP2K1'}, number: 7
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3', 'MAP2K1'}, number: 10
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'TGFB2', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 8
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'SOS2'}, number: 5
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 7
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'TGFB2', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 8
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'SOS2'}, number: 5
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3', 'MAP2K1'}, number: 10
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 7
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'SOS2'}, number: 5
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'MAP2K1'}, number: 5
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3', 'MAP2K1'}, number: 10
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'GRB2', 'SOS1', 'MAP2K1'}, number: 4
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K1'}, number: 2
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'HRAS', 'TGFB2', 'SOS1', 'GRB2', 'SOS2'}, number: 6
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3', 'MAP2K1'}, number: 10
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'MAP2K1'}, number: 5
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'CFL1', 'SOS1', 'GRB2', 'MAP2K1'}, number: 7
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'CFL1', 'TGFB2', 'GRB2', 'ADCY3', 'MAP2K1'}, number: 7
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'ADCY3', 'TGFB2', 'CFL1'}, number: 3
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'MAP2K1'}, number: 5
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'LBR', 'SOS1', 'GRB2', 'MAP2K1'}, number: 7
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 7
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'ADCY3', 'TGFB2', 'CFL1'}, number: 3
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'ADCY3', 'TGFB2', 'CFL1'}, number: 3
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'HRAS', 'TGFB2', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'TGFBR2', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'MAPK13', 'MAP2K3', 'FN1', 'MAP2K1'}, number: 17
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'COL4A4', 'FZD6', 'COL4A2', 'EED', 'LATS2', 'FN1', 'MAP2K6', 'PIK3CB', 'PIK3CD', 'COL4A1', 'SPARC', 'COL4A3', 'SUZ12', 'FZD5', 'FOXM1', 'RBBP4', 'PAK1', 'GRB2', 'FZD1', 'LRP6', 'EZH2', 'MAP2K1', 'MAP2K2', 'WNT5B', 'COL4A5', 'AKT1', 'FZD9', 'SOS1', 'MAP2K3', 'SHC1', 'FZD2'}, number: 32
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'ZEB2', 'TGFBR2'}, number: 3
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'HRAS', 'TGFB2', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'TGFBR2', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'MAPK13', 'MAP2K3', 'FN1', 'MAP2K1'}, number: 17
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'TGFBR2', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'ZEB2', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 13
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'HRAS', 'TGFB2', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'TGFBR2', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'MAPK13', 'MAP2K3', 'FN1', 'MAP2K1'}, number: 17
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'TGFBR2', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'ZEB2', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 13
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'TWIST1', 'SOS1', 'PAK1', 'GRB2', 'SOS2', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 11
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'MAP2K3', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 13
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'HRAS', 'TGFB2', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'TGFBR2', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'MAPK13', 'MAP2K3', 'FN1', 'MAP2K1'}, number: 17
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'WNT5B', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'SHC1'}, number: 10
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'MAP2K1'}, number: 10
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'HRAS', 'TGFB2', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'TGFBR2', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'MAPK13', 'MAP2K3', 'FN1', 'MAP2K1'}, number: 17
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'WNT5B', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'SHC1'}, number: 10
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HRAS', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'FN1', 'SHC1', 'MAP2K1'}, number: 12
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HRAS', 'COL4A4', 'COL4A2', 'SOS2', 'FN1', 'PIK3CB', 'PIK3CD', 'COL4A1', 'COL4A3', 'PAK1', 'GRB2', 'MAP2K1', 'MAP2K2', 'COL4A5', 'AKT1', 'SOS1', 'ITGA5', 'PIK3R1', 'SHC1'}, number: 19
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'WNT5B', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'SHC1'}, number: 10
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'TGFBR2', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'ZEB2', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 13
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'PIK3CD', 'SOS1', 'GRB2', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 8
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'AKT1', 'MAP2K3', 'PIK3R1', 'MAP2K1'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FZD5', 'TGFB2', 'WNT5B', 'FZD6', 'FZD9', 'TGFBR2', 'FZD1', 'LRP6', 'FZD2'}, number: 9
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'TGFB2', 'WNT5B', 'AKT1', 'PIK3CB', 'PIK3CD', 'TGFBR2', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'SHC1'}, number: 12
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'TGFBR2', 'SOS1', 'PAK1', 'SOS2', 'GRB2', 'ZEB2', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 13
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'GRB2', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 7
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'SOS1', 'GRB2', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 8
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'TGFB2', 'AKT1', 'PIK3CB', 'TGFBR2', 'GRB2', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 10
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFB2', 'TGFBR2', 'AKT1'}, number: 3
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'COL4A4', 'WNT5B', 'AKT1', 'TWIST1', 'PIK3R1', 'PIK3CB', 'COL4A2', 'PIK3CD', 'SOS1', 'ITGA5', 'COL4A1', 'GRB2', 'FZD1', 'FN1', 'MAP2K1'}, number: 17
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'COL4A4', 'COL4A5', 'AKT1', 'PIK3R1', 'MAP2K1', 'PIK3CB', 'COL4A2', 'PIK3CD', 'SOS1', 'ITGA5', 'COL4A1', 'SOS2', 'GRB2', 'FN1', 'COL4A3'}, number: 17
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'TGFB2', 'AKT1', 'PIK3CB', 'TGFBR2', 'PIK3R1', 'SHC1'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFB2', 'TGFBR2', 'AKT1'}, number: 3
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GSTM3', 'GSTP1'}, number: 2
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GSTM3', 'CEBPB', 'GSTP1'}, number: 3
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IDI1', 'CEBPB'}, number: 2
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Exercise Induced Circadian Regulation WP410, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC3A2'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AIFM2'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AIFM2'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AIFM2'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AIFM2'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ATG5', 'MAP1LC3B'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FTH1', 'SLC7A11', 'GSS', 'ACSL5', 'GCLC', 'ACSL1', 'SLC39A14', 'GCLM', 'HMOX1', 'FTL', 'SAT1', 'TXNRD1'}, number: 12
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'GCLC', 'SLC39A14', 'HMOX1', 'FTL', 'FTH1', 'TXNRD1'}, number: 8
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1', 'GCLC', 'TXNRD1'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'AIFM2', 'HMOX1', 'GCLC', 'TXNRD1'}, number: 4
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FDFT1', 'CISD1', 'HMGCR', 'ACSL1'}, number: 4
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AIFM2'}, number: 1
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SMUG1'}, number: 1
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ABCC4', 'SMUG1', 'ABCC3', 'CES2'}, number: 4
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC4', 'ABCC3', 'CES2'}, number: 3
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'CDK7', 'CDK2', 'CDKN1A', 'CCND1', 'CDKN2A'}, number: 6
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'MCM7', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNG2', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDKN2A', 'RB1', 'CDK6', 'CCNE2', 'GADD45A'}, number: 16
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'CDKN1A', 'CCND1', 'CDKN2A', 'RB1', 'CDK6', 'GADD45A'}, number: 7
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNG2', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDKN2A', 'RB1', 'CDK6', 'CCNE2', 'GADD45A'}, number: 15
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'CCNB1', 'RPA1', 'MNAT1', 'CDK4', 'CDK1', 'RPA2', 'CDKN1B', 'POLE', 'CDK6', 'CDK2', 'CCNH', 'RPA3', 'CCND1', 'CCNE2', 'GADD45A', 'CDK7', 'CDC25A', 'PCNA', 'CDKN1A', 'RB1'}, number: 21
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'CREB3', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CREB3L4', 'CDK6', 'CCNE2'}, number: 9
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNG2', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDKN2A', 'RB1', 'CDK6', 'CCNE2', 'GADD45A'}, number: 15
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'CDK7', 'CDC25A', 'RPA2', 'RPA1', 'CDK2', 'PCNA', 'CCNH', 'RPA3', 'MNAT1', 'CDKN1A', 'CCND1', 'POLE', 'GADD45A'}, number: 14
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNG2', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDKN2A', 'RB1', 'CDK6', 'CCNE2', 'GADD45A'}, number: 15
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CREB3', 'CDKN1B', 'CDKN1A', 'CREB3L4', 'RB1', 'GADD45A'}, number: 6
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'CREB3', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CREB3L4', 'CDK6', 'CCNE2'}, number: 9
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AURKA'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'E2F7', 'AURKA'}, number: 2
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'BCL2L1', 'BAD', 'CDKN2A', 'PIK3R1', 'JUN', 'BIRC3', 'NFKB1'}, number: 12
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CXCL8', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'LAMTOR3', 'ARRB1', 'NFKBIA', 'SOS1', 'CASP3', 'PAK1', 'GRB2', 'PIK3R1', 'JUN', 'MAP2K1', 'NFKB1'}, number: 16
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'CD44', 'PAK1', 'GRB2', 'EIF4EBP1', 'CCND1', 'CDKN1A', 'CDKN2A', 'JUN', 'SHC1', 'MAP2K1', 'NFKB1'}, number: 14
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'BCL2L1', 'PRKD1', 'BAD', 'CDKN2A', 'PIK3R1', 'JUN', 'BIRC3', 'NFKB1'}, number: 13
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'NFKB1', 'JUN', 'STAT3', 'SERPINE1'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'BCL2L1', 'PRKD1', 'BAD', 'CDKN2A', 'PIK3R1', 'JUN', 'BIRC3', 'NFKB1'}, number: 13
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CXCL8', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'LAMTOR3', 'ARRB1', 'NFKBIA', 'SOS1', 'CASP3', 'PAK1', 'GRB2', 'PIK3R1', 'JUN', 'MAP2K1', 'NFKB1'}, number: 16
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CXCL8', 'HRAS', 'RELA', 'AKT1', 'ARRB1', 'NFKBIA', 'FOXO3', 'SOS1', 'PXN', 'PAK1', 'GRB2', 'JUN', 'SHC1', 'PIK3R1', 'SERPINE1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 18
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CXCL8', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'LAMTOR3', 'ARRB1', 'NFKBIA', 'SOS1', 'CASP3', 'PAK1', 'GRB2', 'PIK3R1', 'JUN', 'MAP2K1', 'NFKB1'}, number: 16
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'ARRB1', 'NFKBIA', 'FOXO3', 'SOS1', 'PXN', 'PAK1', 'GRB2', 'JUN', 'SHC1', 'PIK3R1', 'SERPINE1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'AKT1', 'SOS1', 'PAK1', 'GRB2', 'EIF4EBP1', 'SHC1', 'PIK3R1', 'JUN', 'STAT3', 'MAP2K1'}, number: 12
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'BCL2L1', 'PRKD1', 'BAD', 'CDKN2A', 'PIK3R1', 'JUN', 'BIRC3', 'NFKB1'}, number: 13
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'HRAS', 'BIRC3', 'NFKB1', 'RELA', 'PXN', 'STAT3', 'ARRB1', 'NFKBIA', 'CASP3', 'PAK1', 'GRB2', 'BCL2L1', 'JUN', 'MAP2K1', 'AKT1', 'SOS1', 'BAD', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 20
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CXCL8', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'LAMTOR3', 'ARRB1', 'NFKBIA', 'SOS1', 'CASP3', 'PAK1', 'GRB2', 'PIK3R1', 'JUN', 'MAP2K1', 'NFKB1'}, number: 16
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1', 'FOXO3', 'SOS1', 'CASP3', 'CDKN1B', 'GRB2', 'CDKN1A', 'CCND1', 'BAD', 'CDKN2A', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 15
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'AKT1', 'SOS1', 'CASP3', 'GRB2', 'CDKN1A', 'CCND1', 'BAD', 'CDKN2A', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 14
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CXCL8', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'LAMTOR3', 'ARRB1', 'NFKBIA', 'SOS1', 'CASP3', 'PAK1', 'GRB2', 'PIK3R1', 'JUN', 'MAP2K1', 'NFKB1'}, number: 16
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1', 'FOXO3', 'SOS1', 'CASP3', 'CDKN1B', 'GRB2', 'CDKN1A', 'CCND1', 'BAD', 'CDKN2A', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 15
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'BCL2L1', 'PRKD1', 'BAD', 'CDKN2A', 'PIK3R1', 'JUN', 'BIRC3', 'NFKB1'}, number: 13
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'ARRB1', 'NFKBIA', 'SOS1', 'PXN', 'PAK1', 'GRB2', 'SHC1', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 15
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'CASP3', 'CDKN1B', 'CDKN1A', 'CCND1'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BAD', 'RELA', 'AKT1', 'SOS1', 'CDKN1B', 'PAK1', 'GRB2', 'EIF4EBP1', 'CCND1', 'BCL2L1', 'CDKN1A', 'PIK3R1', 'FOXO3', 'SHC1', 'MAP2K1', 'NFKB1'}, number: 18
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1', 'FOXO3', 'SOS1', 'CASP3', 'CDKN1B', 'GRB2', 'CDKN1A', 'CCND1', 'BAD', 'CDKN2A', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 15
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 7
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'ARRB1', 'NFKBIA', 'FOXO3', 'SOS1', 'PXN', 'PAK1', 'GRB2', 'JUN', 'SHC1', 'PIK3R1', 'SERPINE1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'SOS1', 'GRB2', 'BAD', 'SHC1', 'PIK3R1', 'GNAQ', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 13
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'PIK3R1', 'JUN', 'MAP2K1', 'NFKB1'}, number: 7
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'JUN', 'CDKN1A', 'CCND1', 'PPARG', 'SERPINE1', 'NFKB1'}, number: 7
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BAD', 'AKT1', 'YES1', 'SOS1', 'FOXO3', 'CASP3', 'CDKN1B', 'GRB2', 'JUN', 'CCND1', 'CDKN1A', 'CDKN2A', 'PIK3R1', 'FYN', 'SHC1', 'NFKB1'}, number: 18
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'ARRB1', 'NFKBIA', 'FOXO3', 'SOS1', 'PXN', 'PAK1', 'GRB2', 'JUN', 'SHC1', 'PIK3R1', 'SERPINE1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HRAS', 'BIRC3', 'NFKB1', 'RELA', 'PRKD1', 'BIRC5', 'NFKBIA', 'CASP3', 'BCL2L1', 'GRB2', 'EIF4EBP1', 'CDKN2A', 'JUN', 'MAP2K1', 'AKT1', 'SOS1', 'BAD', 'PIK3R1', 'SHC1'}, number: 19
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'NFKBIA', 'FOXO3', 'SOS1', 'CASP3', 'JUN', 'GRB2', 'EIF4EBP1', 'BAD', 'SHC1', 'PIK3R1', 'FYN', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'RELA', 'AKT1', 'NFKBIA', 'FOXO3', 'CASP3', 'JUN', 'GRB2', 'EIF4EBP1', 'BAD', 'SHC1', 'PIK3R1', 'FYN', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 17
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'PRKCA', 'STAT3', 'NFKB1'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 7
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'AKT1', 'FOXO3', 'KLF4', 'SOS1', 'CDKN1B', 'GRB2', 'EIF4EBP1', 'CDKN1A', 'BAD', 'PPARG', 'PIK3R1', 'SERPINE1', 'STAT3', 'MAP2K1'}, number: 15
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'BAD', 'RELA', 'AKT1', 'SOS1', 'CDKN1B', 'GRB2', 'EIF4EBP1', 'CCND1', 'BCL2L1', 'CDKN1A', 'PIK3R1', 'FOXO3', 'MAP2K1', 'NFKB1'}, number: 16
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'BCL2L1', 'BAD', 'CDKN2A', 'PIK3R1', 'JUN', 'BIRC3', 'NFKB1'}, number: 12
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PRKCA', 'AKT1', 'SHC1', 'PIK3R1', 'STAT3', 'NFKB1'}, number: 6
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'PRKCA', 'STAT3', 'NFKB1'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'BCL2L1', 'PRKD1', 'BAD', 'CDKN2A', 'PIK3R1', 'JUN', 'BIRC3', 'NFKB1'}, number: 13
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CDKN2A', 'PIK3R1', 'AKT1'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'PRKCA', 'HRAS', 'MAP2K2', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'PRKCZ', 'FGFR1', 'GRB2', 'MAP2K3', 'FGFR2', 'PIK3R1', 'MAP2K1'}, number: 16
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'FGFR1', 'MAP2K6', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'TSC1', 'CDK2', 'GRB2', 'CCND1', 'CDKN2A', 'MAP2K1', 'MAP2K2', 'AKT1', 'BRCA1', 'CDKN1A', 'MAP2K3', 'FGFR2'}, number: 19
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CDKN2A', 'PIK3R1', 'AKT1'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CDKN2A', 'PIK3R1', 'AKT1'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'PRKCA', 'HRAS', 'MAP2K2', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'PRKCZ', 'FGFR1', 'GRB2', 'MAP2K3', 'FGFR2', 'PIK3R1', 'MAP2K1'}, number: 16
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'AKT1', 'BRAF', 'PIK3CD', 'PIK3CB', 'PRKCZ', 'GRB2', 'PIK3R1', 'FOXO3', 'MAP2K1'}, number: 12
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'PRKCA', 'HRAS', 'MAP2K2', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'PRKCZ', 'FGFR1', 'GRB2', 'MAP2K3', 'FGFR2', 'PIK3R1', 'MAP2K1'}, number: 16
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'AKT1', 'BRAF', 'PIK3CD', 'PIK3CB', 'PRKCZ', 'GRB2', 'PIK3R1', 'FOXO3', 'MAP2K1'}, number: 12
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'SPRY2', 'AKT1', 'GAB1', 'BRAF', 'PTEN', 'PRKCZ', 'GRB2', 'PIK3R1', 'PIK3C2B', 'MAP2K1'}, number: 14
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CDKN2A', 'PIK3R1', 'AKT1'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'HRAS', 'PRKCB', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'PRKCZ', 'GRB2', 'MAP2K3', 'PIK3R1', 'FOXO3', 'MAP2K1'}, number: 14
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'PRKCA', 'HRAS', 'MAP2K2', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'PRKCZ', 'FGFR1', 'GRB2', 'MAP2K3', 'FGFR2', 'PIK3R1', 'MAP2K1'}, number: 16
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'HRAS', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'CDKN1B', 'CDK6', 'PIK3C2B', 'CDK2', 'GRB2', 'CCND1', 'CDKN2A', 'AKT1', 'BRCA1', 'CDKN1A', 'PIK3R1', 'FOXO3', 'RB1'}, number: 19
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'BRAF', 'CDK4', 'PIK3CB', 'PIK3CD', 'CDK6', 'GRB2', 'CCND1', 'CDKN2A', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'CDKN1A', 'PIK3R1', 'FOXO3', 'RB1'}, number: 19
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'PRKCA', 'HRAS', 'MAP2K2', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'PRKCZ', 'FGFR1', 'GRB2', 'MAP2K3', 'FGFR2', 'PIK3R1', 'MAP2K1'}, number: 16
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'HRAS', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'CDKN1B', 'CDK6', 'PIK3C2B', 'CDK2', 'GRB2', 'CCND1', 'CDKN2A', 'AKT1', 'BRCA1', 'CDKN1A', 'PIK3R1', 'FOXO3', 'RB1'}, number: 19
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CDKN2A', 'PIK3R1', 'AKT1'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'AKT1', 'BRAF', 'PIK3CD', 'PIK3CB', 'PRKCZ', 'GRB2', 'PIK3R1', 'FOXO3', 'MAP2K1'}, number: 12
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'AKT1', 'MSH6', 'BRCA1', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'BRCA2', 'RB1'}, number: 11
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'FGFR1', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'CDKN1B', 'CDK6', 'TSC1', 'CDK2', 'GRB2', 'CCND1', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'GAB1', 'BRCA1', 'CDKN1A', 'FGFR2', 'PIK3R1', 'FOXO3'}, number: 24
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'HRAS', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'CDKN1B', 'CDK6', 'PIK3C2B', 'CDK2', 'GRB2', 'CCND1', 'CDKN2A', 'AKT1', 'BRCA1', 'CDKN1A', 'PIK3R1', 'FOXO3', 'RB1'}, number: 19
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'GAB1', 'BRAF', 'GRB2', 'MAP2K1'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'AKT1', 'BRAF', 'PIK3CD', 'PIK3CB', 'PRKCZ', 'GRB2', 'PIK3R1', 'FOXO3', 'MAP2K1'}, number: 12
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'PIK3CD', 'GRB2', 'PIK3R1', 'MAP2K1'}, number: 6
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'AKT1', 'PRKCZ', 'MAP2K3', 'PIK3R1', 'MAP2K1'}, number: 7
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'MSH6', 'BRCA1', 'CDK2', 'PTEN', 'CDKN1A', 'CCND1', 'BRCA2'}, number: 9
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'CDKN1B', 'CDK6', 'PIK3C2B', 'CDK2', 'GRB2', 'CCND1', 'CDKN2A', 'AKT1', 'BRCA1', 'CDKN1A', 'PIK3R1', 'FOXO3', 'RB1'}, number: 20
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'AKT1', 'BRAF', 'PIK3CD', 'PIK3CB', 'PRKCZ', 'GRB2', 'PIK3R1', 'FOXO3', 'MAP2K1'}, number: 12
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'GAB1', 'BRAF', 'GRB2', 'CDKN2A', 'PIK3R1', 'MAP2K1'}, number: 10
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'TSC1', 'MAP2K2', 'HRAS', 'AKT1', 'GAB1', 'BRAF', 'GRB2', 'PIK3R1', 'FOXO3', 'MAP2K1'}, number: 11
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'PTEN', 'GRB2', 'PIK3R1', 'FOXO3', 'MAP2K1'}, number: 11
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'AKT1'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'GAB1', 'BRAF', 'GRB2', 'MAP2K1'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'TSC1', 'MAP2K2', 'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'PTEN', 'FGFR1', 'CDKN1B', 'GRB2', 'CDKN1A', 'FGFR2', 'PIK3R1', 'PIK3C2B', 'FOXO3', 'MAP2K1', 'RB1'}, number: 18
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'FGFR1', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'CDKN1B', 'CDK6', 'PIK3C2B', 'TSC1', 'CDK2', 'GRB2', 'CCND1', 'MAP2K1', 'MAP2K2', 'AKT1', 'BRCA1', 'CDKN1A', 'FGFR2', 'PIK3R1', 'FOXO3'}, number: 23
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CDKN2A', 'PIK3R1', 'AKT1'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'AKT1', 'PIK3CB', 'PTEN', 'PIK3R1'}, number: 6
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'AKT1'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CDKN2A', 'PIK3R1', 'AKT1'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'JUN', 'BIRC3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2', 'IL11', 'JUN'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCL2', 'JUN', 'CUL1'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN', 'BIRC3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN', 'BIRC3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2', 'IL11', 'JUN'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CCL2', 'IL11', 'JUN'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2', 'IL11', 'JUN'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL11', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN', 'BIRC3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CUL1', 'HSP90AA1', 'TNFAIP3', 'CCL2', 'IL11', 'JUN', 'BIRC3'}, number: 7
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2', 'IL11', 'JUN'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GADD45B'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2', 'IL11', 'JUN'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN', 'BIRC3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'HSP90AA1'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL11', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2', 'JUN', 'HSP90AA1'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'JUN', 'HSP90AA1'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN', 'BIRC3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'LRRC8A', 'JUN'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'LRRC8A'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GADD45B', 'HSP90AA1'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HSP90AA1'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN', 'BIRC3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'LRRC8A'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'LRRC8A'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN', 'BIRC3'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'RELA', 'AKT1', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'TGFBR2', 'FGFR3', 'REL', 'FGFR1', 'FGFR2', 'PIK3R1', 'NFKB1'}, number: 12
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'TSC1', 'HRAS', 'AKT1', 'PIK3CB', 'FGFR3', 'PTEN', 'FGFR1', 'CDKN1A', 'EIF4EBP1', 'CCND1', 'FGFR2', 'RPS6KB2', 'CDKN2A', 'NFKB1'}, number: 15
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'RELA', 'AKT1', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FKBP1A', 'HRAS', 'TGFBR2', 'NFKB1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'RELA', 'AKT1', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'TGFBR2', 'FGFR3', 'REL', 'FGFR1', 'FGFR2', 'PIK3R1', 'NFKB1'}, number: 12
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'TGFBR2', 'PIK3R1', 'FKBP1A', 'NFKB1'}, number: 9
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'TGFBR2', 'FGFR3', 'REL', 'FGFR1', 'FGFR2', 'PIK3R1', 'NFKB1'}, number: 12
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'TGFBR2', 'PIK3R1', 'FKBP1A', 'NFKB1'}, number: 9
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RICTOR', 'HRAS', 'AKT1', 'GAB1', 'PTEN', 'EIF4EBP1', 'PIK3R1'}, number: 7
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'RELA', 'AKT1', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'REL', 'PIK3R1', 'NFKB1'}, number: 8
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'TGFBR2', 'FGFR3', 'REL', 'FGFR1', 'FGFR2', 'PIK3R1', 'NFKB1'}, number: 12
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'CDK4', 'HRAS', 'AKT1', 'SESN1', 'PIK3CB', 'PTEN', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3R1', 'CDK6', 'RB1', 'NFKB1'}, number: 14
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'CDK4', 'HRAS', 'AKT1', 'PIK3CB', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3R1', 'CDK6', 'RB1'}, number: 11
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'TGFBR2', 'FGFR3', 'REL', 'FGFR1', 'FGFR2', 'PIK3R1', 'NFKB1'}, number: 12
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'CDK4', 'HRAS', 'AKT1', 'SESN1', 'PIK3CB', 'PTEN', 'NFE2L2', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3R1', 'CDK6', 'RB1', 'NFKB1'}, number: 15
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'RELA', 'AKT1', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'PIK3R1', 'NFKB1'}, number: 7
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'AKT1', 'SESN1', 'CDKN1A', 'CCND1', 'CDK6', 'RB1'}, number: 7
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'HRAS', 'FGFR1', 'RPS6KB2', 'DDIT4', 'NFKB1', 'CDK4', 'RELA', 'PIK3CB', 'FGFR3', 'PTEN', 'REL', 'CDK6', 'TSC1', 'EIF4EBP1', 'CCND1', 'AKT1', 'GAB1', 'CDKN1A', 'FGFR2', 'PIK3R1'}, number: 21
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'CDK4', 'HRAS', 'AKT1', 'SESN1', 'PIK3CB', 'PTEN', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3R1', 'CDK6', 'RB1', 'NFKB1'}, number: 14
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'GAB1', 'EIF4EBP1'}, number: 6
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'TGFBR2', 'PIK3R1', 'FKBP1A', 'NFKB1'}, number: 9
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'RELA', 'NFKB1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'RELA', 'AKT1', 'REL', 'PIK3R1', 'NFKB1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SESN1', 'TGFBR2', 'PTEN', 'NFE2L2', 'SESN2', 'CDKN1A', 'CCND1', 'KEAP1', 'DDIT4', 'NFKB1'}, number: 10
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'CDK4', 'HRAS', 'AKT1', 'SESN1', 'PIK3CB', 'TGFBR2', 'PTEN', 'NFE2L2', 'CDKN1A', 'CCND1', 'CDKN2A', 'PIK3R1', 'CDK6', 'KEAP1', 'RB1', 'NFKB1'}, number: 17
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'TGFBR2', 'NFE2L2', 'PIK3R1', 'FKBP1A', 'NFKB1'}, number: 10
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'RELA', 'AKT1', 'GAB1', 'NFE2L2', 'EIF4EBP1', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 11
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'RELA', 'AKT1', 'GAB1', 'EIF4EBP1', 'PIK3R1', 'NFKB1'}, number: 9
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'TGFBR2', 'PTEN', 'EIF4EBP1', 'PIK3R1', 'NFKB1'}, number: 9
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'TGFBR2', 'NFKB1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'GAB1', 'EIF4EBP1'}, number: 6
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'PIK3CB', 'FGFR3', 'PTEN', 'FGFR1', 'CDKN1A', 'EIF4EBP1', 'FGFR2', 'RPS6KB2', 'PIK3R1', 'DDIT4', 'RB1'}, number: 15
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'HRAS', 'FGFR1', 'RPS6KB2', 'DDIT4', 'NFKB1', 'CDK4', 'RELA', 'PIK3CB', 'FGFR3', 'PTEN', 'CDK6', 'TSC1', 'EIF4EBP1', 'CCND1', 'AKT1', 'CDKN1A', 'FGFR2', 'PIK3R1'}, number: 19
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'RELA', 'AKT1', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'TGFBR2', 'PTEN', 'PIK3R1', 'NFKB1'}, number: 6
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'TGFBR2', 'NFKB1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'RELA', 'AKT1', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IRF1', 'AKT1', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AKT1', 'NLK', 'SOS1', 'GRB2', 'STAT1', 'PIK3R1', 'MAP2K1'}, number: 9
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AKT1', 'SOS1', 'GRB2', 'JAK1', 'STAT1', 'SHC1', 'MAP2K1'}, number: 9
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IRF1', 'AKT1', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'STAT1', 'CREBBP', 'JAK1'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IRF1', 'AKT1', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AKT1', 'NLK', 'SOS1', 'GRB2', 'STAT1', 'PIK3R1', 'MAP2K1'}, number: 9
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL6', 'AKT1', 'SOS1', 'GRB2', 'CREBBP', 'JAK1', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AKT1', 'NLK', 'SOS1', 'GRB2', 'STAT1', 'PIK3R1', 'MAP2K1'}, number: 9
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL6', 'AKT1', 'SOS1', 'GRB2', 'CREBBP', 'JAK1', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'GAB1', 'SOS1', 'GRB2', 'JAK1', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IRF1', 'AKT1', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IL6', 'AKT1', 'SOS1', 'BCL2L1', 'GRB2', 'CREBBP', 'STAT1', 'BAD', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 12
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AKT1', 'NLK', 'SOS1', 'GRB2', 'STAT1', 'PIK3R1', 'MAP2K1'}, number: 9
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'SOS1', 'GRB2', 'BAD', 'PIK3R1', 'SHC1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'SOS1', 'GRB2', 'BAD', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 8
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AKT1', 'NLK', 'SOS1', 'GRB2', 'STAT1', 'PIK3R1', 'MAP2K1'}, number: 9
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1', 'SOS1', 'GRB2', 'BAD', 'PIK3R1', 'SHC1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IRF1', 'AKT1', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IRF1', 'IL6', 'AKT1', 'SOS1', 'GRB2', 'JAK1', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AKT1', 'GAB1', 'SOS1', 'BCL2L1', 'GRB2', 'JAK1', 'BAD', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 12
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'SOS1', 'GRB2', 'BAD', 'PIK3R1', 'SHC1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1', 'GAB1', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL6', 'AKT1', 'SOS1', 'GRB2', 'CREBBP', 'JAK1', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'SOS1', 'GRB2', 'JAK1', 'STAT1', 'BAD', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'MAP2K1', 'AKT1'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUNB', 'NLK'}, number: 2
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1', 'SOS1', 'GRB2', 'BAD', 'PIK3R1', 'SHC1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUNB', 'AKT1', 'SOS1', 'GRB2', 'CREBBP', 'JAK1', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUNB', 'IRF1', 'AKT1', 'GAB1', 'SOS1', 'BCL2L1', 'GRB2', 'BAD', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'GAB1', 'SOS1', 'GRB2', 'STAT1', 'BAD', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AKT1', 'GRB2', 'JAK1', 'STAT1', 'BAD', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL6', 'AKT1', 'STAT1', 'STAT3', 'JAK1'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1', 'GAB1', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AGT', 'AKT1', 'NCOA1', 'SOS1', 'GRB2', 'JAK1', 'STAT1', 'BAD', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 13
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'IL6', 'AKT1', 'SOS1', 'BCL2L1', 'GRB2', 'JAK1', 'BAD', 'PIK3R1', 'MAP2K1'}, number: 10
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IRF1', 'AKT1', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL6', 'AKT1', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1'}, number: 7
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL6', 'AKT1', 'STAT1', 'STAT3', 'JAK1'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IRF1', 'AKT1', 'BCL2L1', 'BAD', 'PIK3R1'}, number: 5
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1', 'MAP3K1', 'MAPK10', 'PIK3R1', 'JUN'}, number: 5
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'MAP3K5', 'MAP2K6', 'RPS6KA3', 'MAP3K13', 'PIK3CB', 'PIK3CD', 'MAP3K12', 'MAP3K1', 'GRB2', 'MAPK13', 'JUN', 'PRKCZ', 'MAP2K1', 'MAP2K2', 'AKT1', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 23
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'MAP3K9', 'MAP3K5', 'SLC2A1', 'RPS6KB2', 'MAP2K6', 'RPS6KA3', 'PIK3CB', 'PIK3CD', 'PTEN', 'TSC1', 'RPS6KA1', 'MAP3K1', 'GRB2', 'EIF4EBP1', 'JUN', 'MAP2K1', 'MAP2K2', 'AKT1', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'SHC1'}, number: 24
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1', 'MAP3K1', 'MAP3K5', 'MAPK10', 'PIK3R1', 'JUN'}, number: 6
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'JUN'}, number: 2
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1', 'MAP3K1', 'MAP3K5', 'MAPK10', 'PIK3R1', 'JUN'}, number: 6
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'MAP3K5', 'MAP2K6', 'RPS6KA3', 'MAP3K13', 'PIK3CB', 'PIK3CD', 'MAP3K12', 'MAP3K1', 'GRB2', 'MAPK13', 'JUN', 'PRKCZ', 'MAP2K1', 'MAP2K2', 'AKT1', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 23
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'FOXO3', 'PRKCZ', 'SOS2', 'GRB2', 'PIK3R1', 'JUN', 'SHC1', 'MAP2K1'}, number: 14
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'MAP3K5', 'MAP2K6', 'RPS6KA3', 'MAP3K13', 'PIK3CB', 'PIK3CD', 'MAP3K12', 'MAP3K1', 'GRB2', 'MAPK13', 'JUN', 'PRKCZ', 'MAP2K1', 'MAP2K2', 'AKT1', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 23
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'FOXO3', 'PRKCZ', 'SOS2', 'GRB2', 'PIK3R1', 'JUN', 'SHC1', 'MAP2K1'}, number: 14
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'RPS6KA3', 'PTEN', 'GRB10', 'STXBP1', 'RPS6KA1', 'MAP3K1', 'GRB2', 'EIF4EBP1', 'JUN', 'PRKCZ', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'GAB1', 'SOS1', 'RPS6KA5', 'PIK3R1', 'SHC1'}, number: 22
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1', 'MAP3K1', 'MAP3K5', 'MAPK10', 'PIK3R1', 'JUN'}, number: 6
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'FOXO3', 'MAP3K1', 'PRKCZ', 'SOS2', 'MAP3K5', 'GRB2', 'MAP2K3', 'PIK3R1', 'JUN', 'SHC1', 'MAP2K1'}, number: 18
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'MAP3K5', 'MAP2K6', 'RPS6KA3', 'MAP3K13', 'PIK3CB', 'PIK3CD', 'MAP3K12', 'MAP3K1', 'GRB2', 'MAPK13', 'JUN', 'PRKCZ', 'MAP2K1', 'MAP2K2', 'AKT1', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 23
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'FOXO3', 'PTEN', 'MAP3K1', 'SOS2', 'GRB2', 'MAPK10', 'PIK3R1', 'JUN', 'SHC1'}, number: 14
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'FOXO3', 'MAP2K1'}, number: 13
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SOS2', 'MAP3K5', 'MAP2K6', 'RPS6KA3', 'MAP3K13', 'PIK3CB', 'PIK3CD', 'MAP3K12', 'MAP3K1', 'GRB2', 'MAPK13', 'JUN', 'PRKCZ', 'MAP2K1', 'MAP2K2', 'AKT1', 'SOS1', 'RPS6KA5', 'MAP2K3', 'MAPK10', 'PIK3R1'}, number: 23
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'FOXO3', 'PTEN', 'MAP3K1', 'SOS2', 'GRB2', 'MAPK10', 'PIK3R1', 'JUN', 'SHC1'}, number: 14
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1', 'MAP3K1', 'MAP3K5', 'MAPK10', 'PIK3R1', 'JUN'}, number: 6
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'PRKCZ', 'SOS2', 'GRB2', 'PIK3R1', 'FOXO3', 'SHC1', 'MAP2K1'}, number: 13
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SGK2', 'SOS2', 'RPS6KB2', 'GYS1', 'PIK3CB', 'PIK3CD', 'SGK1', 'PTEN', 'TSC1', 'GRB2', 'EIF4EBP1', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'GAB1', 'SOS1', 'MAPK10', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 23
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'FOXO3', 'PTEN', 'MAP3K1', 'SOS2', 'GRB2', 'MAPK10', 'PIK3R1', 'JUN', 'SHC1'}, number: 14
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC1', 'HRAS', 'RPS6KA1', 'AKT1', 'GAB1', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 10
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'FOXO3', 'PRKCZ', 'SOS2', 'GRB2', 'PIK3R1', 'JUN', 'SHC1', 'MAP2K1'}, number: 14
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'IRS2', 'AKT1', 'PIK3CD', 'SOS1', 'GRB2', 'PIK3R1', 'SHC1', 'MAP2K1'}, number: 9
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'AKT1', 'MAP2K1', 'MAP3K1', 'MAP2K3', 'PIK3R1', 'JUN', 'PRKCZ'}, number: 9
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'PTEN', 'SLC2A1', 'MAPK10', 'JUN', 'SORBS1'}, number: 7
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'FOXO3', 'PTEN', 'MAP3K1', 'SOS2', 'GRB2', 'SLC2A1', 'MAPK10', 'PIK3R1', 'JUN', 'SHC1'}, number: 16
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'FOXO3', 'PRKCZ', 'SOS2', 'GRB2', 'MAPK10', 'PIK3R1', 'JUN', 'SHC1', 'MAP2K1'}, number: 15
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC1', 'HRAS', 'RPS6KA1', 'AKT1', 'GAB1', 'SOS1', 'MAP3K1', 'GRB2', 'MAP3K5', 'EIF4EBP1', 'MAPK10', 'PIK3R1', 'JUN', 'SHC1', 'MAP2K1'}, number: 15
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'RPS6KA3', 'PTPRF', 'TSC1', 'IRS2', 'RPS6KA1', 'MAP3K1', 'GRB2', 'EIF4EBP1', 'JUN', 'MAP2K1', 'MAP2K2', 'AKT1', 'GAB1', 'SOS1', 'RPS6KA5', 'MAPK10', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 20
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SLC2A1', 'RPS6KA3', 'PIK3CB', 'PTEN', 'PTPRF', 'IRS2', 'RPS6KA1', 'MAP3K1', 'GRB2', 'EIF4EBP1', 'JUN', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'RPS6KA5', 'MAPK10', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 22
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'SLC2A1', 'AKT1'}, number: 4
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC1', 'HRAS', 'RPS6KA1', 'AKT1', 'GAB1', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 10
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'IRS2', 'HRAS', 'GYS1', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'PTEN', 'GRB2', 'EIF4EBP1', 'SLC2A1', 'RPS6KB2', 'PIK3R1', 'FOXO3', 'MAP2K1'}, number: 17
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'SGK2', 'SOS2', 'SLC2A1', 'RPS6KB2', 'GYS1', 'PIK3CB', 'PIK3CD', 'SGK1', 'PTEN', 'TSC1', 'IRS2', 'GRB2', 'EIF4EBP1', 'MAP2K1', 'MAP2K2', 'AKT1', 'SOS1', 'PIK3R1', 'FOXO3'}, number: 21
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1', 'MAP3K1', 'MAPK10', 'PIK3R1', 'JUN'}, number: 5
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'AKT1', 'PIK3CB', 'PTEN', 'SLC2A1', 'PIK3R1', 'SHC1'}, number: 8
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'SLC2A1', 'AKT1'}, number: 4
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1', 'MAP3K1', 'MAP3K5', 'MAPK10', 'PIK3R1', 'JUN'}, number: 6
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP3', 'AKT1', 'BAD', 'BAX'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CDC25B', 'AKT1', 'CASP3', 'STAT1', 'MAP3K5'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'BAX', 'AKT1', 'BRCA1', 'PTEN', 'BARD1', 'CDK2', 'CDKN1A', 'MAP3K5', 'STAT1', 'JAK1'}, number: 11
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'MAP3K5', 'BAD'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT1', 'JAK1'}, number: 2
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'MAP3K5', 'BAD'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CDC25B', 'AKT1', 'CASP3', 'STAT1', 'MAP3K5'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MMP1', 'STAT1', 'JAK1', 'AKT1'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CDC25B', 'AKT1', 'CASP3', 'STAT1', 'MAP3K5'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'STAT1', 'JAK1', 'AKT1'}, number: 3
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1', 'STAT1', 'JAK1', 'PTEN'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'MAP3K5', 'BAD'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'STAT1', 'MAP3K5', 'BAD'}, number: 6
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CDC25B', 'AKT1', 'CASP3', 'STAT1', 'MAP3K5'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'BAX', 'AKT1', 'BRCA1', 'PTEN', 'CDK2', 'CHEK1', 'CASP3', 'CDKN1B', 'CDKN1A', 'MRE11', 'BAD', 'RB1'}, number: 15
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'AKT1', 'BAX', 'CASP3', 'CDKN1A', 'BAD', 'RB1'}, number: 7
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CDC25B', 'AKT1', 'CASP3', 'STAT1', 'MAP3K5'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'BAX', 'AKT1', 'BRCA1', 'PTEN', 'CDK2', 'CHEK1', 'CASP3', 'CDKN1B', 'CDKN1A', 'MRE11', 'BAD', 'RB1'}, number: 15
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'MAP3K5', 'BAD'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'STAT1', 'JAK1', 'AKT1'}, number: 3
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'BAX', 'MSH6', 'AKT1', 'BRCA1', 'CDK2', 'CASP3', 'CHEK1', 'MSH2', 'CDKN1B', 'MRE11', 'CDKN1A', 'RB1'}, number: 15
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'AKT1', 'BRCA1', 'CDK2', 'PTEN', 'CDKN1B', 'CDKN1A', 'BAD', 'JAK1'}, number: 9
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'BAX', 'AKT1', 'BRCA1', 'PTEN', 'CDK2', 'CHEK1', 'CASP3', 'CDKN1B', 'CDKN1A', 'MRE11', 'BAD', 'RB1'}, number: 15
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'STAT1', 'JAK1', 'AKT1'}, number: 3
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'BAD', 'STAT1', 'JAK1', 'AKT1'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDC25A', 'BAX', 'MSH6', 'BRCA1', 'PTEN', 'CDK2', 'CHEK1', 'MSH2', 'MMP1', 'MRE11', 'CDKN1A'}, number: 11
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'CDC25A', 'CDK1', 'BAX', 'AKT1', 'BRCA1', 'PTEN', 'CDK2', 'CHEK1', 'CASP3', 'CDKN1B', 'CDKN1A', 'MRE11', 'BAD', 'RB1'}, number: 15
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'STAT1', 'JAK1', 'AKT1'}, number: 3
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'MAP3K5', 'BAD'}, number: 5
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CASP3', 'BAD', 'STAT1', 'AKT1'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1', 'PTEN', 'CASP3', 'STAT1', 'BAD', 'JAK1'}, number: 6
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'STAT1', 'JAK1', 'AKT1'}, number: 3
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1', 'PTEN', 'CDKN1B', 'CDKN1A', 'STAT1', 'BAD', 'JAK1', 'RB1'}, number: 8
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'AKT1', 'BRCA1', 'CDK2', 'PTEN', 'CDKN1B', 'CDKN1A', 'BAD', 'JAK1'}, number: 9
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP3', 'AKT1', 'BAD', 'BAX'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'STAT1', 'JAK1', 'PTEN'}, number: 4
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'STAT1', 'JAK1', 'AKT1'}, number: 3
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'MAP3K5', 'BAD'}, number: 5
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'JUN'}, number: 3
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'MAP2K2', 'HRAS', 'LAMTOR3', 'BRAF', 'SOS1', 'MAP3K12', 'MAP3K1', 'SOS2', 'GRB2', 'MAP2K3', 'MAPK10', 'RRAS', 'JUN', 'MAP2K1'}, number: 16
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'HRAS', 'SOS1', 'MAP3K1', 'GRB2', 'MAP2K3', 'MAPK10', 'JUN', 'MAP2K1'}, number: 10
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'JUN'}, number: 3
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'JUN'}, number: 2
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'JUN'}, number: 3
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'MAP2K2', 'HRAS', 'LAMTOR3', 'BRAF', 'SOS1', 'MAP3K12', 'MAP3K1', 'SOS2', 'GRB2', 'MAP2K3', 'MAPK10', 'RRAS', 'JUN', 'MAP2K1'}, number: 16
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'JUN', 'MAP2K1'}, number: 8
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'MAP2K2', 'HRAS', 'LAMTOR3', 'BRAF', 'SOS1', 'MAP3K12', 'MAP3K1', 'SOS2', 'GRB2', 'MAP2K3', 'MAPK10', 'RRAS', 'JUN', 'MAP2K1'}, number: 16
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'JUN', 'MAP2K1'}, number: 8
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'BRAF', 'SOS1', 'MAP3K1', 'GRB2', 'SOS2', 'JUN', 'MAP2K1'}, number: 9
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'JUN'}, number: 3
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'HRAS', 'BRAF', 'SOS1', 'MAP3K1', 'SOS2', 'GRB2', 'MAP2K3', 'JUN', 'MAP2K1'}, number: 11
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'MAP2K2', 'HRAS', 'LAMTOR3', 'BRAF', 'SOS1', 'MAP3K12', 'MAP3K1', 'SOS2', 'GRB2', 'MAP2K3', 'MAPK10', 'RRAS', 'JUN', 'MAP2K1'}, number: 16
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'MAP3K1', 'GRB2', 'SOS2', 'MAPK10', 'JUN'}, number: 8
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 8
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'MAP2K2', 'HRAS', 'LAMTOR3', 'BRAF', 'SOS1', 'MAP3K12', 'MAP3K1', 'SOS2', 'GRB2', 'MAP2K3', 'MAPK10', 'RRAS', 'JUN', 'MAP2K1'}, number: 16
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'MAP3K1', 'GRB2', 'SOS2', 'MAPK10', 'JUN'}, number: 8
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'JUN'}, number: 3
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 7
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'SOS1', 'RASA3', 'SOS2', 'GRB2', 'MAPK10', 'RRAS', 'MAP2K1'}, number: 10
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'MAP3K1', 'GRB2', 'SOS2', 'MAPK10', 'JUN'}, number: 8
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 6
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'JUN', 'MAP2K1'}, number: 8
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'GRB2', 'SOS1', 'MAP2K1'}, number: 4
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'MAP3K1', 'MAP2K3', 'JUN', 'MAP2K1'}, number: 6
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAPK10', 'JUN'}, number: 2
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'MAP3K1', 'GRB2', 'SOS2', 'MAPK10', 'JUN'}, number: 8
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'MAPK10', 'JUN', 'MAP2K1'}, number: 9
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS1', 'MAP3K1', 'GRB2', 'MAPK10', 'JUN', 'MAP2K1'}, number: 9
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'BRAF', 'SOS1', 'MAP3K1', 'GRB2', 'MAPK10', 'JUN', 'MAP2K1'}, number: 10
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'MAP3K1', 'GRB2', 'MAPK10', 'JUN', 'MAP2K1'}, number: 7
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 6
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'SOS1', 'GRB2', 'MAP2K1'}, number: 6
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'SOS1', 'GRB2', 'SOS2', 'MAP2K1'}, number: 7
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'JUN'}, number: 3
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: MAPK Cascade WP422, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MAPK10', 'MAP3K1', 'JUN'}, number: 3
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FGFR1', 'NLK', 'ELK4'}, number: 3
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FZD5', 'TEAD1', 'YAP1', 'FGFR1', 'CCND1', 'DKK1', 'SETD2'}, number: 7
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'INHBA', 'BMP4', 'SMAD1', 'SMAD6'}, number: 4
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FGFR1', 'NLK', 'ELK4'}, number: 3
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'INHBA', 'SMAD1', 'VAV3', 'BMP4', 'SMAD6'}, number: 5
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FGFR1', 'NLK', 'ELK4'}, number: 3
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'INHBA', 'SMAD1', 'VAV3', 'BMP4', 'SMAD6'}, number: 5
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ELK4', 'VAV3'}, number: 2
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PPP2CA', 'VAV3'}, number: 2
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FGFR1', 'NLK', 'ELK4'}, number: 3
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SESN1', 'CCND1'}, number: 2
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FGFR1', 'NLK', 'ELK4'}, number: 3
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SESN1', 'CCND1', 'NFE2L2'}, number: 3
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'VAV3'}, number: 1
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SESN1', 'CCND1'}, number: 2
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'FGFR1', 'PPP2CA', 'CCND1'}, number: 3
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SESN1', 'CCND1'}, number: 2
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'INHBA', 'SMAD1', 'VAV3', 'BMP4', 'SMAD6'}, number: 5
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FZD5', 'SESN1', 'NLK', 'NFE2L2', 'CCND1', 'DKK1'}, number: 6
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SESN1', 'CCND1', 'NFE2L2'}, number: 3
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'INHBA', 'SMAD1', 'VAV3', 'NFE2L2', 'BMP4', 'SMAD6'}, number: 6
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PPP2CA', 'VAV3'}, number: 2
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PPP2CA', 'VAV3'}, number: 2
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FOXA1', 'PPP2CA', 'KLF4', 'FGFR1', 'BMP4'}, number: 5
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FOXA1', 'FGFR1', 'PPP2CA', 'CCND1'}, number: 4
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Mesodermal Commitment Pathway WP2857, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A5', 'XDH', 'SLC2A1'}, number: 3
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A5', 'SLC2A1'}, number: 2
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SHMT2', 'PSAT1', 'SHMT1', 'SLC2A1', 'PHGDH', 'DLD', 'GOT1'}, number: 7
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'SHMT2', 'PSAT1', 'SHMT1', 'SLC2A1', 'PHGDH', 'DLD', 'GOT1'}, number: 7
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHMT2', 'PSAT1', 'SHMT1', 'SLC2A1', 'GPHN', 'PHGDH', 'DLD', 'GOT1'}, number: 8
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5', 'PSAT1', 'PHGDH', 'SLC2A1'}, number: 4
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'SHMT2', 'PSAT1', 'SHMT1', 'SLC2A1', 'PHGDH', 'DLD', 'GOT1'}, number: 7
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TIGAR', 'PGD', 'G6PD', 'SLC2A1'}, number: 4
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PGD', 'G6PD', 'SLC2A1'}, number: 3
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SHMT2', 'GLS', 'PSAT1', 'SLC2A1'}, number: 4
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'SHMT2', 'GLS', 'PSAT1', 'SLC2A1'}, number: 4
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHMT2', 'GLS', 'PSAT1', 'SLC2A1'}, number: 4
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5', 'PSAT1', 'SLC2A1', 'PYCR1', 'GLS'}, number: 5
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'SHMT2', 'GLS', 'PSAT1', 'SLC2A1'}, number: 4
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NGF', 'MAP3K1', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'NGF', 'SOS1', 'EED', 'MAP3K1', 'SUZ12'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NGF', 'MAP3K1', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NGF', 'MAP3K1', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'MAP3K1', 'CFL1', 'SOS1'}, number: 4
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAP3K1', 'SOS1'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NGF', 'MAP3K1', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAP3K1', 'CCNE2', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NGF', 'MAP3K1', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MAP3K1', 'CCNE2', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RFC2', 'RFC3', 'WDR48', 'USP1', 'CCNE2', 'PCNA', 'RFC5', 'RFC4'}, number: 8
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NGF', 'CCNE2', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAP3K1', 'CCNE2', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RFC2', 'RFC3', 'WDR48', 'USP1', 'PCNA', 'RFC5', 'RFC4'}, number: 7
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAP3K1', 'CCNE2', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'MAP3K1', 'SOS1'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NGF', 'MAP3K1', 'CFL1', 'SOS1'}, number: 4
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NGF', 'MAP3K1', 'CFL1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'NGF', 'CFL1'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NGF', 'SOS1'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NGF', 'CCNE2', 'SOS1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'NGF', 'CFL1'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'NGF', 'CFL1'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RBX1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'NFE2L2', 'RBX1', 'HMOX1', 'NQO1', 'KEAP1'}, number: 9
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'YES1', 'GCLC', 'GCLM', 'EPHB2', 'RBX1', 'MAF', 'NFE2L2', 'HMOX1', 'NQO1', 'CEBPB', 'FYN', 'KEAP1', 'PGAM5'}, number: 15
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFE2L2'}, number: 4
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFE2L2'}, number: 4
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'FYN'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'FYN'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EPHA2', 'PDGFB', 'HBEGF', 'SLC2A1', 'TGFA'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'TXN', 'HSP90AA1'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TGFA'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EPHA2', 'HSP90AA1', 'PDGFB', 'TGFA'}, number: 4
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAFG', 'SLC6A9', 'SLC6A16', 'SLC39A4', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'ABCC4', 'SLC2A5', 'KEAP1', 'SLC6A15', 'PTGR1', 'ME1', 'CES2', 'MGST2', 'SLC39A10', 'BLVRB', 'GCLC', 'SLC39A6', 'HMOX1', 'TGFA', 'NQO1', 'TXNRD1', 'SQSTM1', 'EPHA2', 'GPX3', 'GSTM3', 'TGFB2', 'TGFBR2', 'GCLM', 'TXNRD3', 'GSTA4', 'MAFF', 'SLC2A13', 'GSTP1', 'NRG1', 'FTL', 'FTH1', 'SLC2A6', 'SLC39A11', 'SLC7A11', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'NFE2L2', 'ABCC3', 'CBR1', 'SLC6A6', 'SLC5A3', 'PRDX6', 'ABCC2', 'TXN'}, number: 57
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAFG', 'SLC6A9', 'SLC6A16', 'SLC39A4', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'ABCC4', 'SLC2A5', 'KEAP1', 'SLC6A15', 'PTGR1', 'ME1', 'CES2', 'MGST2', 'SLC39A10', 'BLVRB', 'GCLC', 'SLC39A6', 'HMOX1', 'TGFA', 'NQO1', 'TXNRD1', 'SQSTM1', 'EPHA2', 'GPX3', 'GSTM3', 'TGFB2', 'TGFBR2', 'GCLM', 'TXNRD3', 'GSTA4', 'MAFF', 'SLC2A13', 'GSTP1', 'NRG1', 'FTL', 'FTH1', 'SLC2A6', 'SLC39A11', 'SLC7A11', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'NFE2L2', 'ABCC3', 'CBR1', 'SLC6A6', 'SLC5A3', 'PRDX6', 'ABCC2', 'TXN'}, number: 57
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GPX3', 'TGFBR2', 'GCLC', 'NFE2L2', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 7
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GPX3', 'GCLC', 'NFE2L2', 'HSPA1A', 'HMOX1', 'NQO1', 'TXNRD1'}, number: 7
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SQSTM1', 'TGFB2', 'SLC6A9', 'TGFBR2', 'SLC2A1'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFB2', 'SLC6A9', 'SLC2A1', 'TGFBR2'}, number: 4
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EPHA2', 'PDGFB', 'SLC2A1', 'HSP90AA1'}, number: 4
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EPHA2', 'HSP90AA1', 'PDGFB', 'SLC2A1', 'TGFA'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'TGFB2', 'SLC6A9', 'SLC2A1', 'TGFBR2'}, number: 4
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFB2', 'SLC6A9', 'SLC2A1', 'TGFBR2'}, number: 4
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'CDKN2A', 'PIK3R1'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'PRKCA', 'HRAS', 'STK4', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'SOS1', 'CASP3', 'SOS2', 'GRB2', 'PIK3R1', 'MAP2K1', 'GADD45A'}, number: 16
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'HRAS', 'BAX', 'RASSF1', 'MAP2K1', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'GRB2', 'CDKN1A', 'CCND1', 'TGFA', 'CDKN2A', 'PDK1'}, number: 16
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'CDKN2A', 'PIK3R1'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'STAT3'}, number: 2
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'CDKN2A', 'PIK3R1'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'PRKCA', 'HRAS', 'STK4', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'SOS1', 'CASP3', 'SOS2', 'GRB2', 'PIK3R1', 'MAP2K1', 'GADD45A'}, number: 16
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 14
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'PRKCA', 'HRAS', 'STK4', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'SOS1', 'CASP3', 'SOS2', 'GRB2', 'PIK3R1', 'MAP2K1', 'GADD45A'}, number: 16
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 14
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'AKT1', 'BRAF', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 12
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'CDKN2A', 'PIK3R1'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'BAX', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'SOS1', 'CASP3', 'SOS2', 'GRB2', 'BAD', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 17
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'PRKCA', 'HRAS', 'STK4', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'SOS1', 'CASP3', 'SOS2', 'GRB2', 'PIK3R1', 'MAP2K1', 'GADD45A'}, number: 16
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'BAX', 'SOS2', 'PDK1', 'CDK4', 'PIK3CB', 'PIK3CD', 'CDK6', 'CASP3', 'GRB2', 'CCND1', 'CDKN2A', 'GADD45A', 'DDB2', 'AKT1', 'SOS1', 'GADD45G', 'CDKN1A', 'BAD', 'PIK3R1', 'FOXO3', 'RB1'}, number: 24
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'PRKCA', 'BAX', 'BRAF', 'SOS2', 'PDK1', 'CRABP2', 'CDK4', 'PIK3CB', 'PIK3CD', 'TGFA', 'CDK6', 'STAT3', 'RASSF1', 'CASP3', 'GRB2', 'CCND1', 'CDKN2A', 'MAP2K1', 'GADD45A', 'MAP2K2', 'DDB2', 'EML4', 'STK4', 'PRKCB', 'AKT1', 'SOS1', 'GADD45G', 'CDKN1A', 'BAD', 'PIK3R1', 'FOXO3', 'RB1'}, number: 35
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'PRKCA', 'HRAS', 'STK4', 'AKT1', 'BRAF', 'PIK3CB', 'PIK3CD', 'SOS1', 'CASP3', 'SOS2', 'GRB2', 'PIK3R1', 'MAP2K1', 'GADD45A'}, number: 16
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'BAX', 'SOS2', 'PDK1', 'CDK4', 'PIK3CB', 'PIK3CD', 'CDK6', 'CASP3', 'GRB2', 'CCND1', 'CDKN2A', 'GADD45A', 'DDB2', 'AKT1', 'SOS1', 'GADD45G', 'CDKN1A', 'BAD', 'PIK3R1', 'FOXO3', 'RB1'}, number: 24
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'CDKN2A', 'PIK3R1'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 14
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'DDB2', 'BAX', 'AKT1', 'CASP3', 'GADD45G', 'CDKN1A', 'CCND1', 'RB1', 'CDK6', 'GADD45A'}, number: 12
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'SOS2', 'CDK4', 'PIK3CB', 'PIK3CD', 'TGFA', 'CDK6', 'RASSF1', 'GRB2', 'CCND1', 'MAP2K1', 'MAP2K2', 'STK4', 'PRKCB', 'AKT1', 'SOS1', 'CDKN1A', 'BAD', 'PIK3R1', 'FOXO3'}, number: 22
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'BAX', 'SOS2', 'PDK1', 'CDK4', 'PIK3CB', 'PIK3CD', 'CDK6', 'CASP3', 'GRB2', 'CCND1', 'CDKN2A', 'GADD45A', 'DDB2', 'AKT1', 'SOS1', 'GADD45G', 'CDKN1A', 'BAD', 'PIK3R1', 'FOXO3', 'RB1'}, number: 24
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 7
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 14
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'PIK3CD', 'SOS1', 'GRB2', 'BAD', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 9
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'MAP2K1', 'AKT1'}, number: 4
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DDB2', 'PRKCA', 'PRKCB', 'BAX', 'CDKN1A', 'CCND1', 'TGFA', 'GADD45A'}, number: 8
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'GADD45B', 'HRAS', 'PRKCA', 'BAX', 'SOS2', 'PDK1', 'CDK4', 'PIK3CB', 'PIK3CD', 'TGFA', 'CDK6', 'CASP3', 'GRB2', 'CCND1', 'CDKN2A', 'GADD45A', 'DDB2', 'AKT1', 'SOS1', 'GADD45G', 'CDKN1A', 'BAD', 'PIK3R1', 'FOXO3', 'RB1'}, number: 26
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 14
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BAX', 'AKT1', 'BRAF', 'SOS1', 'CASP3', 'GRB2', 'BAD', 'CDKN2A', 'PIK3R1', 'MAP2K1'}, number: 12
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'CASP3', 'GRB2', 'BAD', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 13
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'AKT1', 'PIK3CB', 'CASP3', 'GRB2', 'BAD', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 13
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'STAT3', 'AKT1'}, number: 4
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'MAP2K1'}, number: 7
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'GADD45B', 'HRAS', 'AKT1', 'PIK3CB', 'PIK3CD', 'SOS1', 'GRB2', 'CDKN1A', 'BAD', 'PIK3R1', 'RB1', 'FOXO3', 'STAT3', 'MAP2K1', 'GADD45A'}, number: 17
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'PRKCA', 'HRAS', 'SOS2', 'CDK4', 'PIK3CB', 'PIK3CD', 'TGFA', 'CDK6', 'GRB2', 'CCND1', 'MAP2K1', 'MAP2K2', 'AKT1', 'SOS1', 'CDKN1A', 'BAD', 'PIK3R1', 'FOXO3'}, number: 19
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'CDKN2A', 'PIK3R1'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'AKT1', 'PIK3CB', 'PIK3R1', 'STAT3'}, number: 6
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'STAT3', 'AKT1'}, number: 4
Term: Non Small Cell Lung Cancer WP4255, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1', 'BAX', 'CASP3', 'BAD', 'CDKN2A', 'PIK3R1'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'JUN', 'BIRC3', 'BAX'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A', 'CCL2', 'IL11', 'JUN'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'EPHA2', 'CDK4', 'CUL1', 'BAX', 'PDGFB', 'CCL2', 'HBEGF', 'SLC2A1', 'TGFA', 'CCND1', 'JUN'}, number: 12
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'HSPA1A', 'JUN', 'BIRC3', 'BAX'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2', 'JUN', 'STAT3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'HSPA1A', 'JUN', 'BIRC3', 'BAX'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A', 'CCL2', 'IL11', 'JUN'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL1B', 'TGFBR2', 'CCL2', 'IL11', 'JUN', 'STAT3'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A', 'CCL2', 'IL11', 'JUN'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL1B', 'TGFBR2', 'IL11', 'JUN', 'STAT3'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'NCOA3', 'JUN', 'STAT3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'HSPA1A', 'JUN', 'BIRC3', 'BAX'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IL1B', 'CUL1', 'HSP90AA1', 'TNFAIP3', 'BAX', 'CCL2', 'IL11', 'CDC37', 'JUN', 'STAT3', 'BIRC3', 'TXN'}, number: 12
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'NFE2L2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A', 'CCL2', 'IL11', 'JUN'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'SMC1A', 'CDK1', 'BAX', 'CDKN1B', 'SCP2', 'CCND1', 'JUN'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'BAX', 'CCND1', 'TGFA', 'STAT3'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'TGFB2', 'PDGFB', 'TGFBR2', 'HSPA1A', 'CCL2', 'IL11', 'JUN'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'GADD45B', 'CDK4', 'SMC1A', 'CDK1', 'BAX', 'NFE2L2', 'CDKN1B', 'SCP2', 'CCND1', 'JUN'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'NFE2L2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'HSPA1A', 'JUN', 'BIRC3', 'BAX'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IL1B', 'IL11', 'STAT3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'SMC1A', 'BAX', 'CDK1', 'CDKN1B', 'CCND1'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EPHA2', 'CDK4', 'HSP90AA1', 'PDGFB', 'CDKN1B', 'CCND1', 'TGFA', 'CDC37'}, number: 8
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'SMC1A', 'CDK1', 'BAX', 'CDKN1B', 'SCP2', 'CCND1', 'JUN'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL1B', 'TGFBR2', 'IL11', 'JUN', 'STAT3'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'IRS2', 'STAT3'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'JUN', 'CCL2'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAFG', 'ACADM', 'SLC6A9', 'BAX', 'SLC6A6', 'SLC39A4', 'SLC6A16', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'ABCC4', 'SLC2A5', 'KEAP1', 'SLC6A15', 'PTGR1', 'ME1', 'CES2', 'MGST2', 'SLC39A10', 'BLVRB', 'GCLC', 'CPT1A', 'SLC39A6', 'HMOX1', 'SCP2', 'TGFA', 'NQO1', 'TXNRD1', 'SQSTM1', 'EPHA2', 'GPX3', 'TGFB2', 'PLTP', 'GSTM3', 'MGST1', 'TGFBR2', 'GCLM', 'TXNRD3', 'GSTA4', 'MAFF', 'SLC2A13', 'CCND1', 'GSTP1', 'NRG1', 'FTL', 'JUN', 'SLC2A6', 'FTH1', 'SLC39A11', 'SLC7A11', 'JUNB', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'DBI', 'NFE2L2', 'ABCC3', 'CBR1', 'CCL2', 'ACAA1', 'SLC5A3', 'PRDX6', 'ABCC2', 'TXN'}, number: 69
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAFG', 'GADD45B', 'SLC6A9', 'BAX', 'SLC39A4', 'SLC6A16', 'PGD', 'G6PD', 'SLC39A14', 'HSPA1A', 'HBEGF', 'SLC6A13', 'SLC2A1', 'ABCC4', 'SLC2A5', 'KEAP1', 'SLC6A15', 'PTGR1', 'IL1B', 'ME1', 'CDK4', 'CES2', 'MGST2', 'CDK1', 'SLC39A10', 'BLVRB', 'GCLC', 'SLC39A6', 'HMOX1', 'CDKN1B', 'SCP2', 'TGFA', 'NQO1', 'TXNRD1', 'SQSTM1', 'EPHA2', 'GPX3', 'TGFB2', 'GSTM3', 'TGFBR2', 'GCLM', 'TXNRD3', 'GSTA4', 'MAFF', 'SLC2A13', 'CCND1', 'GSTP1', 'NRG1', 'FTL', 'JUN', 'SLC2A6', 'FTH1', 'SLC39A11', 'SLC7A11', 'SMC1A', 'DNAJB1', 'HSP90AA1', 'SRXN1', 'PDGFB', 'NFE2L2', 'ABCC3', 'CBR1', 'SLC6A6', 'SLC5A3', 'PRDX6', 'ABCC2', 'TXN'}, number: 67
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GPX3', 'JUNB', 'MGST1', 'TGFBR2', 'GCLC', 'NFE2L2', 'HMOX1', 'NQO1', 'JUN', 'STAT3', 'TXNRD1'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GPX3', 'JUNB', 'MGST1', 'BAX', 'GCLC', 'NFE2L2', 'HSPA1A', 'HMOX1', 'NQO1', 'JUN', 'BIRC3', 'TXNRD1'}, number: 12
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SQSTM1', 'IRS2', 'JUN', 'STAT3'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SQSTM1', 'IL1B', 'IRS2', 'SLC6A9', 'TGFB2', 'LRRC8A', 'TGFBR2', 'SLC2A1', 'JUN', 'STAT3'}, number: 10
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL1B', 'SLC6A9', 'TGFB2', 'LRRC8A', 'TGFBR2', 'SLC2A1', 'STAT3'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EPHA2', 'GADD45B', 'IRS2', 'HSP90AA1', 'NCOA2', 'NCOA1', 'PDGFB', 'NRIP1', 'CDKN1B', 'SLC2A1', 'CDC37', 'STAT3'}, number: 12
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EPHA2', 'IRS2', 'CDK4', 'HSP90AA1', 'PDGFB', 'CDKN1B', 'SLC2A1', 'TGFA', 'CCND1', 'CDC37'}, number: 10
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN', 'BIRC3', 'BAX'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL1B', 'SLC6A9', 'TGFB2', 'LRRC8A', 'TGFBR2', 'SLC2A1', 'STAT3'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL1B', 'SLC6A9', 'TGFB2', 'LRRC8A', 'TGFBR2', 'SLC2A1', 'STAT3'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'HSPA1A', 'JUN', 'BIRC3', 'BAX'}, number: 4
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK7', 'BRCA1'}, number: 2
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'DDB2', 'BRCA1'}, number: 3
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'DDB2'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2', 'DDB2', 'BRCA1'}, number: 3
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'RPA1', 'RBX1', 'POLE4', 'MNAT1', 'PARP1', 'POLE3', 'RFC5', 'RFC3', 'RPA2', 'POLE', 'XPA', 'XRCC1', 'CETN2', 'CCNH', 'RPA3', 'GTF2H1', 'DDB1', 'RFC4', 'POLD3', 'DDB2', 'RFC2', 'CDK7', 'LIG1', 'BRCA1', 'PCNA', 'RAD23B', 'POLH'}, number: 28
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'DDB2', 'BRCA1'}, number: 3
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'RPA1', 'RBX1', 'POLE4', 'MNAT1', 'PARP1', 'POLE3', 'RFC5', 'RFC3', 'RPA2', 'POLE', 'XPA', 'XRCC1', 'CETN2', 'CCNH', 'RPA3', 'GTF2H1', 'DDB1', 'RFC4', 'POLD3', 'DDB2', 'RFC2', 'CDK7', 'LIG1', 'BRCA1', 'PCNA', 'RAD23B', 'POLH'}, number: 28
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RBX1', 'RPA2', 'DDB2', 'BRCA1'}, number: 4
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BRCA1'}, number: 1
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK7'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'DDB2'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'DDB2'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RPA2', 'DDB2'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'RPA1', 'RBX1', 'POLE4', 'MNAT1', 'POLE3', 'RFC5', 'RFC3', 'RPA2', 'POLE', 'XPA', 'CETN2', 'CCNH', 'RPA3', 'GTF2H1', 'DDB1', 'RFC4', 'POLD3', 'DDB2', 'RFC2', 'CDK7', 'LIG1', 'PCNA', 'RAD23B'}, number: 24
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'DDB2'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'RPA1', 'RBX1', 'POLE4', 'MNAT1', 'POLE3', 'RFC5', 'RFC3', 'RPA2', 'POLE', 'XPA', 'CETN2', 'CCNH', 'RPA3', 'GTF2H1', 'DDB1', 'RFC4', 'POLD3', 'DDB2', 'RFC2', 'CDK7', 'LIG1', 'PCNA', 'RAD23B'}, number: 24
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RBX1', 'RPA2', 'DDB2'}, number: 3
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'PIK3R1', 'NFKB1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'NFKBIA', 'SOS1', 'CASP3', 'GRB2', 'STAT1', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 13
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'MAP2K1', 'SOS1', 'CDK2', 'GRB2', 'STAT1', 'SHC1', 'JAK1', 'NFKB1'}, number: 11
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'PIK3R1', 'NFKB1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'STAT1', 'STAT3', 'JAK1', 'NFKB1'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'PIK3R1', 'NFKB1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'NFKBIA', 'SOS1', 'CASP3', 'GRB2', 'STAT1', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 13
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'RELA', 'AKT1', 'MAP2K1', 'NFKBIA', 'SOS1', 'PXN', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 15
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'NFKBIA', 'SOS1', 'CASP3', 'GRB2', 'STAT1', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 13
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'RELA', 'AKT1', 'MAP2K1', 'NFKBIA', 'SOS1', 'PXN', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 15
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'RICTOR', 'PRKCA', 'HRAS', 'PRKCB', 'AKT1', 'MAP2K1', 'SOS1', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1'}, number: 14
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'PIK3R1', 'NFKB1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'RELA', 'AKT1', 'NFKBIA', 'SOS1', 'CASP3', 'PXN', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 15
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'NFKBIA', 'SOS1', 'CASP3', 'GRB2', 'STAT1', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 13
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'CDK2', 'CASP3', 'CDKN1B', 'GRB2', 'PIK3R1', 'SHC1', 'NFKB1'}, number: 10
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'AKT1', 'SOS1', 'CASP3', 'GRB2', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 11
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'NFKBIA', 'SOS1', 'CASP3', 'GRB2', 'STAT1', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 13
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'CDK2', 'CASP3', 'CDKN1B', 'GRB2', 'PIK3R1', 'SHC1', 'NFKB1'}, number: 10
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'PIK3R1', 'NFKB1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'RELA', 'AKT1', 'MAP2K1', 'NFKBIA', 'SOS1', 'PXN', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 15
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP3', 'AKT1', 'CDKN1B', 'CDK2'}, number: 4
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'RELA', 'AKT1', 'MAP2K1', 'SOS1', 'CDK2', 'CDKN1B', 'GRB2', 'PIK3R1', 'SHC1', 'JAK1', 'NFKB1'}, number: 15
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'CDK2', 'CASP3', 'CDKN1B', 'GRB2', 'PIK3R1', 'SHC1', 'NFKB1'}, number: 10
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'RELA', 'AKT1', 'MAP2K1', 'NFKBIA', 'SOS1', 'PXN', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 15
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'AKT1', 'MAP2K1', 'NFKBIA', 'SOS1', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'CEBPB', 'STAT3', 'JAK1', 'NFKB1'}, number: 14
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'AKT1', 'NFKBIA', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 7
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'JUNB', 'PRKCB', 'CDK2', 'NFKB1'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'AKT1', 'SOS1', 'CDK2', 'CASP3', 'CDKN1B', 'GRB2', 'PIK3R1', 'CEBPB', 'SHC1', 'NFKB1'}, number: 12
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HRAS', 'JUNB', 'RELA', 'PRKCB', 'AKT1', 'MAP2K1', 'NFKBIA', 'SOS1', 'PXN', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 16
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HRAS', 'JUNB', 'RELA', 'AKT1', 'NFKBIA', 'SOS1', 'CASP3', 'GRB2', 'PIK3R1', 'SHC1', 'MAP2K1', 'NFKB1'}, number: 12
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'AKT1', 'NFKBIA', 'SOS1', 'CASP3', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 14
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'RELA', 'AKT1', 'MAP2K1', 'NFKBIA', 'CASP3', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 16
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'AKT1', 'STAT1', 'STAT3', 'JAK1', 'NFKB1'}, number: 7
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'MAP2K1', 'SOS1', 'CDKN1B', 'GRB2', 'STAT1', 'LIFR', 'PIK3R1', 'CEBPB', 'STAT3', 'JAK1'}, number: 13
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'RELA', 'AKT1', 'MAP2K1', 'SOS1', 'CDK2', 'CDKN1B', 'GRB2', 'PIK3R1', 'JAK1', 'NFKB1'}, number: 13
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'PIK3R1', 'NFKB1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'AKT1', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 9
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'AKT1', 'STAT1', 'STAT3', 'JAK1', 'NFKB1'}, number: 7
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'PIK3R1', 'NFKB1'}, number: 6
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TGFB2', 'SPP1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CSNK1A1', 'CDK4', 'TCF7L2', 'CDKN1A'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SPP1', 'CREBBP'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TGFB2', 'SPP1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'SPP1', 'CREBBP'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TGFB2', 'SPP1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'SPP1', 'CREBBP'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CREBBP'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TGFB2', 'SPP1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDKN1A', 'CDK4', 'TCF7L2', 'RB1'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'CDKN1A', 'RB1'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TGFB2', 'SPP1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'CDK4', 'TCF7L2', 'RB1'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'CDKN1A', 'RB1'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1A', 'CDK4', 'SPP1'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'CDK4', 'TCF7L2', 'RB1'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'SPP1', 'CREBBP'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB', 'CEBPA'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2', 'JUNB', 'TCF7L2', 'CDKN1A', 'CSNK1A1', 'PPARG', 'MAOA'}, number: 7
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'TGFB2', 'TCF7L2', 'CDKN1A', 'CEBPB', 'RB1'}, number: 6
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUNB', 'SPP1', 'CREBBP', 'MAOA'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUNB', 'MAOA'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFB2', 'SPP1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CEBPD', 'SPP1', 'CDKN1A', 'CEBPA', 'PPARG', 'ZMPSTE24', 'CEBPB', 'RB1'}, number: 8
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1A', 'CDK4', 'SPP1'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'APAF1', 'FAS', 'PMAIP1', 'BAX'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2', 'FAS', 'GADD45A'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BAX', 'PRKAB1', 'PTEN', 'CDK2', 'CCL2', 'AKT1S1', 'CDKN1A', 'SLC2A1', 'PRKAB2', 'DEPTOR', 'PRKAG1'}, number: 11
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'APAF1', 'TNFRSF10D', 'BAX', 'PMAIP1', 'FAS'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'LIF', 'SERPINE1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'APAF1', 'TNFRSF10D', 'BAX', 'PMAIP1', 'FAS'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2', 'FAS', 'GADD45A'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CCL2', 'LIF', 'SERPINE1', 'ICAM1'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2', 'FAS', 'GADD45A'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'LIF', 'SERPINE1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'AURKA', 'PTEN'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'APAF1', 'TNFRSF10D', 'BAX', 'PMAIP1', 'FAS'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'APAF1', 'CCL2', 'BAX'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2', 'FAS', 'GADD45A'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'APAF1', 'DDB2', 'SFN', 'CDC25C', 'RRM2B', 'CDC25A', 'BAX', 'SESN1', 'PMAIP1', 'PTEN', 'CDK2', 'CDKN1A', 'FAS', 'CCNG1', 'GADD45A'}, number: 15
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'DDB2', 'GADD45A', 'CDKN1A', 'BAX'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2', 'FAS', 'GADD45A'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'APAF1', 'DDB2', 'SFN', 'CDC25C', 'RRM2B', 'CDC25A', 'BAX', 'SESN1', 'PMAIP1', 'PTEN', 'CDK2', 'CDKN1A', 'FAS', 'GADD45A'}, number: 14
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'APAF1', 'TNFRSF10D', 'BAX', 'PMAIP1', 'FAS'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'ISG15', 'ICAM1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'MLH1', 'MSH2', 'SFN', 'RRM2B', 'SESN1', 'PMAIP1', 'APAF1', 'CDK2', 'FAS', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'PCNA', 'XRCC5', 'CDKN1A', 'FANCC', 'POLH'}, number: 19
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKAB1', 'PTEN', 'CDK2', 'AKT1S1', 'CDKN1A', 'PRKAB2', 'DEPTOR', 'DDIT4', 'PRKAG1'}, number: 9
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'APAF1', 'DDB2', 'SFN', 'CDC25C', 'RRM2B', 'CDC25A', 'BAX', 'SESN1', 'PMAIP1', 'PTEN', 'CDK2', 'CDKN1A', 'FAS', 'GADD45A'}, number: 14
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'LIF', 'SERPINE1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'BAX', 'MLH1', 'TRAF4', 'DRAM1', 'MSH2', 'ADORA2B', 'SLC2A1', 'CCNG1', 'DEPTOR', 'SAT1', 'DDIT4', 'E2F7', 'SFN', 'TNFRSF10D', 'RRM2B', 'SESN1', 'PMAIP1', 'PRKAB1', 'PTEN', 'PRKAB2', 'APAF1', 'LIF', 'NCF2', 'TP53I3', 'SCO2', 'CDK2', 'SESN2', 'FAS', 'SERPINE1', 'PRKAG1', 'GADD45A', 'SLC7A11', 'ISG15', 'DDB2', 'CDC25C', 'CDC25A', 'ULBP2', 'TP53INP1', 'PCNA', 'CCL2', 'AKT1S1', 'ICAM1', 'CDKN1A', 'XRCC5', 'TIGAR', 'FANCC', 'POLH', 'AURKA'}, number: 48
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'APAF1', 'SLC7A11', 'SFN', 'DDB2', 'RRM2B', 'CDC25C', 'BAX', 'SESN1', 'CDC25A', 'PMAIP1', 'PTEN', 'CDK2', 'CDKN1A', 'SLC2A1', 'FAS', 'GADD45A'}, number: 16
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'LIF', 'SERPINE1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'APAF1', 'TNFRSF10D', 'BAX', 'PMAIP1', 'FAS'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NCF2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'LIF', 'NCF2', 'SLC2A1', 'PTEN'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'LIF', 'SLC2A1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LIF', 'PTEN', 'AKT1S1', 'CDKN1A', 'SLC2A1', 'FAS', 'SERPINE1', 'DDIT4', 'GADD45A'}, number: 9
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK2', 'PTEN', 'AKT1S1', 'CDKN1A', 'SLC2A1', 'DDIT4'}, number: 6
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'APAF1', 'FAS', 'PMAIP1', 'BAX'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'LIF', 'SLC2A1', 'PTEN'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'LIF', 'SLC2A1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'APAF1', 'TNFRSF10D', 'BAX', 'PMAIP1', 'FAS'}, number: 5
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RELN'}, number: 1
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RELN'}, number: 1
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RELN'}, number: 1
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: PAFAH1B1 Copy Number Variation WP5409, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'RELA', 'BAX', 'AKT1', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 9
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'TGFB2', 'RELA', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'TGFBR2', 'GADD45A', 'PAK1', 'PAK2', 'STAT1', 'DUSP6', 'MAPK10', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 17
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BAX', 'RPS6KB2', 'NFKB1', 'CDK4', 'PIK3CB', 'PIK3CD', 'TGFA', 'JAK1', 'PAK1', 'CCND1', 'CDKN2A', 'PAK3', 'MAP2K1', 'MAP2K2', 'AKT1', 'PAK2', 'CDKN1A', 'STAT1', 'MAPK10'}, number: 19
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'RELA', 'BAX', 'AKT1', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 9
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2', 'STAT1', 'STAT3', 'JAK1', 'NFKB1'}, number: 5
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'RELA', 'BAX', 'AKT1', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 9
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'TGFB2', 'RELA', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'TGFBR2', 'GADD45A', 'PAK1', 'PAK2', 'STAT1', 'DUSP6', 'MAPK10', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 17
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'BRAF', 'PIK3CD', 'TGFBR2', 'PAK1', 'STAT1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 13
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'TGFB2', 'RELA', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'TGFBR2', 'GADD45A', 'PAK1', 'PAK2', 'STAT1', 'DUSP6', 'MAPK10', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 17
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'BRAF', 'PIK3CD', 'TGFBR2', 'PAK1', 'STAT1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 13
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'RALA', 'AKT1', 'MAP2K1', 'BRAF', 'PLD1', 'PAK1', 'STAT1', 'PEBP1', 'PIK3R1', 'STAT3', 'JAK1'}, number: 12
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'RELA', 'BAX', 'AKT1', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 9
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'RELA', 'BAX', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'PAK1', 'BCL2L1', 'STAT1', 'BAD', 'PIK3R1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 14
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'TGFB2', 'RELA', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'TGFBR2', 'GADD45A', 'PAK1', 'PAK2', 'STAT1', 'DUSP6', 'MAPK10', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 17
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'DDB2', 'BAX', 'AKT1', 'PIK3CB', 'PIK3CD', 'GADD45G', 'GADD45A', 'CDKN1A', 'CCND1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'CDK6', 'RB1', 'NFKB1'}, number: 18
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GADD45B', 'BAX', 'BRAF', 'CDK4', 'PIK3CB', 'PIK3CD', 'TGFA', 'CDK6', 'STAT3', 'CCND1', 'CDKN2A', 'MAP2K1', 'GADD45A', 'MAP2K2', 'DDB2', 'AKT1', 'GADD45G', 'CDKN1A', 'BAD', 'PIK3R1', 'RB1'}, number: 21
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'TGFB2', 'RELA', 'AKT1', 'PIK3CB', 'BRAF', 'PIK3CD', 'TGFBR2', 'GADD45A', 'PAK1', 'PAK2', 'STAT1', 'DUSP6', 'MAPK10', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 17
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'DDB2', 'BAX', 'AKT1', 'PIK3CB', 'PIK3CD', 'GADD45G', 'GADD45A', 'CDKN1A', 'CCND1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'CDK6', 'RB1', 'NFKB1'}, number: 18
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'RELA', 'BAX', 'AKT1', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 9
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'BRAF', 'PIK3CD', 'PAK1', 'STAT1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 12
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'DDB2', 'BAX', 'AKT1', 'GADD45G', 'CDKN1A', 'CCND1', 'RB1', 'CDK6', 'BRCA2', 'GADD45A'}, number: 12
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RPS6KB2', 'NFKB1', 'CDK4', 'RELA', 'PIK3CB', 'PIK3CD', 'TGFA', 'CDK6', 'JAK1', 'RALA', 'PAK1', 'BCL2L1', 'CCND1', 'PAK3', 'MAP2K1', 'MAP2K2', 'AKT1', 'PLD1', 'PAK2', 'CDKN1A', 'BAD', 'MAPK10', 'PIK3R1'}, number: 23
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'DDB2', 'BAX', 'AKT1', 'PIK3CB', 'PIK3CD', 'GADD45G', 'GADD45A', 'CDKN1A', 'CCND1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'CDK6', 'RB1', 'NFKB1'}, number: 18
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'BRAF', 'MAP2K1', 'AKT1'}, number: 3
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'BRAF', 'PIK3CD', 'TGFBR2', 'PAK1', 'STAT1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 13
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'AKT1', 'MAP2K1', 'PIK3CD', 'STAT1', 'BAD', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 11
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'AKT1', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 6
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DDB2', 'TGFB2', 'BAX', 'TGFBR2', 'GADD45A', 'CDKN1A', 'CCND1', 'TGFA', 'MAPK10', 'BRCA2', 'NFKB1'}, number: 11
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'BAX', 'NFKB1', 'CDK4', 'PIK3CB', 'PIK3CD', 'TGFA', 'CDK6', 'TGFB2', 'TGFBR2', 'CCND1', 'CDKN2A', 'GADD45A', 'DDB2', 'AKT1', 'GADD45G', 'CDKN1A', 'BAD', 'MAPK10', 'PIK3R1', 'RB1'}, number: 21
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'BRAF', 'PIK3CD', 'TGFBR2', 'PAK1', 'STAT1', 'MAPK10', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 14
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'RELA', 'BAX', 'AKT1', 'BRAF', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'MAP2K1', 'NFKB1'}, number: 11
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'AKT1', 'BRAF', 'STAT1', 'BAD', 'MAPK10', 'PIK3R1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 11
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'TGFB2', 'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'TGFBR2', 'STAT1', 'BAD', 'MAPK10', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 14
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFB2', 'AKT1', 'TGFBR2', 'STAT1', 'STAT3', 'JAK1', 'NFKB1'}, number: 7
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'BRAF', 'MAP2K1', 'AKT1'}, number: 3
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'GADD45B', 'AKT1', 'MAP2K1', 'PIK3CB', 'PIK3CD', 'CDKN1A', 'STAT1', 'BAD', 'RPS6KB2', 'PIK3R1', 'RB1', 'STAT3', 'JAK1', 'GADD45A'}, number: 15
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'CDK4', 'BAD', 'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'PIK3CD', 'BCL2L1', 'CDKN1A', 'CCND1', 'TGFA', 'RPS6KB2', 'PIK3R1', 'CDK6', 'JAK1', 'NFKB1'}, number: 17
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'RELA', 'BAX', 'AKT1', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 9
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'TGFB2', 'AKT1', 'PIK3CB', 'TGFBR2', 'STAT1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 9
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFB2', 'AKT1', 'TGFBR2', 'STAT1', 'STAT3', 'JAK1', 'NFKB1'}, number: 7
Term: Pancreatic Adenocarcinoma Pathway WP4263, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'RELA', 'BAX', 'AKT1', 'BCL2L1', 'BAD', 'MAPK10', 'CDKN2A', 'PIK3R1', 'NFKB1'}, number: 9
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'HSPA1A', 'HSPA1L', 'HSPA6', 'HSPA1B'}, number: 4
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CUL1'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'HSPA1A', 'HSPA1L', 'HSPA6', 'HSPA1B'}, number: 4
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'HSPA1A', 'HSPA1L', 'HSPA6', 'HSPA1B'}, number: 4
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PSMD2', 'CUL1'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'HSPA5'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'HSPA1A', 'HSPA1L', 'HSPA6', 'HSPA1B'}, number: 4
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'HSPA1A', 'HSPA1L', 'HSPA6', 'HSPA1B'}, number: 4
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HSPA5'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'HSPA5'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HSPA1A', 'HSPA5'}, number: 2
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Parkin Ubiquitin Proteasomal System Pathway WP2359, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'MAPK13'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'MAPK13'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'MAPK13'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'MAPK13'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'MAPK13'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'JUN', 'NFE2L2'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SRXN1', 'GCLM', 'GCLC', 'NFE2L2', 'ABCC3', 'ABCC4', 'HMOX1', 'JUN', 'GSTP1', 'NQO1', 'KEAP1', 'ABCC2'}, number: 12
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SRXN1', 'GCLM', 'GCLC', 'NFE2L2', 'ABCC3', 'ABCC4', 'HMOX1', 'JUN', 'GSTP1', 'NQO1', 'KEAP1', 'ABCC2'}, number: 12
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GCLC', 'NFE2L2', 'HMOX1', 'NQO1', 'JUN'}, number: 5
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GCLC', 'NFE2L2', 'HMOX1', 'NQO1', 'JUN'}, number: 5
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'CASP3', 'PAK1', 'GRB2', 'JUN', 'STAT1', 'PIK3R1', 'FLNA', 'MAP2K1', 'NFKB1'}, number: 17
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'MAP2K1', 'PIK3CB', 'SOS1', 'PAK1', 'GRB2', 'EIF4EBP1', 'STAT1', 'JUN', 'SHC1', 'JAK1', 'NFKB1'}, number: 14
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'STAT1', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'CASP3', 'PAK1', 'GRB2', 'JUN', 'STAT1', 'PIK3R1', 'FLNA', 'MAP2K1', 'NFKB1'}, number: 17
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'PXN', 'PAK1', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 18
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'CASP3', 'PAK1', 'GRB2', 'JUN', 'STAT1', 'PIK3R1', 'FLNA', 'MAP2K1', 'NFKB1'}, number: 17
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'PXN', 'PAK1', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 18
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'GAB2', 'AKT1', 'MAP2K1', 'SOS1', 'PAK1', 'GRB2', 'EIF4EBP1', 'STAT1', 'SHC1', 'PIK3R1', 'JUN', 'STAT3', 'JAK1'}, number: 15
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'CASP3', 'PXN', 'PAK1', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'JUN', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 18
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'CASP3', 'PAK1', 'GRB2', 'JUN', 'STAT1', 'PIK3R1', 'FLNA', 'MAP2K1', 'NFKB1'}, number: 17
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'SOS1', 'CASP3', 'GRB2', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 10
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'PIK3CB', 'SOS1', 'CASP3', 'GRB2', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 10
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RELA', 'AKT1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'CASP3', 'PAK1', 'GRB2', 'JUN', 'STAT1', 'PIK3R1', 'FLNA', 'MAP2K1', 'NFKB1'}, number: 17
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'SOS1', 'CASP3', 'GRB2', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 10
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'PXN', 'PAK1', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 17
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP3', 'AKT1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'GAB2', 'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'SOS1', 'PAK1', 'GRB2', 'EIF4EBP1', 'PIK3R1', 'SHC1', 'JAK1', 'NFKB1'}, number: 15
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'SOS1', 'CASP3', 'GRB2', 'PIK3R1', 'JUN', 'SHC1', 'NFKB1'}, number: 10
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'HRAS', 'GAB2', 'AKT1', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'PXN', 'PAK1', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 18
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'IRS2', 'GAB2', 'RELA', 'AKT1', 'MAP2K1', 'NFKBIA', 'SOS1', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'FLNA', 'STAT3', 'JAK1', 'NFKB1'}, number: 16
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'RELA', 'AKT1', 'NFKBIA', 'NFKBIB', 'PIK3R1', 'JUN', 'MAP2K1', 'NFKB1'}, number: 9
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PIK3CB', 'SOS1', 'CASP3', 'JUN', 'GRB2', 'PIK3R1', 'FYN', 'SHC1', 'NFKB1'}, number: 11
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HRAS', 'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'NFKBIA', 'SOS1', 'NFKBIB', 'PXN', 'PAK1', 'GRB2', 'STAT1', 'SHC1', 'PIK3R1', 'JUN', 'STAT3', 'JAK1', 'NFKB1'}, number: 18
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HRAS', 'GAB2', 'RELA', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'CASP3', 'GRB2', 'EIF4EBP1', 'PIK3R1', 'JUN', 'SHC1', 'MAP2K1', 'NFKB1'}, number: 15
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'FYN', 'NFKB1', 'GAB2', 'RELA', 'STAT3', 'IRS2', 'NFKBIA', 'CASP3', 'GRB2', 'EIF4EBP1', 'SIRPA', 'JUN', 'MAP2K1', 'MAP2K2', 'AKT1', 'SOS1', 'STAT1', 'PIK3R1', 'SHC1'}, number: 20
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'FYN', 'NFKB1', 'RELA', 'PIK3CB', 'STAT3', 'JAK1', 'IRS2', 'NFKBIA', 'CASP3', 'GRB2', 'EIF4EBP1', 'SIRPA', 'JUN', 'MAP2K1', 'MAP2K2', 'AKT1', 'STAT1', 'PIK3R1', 'SHC1'}, number: 20
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'STAT1', 'STAT3', 'JAK1', 'NFKB1'}, number: 5
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'HRAS', 'GAB2', 'AKT1', 'SOS1', 'GRB2', 'EIF4EBP1', 'SHC1', 'MAP2K1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'IRS2', 'HRAS', 'AKT1', 'MAP2K1', 'PIK3CB', 'SOS1', 'GRB2', 'EIF4EBP1', 'STAT1', 'PIK3R1', 'STAT3', 'JAK1'}, number: 13
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'IRS2', 'HRAS', 'RELA', 'AKT1', 'MAP2K1', 'PIK3CB', 'SOS1', 'GRB2', 'EIF4EBP1', 'PIK3R1', 'JAK1', 'NFKB1'}, number: 13
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'STAT1', 'SHC1', 'PIK3R1', 'STAT3', 'JAK1', 'NFKB1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'STAT1', 'STAT3', 'JAK1', 'NFKB1'}, number: 5
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'PIK3R1', 'JUN', 'NFKB1'}, number: 8
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'NEDD4'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PSMD2'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PSMB9'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RRM2B'}, number: 1
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RRM2B'}, number: 1
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RRM2B'}, number: 1
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RRM2B'}, number: 1
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'XDH', 'RRM2B'}, number: 2
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RRM2B'}, number: 1
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Purine Metabolism And Related Disorders WP4224, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAD1L1'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 10
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'TSC1', 'HRAS', 'AKT1', 'MAP2K1', 'SOS1', 'PTEN', 'AKT1S1', 'GRB2', 'EIF4EBP1', 'DEPTOR', 'PDK1'}, number: 12
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 10
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 10
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'RICTOR', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'PTEN', 'SOS2', 'GRB2', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 12
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 10
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'SOS1', 'PTEN', 'SOS2', 'GRB2', 'PIK3R1', 'PDK1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'AKT1', 'MAP2K1', 'BRAF', 'SOS1', 'SOS2', 'GRB2', 'PIK3R1', 'PDK1'}, number: 11
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'MAP2K2', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 10
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'SOS1', 'PTEN', 'SOS2', 'GRB2', 'PIK3R1', 'PDK1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PARP1', 'AKT1'}, number: 2
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'TSC1', 'MAP2K2', 'HRAS', 'AKT1', 'SOS1', 'PTEN', 'AKT1S1', 'SOS2', 'GRB2', 'EIF4EBP1', 'PIK3R1', 'DEPTOR', 'MAP2K1'}, number: 14
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'SOS1', 'PTEN', 'SOS2', 'GRB2', 'PIK3R1', 'PDK1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'EIF4EBP1', 'MAP2K1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'SOS1', 'GRB2', 'PIK3R1', 'MAP2K1'}, number: 6
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'MAP2K1', 'AKT1'}, number: 4
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'AKT1S1', 'DEPTOR', 'PARP1', 'PTEN'}, number: 4
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'SOS1', 'PTEN', 'SOS2', 'GRB2', 'PIK3R1', 'PDK1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'SOS2', 'PIK3R1', 'MAP2K1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 10
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'TSC1', 'MAP2K2', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 11
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'PTEN', 'GRB2', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 8
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'AKT1', 'BRAF', 'SOS1', 'GRB2', 'EIF4EBP1', 'MAP2K1'}, number: 9
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'TSC1', 'MAP2K2', 'HRAS', 'AKT1', 'SOS1', 'PTEN', 'AKT1S1', 'GRB2', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 12
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'TSC1', 'MAP2K2', 'HRAS', 'AKT1', 'SOS1', 'PTEN', 'AKT1S1', 'SOS2', 'GRB2', 'EIF4EBP1', 'PIK3R1', 'MAP2K1'}, number: 13
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'PTEN'}, number: 3
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Relevant Molecular Pathways And Targeted Agents In TNBC WP5215, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CDC25B', 'MAPK13'}, number: 2
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'RBBP4', 'CDK2', 'BARD1', 'CDKN1A', 'CCND1'}, number: 6
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CDC25B', 'MAPK13'}, number: 2
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CDC25B', 'MAPK13'}, number: 2
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CDC25B', 'MAPK13'}, number: 2
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'SMC1A', 'MCM7', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNB2', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'RB1'}, number: 16
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'CDKN1A', 'CCND1', 'CDK6', 'RB1'}, number: 5
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CDC25B', 'MAPK13'}, number: 2
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'SMC1A', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNB2', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'RB1'}, number: 15
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLE2', 'CCNB1', 'CCNB2', 'RPA1', 'RFC5', 'CDK4', 'CDK1', 'RFC3', 'RPA2', 'CHEK1', 'CDKN1B', 'POLE', 'CDK6', 'FANCG', 'MSH6', 'CDK2', 'RPA3', 'CCND1', 'CCNE2', 'RFC4', 'POLD3', 'SMC1A', 'CDC25A', 'PCNA', 'CDKN1A', 'RB1'}, number: 26
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2'}, number: 7
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'SMC1A', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNB2', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'RB1'}, number: 15
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLE2', 'POLD3', 'FANCG', 'CDC25A', 'RFC3', 'RPA2', 'MSH6', 'RPA1', 'CDK2', 'PCNA', 'CHEK1', 'RPA3', 'CDKN1A', 'CCND1', 'POLE', 'RFC5', 'RFC4'}, number: 17
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'SMC1A', 'CDC25A', 'CDK1', 'CCNB1', 'RPA2', 'CCNB2', 'CDK2', 'CHEK1', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2', 'RB1'}, number: 15
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1B', 'CDKN1A', 'RB1'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2'}, number: 7
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'CREBBP'}, number: 1
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CREBBP'}, number: 1
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'CREBBP'}, number: 1
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'NCOA3'}, number: 2
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CREBBP'}, number: 1
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'CREBBP'}, number: 1
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PCNA', 'MAFG'}, number: 2
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAFG'}, number: 1
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CREBBP'}, number: 1
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Rubinstein Taybi Syndrome 1 WP5367, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2', 'JUN', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GPX3', 'TXNRD3', 'NFE2L2', 'TXNRD2', 'NFKB1', 'JUN', 'TXNRD1'}, number: 7
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GPX3', 'TXNRD3', 'NFE2L2', 'NFKB1', 'JUN', 'TXNRD1'}, number: 6
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GPX3', 'RELA', 'NFE2L2', 'TXNRD2', 'NFKB1', 'JUN', 'TXNRD1'}, number: 7
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GPX3', 'RELA', 'NFE2L2', 'TXNRD2', 'NFKB1', 'JUN', 'TXNRD1'}, number: 7
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'CREM', 'RELA', 'NFKB1'}, number: 4
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'CREM', 'NFKB1'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B', 'IL6', 'CCL2', 'NFKB1'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'ICAM1', 'SERPINE1', 'NFKB1'}, number: 7
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'SERPINE1', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1', 'TXN'}, number: 6
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CAT', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'CCL2', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'CAT', 'NFKB1'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'ICAM1', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CAT', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'SERPINE1', 'NFKB1'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B', 'CCL2', 'RELA', 'NFKB1'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GPX3', 'SOD2', 'XDH', 'TXN', 'TXNRD3', 'CCL2', 'ICAM1', 'TXNRD2', 'CAT', 'NFKB1', 'SERPINE1', 'TXNRD1'}, number: 12
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'IL1B', 'GPX3', 'TXN', 'TXNRD3', 'CAT', 'NFKB1', 'TXNRD1'}, number: 7
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GPX3', 'SOD2', 'RELA', 'XDH', 'TXNRD2', 'CAT', 'NFKB1', 'SERPINE1', 'TXNRD1'}, number: 9
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GPX3', 'SOD2', 'RELA', 'XDH', 'TXNRD2', 'CAT', 'NFKB1', 'TXNRD1'}, number: 8
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1B', 'IL6', 'RELA', 'NFKB1'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL1B', 'IL6', 'NFKB1'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ABCA1', 'IL6', 'SERPINE1'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6', 'RELA', 'NFKB1'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL1B', 'IL6', 'NFKB1'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL1B', 'IL6', 'NFKB1'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'RELA', 'NFKB1'}, number: 2
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CDKN2A', 'JUN', 'RELA', 'NFKB1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CXCL8', 'RPS6KA3', 'IL6', 'RELA', 'JUN', 'NFKB1'}, number: 6
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'RPS6KA3', 'IL6', 'RPS6KA1', 'CDK2', 'CDKN1A', 'CDKN2A', 'JUN', 'NFKB1'}, number: 9
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CDKN2A', 'JUN', 'RELA', 'NFKB1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'STAT3', 'NFKB1'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CDKN2A', 'JUN', 'RELA', 'NFKB1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CXCL8', 'RPS6KA3', 'IL6', 'RELA', 'JUN', 'NFKB1'}, number: 6
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CXCL8', 'IL6', 'RELA', 'JUN', 'STAT3', 'NFKB1'}, number: 6
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CXCL8', 'RPS6KA3', 'IL6', 'RELA', 'JUN', 'NFKB1'}, number: 6
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL6', 'RELA', 'JUN', 'STAT3', 'NFKB1'}, number: 5
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA3', 'JUN', 'STAT3', 'RPS6KA1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CDKN2A', 'JUN', 'RELA', 'NFKB1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IL6', 'RELA', 'JUN', 'STAT3', 'NFKB1'}, number: 5
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CXCL8', 'RPS6KA3', 'IL6', 'RELA', 'JUN', 'NFKB1'}, number: 6
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'CDKN2A', 'CDK6', 'JUN', 'NFKB1'}, number: 8
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'CDKN1A', 'CDKN2A', 'CDK6', 'STAT3'}, number: 5
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CXCL8', 'RPS6KA3', 'IL6', 'RELA', 'JUN', 'NFKB1'}, number: 6
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'CDKN2A', 'CDK6', 'JUN', 'NFKB1'}, number: 8
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CDKN2A', 'JUN', 'RELA', 'NFKB1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'STAT3', 'IL6', 'RELA', 'NFKB1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'CDK6'}, number: 5
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'IL6', 'RELA', 'CDK2', 'CDKN1B', 'CDKN1A', 'CDK6', 'NFKB1'}, number: 8
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'CDKN1A', 'CDKN2A', 'CDK6', 'JUN', 'NFKB1'}, number: 8
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'RPS6KA1'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL6', 'RELA', 'JUN', 'STAT3', 'NFKB1'}, number: 5
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'STAT3', 'CEBPB', 'RELA', 'NFKB1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'RELA', 'NFKB1'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A', 'JUN', 'CDK2', 'NFKB1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'CDK2', 'CDKN1B', 'JUN', 'CDKN1A', 'CDKN2A', 'CDK6', 'CEBPB', 'NFKB1'}, number: 9
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'STAT3', 'JUN', 'RELA', 'NFKB1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'RELA', 'RPS6KA1', 'CDKN2A', 'JUN', 'NFKB1'}, number: 5
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RPS6KA3', 'RELA', 'RPS6KA1', 'JUN', 'STAT3', 'NFKB1'}, number: 6
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RPS6KA3', 'IL6', 'RELA', 'RPS6KA1', 'JUN', 'STAT3', 'NFKB1'}, number: 7
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL6', 'STAT3', 'NFKB1'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'RPS6KA1'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6', 'CDKN1B', 'CDKN1A', 'CEBPB', 'STAT3'}, number: 5
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'IL6', 'RELA', 'CDK2', 'CDKN1B', 'CDKN1A', 'CDK6', 'NFKB1'}, number: 8
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CDKN2A', 'JUN', 'RELA', 'NFKB1'}, number: 4
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL6', 'STAT3', 'NFKB1'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL6', 'STAT3', 'NFKB1'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CDKN2A', 'JUN', 'RELA', 'NFKB1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'APAF1', 'RELA', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'BCL2L1', 'PIK3R1', 'BIRC3', 'NFKB1'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'LAMC2', 'RELA', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'CASP3', 'GADD45A', 'FN1', 'NFKB1'}, number: 12
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'COL4A4', 'BAX', 'COL4A2', 'LAMA1', 'FN1', 'LAMB3', 'NFKB1', 'LAMA2', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'COL4A1', 'COL4A3', 'CDK2', 'CCND1', 'LAMC2', 'ITGA6', 'COL4A5', 'AKT1', 'CDKN1A', 'ITGA3'}, number: 22
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'APAF1', 'RELA', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'BCL2L1', 'PIK3R1', 'BIRC3', 'NFKB1'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'APAF1', 'RELA', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'BCL2L1', 'PIK3R1', 'BIRC3', 'NFKB1'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'LAMC2', 'RELA', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'CASP3', 'GADD45A', 'FN1', 'NFKB1'}, number: 12
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'PIK3R1', 'NFKB1'}, number: 8
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'LAMC2', 'RELA', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'CASP3', 'GADD45A', 'FN1', 'NFKB1'}, number: 12
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'PIK3R1', 'NFKB1'}, number: 8
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'PTEN'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'APAF1', 'RELA', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'BCL2L1', 'PIK3R1', 'BIRC3', 'NFKB1'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'APAF1', 'RELA', 'BAX', 'SKP1', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'CASP3', 'BCL2L1', 'PIK3R1', 'BIRC3', 'NFKB1'}, number: 14
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'LAMC2', 'RELA', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'CASP3', 'GADD45A', 'FN1', 'NFKB1'}, number: 12
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'BAX', 'NFKB1', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'CDKN1B', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'CCND1', 'CCNE2', 'GADD45A', 'DDB2', 'AKT1', 'GADD45G', 'CDKN1A', 'PIK3R1', 'RB1'}, number: 21
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'DDB2', 'BAX', 'AKT1', 'PIK3CB', 'PIK3CD', 'CASP3', 'GADD45G', 'CDKN1A', 'CCND1', 'PIK3R1', 'CDK6', 'RB1', 'GADD45A'}, number: 15
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'LAMC2', 'RELA', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'CASP3', 'GADD45A', 'FN1', 'NFKB1'}, number: 12
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'BAX', 'NFKB1', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'CDKN1B', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'CCND1', 'CCNE2', 'GADD45A', 'DDB2', 'AKT1', 'GADD45G', 'CDKN1A', 'PIK3R1', 'RB1'}, number: 21
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'APAF1', 'RELA', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'BCL2L1', 'PIK3R1', 'BIRC3', 'NFKB1'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'LAMC2', 'RELA', 'PIK3R1', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'FN1', 'NFKB1'}, number: 10
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'APAF1', 'DDB2', 'BAX', 'AKT1', 'CDK2', 'CASP3', 'GADD45G', 'CDKN1B', 'CDKN1A', 'CCND1', 'RB1', 'CDK6', 'CCNE2', 'GADD45A'}, number: 16
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'COL4A4', 'COL4A2', 'LAMA1', 'FN1', 'LAMB3', 'NFKB1', 'LAMA2', 'CDK4', 'RELA', 'PIK3CB', 'PIK3CD', 'PTEN', 'COL4A1', 'CDKN1B', 'CDK6', 'COL4A3', 'CDK2', 'BCL2L1', 'CCND1', 'CCNE2', 'LAMC2', 'ITGA6', 'COL4A5', 'AKT1', 'CDKN1A', 'ITGA3', 'PIK3R1'}, number: 27
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'BAX', 'NFKB1', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'CDKN1B', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'CCND1', 'CCNE2', 'GADD45A', 'DDB2', 'AKT1', 'GADD45G', 'CDKN1A', 'PIK3R1', 'RB1'}, number: 21
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'PIK3R1', 'NFKB1'}, number: 8
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'PIK3CD', 'PIK3R1', 'NFKB1'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'NFKBIB', 'PIK3R1', 'NFKB1'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'APAF1', 'DDB2', 'BAX', 'TRAF4', 'PTEN', 'CDK2', 'GADD45A', 'CDKN1A', 'CCND1', 'NFKB1'}, number: 10
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'BAX', 'NFKB1', 'CDK4', 'PIK3CB', 'PIK3CD', 'PTEN', 'CDKN1B', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'CCND1', 'CCNE2', 'GADD45A', 'DDB2', 'AKT1', 'GADD45G', 'CDKN1A', 'PIK3R1', 'RB1'}, number: 21
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'PIK3CD', 'NFKBIA', 'NFKBIB', 'PIK3R1', 'NFKB1'}, number: 8
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'APAF1', 'RELA', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'BCL2L1', 'PIK3R1', 'BIRC3', 'NFKB1'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RELA', 'AKT1', 'NFKBIA', 'CASP3', 'PIK3R1', 'NFKB1'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RELA', 'AKT1', 'PIK3CB', 'NFKBIA', 'PTEN', 'TRAF5', 'CASP3', 'PIK3R1', 'NFKB1'}, number: 9
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TRAF5', 'AKT1', 'NFKB1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GADD45B', 'COL4A4', 'COL4A2', 'LAMA1', 'FN1', 'LAMB3', 'LAMA2', 'PIK3CB', 'PIK3CD', 'PTEN', 'COL4A1', 'CDKN1B', 'GADD45A', 'LAMC2', 'ITGA6', 'AKT1', 'CDKN1A', 'ITGA3', 'PIK3R1', 'RB1'}, number: 20
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'COL4A4', 'COL4A2', 'LAMA1', 'FN1', 'LAMB3', 'NFKB1', 'LAMA2', 'CDK4', 'RELA', 'PIK3CB', 'PIK3CD', 'PTEN', 'COL4A1', 'CDKN1B', 'CDK6', 'COL4A3', 'CDK2', 'BCL2L1', 'CCND1', 'CCNE2', 'LAMC2', 'ITGA6', 'COL4A5', 'AKT1', 'CDKN1A', 'ITGA3', 'PIK3R1'}, number: 27
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'APAF1', 'RELA', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'BCL2L1', 'PIK3R1', 'BIRC3', 'NFKB1'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'PIK3CB', 'PTEN', 'TRAF5', 'PIK3R1', 'NFKB1'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TRAF5', 'AKT1', 'NFKB1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'APAF1', 'RELA', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'BCL2L1', 'PIK3R1', 'BIRC3', 'NFKB1'}, number: 11
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'YY1', 'AKT1', 'PRKAB1', 'PRKAB2', 'PRKAG1'}, number: 5
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'ATF6', 'MBTPS2', 'MBTPS1'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1', 'ATF6', 'MBTPS2', 'MBTPS1'}, number: 4
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'ATF6', 'MBTPS2', 'MBTPS1'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'AKT1', 'PRKAB2', 'PRKAB1', 'PRKAG1'}, number: 4
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DBI', 'PRKAB1', 'PRKAB2', 'PPARG', 'PRKAG1'}, number: 5
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1', 'ATF6', 'MBTPS2', 'MBTPS1'}, number: 4
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HMGCS1', 'AKT1', 'FDFT1', 'PPARG', 'HMGCR', 'NR1H2', 'FDPS', 'IDI1', 'LPIN1'}, number: 9
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'DIABLO', 'APAF1', 'TRADD', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'MAP3K1', 'BCL2L1', 'BAD', 'JUN', 'BIRC3', 'NFKB1'}, number: 14
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'HRAS', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'REL', 'CASP3', 'MAP3K1', 'GRB2', 'MAP3K5', 'MAP2K3', 'JUN', 'PRKCZ', 'NFKB1'}, number: 16
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'CUL1', 'BAX', 'AKT1', 'SOS1', 'CSNK2A1', 'MAP3K1', 'GRB2', 'MAP3K5', 'MAP2K3', 'JUN', 'NFKB1'}, number: 13
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'DIABLO', 'APAF1', 'TRADD', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'MAP3K1', 'BCL2L1', 'MAP3K5', 'BAD', 'JUN', 'BIRC3', 'NFKB1'}, number: 15
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'JUN', 'CREBBP', 'NFKB1'}, number: 4
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'DIABLO', 'APAF1', 'TRADD', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'MAP3K1', 'BCL2L1', 'MAP3K5', 'BAD', 'JUN', 'BIRC3', 'NFKB1'}, number: 15
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'HRAS', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'REL', 'CASP3', 'MAP3K1', 'GRB2', 'MAP3K5', 'MAP2K3', 'JUN', 'PRKCZ', 'NFKB1'}, number: 16
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'GRB2', 'CREBBP', 'JUN', 'PRKCZ', 'NFKB1'}, number: 11
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'HRAS', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'REL', 'CASP3', 'MAP3K1', 'GRB2', 'MAP3K5', 'MAP2K3', 'JUN', 'PRKCZ', 'NFKB1'}, number: 16
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'GRB2', 'CREBBP', 'JUN', 'PRKCZ', 'NFKB1'}, number: 11
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'AKT1', 'SOS1', 'MAP3K1', 'GRB2', 'JUN', 'PRKCZ'}, number: 7
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'DIABLO', 'APAF1', 'TRADD', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'MAP3K1', 'BCL2L1', 'MAP3K5', 'BAD', 'JUN', 'BIRC3', 'NFKB1'}, number: 15
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'HRAS', 'CUL1', 'PPP2CA', 'BAX', 'NFKBIB', 'MAP3K5', 'CDC37', 'BIRC3', 'NFKB1', 'MAP2K6', 'NSMAF', 'TNFAIP3', 'SKP1', 'REL', 'CREBBP', 'PSMD2', 'FBXW11', 'DIABLO', 'APAF1', 'PYGL', 'NFKBIA', 'CSNK2A1', 'CASP3', 'MAP3K1', 'BCL2L1', 'GRB2', 'JUN', 'PRKCZ', 'TRADD', 'AKT1', 'HSP90AA1', 'SOS1', 'GLUL', 'MAP2K3', 'BAD', 'TXN'}, number: 37
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'HRAS', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'REL', 'CASP3', 'MAP3K1', 'GRB2', 'MAP3K5', 'MAP2K3', 'JUN', 'PRKCZ', 'NFKB1'}, number: 16
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'APAF1', 'HRAS', 'BAX', 'AKT1', 'SOS1', 'CASP3', 'MAP3K1', 'GRB2', 'BAD', 'JUN', 'NFKB1'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BAX', 'AKT1', 'SOS1', 'CASP3', 'GRB2', 'BAD'}, number: 8
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'MAP2K6', 'HRAS', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'REL', 'CASP3', 'MAP3K1', 'GRB2', 'MAP3K5', 'MAP2K3', 'JUN', 'PRKCZ', 'NFKB1'}, number: 16
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'APAF1', 'HRAS', 'BAX', 'AKT1', 'SOS1', 'CASP3', 'MAP3K1', 'GRB2', 'BAD', 'JUN', 'NFKB1'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'DIABLO', 'APAF1', 'TRADD', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'MAP3K1', 'BCL2L1', 'MAP3K5', 'BAD', 'JUN', 'BIRC3', 'NFKB1'}, number: 15
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'GRB2', 'PRKCZ', 'NFKB1'}, number: 9
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP3', 'APAF1', 'AKT1', 'BAX'}, number: 4
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PPP2CA', 'AKT1', 'HSP90AA1', 'SOS1', 'REL', 'BCL2L1', 'GRB2', 'BAD', 'CDC37', 'NFKB1'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'APAF1', 'HRAS', 'BAX', 'AKT1', 'SOS1', 'CASP3', 'MAP3K1', 'GRB2', 'BAD', 'JUN', 'NFKB1'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'SOS1', 'GRB2'}, number: 5
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'GRB2', 'CREBBP', 'JUN', 'PRKCZ', 'NFKB1'}, number: 11
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'NFKBIA', 'SOS1', 'GRB2', 'BAD', 'NFKB1'}, number: 6
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K6', 'AKT1', 'NFKBIA', 'NFKBIB', 'REL', 'MAP3K1', 'MAP2K3', 'JUN', 'PRKCZ', 'NFKB1'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'APAF1', 'BAX', 'HSP90AA1', 'TXN', 'CSNK2A1', 'JUN', 'NFKB1'}, number: 7
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'APAF1', 'HRAS', 'BAX', 'AKT1', 'HSP90AA1', 'TXN', 'SOS1', 'CASP3', 'MAP3K1', 'GRB2', 'BAD', 'JUN', 'NFKB1'}, number: 14
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'NFKBIA', 'SOS1', 'NFKBIB', 'GRB2', 'CREBBP', 'JUN', 'PRKCZ', 'NFKB1'}, number: 11
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'HRAS', 'BAX', 'NFKBIB', 'MAP3K5', 'BIRC3', 'NFKB1', 'DIABLO', 'APAF1', 'NFKBIA', 'CASP3', 'MAP3K1', 'BCL2L1', 'GRB2', 'JUN', 'TRADD', 'AKT1', 'SOS1', 'BAD'}, number: 19
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PPP2CA', 'AKT1', 'NFKBIA', 'SOS1', 'CSNK2A1', 'CASP3', 'MAP3K1', 'GRB2', 'BAD', 'JUN', 'NFKB1'}, number: 13
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'PPP2CA', 'AKT1', 'NFKBIA', 'CSNK2A1', 'CASP3', 'MAP3K1', 'GRB2', 'GLUL', 'BAD', 'JUN', 'NFKB1'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'GLUL', 'NFKB1'}, number: 3
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'HRAS', 'AKT1', 'SOS1', 'GRB2'}, number: 5
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PPP2CA', 'AKT1', 'HSP90AA1', 'SOS1', 'GRB2', 'BAD', 'CDC37'}, number: 9
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'HRAS', 'PPP2CA', 'AKT1', 'HSP90AA1', 'SOS1', 'BCL2L1', 'GRB2', 'BAD', 'CDC37', 'NFKB1'}, number: 11
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'DIABLO', 'APAF1', 'TRADD', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'MAP3K1', 'BCL2L1', 'BAD', 'JUN', 'BIRC3', 'NFKB1'}, number: 14
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'GLUL', 'NFKB1'}, number: 3
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'GLUL', 'NFKB1'}, number: 3
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'DIABLO', 'APAF1', 'TRADD', 'BAX', 'AKT1', 'NFKBIA', 'NFKBIB', 'CASP3', 'MAP3K1', 'BCL2L1', 'MAP3K5', 'BAD', 'JUN', 'BIRC3', 'NFKB1'}, number: 15
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NRAS', 'RPS6KA3', 'HRAS', 'SOS1', 'FGFR1', 'SOS2', 'MAP3K5', 'GRB2', 'MAPK13', 'MAP2K3'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TSC1', 'RPS6KA3', 'HRAS', 'RPS6KA1', 'ACTG1', 'PRKAB1', 'SOS1', 'AKT1S1', 'FGFR1', 'GRB2', 'MAP3K5', 'PRKAB2', 'MAP2K3', 'RPS6KB2', 'PRKAG1'}, number: 15
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MAP3K5'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MAP3K5'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NRAS', 'RPS6KA3', 'HRAS', 'SOS1', 'FGFR1', 'SOS2', 'MAP3K5', 'GRB2', 'MAPK13', 'MAP2K3'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3'}, number: 9
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NRAS', 'RPS6KA3', 'HRAS', 'SOS1', 'FGFR1', 'SOS2', 'MAP3K5', 'GRB2', 'MAPK13', 'MAP2K3'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3'}, number: 9
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA3', 'HRAS', 'RPS6KA1', 'SOS1', 'SOS2', 'GRB2'}, number: 6
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MAP3K5'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'MAP3K5', 'GRB2', 'MAP2K3', 'ADCY9', 'ADCY3'}, number: 11
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NRAS', 'RPS6KA3', 'HRAS', 'SOS1', 'FGFR1', 'SOS2', 'MAP3K5', 'GRB2', 'MAPK13', 'MAP2K3'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'SOS2'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'SOS2'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NRAS', 'RPS6KA3', 'HRAS', 'SOS1', 'FGFR1', 'SOS2', 'MAP3K5', 'GRB2', 'MAPK13', 'MAP2K3'}, number: 10
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'SOS2'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MAP3K5'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3'}, number: 9
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'CREB5', 'SOS1', 'CREB3', 'PRKAB1', 'AKT1S1', 'FGFR1', 'SOS2', 'GRB2', 'PRKAB2', 'RPS6KB2', 'CREB3L4', 'PRKAG1'}, number: 15
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'SOS2'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'RPS6KA1', 'SOS1', 'GRB2'}, number: 6
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3'}, number: 9
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'SOS1'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K3'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL5', 'ACSL1', 'PRKAB1', 'CPT1A', 'AKT1S1', 'PRKAB2', 'PPARG', 'PRKAG1'}, number: 8
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'GRB2', 'SOS2'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NRAS', 'HRAS', 'SOS1', 'ADCY6', 'ADCY7', 'SOS2', 'GRB2', 'ADCY9', 'ADCY3'}, number: 9
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'RPS6KA1', 'SOS1', 'GRB2', 'MAP3K5'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NRAS', 'TSC1', 'RPS6KA3', 'HRAS', 'RPS6KA1', 'SOS1', 'GRB2'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RPS6KA3', 'HRAS', 'RPS6KA1', 'GRB2', 'ADCY3'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'ADCY3'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'RPS6KA1', 'SOS1', 'GRB2'}, number: 6
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'CREB5', 'ACSL1', 'CREB3', 'SOS1', 'AKT1S1', 'FGFR1', 'GRB2', 'RPS6KB2', 'PPARG', 'CREB3L4'}, number: 13
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'NRAS', 'TSC1', 'HRAS', 'CREB5', 'SOS1', 'CREB3', 'AKT1S1', 'FGFR1', 'SOS2', 'GRB2', 'RPS6KB2', 'CREB3L4'}, number: 12
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'ADCY3'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'ADCY3'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MAP3K5'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'AKT1', 'MAP2K1', 'BRAF', 'STAT1', 'MAP2K3', 'PIK3R1', 'GNA12'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K6', 'CDK4', 'HRAS', 'RPS6KA1', 'AKT1', 'MAP2K1', 'CDK2', 'STAT1', 'MAP2K3', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'STAT1', 'STAT3', 'JAK1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'AKT1', 'MAP2K1', 'BRAF', 'STAT1', 'MAP2K3', 'PIK3R1', 'GNA12'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'HRAS', 'GNB1', 'GNAI2', 'GNAI1', 'AKT1', 'PIK3R1', 'MAP2K1', 'BRAF', 'STAT1', 'ADCY3', 'GNAI3', 'STAT3', 'JAK1'}, number: 13
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'AKT1', 'MAP2K1', 'BRAF', 'STAT1', 'MAP2K3', 'PIK3R1', 'GNA12'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'HRAS', 'GNB1', 'GNAI2', 'GNAI1', 'AKT1', 'PIK3R1', 'MAP2K1', 'BRAF', 'STAT1', 'ADCY3', 'GNAI3', 'STAT3', 'JAK1'}, number: 13
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'RPS6KA1', 'AKT1', 'MAP2K1', 'BRAF', 'PLD1', 'STAT1', 'PIK3R1', 'STAT3', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'GNB1', 'GNAI2', 'GNAI1', 'AKT1', 'PIK3R1', 'BRAF', 'STAT1', 'MAP2K3', 'ADCY3', 'GNAI3', 'STAT3', 'MAP2K1'}, number: 14
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'AKT1', 'MAP2K1', 'BRAF', 'STAT1', 'MAP2K3', 'PIK3R1', 'GNA12'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK4', 'HRAS', 'AKT1', 'CDK2', 'CDKN1B', 'RBL2', 'PIK3R1', 'RB1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'HRAS', 'AKT1', 'BRAF', 'PIK3R1', 'STAT3', 'MAP2K1', 'RB1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K6', 'HRAS', 'AKT1', 'MAP2K1', 'BRAF', 'STAT1', 'MAP2K3', 'PIK3R1', 'GNA12'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDK4', 'HRAS', 'AKT1', 'CDK2', 'CDKN1B', 'RBL2', 'PIK3R1', 'RB1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HRAS', 'GNB1', 'GNAI2', 'GNAI1', 'AKT1', 'PIK3R1', 'MAP2K1', 'BRAF', 'STAT1', 'ADCY3', 'GNAI3', 'STAT3', 'JAK1'}, number: 13
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'APEX1', 'AKT1', 'CDK2', 'CDKN1B', 'RB1'}, number: 6
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'HRAS', 'GNB1', 'AKT1', 'MAP2K1', 'PLD1', 'CDK2', 'CDKN1B', 'RBL2', 'PIK3R1', 'JAK1'}, number: 11
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK4', 'HRAS', 'AKT1', 'CDK2', 'CDKN1B', 'RBL2', 'PIK3R1', 'RB1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'HRAS', 'AKT1', 'RPS6KA1', 'BRAF', 'MAP2K1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'HRAS', 'GNB1', 'GNAI2', 'GNAI1', 'AKT1', 'PIK3R1', 'MAP2K1', 'BRAF', 'STAT1', 'ADCY3', 'GNAI3', 'STAT3', 'JAK1'}, number: 13
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT1', 'PIK3R1', 'GNAQ', 'STAT3', 'MAP2K1'}, number: 7
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K6', 'AKT1', 'MAP2K3', 'PIK3R1', 'MAP2K1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'APEX1', 'CDK2'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK4', 'HRAS', 'AKT1', 'CDK2', 'CDKN1B', 'RBL2', 'PIK3R1', 'RB1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HRAS', 'GNB1', 'GNAI2', 'GNAI1', 'AKT1', 'PIK3R1', 'MAP2K1', 'BRAF', 'STAT1', 'ADCY3', 'GNAI3', 'STAT3', 'JAK1'}, number: 13
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HRAS', 'AKT1', 'RPS6KA1', 'BRAF', 'PIK3R1', 'MAP2K1'}, number: 6
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'RPS6KA1', 'AKT1', 'BRAF', 'STAT1', 'PIK3R1', 'STAT3', 'MAP2K1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'HRAS', 'PIK3R1', 'RPS6KA1', 'AKT1', 'MAP2K1', 'STAT1', 'ADCY3', 'STAT3', 'JAK1'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'STAT1', 'ADCY3', 'STAT3', 'JAK1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'HRAS', 'AKT1', 'RPS6KA1', 'BRAF', 'MAP2K1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'GNB1', 'AKT1', 'MAP2K1', 'CDKN1B', 'STAT1', 'RBL2', 'PIK3R1', 'STAT3', 'JAK1', 'RB1'}, number: 11
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'HRAS', 'GNB1', 'AKT1', 'MAP2K1', 'CDK2', 'CDKN1B', 'RBL2', 'PIK3R1', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'STAT1', 'ADCY3', 'STAT3', 'JAK1'}, number: 6
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'STAT1', 'ADCY3', 'STAT3', 'JAK1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'DNM1', 'PLD1'}, number: 2
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PLD1'}, number: 1
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM', 'GSS', 'GPX3', 'GCLC'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'GPX3', 'GCLC'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GPX3', 'GCLC'}, number: 2
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GPX3', 'GCLC'}, number: 2
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PSAT1', 'PHGDH', 'SHMT1', 'SHMT2'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PSAT1', 'PHGDH', 'SHMT1', 'SHMT2'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PSAT1', 'PHGDH', 'SHMT1', 'SHMT2'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PSAT1', 'PHGDH', 'SHMT1', 'SHMT2'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'NFE2L2', 'HMOX1', 'NQO1', 'KEAP1'}, number: 8
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'PRKCA', 'GCLM', 'GCLC', 'EPHB2', 'MAF', 'NFE2L2', 'HMOX1', 'NQO1', 'CEBPB', 'KEAP1'}, number: 11
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFE2L2'}, number: 4
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLC', 'NFE2L2'}, number: 4
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EIF4EBP1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EIF4EBP1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'EIF2S1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'EIF2S1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'EIF2S1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EIF4EBP1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'EEF2K', 'EIF4EBP1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EIF2S1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'EEF2K', 'EIF4EBP1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF2S1', 'EIF2S2', 'EEF2', 'EEF2K', 'EIF4EBP1'}, number: 5
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EEF2', 'EIF2S1', 'EIF2S2', 'EIF4EBP1'}, number: 4
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'EEF2K', 'EIF4EBP1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EIF4EBP1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EIF4EBP1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'EED', 'RBBP4', 'EZH2', 'CDKN2A', 'SUZ12'}, number: 6
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDKN2A', 'CDK4', 'CDK6', 'RB1'}, number: 4
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN2A', 'CDK4', 'CDK6', 'RB1'}, number: 4
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN2A', 'CDK4', 'CDK6', 'RB1'}, number: 4
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK4', 'CDK6', 'RB1'}, number: 3
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'CDK6'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN2A', 'CDK4', 'CDK6', 'RB1'}, number: 4
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN2A', 'CDK4', 'CDK6', 'RB1'}, number: 4
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RB1'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'CDK6'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CDKN2A'}, number: 1
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FZD1', 'SERPINF1', 'LRP6'}, number: 3
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'MBTPS2', 'MBTPS1'}, number: 2
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MBTPS2', 'MBTPS1'}, number: 2
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'MBTPS2', 'MBTPS1'}, number: 2
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FZD1', 'SERPINF1', 'LRP6'}, number: 3
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MBTPS2', 'MBTPS1'}, number: 2
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FZD1'}, number: 1
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'P4HA1', 'P4HA2', 'PLOD1'}, number: 3
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PMAIP1', 'CASP2'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PMAIP1', 'CASP2'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PMAIP1', 'CASP2'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PMAIP1', 'CASP2'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B', 'EIF2S1', 'RTCB', 'PPP1R15A', 'ERN1', 'TXNIP', 'PMAIP1', 'NFE2L2', 'HSPA5', 'CASP2', 'MBTPS2', 'ATF6', 'MBTPS1'}, number: 13
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'IL1B', 'EIF2S1', 'RTCB', 'PPP1R15A', 'ERN1', 'TXNIP', 'PMAIP1', 'NFE2L2', 'HSPA5', 'CASP2', 'MBTPS2', 'ATF6', 'MBTPS1'}, number: 13
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B', 'EIF2S1', 'RTCB', 'PPP1R15A', 'ERN1', 'TXNIP', 'PMAIP1', 'NFE2L2', 'HSPA5', 'CASP2', 'MBTPS2', 'ATF6', 'MBTPS1'}, number: 13
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PMAIP1', 'CASP2'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1', 'NFE2L2'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'IL1B', 'EIF2S1', 'RTCB', 'PPP1R15A', 'ERN1', 'TXNIP', 'PMAIP1', 'NFE2L2', 'HSPA5', 'CASP2', 'MBTPS2', 'ATF6', 'MBTPS1'}, number: 13
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PMAIP1', 'CASP2', 'NFE2L2'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF2S1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL1B', 'EIF2S1'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PMAIP1', 'CASP2'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PMAIP1', 'CASP2'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'BCL2L1', 'PIK3R1', 'FAS', 'JUN', 'NFKB1'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'MAP3K5', 'FN1', 'NFKB1', 'MAP2K6', 'CXCL8', 'MKNK1', 'RELA', 'FLNB', 'NFKBIA', 'PAK1', 'GRB2', 'FAS', 'JUN', 'PRKCZ', 'MAP2K1', 'CACNA2D1', 'MAP2K2', 'AKT1', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'PIK3R1'}, number: 27
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'HBEGF', 'MAP3K5', 'FN1', 'DKK1', 'NFKB1', 'MAP2K6', 'MKNK1', 'NDRG1', 'ACTG1', 'TEAD4', 'EPHA2', 'AMOT', 'PLAU', 'PAK1', 'GRB2', 'CCND1', 'JUN', 'MAP2K1', 'MAP2K2', 'AKT1', 'RPS6KA5', 'AKT1S1', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'SHC1'}, number: 28
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'HSPA1A', 'BCL2L1', 'PRKD1', 'MAP3K5', 'PIK3R1', 'FAS', 'JUN', 'NFKB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS', 'STAT1', 'CREBBP', 'JUN', 'STAT3', 'NFKB1'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'HSPA1A', 'BCL2L1', 'PRKD1', 'MAP3K5', 'PIK3R1', 'FAS', 'JUN', 'NFKB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'MAP3K5', 'FN1', 'NFKB1', 'MAP2K6', 'CXCL8', 'MKNK1', 'RELA', 'FLNB', 'NFKBIA', 'PAK1', 'GRB2', 'FAS', 'JUN', 'PRKCZ', 'MAP2K1', 'CACNA2D1', 'MAP2K2', 'AKT1', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'PIK3R1'}, number: 27
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'HRAS', 'NFKB1', 'CXCL8', 'RELA', 'PXN', 'CREBBP', 'STAT3', 'NFKBIA', 'PAK1', 'GRB2', 'JUN', 'PRKCZ', 'MAP2K1', 'PRKCB', 'AKT1', 'CCL2', 'ICAM1', 'STAT1', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 21
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'MAP3K5', 'FN1', 'NFKB1', 'MAP2K6', 'CXCL8', 'MKNK1', 'RELA', 'FLNB', 'NFKBIA', 'PAK1', 'GRB2', 'FAS', 'JUN', 'PRKCZ', 'MAP2K1', 'CACNA2D1', 'MAP2K2', 'AKT1', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'PIK3R1'}, number: 27
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'RELA', 'AKT1', 'STAT3', 'NFKBIA', 'FOXO3', 'PRKCZ', 'PAK1', 'STAT1', 'PXN', 'CREBBP', 'GRB2', 'PIK3R1', 'JUN', 'SHC1', 'MAP2K1', 'NFKB1'}, number: 18
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'EPS15', 'RAB5A', 'RICTOR', 'CFL1', 'GRB10', 'GJA1', 'STAT3', 'ITCH', 'PAK1', 'GRB2', 'SYNJ1', 'JUN', 'MAP2K1', 'HGS', 'PRKCZ', 'MAP2K2', 'PRKCB', 'IQGAP1', 'SH2D2A', 'AKT1', 'GAB1', 'RPS6KA5', 'STAT1', 'PIK3R1', 'CAV1', 'SHC1'}, number: 28
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'HSPA1A', 'BCL2L1', 'PRKD1', 'MAP3K5', 'PIK3R1', 'FAS', 'JUN', 'NFKB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'HRAS', 'PPP2CA', 'MAP3K5', 'NFKB1', 'MAP2K6', 'RELA', 'PXN', 'CREBBP', 'FBXW11', 'STAT3', 'NFKBIA', 'BCL2L1', 'PAK1', 'GRB2', 'JUN', 'PRKCZ', 'MAP2K1', 'PRKCB', 'AKT1', 'HSP90AA1', 'CCL2', 'STAT1', 'MAP2K3', 'PIK3R1', 'FOXO3', 'SHC1', 'TXN'}, number: 27
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'ATF6', 'ERN1', 'TXNIP'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'MAP3K5', 'FN1', 'NFKB1', 'MAP2K6', 'CXCL8', 'MKNK1', 'RELA', 'FLNB', 'NFKBIA', 'PAK1', 'GRB2', 'FAS', 'JUN', 'PRKCZ', 'MAP2K1', 'CACNA2D1', 'MAP2K2', 'AKT1', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'PIK3R1'}, number: 27
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PLAU', 'FOXO3', 'GRB2', 'CCND1', 'PIK3R1', 'FAS', 'JUN', 'SHC1', 'NFKB1'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'PRKCA', 'HRAS', 'PRKCB', 'AKT1', 'GRB2', 'CCND1', 'PIK3R1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'HSPA1A', 'MAP3K5', 'FN1', 'NFKB1', 'MAP2K6', 'CXCL8', 'MKNK1', 'RELA', 'FLNB', 'NFKBIA', 'PAK1', 'GRB2', 'FAS', 'JUN', 'PRKCZ', 'MAP2K1', 'CACNA2D1', 'MAP2K2', 'AKT1', 'RPS6KA5', 'CCL2', 'PAK2', 'STAT1', 'MAP2K3', 'PIK3R1'}, number: 27
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'ERN1', 'AKT1', 'PLAU', 'FOXO3', 'TXNIP', 'ATF6', 'GRB2', 'CCND1', 'PIK3R1', 'FAS', 'JUN', 'SHC1', 'NFKB1'}, number: 14
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'ATF6', 'ERN1', 'TXNIP'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'HSPA1A', 'BCL2L1', 'PRKD1', 'MAP3K5', 'PIK3R1', 'FAS', 'JUN', 'NFKB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'RELA', 'AKT1', 'STAT3', 'NFKBIA', 'PRKCZ', 'PAK1', 'ICAM1', 'STAT1', 'PXN', 'GRB2', 'PIK3R1', 'FN1', 'FOXO3', 'SHC1', 'MAP2K1', 'NFKB1'}, number: 18
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'FAS', 'CCND1', 'AKT1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PPP2CA', 'FN1', 'RAB5A', 'NFKB1', 'RELA', 'EPHA2', 'BCL2L1', 'PAK1', 'GRB2', 'CCND1', 'MAP2K1', 'MAP2K2', 'ETS1', 'PRKCB', 'AKT1', 'GAB1', 'ITGB5', 'HSP90AA1', 'AKT1S1', 'PAK2', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 25
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1', 'PLAU', 'FOXO3', 'GRB2', 'CCND1', 'PIK3R1', 'FAS', 'JUN', 'SHC1', 'NFKB1'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'HRAS', 'MKNK1', 'AKT1', 'GAB1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'HRAS', 'PRKCB', 'RELA', 'AKT1', 'STAT3', 'NFKBIA', 'FOXO3', 'PRKCZ', 'PAK1', 'STAT1', 'PXN', 'CREBBP', 'GRB2', 'PIK3R1', 'JUN', 'SHC1', 'MAP2K1', 'NFKB1'}, number: 18
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'SHC1', 'GRB2', 'STAT1', 'ADRB2', 'PIK3R1', 'STAT3', 'MAP2K1', 'NFKB1'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP2K6', 'RELA', 'AKT1', 'MAP2K1', 'NFKBIA', 'CCL2', 'MAP2K3', 'PIK3R1', 'JUN', 'PRKCZ', 'NFKB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'PGD', 'HSPA1A', 'HBEGF', 'DKK1', 'NFKB1', 'EPHA2', 'NCF2', 'PLAU', 'CCND1', 'FAS', 'JUN', 'SOD2', 'PRKCB', 'HSP90AA1', 'AKT1S1', 'CCL2', 'ICAM1', 'PRDX6', 'TXN'}, number: 20
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PGD', 'EPHB2', 'HSPA1A', 'HBEGF', 'FYN', 'NFKB1', 'TXNIP', 'EPHA2', 'ERN1', 'PLAU', 'GRB2', 'CCND1', 'SHC1', 'FAS', 'JUN', 'AKT1', 'HSP90AA1', 'PIK3R1', 'PRDX6', 'FOXO3', 'ATF6', 'TXN'}, number: 24
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HRAS', 'NFKB1', 'RELA', 'PXN', 'CREBBP', 'STAT3', 'NFKBIA', 'PAK1', 'GRB2', 'JUN', 'PRKCZ', 'MAP2K1', 'SOD2', 'PRKCB', 'AKT1', 'STAT1', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 19
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HRAS', 'HSPA1A', 'MAP3K5', 'NFKB1', 'MKNK1', 'RELA', 'PRKD1', 'BIRC5', 'NFKBIA', 'BCL2L1', 'GRB2', 'FAS', 'JUN', 'MAP2K1', 'SOD2', 'AKT1', 'GAB1', 'PIK3R1', 'SHC1'}, number: 19
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'PPP2CA', 'FYN', 'NFKB1', 'MKNK1', 'CFL1', 'RELA', 'STAT3', 'NCF2', 'NFKBIA', 'GRB2', 'JUN', 'MAP2K1', 'MAP2K2', 'AKT1', 'GAB1', 'RPS6KA5', 'STAT1', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 21
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKCA', 'HRAS', 'PPP2CA', 'FYN', 'NFKB1', 'CFL1', 'RELA', 'STAT3', 'NCF2', 'NFKBIA', 'GRB2', 'JUN', 'MAP2K1', 'MAP2K2', 'PRKCB', 'AKT1', 'RPS6KA5', 'STAT1', 'PIK3R1', 'FOXO3', 'SHC1'}, number: 21
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'CFL1', 'AKT1', 'STAT1', 'STAT3', 'NFKB1'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'HRAS', 'MKNK1', 'AKT1', 'GAB1', 'GRB2', 'SHC1', 'MAP2K1'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'EPHA2', 'HRAS', 'PPP2CA', 'AKT1', 'HSP90AA1', 'ITGB5', 'AKT1S1', 'FAS', 'STAT1', 'GRB2', 'PIK3R1', 'FN1', 'FOXO3', 'STAT3', 'MAP2K1'}, number: 16
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'EPHA2', 'PRKCA', 'HRAS', 'PPP2CA', 'RELA', 'AKT1', 'HSP90AA1', 'ITGB5', 'AKT1S1', 'BCL2L1', 'GRB2', 'CCND1', 'PIK3R1', 'FN1', 'FOXO3', 'MAP2K1', 'NFKB1'}, number: 18
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'BCL2L1', 'PIK3R1', 'FAS', 'JUN', 'NFKB1'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'CFL1', 'AKT1', 'STAT3', 'STAT1', 'PIK3R1', 'SHC1', 'NFKB1'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'P4HA2'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PRKCA', 'PRKCB', 'CFL1', 'AKT1', 'STAT1', 'STAT3', 'NFKB1'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'BIRC5', 'RELA', 'AKT1', 'NFKBIA', 'HSPA1A', 'BCL2L1', 'PRKD1', 'MAP3K5', 'PIK3R1', 'FAS', 'JUN', 'NFKB1'}, number: 12
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1A', 'USP1'}, number: 2
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A', 'USP1'}, number: 2
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'APAF1', 'BAX', 'PMAIP1', 'CASP3', 'FAS'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CASP3', 'FAS', 'GADD45A'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK4', 'BAX', 'BRCA1', 'CDK2', 'CDKN1A', 'CCND1'}, number: 6
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'APAF1', 'BAX', 'PMAIP1', 'CASP3', 'FAS'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'APAF1', 'BAX', 'PMAIP1', 'CASP3', 'FAS'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CASP3', 'FAS', 'GADD45A'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CASP3', 'FAS', 'GADD45A'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'APAF1', 'BAX', 'PMAIP1', 'CASP3', 'FAS'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP3', 'APAF1', 'BAX'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CASP3', 'FAS', 'GADD45A'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'BAX', 'CCNB1', 'CCNB2', 'CDK5', 'CCNG1', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'CDKN1B', 'TLK1', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'MRE11', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'SMC1A', 'CDC25C', 'CDC25A', 'BRCA1', 'GADD45G', 'CDKN1A', 'RAD1', 'RB1'}, number: 34
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK4', 'GADD45B', 'DDB2', 'BAX', 'CASP3', 'GADD45G', 'CDKN1A', 'CCND1', 'RB1', 'CDK6', 'GADD45A'}, number: 11
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CASP3', 'FAS', 'GADD45A'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'BAX', 'CCNB1', 'CCNB2', 'CDK5', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'CDKN1B', 'TLK1', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'MRE11', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'SMC1A', 'CDC25C', 'CDC25A', 'BRCA1', 'GADD45G', 'CDKN1A', 'RAD1', 'RB1'}, number: 33
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'APAF1', 'BAX', 'PMAIP1', 'CASP3', 'FAS'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'BAX', 'CCNB1', 'CCNB2', 'CDK5', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'CDKN1B', 'TLK1', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'MRE11', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'SMC1A', 'CDC25C', 'CDC25A', 'BRCA1', 'GADD45G', 'CDKN1A', 'RAD1', 'RB1'}, number: 33
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2'}, number: 8
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'BAX', 'CCNB1', 'CCNB2', 'CDK5', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'CDKN1B', 'TLK1', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'MRE11', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'SMC1A', 'CDC25C', 'CDC25A', 'BRCA1', 'GADD45G', 'CDKN1A', 'RAD1', 'RB1'}, number: 33
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'BAX', 'CCNG1', 'SFN', 'RRM2B', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'APAF1', 'CDK2', 'MRE11', 'CCND1', 'FAS', 'GADD45A', 'DDB2', 'CDC25C', 'CDC25A', 'BRCA1', 'CDKN1A'}, number: 19
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'BAX', 'CCNB1', 'CCNB2', 'CDK5', 'CDK4', 'SFN', 'RRM2B', 'CDK1', 'SESN1', 'RPA2', 'PMAIP1', 'CHEK1', 'CDKN1B', 'TLK1', 'CDK6', 'APAF1', 'CDK2', 'CASP3', 'MRE11', 'CCND1', 'FAS', 'CCNE2', 'GADD45A', 'DDB2', 'SMC1A', 'CDC25C', 'CDC25A', 'BRCA1', 'GADD45G', 'CDKN1A', 'RAD1', 'RB1'}, number: 33
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'APAF1', 'BAX', 'PMAIP1', 'CASP3', 'FAS'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CASP3', 'CDK5'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CASP3', 'CDK5'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GADD45B', 'CDKN1B', 'CDKN1A', 'RB1', 'FAS', 'GADD45A'}, number: 6
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK4', 'BRCA1', 'CDK2', 'CDKN1B', 'CDKN1A', 'CCND1', 'CDK6', 'CCNE2'}, number: 8
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'APAF1', 'BAX', 'PMAIP1', 'CASP3', 'FAS'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'APAF1', 'BAX', 'PMAIP1', 'CASP3', 'FAS'}, number: 5
Section 8.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 8.5.5.

final_geneoverlaptable_C4=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs4,orient='index')
Section 8.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 73. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count4= {}

for index, row in exploded_df4_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count4:
            variable_count4[unique_KE] = 1
    else:
            variable_count4[unique_KE] += 1

print("The total number of genes: ")
print(variable_count4)
The total number of genes: 
{'Retinoblastoma Gene In Cancer WP2446': 66, 'VEGFA VEGFR2 Signaling WP3888': 184, 'Cell Cycle WP179': 68, 'G1 To S Cell Cycle Control WP45': 42, 'DNA Replication WP466': 30, 'Ferroptosis WP4313': 37, 'Nuclear Receptors Meta Pathway WP2882': 127, 'DNA Repair Pathways Full Network WP4946': 59, 'P53 Transcriptional Gene Network WP4963': 48, 'DNA Mismatch Repair WP531': 18, 'Ciliary Landscape WP4352': 93, 'mRNA Processing WP411': 59, 'Androgen Receptor Network In Prostate Cancer WP2263': 53, 'DNA IR Damage And Cellular Response Via ATR WP4016': 42, 'Ebola Virus Infection In Host WP4217': 58, 'Proteasome Degradation WP183': 32, 'Glucocorticoid Receptor Pathway WP2880': 36, 'Parkin Ubiquitin Proteasomal System Pathway WP2359': 34, 'Nucleotide Excision Repair WP4753': 24, 'NRF2 Pathway WP2884': 57, 'Copper Homeostasis WP3286': 26, 'Tumor Suppressor Activity Of SMARCB1 WP4204': 19, 'Small Cell Lung Cancer WP4658': 43, 'miRNA Regulation Of DNA Damage Response WP1530': 34, 'DNA Damage Response WP707': 34, 'EGFR Tyrosine Kinase Inhibitor Resistance WP4806': 40, 'Non Small Cell Lung Cancer WP4255': 35, 'Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612': 15, 'NRF2 ARE Regulation WP4357': 15, 'Transcriptional Activation By NRF2 In Response To Phytochemicals WP3': 11, 'Gastrin Signaling WP4659': 50, 'Selenium Metabolism And Selenoproteins WP28': 24, 'Integrated Cancer Pathway WP1971': 24, 'Nucleotide Excision Repair In Xeroderma Pigmentosum WP5114': 32, 'Cytoplasmic Ribosomal Proteins WP477': 25, 'Glioblastoma Signaling WP2261': 38, 'MAPK Cascade WP422': 19, 'Relevant Molecular Pathways And Targeted Agents In TNBC WP5215': 21, 'IL6 Signaling WP364': 23, 'Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982': 33, 'Gastric Cancer Network 1 WP2361': 15, 'Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864': 26, 'Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113': 17, 'Prolactin Signaling WP2037': 34, 'Pancreatic Adenocarcinoma Pathway WP4263': 38, 'Selenium Micronutrient Network WP15': 35, 'Clear Cell Renal Cell Carcinoma Pathways WP4018': 37, 'Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240': 10, 'Base Excision Repair WP4752': 17, 'BDNF TrkB Signaling WP3676': 18, 'Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535': 23, 'Head And Neck Squamous Cell Carcinoma WP4674': 33, 'Translation Factors WP107': 21, 'NF1 Copy Number Variation Syndrome WP5366': 39, 'miR 517 Relationship With ARCN1 And USP1 WP3596': 5, 'Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525': 28, '4 Hydroxytamoxifen DEX And Retinoic Acids Regulation Of P27 WP3879': 14, 'Amino Acid Metabolism WP3925': 37, 'Insulin Signaling WP481': 62, 'Cohesin Complex Cornelia De Lange Syndrome WP5117': 18, 'Cancer Pathways WP5434': 167, 'Exercise Induced Circadian Regulation WP410': 23, 'Rubinstein Taybi Syndrome 1 WP5367': 10, 'Unfolded Protein Response WP4925': 13, 'Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213': 6, 'Type I Collagen Synthesis Osteogenesis Imperfecta WP4786': 17, 'Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879': 25, 'PAFAH1B1 Copy Number Variation WP5409': 8, 'Trans Sulfuration Pathway WP2333': 7, 'Mesodermal Commitment Pathway WP2857': 55, 'Thyroid Stimulating Hormone TSH Signaling WP2032': 26, 'Oncostatin M Signaling WP2374': 26, 'Metabolic Reprogramming In Colon Cancer WP4290': 20, 'Senescence Associated Secretory Phenotype SASP WP3391': 37, 'Metabolic Epileptic Disorders WP5355': 37, 'TNF Alpha Signaling WP231': 37, 'Fluoropyrimidine Activity WP1601': 16, 'Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239': 60, 'Cholesterol Synthesis Disorders WP5193': 11, 'Thermogenesis WP4321': 43, 'Purine Metabolism And Related Disorders WP4224': 13}

Step 74. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df4=pd.DataFrame.from_dict(variable_count4,orient='index')
reset_variable_count_df4 = variable_count_df4.reset_index()
reset_variable_count_df4.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C4=final_geneoverlaptable_C4.reset_index(level=[1])
Genesetoverlaptable_C4.reset_index(inplace=True)
Genesetoverlaptable_C4.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C4=pd.merge(reset_variable_count_df4,Genesetoverlaptable_C4, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C4.loc[:,'Percent geneset overlap']= tabulation_C4.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C4

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Retinoblastoma Gene In Cancer WP2446 66 https://identifiers.org/aop.events/1086 {} 0 0.0
1 Retinoblastoma Gene In Cancer WP2446 66 https://identifiers.org/aop.events/1087 {CDC25B, MAPK13} 2 3.0303030303030303
2 Retinoblastoma Gene In Cancer WP2446 66 https://identifiers.org/aop.events/1090 {CDK4, RBBP4, CDK2, BARD1, CDKN1A, CCND1} 6 9.090909090909092
3 Retinoblastoma Gene In Cancer WP2446 66 https://identifiers.org/aop.events/1262 {} 0 0.0
4 Retinoblastoma Gene In Cancer WP2446 66 https://identifiers.org/aop.events/1271 {} 0 0.0
... ... ... ... ... ... ...
3559 Purine Metabolism And Related Disorders WP4224 13 https://identifiers.org/aop.events/55 {} 0 0.0
3560 Purine Metabolism And Related Disorders WP4224 13 https://identifiers.org/aop.events/618 {} 0 0.0
3561 Purine Metabolism And Related Disorders WP4224 13 https://identifiers.org/aop.events/68 {} 0 0.0
3562 Purine Metabolism And Related Disorders WP4224 13 https://identifiers.org/aop.events/875 {} 0 0.0
3563 Purine Metabolism And Related Disorders WP4224 13 https://identifiers.org/aop.events/898 {} 0 0.0

3564 rows × 6 columns

References:

Section 9. Comparison 5: cyclosporin A timepoint 1

Section 9.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 3.

Step 75. The table containing the differential expressed genes for Bisphenol A 1uM to control is loaded with the filter for significance.

C5_DEG= pd.read_csv('topTable_X12_CsA_.5 - X12_vehicle...control_.0.TSV.tsv',sep='\t')
Comparison5_DEG= C5_DEG[C5_DEG['adj. p-value'] < 0.05]
Comparison_5_DEG= Comparison5_DEG.copy()  
Comparison_5_DEG.rename(columns={Comparison_5_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
Comparison_5_DEG['Entrez.Gene'] = Comparison_5_DEG['Entrez.Gene'].astype(str)

Step 76. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C5= pd.merge(mergeddataframe,Comparison_5_DEG, on='Entrez.Gene')

Step 77. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count5= {}

for index, row in merged_dataframe_DEG_C5.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj. p-value']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count5:
            variable_n_dictionary_count5[unique_KE] = 1
        else:
            variable_n_dictionary_count5[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count5)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 6, 'https://identifiers.org/aop.events/875': 14, 'https://identifiers.org/aop.events/2007': 19, 'https://identifiers.org/aop.events/1495': 11, 'https://identifiers.org/aop.events/105': 22, 'https://identifiers.org/aop.events/1816': 22, 'https://identifiers.org/aop.events/1668 ': 5, 'https://identifiers.org/aop.events/244 ': 50, 'https://identifiers.org/aop.events/1814 ': 27, 'https://identifiers.org/aop.events/888': 5, 'https://identifiers.org/aop.events/41': 35, 'https://identifiers.org/aop.events/1270': 7, 'https://identifiers.org/aop.events/1086': 9, 'https://identifiers.org/aop.events/1487 ': 3, 'https://identifiers.org/aop.events/1539': 18, 'https://identifiers.org/aop.events/201': 5, 'https://identifiers.org/aop.events/457': 70, 'https://identifiers.org/aop.events/55': 18, 'https://identifiers.org/aop.events/188': 2, 'https://identifiers.org/aop.events/618': 15, 'https://identifiers.org/aop.events/389': 5, 'https://identifiers.org/aop.events/177': 66, 'https://identifiers.org/aop.events/2013': 10, 'https://identifiers.org/aop.events/2006': 24, 'https://identifiers.org/aop.events/1497': 30, 'https://identifiers.org/aop.events/870': 3, 'https://identifiers.org/aop.events/1669': 43, 'https://identifiers.org/aop.events/1115': 10, 'https://identifiers.org/aop.events/202': 16, 'https://identifiers.org/aop.events/1917': 23, 'https://identifiers.org/aop.events/1633': 60, 'https://identifiers.org/aop.events/1392': 30, 'https://identifiers.org/aop.events/1815': 4, 'https://identifiers.org/aop.events/386': 30, 'https://identifiers.org/aop.events/1944': 3, 'https://identifiers.org/aop.events/1582': 8, 'https://identifiers.org/aop.events/1896': 40, 'https://identifiers.org/aop.events/1172': 3, 'https://identifiers.org/aop.events/1496': 21, 'https://identifiers.org/aop.events/68': 14, 'https://identifiers.org/aop.events/1493': 42, 'https://identifiers.org/aop.events/265': 25, 'https://identifiers.org/aop.events/1817': 18, 'https://identifiers.org/aop.events/1819': 6, 'https://identifiers.org/aop.events/1750': 30, 'https://identifiers.org/aop.events/1901': 2, 'https://identifiers.org/aop.events/1848': 6, 'https://identifiers.org/aop.events/1365': 18, 'https://identifiers.org/aop.events/890': 10, 'https://identifiers.org/aop.events/1587': 3, 'https://identifiers.org/aop.events/1457': 3, 'https://identifiers.org/aop.events/1586': 3, 'https://identifiers.org/aop.events/149': 60, 'https://identifiers.org/aop.events/1575': 18, 'https://identifiers.org/aop.events/1579': 18, 'https://identifiers.org/aop.events/87': 6, 'https://identifiers.org/aop.events/249': 10, 'https://identifiers.org/aop.events/288': 4, 'https://identifiers.org/aop.events/209': 84, 'https://identifiers.org/aop.events/1498': 14, 'https://identifiers.org/aop.events/1500': 15, 'https://identifiers.org/aop.events/1488': 14, 'https://identifiers.org/aop.events/1494': 3, 'https://identifiers.org/aop.events/52': 16, 'https://identifiers.org/aop.events/381': 20, 'https://identifiers.org/aop.events/484': 59, 'https://identifiers.org/aop.events/388': 14, 'https://identifiers.org/aop.events/1262': 18, 'https://identifiers.org/aop.events/1945': 92, 'https://identifiers.org/aop.events/2009': 3, 'https://identifiers.org/aop.events/2012': 15, 'https://identifiers.org/aop.events/1770': 9, 'https://identifiers.org/aop.events/1818': 18, 'https://identifiers.org/aop.events/1752': 5, 'https://identifiers.org/aop.events/887': 14, 'https://identifiers.org/aop.events/1585': 3, 'https://identifiers.org/aop.events/214': 4, 'https://identifiers.org/aop.events/1271': 4, 'https://identifiers.org/aop.events/1087': 30, 'https://identifiers.org/aop.events/1538': 10, 'https://identifiers.org/aop.events/898': 18, 'https://identifiers.org/aop.events/195': 14, 'https://identifiers.org/aop.events/459': 24, 'https://identifiers.org/aop.events/341': 2, 'https://identifiers.org/aop.events/1670': 8, 'https://identifiers.org/aop.events/759': 2, 'https://identifiers.org/aop.events/1090': 42, 'https://identifiers.org/aop.events/344': 1, 'https://identifiers.org/aop.events/1841': 2, 'https://identifiers.org/aop.events/1820': 3, 'https://identifiers.org/aop.events/896': 5, 'https://identifiers.org/aop.events/1549': 11, 'https://identifiers.org/aop.events/357': 2, 'https://identifiers.org/aop.events/352': 33}

Step 78. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe5=pd.DataFrame.from_dict(variable_n_dictionary_count5,orient='index')
n_variable_dataframe5

0
https://identifiers.org/aop.events/486 6
https://identifiers.org/aop.events/875 14
https://identifiers.org/aop.events/2007 19
https://identifiers.org/aop.events/1495 11
https://identifiers.org/aop.events/105 22
... ...
https://identifiers.org/aop.events/1820 3
https://identifiers.org/aop.events/896 5
https://identifiers.org/aop.events/1549 11
https://identifiers.org/aop.events/357 2
https://identifiers.org/aop.events/352 33

94 rows × 1 columns

n_variable_dataframe5_reset = n_variable_dataframe5.reset_index()
n_variable_dataframe5_reset.columns = ['KEID', 'n']
n_variable_dataframe5_reset

KEID n
0 https://identifiers.org/aop.events/486 6
1 https://identifiers.org/aop.events/875 14
2 https://identifiers.org/aop.events/2007 19
3 https://identifiers.org/aop.events/1495 11
4 https://identifiers.org/aop.events/105 22
... ... ...
89 https://identifiers.org/aop.events/1820 3
90 https://identifiers.org/aop.events/896 5
91 https://identifiers.org/aop.events/1549 11
92 https://identifiers.org/aop.events/357 2
93 https://identifiers.org/aop.events/352 33

94 rows × 2 columns

merged_dataframe5= pd.merge(mergeddataframeDEG, n_variable_dataframe5_reset, on='KEID')

Section 9.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 79. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(C5_DEG.index)
B
20412

Step 80. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

C5_DEG_filtered=C5_DEG[C5_DEG['adj. p-value'] < 0.05]
b=len(C5_DEG_filtered)
b
1595

Section 9.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 81. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe5.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([20412 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([1595 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 82. The following for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 6 20412 1595 0.5952321936283443
1 https://identifiers.org/aop.events/875 169 14 20412 1595 1.060147279775927
2 https://identifiers.org/aop.events/2007 184 19 20412 1595 1.3214801690064057
3 https://identifiers.org/aop.events/1495 253 11 20412 1595 0.5564127027395392
4 https://identifiers.org/aop.events/105 165 22 20412 1595 1.7063322884012537
... ... ... ... ... ... ...
86 https://identifiers.org/aop.events/1820 57 3 20412 1595 0.673552219105758
87 https://identifiers.org/aop.events/896 82 5 20412 1595 0.7803348879883782
88 https://identifiers.org/aop.events/1549 101 11 20412 1595 1.393786275179242
89 https://identifiers.org/aop.events/357 21 2 20412 1595 1.218808777429467
90 https://identifiers.org/aop.events/352 398 33 20412 1595 1.0610985964304278

91 rows × 6 columns

Step 83. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe5=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe5.append(p)
             
Hypergeometricpvalue_dataframe5=pd.DataFrame(p_value_dataframe5)
Hypergeometricpvalue_dataframe5.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe5

Hypergeometric p-value
0 0.058129
1 0.108337
2 0.045948
3 0.009956
4 0.004769
... ...
86 0.172549
87 0.151322
88 0.069619
89 0.273433
90 0.068622

91 rows × 1 columns

merged_finaltable_C5=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe5],axis=1)

Section 9.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 84. Lastly, we filter the results to showcase the significant KEs for comparison 5.

filteredversion_C5= merged_finaltable_C5[(merged_finaltable_C5['Enrichmentscore']>str(1))& (merged_finaltable_C5['Hypergeometric p-value'] < 0.05)]
filteredversion_C5

KEID N n B b Enrichmentscore Hypergeometric p-value
2 https://identifiers.org/aop.events/2007 184 19 20412 1595 1.3214801690064057 4.594816e-02
4 https://identifiers.org/aop.events/105 165 22 20412 1595 1.7063322884012537 4.769309e-03
5 https://identifiers.org/aop.events/1816 165 22 20412 1595 1.7063322884012537 4.769309e-03
7 https://identifiers.org/aop.events/244 417 50 20412 1595 1.5344714823752283 6.773117e-04
8 https://identifiers.org/aop.events/1814 251 27 20412 1595 1.3766226629532028 2.052624e-02
9 https://identifiers.org/aop.events/41 275 35 20412 1595 1.6287717298375604 1.343511e-03
13 https://identifiers.org/aop.events/1539 170 18 20412 1595 1.3550285819657015 4.331385e-02
15 https://identifiers.org/aop.events/457 584 70 20412 1595 1.533945978442908 9.046752e-05
20 https://identifiers.org/aop.events/177 495 66 20412 1595 1.7063322884012537 6.358974e-06
22 https://identifiers.org/aop.events/2006 216 24 20412 1595 1.4219435736677113 1.987165e-02
25 https://identifiers.org/aop.events/1669 400 43 20412 1595 1.3757304075235108 7.149319e-03
26 https://identifiers.org/aop.events/1115 34 10 20412 1595 3.76396828323806 1.554876e-04
28 https://identifiers.org/aop.events/1917 166 23 20412 1595 1.773146504513351 2.674261e-03
30 https://identifiers.org/aop.events/1392 102 30 20412 1595 3.76396828323806 8.829160e-11
34 https://identifiers.org/aop.events/1582 51 8 20412 1595 2.0074497510602987 2.668231e-02
35 https://identifiers.org/aop.events/1896 205 40 20412 1595 2.4970716415628105 3.909315e-08
37 https://identifiers.org/aop.events/68 64 14 20412 1595 2.799451410658307 2.530572e-04
46 https://identifiers.org/aop.events/890 34 10 20412 1595 3.76396828323806 1.554876e-04
54 https://identifiers.org/aop.events/249 34 10 20412 1595 3.76396828323806 1.554876e-04
56 https://identifiers.org/aop.events/209 617 84 20412 1595 1.7422841842670822 1.878217e-07
62 https://identifiers.org/aop.events/381 199 20 20412 1595 1.2861801168853673 4.946219e-02
63 https://identifiers.org/aop.events/484 706 59 20412 1595 1.069478806823732 4.767166e-02
69 https://identifiers.org/aop.events/1770 60 9 20412 1595 1.9196238244514103 2.523318e-02
72 https://identifiers.org/aop.events/887 116 14 20412 1595 1.544524916225273 3.173682e-02
77 https://identifiers.org/aop.events/1538 34 10 20412 1595 3.76396828323806 1.554876e-04
80 https://identifiers.org/aop.events/459 132 24 20412 1595 2.3268167569108007 5.269361e-05
83 https://identifiers.org/aop.events/1090 459 42 20412 1595 1.171012354785174 3.750508e-02
# Ensure numeric types
filteredversion_C5['Hypergeometric p-value'] = pd.to_numeric(filteredversion_C5['Hypergeometric p-value'], errors='coerce')
filteredversion_C5['Enrichmentscore'] = pd.to_numeric(filteredversion_C5['Enrichmentscore'], errors='coerce')
filteredversion_C5['combined_score'] = -np.log(filteredversion_C5['Hypergeometric p-value']) * filteredversion_C5['Enrichmentscore']

# Sort by combined score (highest first)
C5_sorted = filteredversion_C5.sort_values(by='combined_score', ascending=False)
C5_sorted
# Show top rows
#C5_sorted.to_excel('ConsistentKE-CyclosporinA-T1.xlsx')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\4088201890.py:2: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C5['Hypergeometric p-value'] = pd.to_numeric(filteredversion_C5['Hypergeometric p-value'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\4088201890.py:3: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C5['Enrichmentscore'] = pd.to_numeric(filteredversion_C5['Enrichmentscore'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\4088201890.py:4: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C5['combined_score'] = -np.log(filteredversion_C5['Hypergeometric p-value']) * filteredversion_C5['Enrichmentscore']

KEID N n B b Enrichmentscore Hypergeometric p-value combined_score
30 https://identifiers.org/aop.events/1392 102 30 20412 1595 3.763968 8.829160e-11 87.137281
35 https://identifiers.org/aop.events/1896 205 40 20412 1595 2.497072 3.909315e-08 42.593347
77 https://identifiers.org/aop.events/1538 34 10 20412 1595 3.763968 1.554876e-04 33.006030
54 https://identifiers.org/aop.events/249 34 10 20412 1595 3.763968 1.554876e-04 33.006030
46 https://identifiers.org/aop.events/890 34 10 20412 1595 3.763968 1.554876e-04 33.006030
26 https://identifiers.org/aop.events/1115 34 10 20412 1595 3.763968 1.554876e-04 33.006030
56 https://identifiers.org/aop.events/209 617 84 20412 1595 1.742284 1.878217e-07 26.984101
37 https://identifiers.org/aop.events/68 64 14 20412 1595 2.799451 2.530572e-04 23.184763
80 https://identifiers.org/aop.events/459 132 24 20412 1595 2.326817 5.269361e-05 22.921510
20 https://identifiers.org/aop.events/177 495 66 20412 1595 1.706332 6.358974e-06 20.417364
15 https://identifiers.org/aop.events/457 584 70 20412 1595 1.533946 9.046752e-05 14.281834
7 https://identifiers.org/aop.events/244 417 50 20412 1595 1.534471 6.773117e-04 11.197620
9 https://identifiers.org/aop.events/41 275 35 20412 1595 1.628772 1.343511e-03 10.770203
28 https://identifiers.org/aop.events/1917 166 23 20412 1595 1.773147 2.674261e-03 10.504266
5 https://identifiers.org/aop.events/1816 165 22 20412 1595 1.706332 4.769309e-03 9.121291
4 https://identifiers.org/aop.events/105 165 22 20412 1595 1.706332 4.769309e-03 9.121291
34 https://identifiers.org/aop.events/1582 51 8 20412 1595 2.007450 2.668231e-02 7.274505
69 https://identifiers.org/aop.events/1770 60 9 20412 1595 1.919624 2.523318e-02 7.063439
25 https://identifiers.org/aop.events/1669 400 43 20412 1595 1.375730 7.149319e-03 6.797124
22 https://identifiers.org/aop.events/2006 216 24 20412 1595 1.421944 1.987165e-02 5.571830
8 https://identifiers.org/aop.events/1814 251 27 20412 1595 1.376623 2.052624e-02 5.349626
72 https://identifiers.org/aop.events/887 116 14 20412 1595 1.544525 3.173682e-02 5.329040
13 https://identifiers.org/aop.events/1539 170 18 20412 1595 1.355029 4.331385e-02 4.253818
2 https://identifiers.org/aop.events/2007 184 19 20412 1595 1.321480 4.594816e-02 4.070478
62 https://identifiers.org/aop.events/381 199 20 20412 1595 1.286180 4.946219e-02 3.866961
83 https://identifiers.org/aop.events/1090 459 42 20412 1595 1.171012 3.750508e-02 3.844760
63 https://identifiers.org/aop.events/484 706 59 20412 1595 1.069479 4.767166e-02 3.254871

Section 9.5. Calculation of percent gene overlap to ORA

Section 9.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 85. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable5=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/2007')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/105') | (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1816')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/244')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1814')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/41')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1539')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/457')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/177')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/2006')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1669')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1115')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1917')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1392')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1582')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1896')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/68')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/890')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/249')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/209')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/381')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/484')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1770')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/887')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1538')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/459')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1090')]
significantKEIDgenetable5=significantKEID_genetable5.drop(columns={'WPtitle','ID'})
significantKEIDgenetable5

KEID gene Entrez.Gene
298 https://identifiers.org/aop.events/2007 MIR15B 406949
299 https://identifiers.org/aop.events/2007 MIR27B 407019
300 https://identifiers.org/aop.events/2007 MIR16-1 406950
301 https://identifiers.org/aop.events/2007 MIR15A 406948
302 https://identifiers.org/aop.events/2007 MIR221 407006
... ... ... ...
20172 https://identifiers.org/aop.events/1090 SETD5 55209
20173 https://identifiers.org/aop.events/1090 CTNNA3 29119
20174 https://identifiers.org/aop.events/1090 MAD1L1 8379
20175 https://identifiers.org/aop.events/1090 CD44 960
20176 https://identifiers.org/aop.events/1090 CDH10 1008

6335 rows × 3 columns

Section 9.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 86. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA5 = pd.read_csv("C:/Users/shaki/Downloads/EMEXP-2599_ORApathwaytable/Comparison 5-CyclosporinA-timepoint1.txt", sep='\t')
datafileORA5=pd.DataFrame(datafile_ORA5)
filtereddatafileORA_5=datafileORA5[datafileORA5['Adjusted P-value'] < 0.05]
dropped_datafileORA_df5=filtereddatafileORA_5.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf5=dropped_datafileORA_df5.copy()
droppeddatafileORAdf5['Genes']= droppeddatafileORAdf5['Genes'].replace({';':','},regex=True)
df5_ORApathwaytable=droppeddatafileORAdf5.copy()
df5_ORApathwaytable['Genes'] = df5_ORApathwaytable['Genes'].astype(str)
df5_ORApathwaytable['Genes'] = df5_ORApathwaytable['Genes'].str.split(',')
exploded_df5_ORApathwaytable = df5_ORApathwaytable.explode('Genes', ignore_index=True)
Section 9.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 87. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets5 = exploded_df5_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets5 = significantKEIDgenetable5.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs5 = {}

for term, ORA_genes in ORA_gene_sets5.items():
    for KEID, KEID_genes in SignificantKE_gene_sets5.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs5[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs5:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs5.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/105: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1090: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1115: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1392: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1538: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1539: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1582: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1669: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/177: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1770: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1814: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1816: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1896: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/1917: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/2006: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/2007: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/209: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/244: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/249: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/381: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/41: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/457: 1 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/459: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/484: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/68: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/887: 0 overlaps
Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104 x https://identifiers.org/aop.events/890: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/105: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1090: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1115: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1392: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1538: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1539: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1582: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1669: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/177: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1770: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1814: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1816: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1896: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/1917: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/2006: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/2007: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/209: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/244: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/249: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/381: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/41: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/457: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/459: 1 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/484: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/68: 1 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/887: 0 overlaps
Aerobic Glycolysis WP4629 x https://identifiers.org/aop.events/890: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/105: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1090: 6 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1115: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1392: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1538: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1539: 4 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1582: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1669: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/177: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1770: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1814: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1816: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1896: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1917: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/2006: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/2007: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/209: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/244: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/249: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/381: 4 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/41: 2 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/457: 6 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/459: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/484: 6 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/68: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/887: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/890: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/105: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1090: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1115: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1392: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1538: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1539: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1582: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1669: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/177: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1770: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1814: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1816: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1896: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1917: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2006: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2007: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/209: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/244: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/249: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/381: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/41: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/457: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/459: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/484: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/68: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/887: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/890: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/105: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1090: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1115: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1392: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1538: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1539: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1582: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1669: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/177: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1770: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1814: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1816: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1896: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1917: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2006: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2007: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/209: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/244: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/249: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/381: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/41: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/457: 6 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/459: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/484: 4 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/68: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/887: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/890: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/105: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1090: 2 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1115: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1392: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1538: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1539: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1582: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1669: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/177: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1770: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1814: 4 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1816: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1896: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1917: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/2006: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/2007: 2 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/209: 2 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/244: 4 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/249: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/381: 2 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/41: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/457: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/459: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/484: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/68: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/887: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/890: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/105: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1090: 4 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1115: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1392: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1538: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1539: 6 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1582: 1 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1669: 2 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/177: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1770: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1814: 2 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1816: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1896: 1 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/1917: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/2006: 2 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/2007: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/209: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/244: 2 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/249: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/381: 6 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/41: 1 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/457: 3 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/459: 1 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/484: 3 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/68: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/887: 0 overlaps
B Cell Receptor Signaling WP23 x https://identifiers.org/aop.events/890: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/105: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1090: 14 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1115: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1392: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1538: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1539: 8 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1582: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1669: 7 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/177: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1770: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1814: 7 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1816: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1896: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1917: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2006: 7 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2007: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/209: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/244: 8 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/249: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/381: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/41: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/457: 18 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/459: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/484: 14 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/68: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/887: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/890: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/105: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1090: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1115: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1392: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1538: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1539: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1582: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1669: 4 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/177: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1770: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1814: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1816: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1896: 4 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1917: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2006: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2007: 4 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/209: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/244: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/249: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/381: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/41: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/457: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/459: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/484: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/68: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/887: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/890: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/105: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1090: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1115: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1392: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1538: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1539: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1582: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1669: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/177: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1770: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1814: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1816: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1896: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1917: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/2006: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/2007: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/209: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/244: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/249: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/381: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/41: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/457: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/459: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/484: 1 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/68: 2 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/887: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/890: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/105: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1090: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1115: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1392: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1538: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1539: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1582: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1669: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/177: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1770: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1814: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1816: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1896: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/1917: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/2006: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/2007: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/209: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/244: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/249: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/381: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/41: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/457: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/459: 1 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/484: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/68: 1 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/887: 0 overlaps
Cori Cycle WP1946 x https://identifiers.org/aop.events/890: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/105: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1090: 2 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1582: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1669: 2 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/177: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1770: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1814: 2 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1896: 3 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/2006: 2 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/2007: 2 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/209: 2 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/244: 2 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/249: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/381: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/41: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/457: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/459: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/484: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/68: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/887: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/890: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/105: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1090: 6 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1115: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1392: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1538: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1539: 14 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1582: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1669: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/177: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1770: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1814: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1816: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1896: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1917: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/2006: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/2007: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/209: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/244: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/249: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/381: 8 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/41: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/457: 7 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/459: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/484: 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/68: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/887: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/890: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/105: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1090: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1115: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1392: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1538: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1539: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1582: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1669: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/177: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1770: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1814: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1816: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1896: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1917: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/2006: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/2007: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/209: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/244: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/249: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/381: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/41: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/457: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/459: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/484: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/68: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/887: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/890: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/105: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1090: 9 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1115: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1392: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1538: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1539: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1582: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1669: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/177: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1770: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1814: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1816: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1896: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1917: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2006: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2007: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/209: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/244: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/249: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/381: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/41: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/457: 10 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/459: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/484: 11 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/68: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/887: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/890: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/105: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1090: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1115: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1392: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1538: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1539: 2 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1582: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1669: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/177: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1770: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1814: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1816: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1896: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1917: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/2006: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/2007: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/209: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/244: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/249: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/381: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/41: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/457: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/459: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/484: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/68: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/887: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/890: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/105: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1090: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1115: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1392: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1538: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1539: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1582: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1669: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/177: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1770: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1814: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1816: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1896: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1917: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2006: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2007: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/209: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/244: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/249: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/381: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/41: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/457: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/459: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/484: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/68: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/887: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/890: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/105: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1090: 4 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1115: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1392: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1538: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1539: 5 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1582: 2 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1669: 3 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/177: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1770: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1814: 3 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1816: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1896: 3 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1917: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/2006: 3 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/2007: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/209: 2 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/244: 3 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/249: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/381: 5 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/41: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/457: 7 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/459: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/484: 4 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/68: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/887: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/890: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/105: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1090: 3 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1115: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1392: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1538: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1539: 4 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1582: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1669: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/177: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1770: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1814: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1816: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1896: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1917: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/2006: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/2007: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/209: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/244: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/249: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/381: 3 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/41: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/457: 4 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/459: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/484: 3 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/68: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/887: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/890: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/105: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1090: 4 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1115: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1392: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1538: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1539: 5 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1582: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1669: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/177: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1770: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1814: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1816: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1896: 1 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1917: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/2006: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/2007: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/209: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/244: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/249: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/381: 5 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/41: 1 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/457: 5 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/459: 1 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/484: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/68: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/887: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/890: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/105: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1090: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1115: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1392: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1538: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1539: 6 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1582: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1669: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/177: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1770: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1814: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1816: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1896: 1 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1917: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/2006: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/2007: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/209: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/244: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/249: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/381: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/41: 1 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/457: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/459: 1 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/484: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/68: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/887: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/890: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/105: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1090: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1115: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1392: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1538: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1539: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1582: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1669: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/177: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1770: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1814: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1816: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1896: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1917: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/2006: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/2007: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/209: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/244: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/249: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/381: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/41: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/457: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/459: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/484: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/68: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/887: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/890: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/105: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1090: 2 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1115: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1392: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1538: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1539: 5 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1582: 2 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1669: 2 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/177: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1770: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1814: 2 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1816: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1896: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1917: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/2006: 2 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/2007: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/209: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/244: 2 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/249: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/381: 4 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/41: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/457: 4 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/459: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/484: 2 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/68: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/887: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/890: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/105: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1090: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1115: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1392: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1538: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1539: 3 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1582: 2 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1669: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/177: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1770: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1814: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1816: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1896: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1917: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/2006: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/2007: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/209: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/244: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/249: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/381: 4 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/41: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/457: 5 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/459: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/484: 2 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/68: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/887: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/890: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/105: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1090: 5 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1115: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1392: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1538: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1539: 6 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1582: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1669: 2 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/177: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1770: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1814: 3 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1816: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1896: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/1917: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/2006: 2 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/2007: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/209: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/244: 3 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/249: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/381: 6 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/41: 3 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/457: 6 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/459: 1 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/484: 5 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/68: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/887: 0 overlaps
Insulin Signaling WP481 x https://identifiers.org/aop.events/890: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/105: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1090: 4 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1115: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1392: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1538: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1539: 4 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1582: 2 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1669: 3 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/177: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1770: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1814: 3 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1816: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1896: 2 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1917: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/2006: 3 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/2007: 1 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/209: 1 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/244: 3 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/249: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/381: 4 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/41: 1 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/457: 4 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/459: 1 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/484: 3 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/68: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/887: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/890: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/105: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1090: 4 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1115: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1392: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1538: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1539: 7 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1582: 2 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1669: 2 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/177: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1770: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1814: 2 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1816: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1896: 1 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/1917: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/2006: 2 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/2007: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/209: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/244: 2 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/249: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/381: 6 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/41: 1 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/457: 5 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/459: 1 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/484: 3 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/68: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/887: 0 overlaps
Kit Receptor Signaling WP304 x https://identifiers.org/aop.events/890: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/105: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1090: 4 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1115: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1392: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1538: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1539: 5 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1582: 2 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1669: 2 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/177: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1770: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1814: 2 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1816: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1896: 1 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/1917: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/2006: 2 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/2007: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/209: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/244: 2 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/249: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/381: 4 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/41: 1 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/457: 5 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/459: 1 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/484: 4 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/68: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/887: 0 overlaps
MET In Type 1 Papillary Renal Cell Carcinoma WP4205 x https://identifiers.org/aop.events/890: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/105: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1090: 2 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1115: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1392: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1538: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1539: 2 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1582: 1 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1669: 2 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/177: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1770: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1814: 2 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1816: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1896: 2 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/1917: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/2006: 2 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/2007: 2 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/209: 1 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/244: 2 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/249: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/381: 1 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/41: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/457: 3 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/459: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/484: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/68: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/887: 0 overlaps
Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815 x https://identifiers.org/aop.events/890: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/105: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1090: 1 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1115: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1392: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1538: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1539: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1582: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1669: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/177: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1770: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1814: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1816: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1896: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1917: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/2006: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/2007: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/209: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/244: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/249: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/381: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/41: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/457: 1 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/459: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/484: 1 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/68: 5 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/887: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/890: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/105: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1090: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1115: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1392: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1538: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1539: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1582: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1669: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/177: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1770: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1814: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1816: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1896: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1917: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2006: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2007: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/209: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/244: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/249: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/381: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/41: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/457: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/459: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/484: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/68: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/887: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/890: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/105: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1090: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1115: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1392: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1538: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1539: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1582: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1669: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/177: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1770: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1814: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1816: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1896: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/1917: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/2006: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/2007: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/209: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/244: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/249: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/381: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/41: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/457: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/459: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/484: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/68: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/887: 0 overlaps
One Carbon Metabolism WP241 x https://identifiers.org/aop.events/890: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/105: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1090: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1115: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1392: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1538: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1539: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1582: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1669: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/177: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1770: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1814: 3 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1816: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1896: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1917: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/2006: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/2007: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/209: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/244: 3 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/249: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/381: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/41: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/457: 3 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/459: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/484: 1 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/887: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/890: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/105: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1090: 33 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1115: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1392: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1538: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1539: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1582: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1669: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/177: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1770: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1814: 7 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1816: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1896: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1917: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2006: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2007: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/209: 8 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/244: 8 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/249: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/381: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/41: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/457: 14 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/459: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/484: 13 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/68: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/887: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/890: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/105: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1090: 1 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1115: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1392: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1538: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1539: 1 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1582: 1 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1669: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/177: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1770: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1814: 1 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1816: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1896: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/1917: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/2006: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/2007: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/209: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/244: 1 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/249: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/381: 1 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/41: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/457: 3 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/459: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/484: 2 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/68: 1 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/887: 0 overlaps
Prion Disease Pathway WP3995 x https://identifiers.org/aop.events/890: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/105: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1090: 4 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1115: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1392: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1538: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1539: 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1582: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1669: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/177: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1770: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1814: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1816: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1896: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1917: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2006: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2007: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/209: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/244: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/249: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/381: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/41: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/457: 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/459: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/484: 4 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/68: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/887: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/890: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/105: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1090: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1115: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1392: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1538: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1539: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1582: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1669: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/177: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1770: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1814: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1816: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1896: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1917: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/2006: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/2007: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/209: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/244: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/249: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/381: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/41: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/457: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/459: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/484: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/68: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/887: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/890: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/105: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1090: 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1115: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1392: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1538: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1539: 5 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1582: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1669: 3 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/177: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1770: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1814: 3 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1816: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1896: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1917: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/2006: 3 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/2007: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/209: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/244: 3 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/249: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/381: 6 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/41: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/457: 5 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/459: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/484: 3 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/68: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/887: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/890: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/105: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1090: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1115: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1392: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1538: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1539: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1582: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1669: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/177: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1770: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1814: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1816: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1896: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1917: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2006: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2007: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/209: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/244: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/249: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/381: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/41: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/457: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/459: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/484: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/68: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/887: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/890: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/105: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1090: 2 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1115: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1392: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1538: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1539: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1582: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1669: 4 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/177: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1770: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1814: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1816: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1896: 4 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1917: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2006: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2007: 4 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/209: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/244: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/249: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/381: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/41: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/457: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/459: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/484: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/68: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/887: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/890: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/105: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1090: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1115: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1392: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1538: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1539: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1582: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1669: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/177: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1770: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1814: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1816: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1896: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/1917: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/2006: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/2007: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/209: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/244: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/249: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/381: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/41: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/457: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/459: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/484: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/68: 1 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/887: 0 overlaps
Serine Metabolism WP4688 x https://identifiers.org/aop.events/890: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/105: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1090: 8 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1115: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1392: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1538: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1539: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1582: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1669: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/177: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1770: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1814: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1816: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1896: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1917: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2006: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2007: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/209: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/244: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/249: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/381: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/41: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/457: 7 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/459: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/484: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/68: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/887: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/890: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/105: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1090: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1115: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1392: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1538: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1539: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1582: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1669: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/177: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1770: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1814: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1816: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1896: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1917: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2006: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2007: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/209: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/244: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/249: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/381: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/41: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/457: 5 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/459: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/484: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/68: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/887: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/890: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/105: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1090: 3 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1115: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1392: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1538: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1539: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1582: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1669: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/177: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1770: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1814: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1816: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1896: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1917: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2006: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2007: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/209: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/244: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/249: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/381: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/41: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/457: 3 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/459: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/484: 3 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/68: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/887: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/890: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/105: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1090: 3 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1115: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1392: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1538: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1539: 5 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1582: 2 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1669: 1 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/177: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1770: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1814: 1 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1816: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1896: 1 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/1917: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/2006: 1 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/2007: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/209: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/244: 1 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/249: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/381: 6 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/41: 2 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/457: 6 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/459: 1 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/484: 3 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/68: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/887: 0 overlaps
Thymic Stromal Lymphopoietin TSLP Signaling WP2203 x https://identifiers.org/aop.events/890: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/105: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1090: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1115: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1392: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1538: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1539: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1582: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1669: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/177: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1770: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1814: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1816: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1896: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1917: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2006: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2007: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/209: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/244: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/249: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/381: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/41: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/457: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/459: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/484: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/68: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/887: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/890: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/105: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1090: 5 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1115: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1392: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1538: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1539: 5 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1582: 1 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1669: 1 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/177: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1770: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1814: 1 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1816: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1896: 1 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/1917: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/2006: 1 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/2007: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/209: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/244: 1 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/249: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/381: 5 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/41: 2 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/457: 3 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/459: 1 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/484: 3 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/68: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/887: 0 overlaps
Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566 x https://identifiers.org/aop.events/890: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/105: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1090: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1115: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1392: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1538: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1539: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1582: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1669: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/177: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1770: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1814: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1816: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1896: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/1917: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/2006: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/2007: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/209: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/244: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/249: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/381: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/41: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/457: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/459: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/484: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/68: 1 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/887: 0 overlaps
UDP Derived Sugars Synthesis In Fibroblasts WP5394 x https://identifiers.org/aop.events/890: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/105: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1090: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1115: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1392: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1538: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1539: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1582: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1669: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/177: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1770: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1814: 5 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1816: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1896: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1917: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/2006: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/2007: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/209: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/244: 5 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/249: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/381: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/41: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/457: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/459: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/484: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/68: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/887: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/890: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/105: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1090: 8 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1115: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1392: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1538: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1539: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1582: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1669: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/177: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1770: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1814: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1816: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1896: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1917: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2006: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2007: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/209: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/244: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/249: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/381: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/41: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/457: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/459: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/484: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/68: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/887: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/890: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/105: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1090: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1115: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1392: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1538: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1539: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1582: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1669: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/177: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1770: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1814: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1816: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1896: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1917: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2006: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2007: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/209: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/244: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/249: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/381: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/41: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/457: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/459: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/484: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/68: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/887: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/890: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LMNA'}, number: 1
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'TPI1'}, number: 1
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GPI'}, number: 1
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Aerobic Glycolysis WP4629, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'AKT1', 'EIF4EBP1', 'LAMB2', 'LAMB3', 'LAMA5'}, number: 6
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1', 'HRAS', 'EIF4EBP1', 'PRKCD'}, number: 4
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1', 'HRAS', 'EIF4EBP1', 'PRKCD'}, number: 4
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EIF4EBP1', 'AKT1'}, number: 2
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'AKT1', 'EIF4EBP1', 'LAMB2', 'LAMB3', 'LAMA5'}, number: 6
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HRAS', 'AKT1', 'EIF4EBP1', 'LAMB2', 'LAMB3', 'LAMA5'}, number: 6
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'NDRG1', 'BAX', 'AKT1', 'E2F1', 'EIF4EBP1'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'E2F1', 'CRKL', 'EIF4EBP1', 'STAT3'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'CDC25A', 'BAX', 'AKT1', 'E2F1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'CDC25A', 'BAX', 'AKT1', 'E2F1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'E2F1', 'CDC25A', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'CDC25A', 'BAX', 'AKT1', 'E2F1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'E2F1', 'CDC25A', 'BAX'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDC25A', 'BAX'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'CDC25A', 'BAX', 'AKT1', 'E2F1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'EIF4EBP1', 'STAT3'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EIF4EBP1', 'AKT1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'E2F1', 'EIF4EBP1', 'STAT3'}, number: 6
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'EIF4EBP1', 'AKT1'}, number: 4
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BAX', 'AKT1'}, number: 2
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BAX', 'PMAIP1', 'AKT1'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BAX', 'PMAIP1', 'CASP2', 'AKT1'}, number: 4
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'PMAIP1', 'AKT1'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BAX', 'PMAIP1', 'AKT1'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'PMAIP1', 'BAX'}, number: 2
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1', 'BAX'}, number: 2
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BAX', 'PMAIP1', 'CASP2', 'AKT1'}, number: 4
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKBIA', 'AKT1'}, number: 2
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'HRAS', 'RPS6KA1'}, number: 4
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'RPS6KA1', 'PRKCD', 'CRKL'}, number: 6
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'RPS6KA1', 'PRKCD', 'NFKBIA'}, number: 6
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1'}, number: 3
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1'}, number: 3
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: B Cell Receptor Signaling WP23, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DVL3', 'MAP2K2', 'HRAS', 'BAX', 'AKT1', 'MET', 'E2F1', 'COL4A2', 'LAMC3', 'FGFR1', 'LAMB2', 'LAMB3', 'LAMA5', 'CCND3'}, number: 14
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'E2F1', 'CRKL', 'NCOA3', 'STAT5A', 'STAT3'}, number: 8
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DVL3', 'HRAS', 'BAX', 'AKT1', 'E2F1', 'PMAIP1', 'CCND3'}, number: 7
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DVL3', 'HRAS', 'BAX', 'AKT1', 'E2F1', 'PMAIP1', 'CCND3'}, number: 7
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'BAX', 'E2F1', 'PMAIP1', 'CCND3'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'KEAP1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DVL3', 'HRAS', 'BAX', 'AKT1', 'E2F1', 'PMAIP1', 'CCND3'}, number: 7
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND3', 'E2F1', 'PMAIP1', 'BAX'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DVL3', 'BAX', 'PMAIP1', 'KEAP1', 'CCND3'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DVL3', 'HRAS', 'BAX', 'AKT1', 'E2F1', 'PMAIP1', 'KEAP1', 'CCND3'}, number: 8
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'NFKBIA', 'STAT5A', 'STAT3'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'KEAP1', 'AKT1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'GNB2', 'AKT1', 'MET', 'E2F1', 'COL4A2', 'HSP90B1', 'IL4R', 'LAMC3', 'STAT6', 'FGFR1', 'STAT5A', 'LAMB2', 'IL6ST', 'LAMB3', 'STAT3', 'LAMA5'}, number: 18
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'GNB2', 'AKT1', 'MET', 'COL4A2', 'HSP90B1', 'IL4R', 'LAMC3', 'FGFR1', 'LAMB2', 'LAMB3', 'LAMA5', 'CCND3'}, number: 14
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDK7', 'E2F1', 'CCND3'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'E2F1', 'MCM7', 'CDC25A', 'CCND3'}, number: 4
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'E2F1', 'CDC25A', 'CCND3'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK7', 'E2F1', 'CDC25A', 'CCND3'}, number: 4
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'E2F1', 'CDC25A', 'CCND3'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'E2F1', 'MCM7', 'CDC25A', 'CCND3'}, number: 4
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDK7', 'CDC25A', 'CCND3'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'E2F1', 'CDC25A', 'CCND3'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND3'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BAP1', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'TPI1', 'AKT1'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GPI', 'PHGDH'}, number: 2
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'TPI1'}, number: 1
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GPI'}, number: 1
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cori Cycle WP1946, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'E2F1', 'PARP1', 'BAX'}, number: 3
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PARP1', 'BAX'}, number: 2
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'RPS6KA1', 'E2F1', 'EIF4EBP1'}, number: 6
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RPS6KA1', 'PXDN', 'PRKCD', 'AKT1', 'E2F1', 'CRKL', 'NCOA3', 'STAT5A', 'EIF4EBP1', 'CSK', 'PEBP1', 'STAT3'}, number: 14
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'E2F1', 'AKT1'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'E2F1', 'AKT1'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'E2F1', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'E2F1', 'AKT1'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'E2F1', 'AKT1'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'RPS6KA1', 'PRKCD', 'STAT5A', 'EIF4EBP1', 'STAT3'}, number: 8
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EIF4EBP1', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'E2F1', 'STAT5A', 'EIF4EBP1', 'STAT3'}, number: 7
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'EIF4EBP1', 'AKT1'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'AKT1', 'MET', 'COL4A2', 'LAMC3', 'LAMB2', 'LAMB3', 'LAMA5', 'CCND3'}, number: 9
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'CRKL', 'AKT1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND3', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND3'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND3'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'AKT1', 'MET', 'COL4A2', 'LAMC3', 'RELN', 'LAMB2', 'LAMB3', 'LAMA5', 'COL6A2'}, number: 10
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HRAS', 'AKT1', 'CCND3', 'MET', 'COL4A2', 'LAMC3', 'RELN', 'LAMB2', 'LAMB3', 'LAMA5', 'COL6A2'}, number: 11
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MYBL2', 'AURKA'}, number: 2
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'AURKA'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'AKT1', 'E2F1', 'FGFR1', 'EIF4EBP1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EIF4EBP1', 'HRAS', 'E2F1', 'AKT1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'E2F1', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'E2F1', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'E2F1', 'AKT1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'KEAP1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'E2F1', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'KEAP1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'KEAP1', 'E2F1', 'AKT1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'EIF4EBP1', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'KEAP1', 'EIF4EBP1', 'AKT1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'AKT1', 'E2F1', 'FGFR1', 'EIF4EBP1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGFR1', 'HRAS', 'EIF4EBP1', 'AKT1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'ATP6AP1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'BAX', 'AKT1'}, number: 4
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'STAT5A', 'STAT3'}, number: 5
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BAX', 'HRAS', 'AKT1'}, number: 3
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'ATP6AP1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): {'ATP6AP1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BAX', 'HRAS', 'AKT1'}, number: 3
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'ATP6AP1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'DDB1', 'AKT1'}, number: 3
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BAX', 'HRAS', 'AKT1'}, number: 3
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'BAX'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DDB1', 'BAX'}, number: 2
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BAX', 'HRAS', 'AKT1'}, number: 3
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'STAT5A', 'STAT3'}, number: 5
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'CREB3L2', 'STAT6', 'STAT5A', 'STAT3'}, number: 7
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'CREB3L2', 'AKT1'}, number: 4
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): {'ATP6AP1'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'MET', 'HRAS'}, number: 3
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'CRKL', 'STAT3'}, number: 4
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'STAT3'}, number: 3
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'MET', 'HRAS', 'STAT3'}, number: 4
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'MET', 'HRAS'}, number: 3
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'RPS6KA1', 'HRAS', 'AKT1'}, number: 4
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RPS6KA1', 'AKT1', 'STAT3'}, number: 5
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RPS6KA1', 'AKT1', 'STAT3'}, number: 5
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'STAT3', 'IL6ST'}, number: 5
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'CRKL', 'STAT5A', 'STAT3'}, number: 6
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'STAT5A', 'STAT3'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'STAT5A', 'STAT3'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BAX', 'DDIT3', 'AKT1'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BAX', 'AKT1'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BAX', 'DDIT3', 'AKT1'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'AKT1'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BAX', 'AKT1'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'BAX'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'BAX'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BAX', 'DDIT3', 'AKT1'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKBIA', 'STAT3', 'AKT1'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'DDIT3', 'STAT3', 'AKT1'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'AKT1', 'CRKL', 'STAT5A', 'STAT3'}, number: 5
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'STAT5A', 'STAT3', 'AKT1'}, number: 4
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'STAT5A', 'STAT3', 'AKT1'}, number: 4
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT5A', 'STAT3', 'AKT1'}, number: 3
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKBIA', 'STAT5A', 'STAT3', 'AKT1'}, number: 4
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1', 'IL4R', 'STAT6', 'STAT5A', 'STAT3'}, number: 5
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL4R', 'AKT1'}, number: 2
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'RPS6KA1', 'EIF4EBP1'}, number: 5
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'RPS6KA1', 'PRKCD', 'EIF4EBP1'}, number: 6
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'XBP1', 'AKT1'}, number: 3
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'XBP1', 'AKT1'}, number: 3
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'RPS6KA1', 'PRKCD', 'EIF4EBP1'}, number: 6
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GYS1', 'EIF4EBP1', 'AKT1'}, number: 3
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'EIF4EBP1', 'GYS1', 'TRIB3'}, number: 6
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'EIF4EBP1', 'GYS1'}, number: 5
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Insulin Signaling WP481, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND3', 'HRAS', 'FOXM1', 'AKT1'}, number: 4
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'STAT5A', 'STAT3', 'AKT1'}, number: 4
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND3', 'AKT1'}, number: 2
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND3'}, number: 1
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND3'}, number: 1
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'STAT5A', 'STAT3', 'AKT1'}, number: 4
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'STAT5A', 'STAT3', 'AKT1'}, number: 4
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'RPS6KA1', 'HRAS', 'AKT1'}, number: 4
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RPS6KA1', 'AKT1', 'CRKL', 'STAT5A', 'STAT3'}, number: 7
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'RPS6KA1', 'AKT1', 'STAT5A', 'STAT3'}, number: 6
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'STAT5A', 'STAT3'}, number: 5
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1'}, number: 3
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Kit Receptor Signaling WP304, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'MET', 'HRAS', 'AKT1'}, number: 4
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'CRKL', 'STAT3'}, number: 5
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'STAT3', 'AKT1'}, number: 4
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'MET', 'STAT3'}, number: 5
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'MET', 'HRAS', 'AKT1'}, number: 4
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: MET In Type 1 Papillary Renal Cell Carcinoma WP4205, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1', 'STAT3'}, number: 2
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'BAX'}, number: 1
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'E2F1', 'IL6ST', 'STAT3'}, number: 3
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GPI', 'P3H3', 'PLOD1', 'FGFR1', 'PHGDH'}, number: 5
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'PRKCD', 'AKT1', 'STAT3'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'PRKCD', 'AKT1', 'NFKBIA', 'STAT3'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'STAT3', 'IL6ST'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: One Carbon Metabolism WP241, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DDIT3', 'XBP1', 'HSPA5'}, number: 3
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DDIT3', 'XBP1', 'HSPA5'}, number: 3
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'DDIT3', 'TRIB3', 'HSP90B1'}, number: 3
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HSP90B1'}, number: 1
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS', 'BAX', 'COL4A2', 'FGFR1', 'LAMB2', 'CSNK2A2', 'LAMC3', 'LAMB3', 'CCND3', 'NDRG1', 'DDIT3', 'TEAD4', 'EPHA2', 'RPS6KA1', 'MET', 'FOXM1', 'CDH16', 'MAPKAPK2', 'WWC1', 'CIT', 'EIF4EBP1', 'EZH2', 'EIF4G1', 'CSNK1A1', 'LAMA5', 'DVL3', 'MAP2K2', 'CDK7', 'AKT1', 'E2F1', 'BAP1', 'CHD8', 'ITPR3'}, number: 33
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'RPS6KA1', 'E2F1', 'EIF4EBP1'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'MAPKAPK2', 'AKT1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DVL3', 'HRAS', 'AKT1', 'BAX', 'E2F1', 'CCND3'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DVL3', 'HRAS', 'BAX', 'AKT1', 'E2F1', 'DDIT3', 'CCND3'}, number: 7
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK7', 'AKT1', 'BAX', 'E2F1', 'CCND3'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'EPHA2'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DVL3', 'HRAS', 'AKT1', 'BAX', 'E2F1', 'CCND3'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND3', 'E2F1', 'BAX'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DVL3', 'EPHA2', 'CDK7', 'BAX', 'CSNK2A2', 'CSNK1A1', 'CHD8', 'CCND3'}, number: 8
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DVL3', 'EPHA2', 'HRAS', 'BAX', 'AKT1', 'E2F1', 'DDIT3', 'CCND3'}, number: 8
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'RPS6KA1', 'EIF4EBP1'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EPHA2', 'EIF4EBP1', 'AKT1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'EPHA2', 'HRAS', 'AKT1', 'MET', 'E2F1', 'COL4A2', 'LAMC3', 'FGFR1', 'DDIT3', 'EIF4EBP1', 'LAMB2', 'LAMB3', 'LAMA5'}, number: 14
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'EPHA2', 'HRAS', 'AKT1', 'MET', 'COL4A2', 'LAMC3', 'FGFR1', 'EIF4EBP1', 'LAMB2', 'LAMB3', 'LAMA5', 'CCND3'}, number: 13
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HSPA5'}, number: 1
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HSPA5'}, number: 1
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGFR1', 'HSP90B1', 'STAT3'}, number: 3
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGFR1', 'HSP90B1'}, number: 2
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Prion Disease Pathway WP3995, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'EIF4EBP1', 'AKT1'}, number: 4
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'STAT5A', 'EIF4EBP1', 'STAT3'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'NFKBIA', 'STAT5A', 'EIF4EBP1', 'SIRPA', 'STAT3'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EIF4EBP1', 'AKT1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'AKT1', 'STAT5A', 'EIF4EBP1', 'STAT3'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'EIF4EBP1', 'AKT1'}, number: 4
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BAX', 'HRAS', 'EIF4EBP1', 'AKT1'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'AKT1', 'STAT5A', 'EIF4EBP1', 'STAT3'}, number: 5
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BAX', 'HRAS', 'AKT1'}, number: 3
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BAX', 'HRAS', 'AKT1'}, number: 3
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'AKT1'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BAX', 'HRAS', 'AKT1'}, number: 3
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'BAX'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'BAX'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BAX', 'HRAS', 'AKT1'}, number: 3
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'AKT1', 'NFKBIA', 'STAT5A', 'EIF4EBP1', 'STAT3'}, number: 6
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EIF4EBP1', 'AKT1'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'AKT1', 'STAT5A', 'EIF4EBP1', 'STAT3'}, number: 5
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HRAS', 'EIF4EBP1', 'AKT1'}, number: 3
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'E2F1', 'CCND3'}, number: 2
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'E2F1', 'MCM7', 'CDC25A', 'CCND3'}, number: 4
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'E2F1', 'CDC25A', 'CCND3'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'E2F1', 'CDC25A', 'POLE', 'CCND3'}, number: 4
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'E2F1', 'CDC25A', 'CCND3'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'E2F1', 'MCM7', 'CDC25A', 'CCND3'}, number: 4
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDC25A', 'POLE', 'CCND3'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'E2F1', 'CDC25A', 'CCND3'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'E2F1'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND3'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PHGDH'}, number: 1
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Serine Metabolism WP4688, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BAX', 'AKT1', 'E2F1', 'COL4A2', 'LAMC3', 'LAMB2', 'LAMB3', 'LAMA5'}, number: 8
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'E2F1', 'AKT1'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BAX', 'E2F1', 'AKT1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BAX', 'E2F1', 'AKT1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BAX', 'E2F1', 'AKT1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BAX', 'E2F1', 'AKT1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'E2F1', 'BAX'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'BAX'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BAX', 'E2F1', 'AKT1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKBIA', 'AKT1'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1', 'E2F1', 'COL4A2', 'LAMC3', 'LAMB2', 'LAMB3', 'LAMA5'}, number: 7
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1', 'COL4A2', 'LAMB3', 'LAMB2', 'LAMC3', 'LAMA5'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SCD'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HMGCS1', 'SCD', 'AKT1', 'LSS', 'LPIN1'}, number: 5
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'SCD', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGFR1', 'HRAS', 'RPS6KA1'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS', 'RPS6KA1'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'HRAS', 'RPS6KA1'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CREB3L2', 'FGFR1', 'HRAS'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CREB3L2', 'FGFR1', 'HRAS'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'EIF4EBP1', 'AKT1'}, number: 3
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'STAT5A', 'EIF4EBP1', 'STAT3'}, number: 5
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'NFKBIA', 'STAT5A', 'EIF4EBP1', 'STAT3'}, number: 6
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EIF4EBP1', 'AKT1'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'STAT6', 'STAT5A', 'EIF4EBP1', 'STAT3'}, number: 6
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'EIF4EBP1', 'AKT1'}, number: 3
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND3', 'RPS6KA1', 'HRAS', 'AKT1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA1', 'HRAS', 'STAT3', 'AKT1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND3', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND3'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND3'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RPS6KA1', 'HRAS', 'STAT3', 'AKT1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HRAS', 'STAT3', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND3', 'HRAS', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'RPS6KA1', 'AKT1', 'EIF4G1', 'EIF4EBP1'}, number: 5
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'RPS6KA1', 'PRKCD', 'AKT1', 'EIF4EBP1'}, number: 5
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'RPS6KA1', 'PRKCD', 'AKT1', 'EIF4EBP1'}, number: 5
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EIF4EBP1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'EIF4EBP1', 'AKT1'}, number: 3
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'EIF4EBP1', 'AKT1'}, number: 3
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GPI'}, number: 1
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PMAIP1', 'DDIT3', 'XBP1', 'CASP2', 'HSPA5'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PMAIP1', 'DDIT3', 'XBP1', 'CASP2', 'HSPA5'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TEAD4', 'EPHA2', 'MAP2K2', 'HRAS', 'NDRG1', 'AKT1', 'MAPKAPK2', 'EIF4G1'}, number: 8
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'PRKCD', 'AKT1', 'CSK', 'STAT3'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'MAPKAPK2', 'STAT3', 'AKT1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'EPHA2'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'HRAS', 'AKT1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'EPHA2'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'EPHA2', 'HRAS', 'AKT1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'HRAS', 'PRKCD', 'AKT1', 'NFKBIA', 'STAT3'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EPHA2', 'AKT1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAP2K2', 'EPHA2', 'HRAS', 'AKT1', 'STAT6', 'STAT3'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MAP2K2', 'EPHA2', 'HRAS', 'AKT1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1770, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Section 9.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 7.5.5.

final_geneoverlaptable_C5=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs5,orient='index')
Section 9.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 57. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count5= {}

for index, row in exploded_df5_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count5:
            variable_count5[unique_KE] = 1
    else:
            variable_count5[unique_KE] += 1

print("The total number of genes: ")
print(variable_count5)
The total number of genes: 
{'Photodynamic Therapy Induced Unfolded Protein Response WP3613': 12, 'VEGFA VEGFR2 Signaling WP3888': 40, 'Prolactin Signaling WP2037': 12, 'Retinoblastoma Gene In Cancer WP2446': 13, 'Pleural Mesothelioma WP5087': 33, 'Androgen Receptor Network In Prostate Cancer WP2263': 14, 'Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240': 5, 'Prion Disease Pathway WP3995': 7, 'Alpha 6 Beta 4 Signaling WP244': 7, 'Focal Adhesion WP306': 18, 'Acquired Partial Lipodystrophy Barraquer Simons Syndrome WP5104': 4, 'Thymic Stromal Lymphopoietin TSLP Signaling WP2203': 7, 'Mammary Gland Development Pathway Involution Stage 4 Of 4 WP2815': 4, 'IL4 Signaling WP395': 8, 'B Cell Receptor Signaling WP23': 11, 'UDP Derived Sugars Synthesis In Fibroblasts WP5394': 4, 'Kit Receptor Signaling WP304': 8, 'Effect Of Progerin On Genes Involved In Progeria WP4320': 6, 'IL11 Signaling WP2332': 7, 'Hepatocyte Growth Factor Receptor Signaling WP313': 6, 'Cell Cycle WP179': 12, 'Unfolded Protein Response WP4925': 5, 'JAK STAT Signaling In The Regulation Of Beta Cells WP5358': 6, 'Cori Cycle WP1946': 4, 'Small Cell Lung Cancer WP4658': 10, 'Gastric Cancer Network 1 WP2361': 5, 'IL3 Signaling WP286': 7, 'Serine Metabolism WP4688': 3, 'EGF EGFR Signaling WP437': 14, 'IL2 Signaling WP49': 6, 'Cancer Pathways WP5434': 30, 'Apoptosis WP254': 9, 'RAC1 PAK1 P38 MMP2 Pathway WP3303': 8, 'One Carbon Metabolism WP241': 5, 'Clear Cell Renal Cell Carcinoma Pathways WP4018': 9, 'DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959': 7, 'Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982': 8, 'mRNA Processing WP411': 11, 'Amino Acid Metabolism WP3925': 9, 'MET In Type 1 Papillary Renal Cell Carcinoma WP4205': 7, 'Proteoglycan Biosynthesis WP4784': 4, 'Thyroid Stimulating Hormone TSH Signaling WP2032': 7, 'Oncostatin M Signaling WP2374': 7, 'Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566': 6, 'Thermogenesis WP4321': 10, 'Insulin Signaling WP481': 13, 'Head And Neck Squamous Cell Carcinoma WP4674': 8, 'Hepatitis B Infection WP4666': 12, 'IL26 Signaling WP5347': 6, 'Metabolic Pathways Of Fibroblasts WP5312': 5, 'Aerobic Glycolysis WP4629': 3}

Step 88. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df5=pd.DataFrame.from_dict(variable_count5,orient='index')
reset_variable_count_df5 = variable_count_df5.reset_index()
reset_variable_count_df5.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C5=final_geneoverlaptable_C5.reset_index(level=[1])
Genesetoverlaptable_C5.reset_index(inplace=True)
Genesetoverlaptable_C5.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C5=pd.merge(reset_variable_count_df5,Genesetoverlaptable_C5, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C5.loc[:,'Percent geneset overlap']= tabulation_C5.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C5

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Photodynamic Therapy Induced Unfolded Protein ... 12 https://identifiers.org/aop.events/105 {} 0 0.0
1 Photodynamic Therapy Induced Unfolded Protein ... 12 https://identifiers.org/aop.events/1090 {DDIT3} 1 8.333333333333332
2 Photodynamic Therapy Induced Unfolded Protein ... 12 https://identifiers.org/aop.events/1115 {} 0 0.0
3 Photodynamic Therapy Induced Unfolded Protein ... 12 https://identifiers.org/aop.events/1392 {} 0 0.0
4 Photodynamic Therapy Induced Unfolded Protein ... 12 https://identifiers.org/aop.events/1538 {} 0 0.0
... ... ... ... ... ... ...
1372 Aerobic Glycolysis WP4629 3 https://identifiers.org/aop.events/459 {TPI1} 1 33.33333333333333
1373 Aerobic Glycolysis WP4629 3 https://identifiers.org/aop.events/484 {} 0 0.0
1374 Aerobic Glycolysis WP4629 3 https://identifiers.org/aop.events/68 {GPI} 1 33.33333333333333
1375 Aerobic Glycolysis WP4629 3 https://identifiers.org/aop.events/887 {} 0 0.0
1376 Aerobic Glycolysis WP4629 3 https://identifiers.org/aop.events/890 {} 0 0.0

1377 rows × 6 columns

Section 10. Comparison 6: cyclosporin A timepoint 2

Section 10.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 6.

Step 89. The table containing the differential expressed genes for comparison 6 to control is loaded with the filter for significance.

C6_DEG= pd.read_csv('topTable_X48_CsA_.5 - X48_vehicle...control_.0.TSV.tsv',sep='\t')
Comparison6_DEG= C6_DEG[C6_DEG['adj. p-value'] < 0.05]
Comparison_6_DEG= Comparison6_DEG.copy()  
Comparison_6_DEG.rename(columns={Comparison_6_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
Comparison_6_DEG['Entrez.Gene'] = Comparison_6_DEG['Entrez.Gene'].astype(str)

Step 90. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C6= pd.merge(mergeddataframe,Comparison_6_DEG, on='Entrez.Gene')
merged_dataframe_DEG_C6

KEID WPtitle WPID Gene.Symbol Entrez.Gene N meanExpr log2FC log2FC SE p-value adj. p-value
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CX3CL1 6376 129 7.722092 0.280741 0.079671 1.264692e-03 0.022882
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 TNFSF13B 10673 129 4.209082 0.346971 0.110732 3.308014e-03 0.044293
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 LIF 3976 129 7.442730 0.412032 0.060500 5.269755e-07 0.000087
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL28 56477 129 5.870869 -0.372479 0.083658 1.265157e-04 0.004429
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL2 6347 129 5.881613 -0.941644 0.213924 1.433178e-04 0.004843
... ... ... ... ... ... ... ... ... ... ... ...
1714 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 HOMER1 9456 398 8.586114 -0.549873 0.090769 2.788510e-06 0.000295
1715 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 NRAS 4893 398 8.890645 -0.376871 0.120729 3.404745e-03 0.045113
1716 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 BDNF 627 398 6.500470 0.261420 0.065942 4.233877e-04 0.010590
1717 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 RPS6KB1 6198 398 7.989280 0.228385 0.071914 2.982152e-03 0.040934
1718 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MTOR 2475 398 6.234285 0.271610 0.075657 1.073098e-03 0.020375

1719 rows × 11 columns

Step 91. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count6= {}

for index, row in merged_dataframe_DEG_C6.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj. p-value']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count6:
            variable_n_dictionary_count6[unique_KE] = 1
        else:
            variable_n_dictionary_count6[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count6)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 6, 'https://identifiers.org/aop.events/875': 14, 'https://identifiers.org/aop.events/2007': 19, 'https://identifiers.org/aop.events/1495': 11, 'https://identifiers.org/aop.events/105': 22, 'https://identifiers.org/aop.events/1816': 22, 'https://identifiers.org/aop.events/1668 ': 5, 'https://identifiers.org/aop.events/244 ': 50, 'https://identifiers.org/aop.events/1814 ': 27, 'https://identifiers.org/aop.events/888': 5, 'https://identifiers.org/aop.events/41': 35, 'https://identifiers.org/aop.events/1270': 7, 'https://identifiers.org/aop.events/1086': 9, 'https://identifiers.org/aop.events/1487 ': 3, 'https://identifiers.org/aop.events/1539': 18, 'https://identifiers.org/aop.events/201': 5, 'https://identifiers.org/aop.events/457': 70, 'https://identifiers.org/aop.events/55': 18, 'https://identifiers.org/aop.events/188': 2, 'https://identifiers.org/aop.events/618': 15, 'https://identifiers.org/aop.events/389': 5, 'https://identifiers.org/aop.events/177': 66, 'https://identifiers.org/aop.events/2013': 10, 'https://identifiers.org/aop.events/2006': 24, 'https://identifiers.org/aop.events/1497': 30, 'https://identifiers.org/aop.events/870': 3, 'https://identifiers.org/aop.events/1669': 43, 'https://identifiers.org/aop.events/1115': 10, 'https://identifiers.org/aop.events/202': 16, 'https://identifiers.org/aop.events/1917': 23, 'https://identifiers.org/aop.events/1633': 60, 'https://identifiers.org/aop.events/1392': 30, 'https://identifiers.org/aop.events/1815': 4, 'https://identifiers.org/aop.events/386': 30, 'https://identifiers.org/aop.events/1944': 3, 'https://identifiers.org/aop.events/1582': 8, 'https://identifiers.org/aop.events/1896': 40, 'https://identifiers.org/aop.events/1172': 3, 'https://identifiers.org/aop.events/1496': 21, 'https://identifiers.org/aop.events/68': 14, 'https://identifiers.org/aop.events/1493': 42, 'https://identifiers.org/aop.events/265': 25, 'https://identifiers.org/aop.events/1817': 18, 'https://identifiers.org/aop.events/1819': 6, 'https://identifiers.org/aop.events/1750': 30, 'https://identifiers.org/aop.events/1901': 2, 'https://identifiers.org/aop.events/1848': 6, 'https://identifiers.org/aop.events/1365': 18, 'https://identifiers.org/aop.events/890': 10, 'https://identifiers.org/aop.events/1587': 3, 'https://identifiers.org/aop.events/1457': 3, 'https://identifiers.org/aop.events/1586': 3, 'https://identifiers.org/aop.events/149': 60, 'https://identifiers.org/aop.events/1575': 18, 'https://identifiers.org/aop.events/1579': 18, 'https://identifiers.org/aop.events/87': 6, 'https://identifiers.org/aop.events/249': 10, 'https://identifiers.org/aop.events/288': 4, 'https://identifiers.org/aop.events/209': 84, 'https://identifiers.org/aop.events/1498': 14, 'https://identifiers.org/aop.events/1500': 15, 'https://identifiers.org/aop.events/1488': 14, 'https://identifiers.org/aop.events/1494': 3, 'https://identifiers.org/aop.events/52': 16, 'https://identifiers.org/aop.events/381': 20, 'https://identifiers.org/aop.events/484': 59, 'https://identifiers.org/aop.events/388': 14, 'https://identifiers.org/aop.events/1262': 18, 'https://identifiers.org/aop.events/1945': 92, 'https://identifiers.org/aop.events/2009': 3, 'https://identifiers.org/aop.events/2012': 15, 'https://identifiers.org/aop.events/1770': 9, 'https://identifiers.org/aop.events/1818': 18, 'https://identifiers.org/aop.events/1752': 5, 'https://identifiers.org/aop.events/887': 14, 'https://identifiers.org/aop.events/1585': 3, 'https://identifiers.org/aop.events/214': 4, 'https://identifiers.org/aop.events/1271': 4, 'https://identifiers.org/aop.events/1087': 30, 'https://identifiers.org/aop.events/1538': 10, 'https://identifiers.org/aop.events/898': 18, 'https://identifiers.org/aop.events/195': 14, 'https://identifiers.org/aop.events/459': 24, 'https://identifiers.org/aop.events/341': 2, 'https://identifiers.org/aop.events/1670': 8, 'https://identifiers.org/aop.events/759': 2, 'https://identifiers.org/aop.events/1090': 42, 'https://identifiers.org/aop.events/344': 1, 'https://identifiers.org/aop.events/1841': 2, 'https://identifiers.org/aop.events/1820': 3, 'https://identifiers.org/aop.events/896': 5, 'https://identifiers.org/aop.events/1549': 11, 'https://identifiers.org/aop.events/357': 2, 'https://identifiers.org/aop.events/352': 33}

Step 92. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe6=pd.DataFrame.from_dict(variable_n_dictionary_count6,orient='index')
n_variable_dataframe6

0
https://identifiers.org/aop.events/486 6
https://identifiers.org/aop.events/875 14
https://identifiers.org/aop.events/2007 19
https://identifiers.org/aop.events/1495 11
https://identifiers.org/aop.events/105 22
... ...
https://identifiers.org/aop.events/1820 3
https://identifiers.org/aop.events/896 5
https://identifiers.org/aop.events/1549 11
https://identifiers.org/aop.events/357 2
https://identifiers.org/aop.events/352 33

94 rows × 1 columns

n_variable_dataframe6_reset = n_variable_dataframe6.reset_index()
n_variable_dataframe6_reset.columns = ['KEID', 'n']
n_variable_dataframe6_reset

KEID n
0 https://identifiers.org/aop.events/486 6
1 https://identifiers.org/aop.events/875 14
2 https://identifiers.org/aop.events/2007 19
3 https://identifiers.org/aop.events/1495 11
4 https://identifiers.org/aop.events/105 22
... ... ...
89 https://identifiers.org/aop.events/1820 3
90 https://identifiers.org/aop.events/896 5
91 https://identifiers.org/aop.events/1549 11
92 https://identifiers.org/aop.events/357 2
93 https://identifiers.org/aop.events/352 33

94 rows × 2 columns

merged_dataframe6= pd.merge(mergeddataframeDEG, n_variable_dataframe6_reset, on='KEID')

Section 10.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 93. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(C6_DEG.index)
B
20411

Step 94. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

C6_DEG_filtered=C6_DEG[C6_DEG['adj. p-value'] < 0.05]
b=len(C6_DEG_filtered)
b
1596

Section 10.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 94. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe4.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([20411 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([1596 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 95. The following for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 1 20411 1596 0.09913834975034486
1 https://identifiers.org/aop.events/875 169 9 20411 1596 0.6810628642612448
2 https://identifiers.org/aop.events/2007 184 9 20411 1596 0.6255414351095129
3 https://identifiers.org/aop.events/1495 253 9 20411 1596 0.45493922553419125
4 https://identifiers.org/aop.events/105 165 3 20411 1596 0.23252449305080883
... ... ... ... ... ... ...
76 https://identifiers.org/aop.events/1841 17 2 20411 1596 1.5045702491522925
77 https://identifiers.org/aop.events/1820 57 3 20411 1596 0.6730972167260255
78 https://identifiers.org/aop.events/896 82 4 20411 1596 0.6238462008680238
79 https://identifiers.org/aop.events/1549 101 4 20411 1596 0.5064889947641381
80 https://identifiers.org/aop.events/352 398 20 20411 1596 0.6426556340600245

81 rows × 6 columns

Step 96. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe6=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe6.append(p)
             
Hypergeometricpvalue_dataframe6=pd.DataFrame(p_value_dataframe6)
Hypergeometricpvalue_dataframe6.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe6

Hypergeometric p-value
0 0.000292
1 0.059794
2 0.038438
3 0.002515
4 0.000636
... ...
76 0.245286
77 0.172365
78 0.114053
79 0.056501
80 0.007626

81 rows × 1 columns

merged_finaltable_C6=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe6],axis=1)

Section 10.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 97. Lastly, we filter the results to showcase the significant KEs for the comparison: 6.

filteredversion_C6= merged_finaltable_C6[(merged_finaltable_C6['Enrichmentscore']>str(1))& (merged_finaltable_C6['Hypergeometric p-value'] < 0.05)]
filteredversion_C6

KEID N n B b Enrichmentscore Hypergeometric p-value
20 https://identifiers.org/aop.events/2013 100 13 20411 1596 1.6625501253132833 0.024238
28 https://identifiers.org/aop.events/1815 58 10 20411 1596 2.2049736409990497 0.008887
33 https://identifiers.org/aop.events/68 64 10 20411 1596 1.9982573621553885 0.015856
66 https://identifiers.org/aop.events/1585 35 6 20411 1596 2.192373791621912 0.034925
# Ensure numeric types
filteredversion_C6['Hypergeometric p-value'] = pd.to_numeric(filteredversion_C6['Hypergeometric p-value'], errors='coerce')
filteredversion_C6['Enrichmentscore'] = pd.to_numeric(filteredversion_C6['Enrichmentscore'], errors='coerce')
filteredversion_C6['combined_score'] = -np.log(filteredversion_C6['Hypergeometric p-value']) * filteredversion_C6['Enrichmentscore']

# Sort by combined score (highest first)
C6_sorted = filteredversion_C6.sort_values(by='combined_score', ascending=False)

# Show top rows
C6_sorted.to_excel('ConsistentKE-CyclosporinA-T2.xlsx')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\1192694649.py:2: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C6['Hypergeometric p-value'] = pd.to_numeric(filteredversion_C6['Hypergeometric p-value'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\1192694649.py:3: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C6['Enrichmentscore'] = pd.to_numeric(filteredversion_C6['Enrichmentscore'], errors='coerce')
C:\Users\shaki\AppData\Local\Temp\ipykernel_12508\1192694649.py:4: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  filteredversion_C6['combined_score'] = -np.log(filteredversion_C6['Hypergeometric p-value']) * filteredversion_C6['Enrichmentscore']

Section 10.5. Calculation of percent gene overlap to ORA

Section 10.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 98. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable6=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/2013')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1815') | (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/68')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1585')]
significantKEIDgenetable6=significantKEID_genetable6.drop(columns={'WPtitle','ID'})
significantKEIDgenetable6

KEID gene Entrez.Gene
4343 https://identifiers.org/aop.events/2013 SOCS5 9655
4344 https://identifiers.org/aop.events/2013 FES 2242
4345 https://identifiers.org/aop.events/2013 INPP5D 3635
4346 https://identifiers.org/aop.events/2013 NFIL3 4783
4347 https://identifiers.org/aop.events/2013 GAB2 9846
... ... ... ...
18214 https://identifiers.org/aop.events/1585 PFDN5 5204
18215 https://identifiers.org/aop.events/1585 PFDN1 5201
18216 https://identifiers.org/aop.events/1585 PFDN2 5202
18217 https://identifiers.org/aop.events/1585 VBP1 7411
18218 https://identifiers.org/aop.events/1585 PFDN6 10471

257 rows × 3 columns

Section 10.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 99. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA6 = pd.read_csv("C:/Users/shaki/Downloads/EMEXP-2599_ORApathwaytable/Comparison 6-CyclosporinA-timepoint2.txt", sep='\t')
datafileORA6=pd.DataFrame(datafile_ORA6)
filtereddatafileORA_6=datafileORA6[datafileORA6['Adjusted P-value'] < 0.05]
filtereddatafileORA_6

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 5.777480e-26 4.188673e-23 0 0 12.199140 708.93180 TOP2A;RB1;CDKN1A;PCNA;MCM7;PRIM1;HMGB2;TTK;TYM...
1 WikiPathways_2024_Human DNA Replication WP466 3.466155e-17 1.256481e-14 0 0 17.166140 650.61210 PCNA;MCM7;PRIM1;GMNN;ORC4;CDC45;ORC1;RFC5;CDT1...
2 WikiPathways_2024_Human Cell Cycle WP179 2.912721e-15 7.039075e-13 0 0 5.818540 194.74470 RB1;CDKN1A;HDAC2;PCNA;MCM7;TTK;CDC14B;CDC20;OR...
3 WikiPathways_2024_Human G1 To S Cell Cycle Control WP45 2.686793e-12 4.869812e-10 0 0 7.512052 200.14110 RB1;CDKN1A;PCNA;MCM7;PRIM1;ORC4;CCNB1;CDC45;OR...
4 WikiPathways_2024_Human DNA Mismatch Repair WP531 2.604210e-09 3.776105e-07 0 0 15.752660 311.36910 RFC5;RFC3;PCNA;RFC4;RFC2;RPA1;RPA2;MSH6;MSH2;E...
5 WikiPathways_2024_Human DNA IR Damage And Cellular Response Via ATR WP... 1.356167e-08 1.638702e-06 0 0 4.868647 88.20051 FANCI;BARD1;PCNA;RMI1;CEP164;PLK1;RPA1;RPA2;BR...
6 WikiPathways_2024_Human Gastric Cancer Network 2 WP2363 1.086035e-06 1.124822e-04 0 0 8.170594 112.20660 TOP2A;FANCI;RNF144B;RFC3;RFC4;UBE2C;DSCC1;UBE2...
7 WikiPathways_2024_Human Gastric Cancer Network 1 WP2361 1.358478e-06 1.199395e-04 0 0 9.213797 124.47050 TOP2A;TPX2;CENPF;UBE2C;MCM4;MYBL2;LIN9;ECT2;E2...
8 WikiPathways_2024_Human Amino Acid Metabolism WP3925 1.503684e-06 1.199395e-04 0 0 3.818352 51.19491 DDC;MAOA;GSS;GSR;PYCR1;HNMT;ADH5;WARS1;GLS;SRM...
9 WikiPathways_2024_Human Cholesterol Metab With Bloch And Kandutsch Rus... 1.654338e-06 1.199395e-04 0 0 5.641477 75.09997 ABCA1;MYLIP;FDPS;SREBF1;HMGCS1;MSMO1;DHCR24;AC...
10 WikiPathways_2024_Human Enterocyte Cholesterol Metabolism WP5333 2.709856e-06 1.786042e-04 0 0 6.439306 82.54298 ABCA1;FDPS;HMGCS1;MSMO1;DHCR24;ACAT2;TM7SF2;SQ...
11 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 4.330585e-06 2.616395e-04 0 0 1.977793 24.42536 ARF4;SRP54;PLOD3;GJA1;CSRP2;PNP;CFL1;BSG;PBK;G...
12 WikiPathways_2024_Human Regulation Sister Chromatid Sep At Meta-Anapha... 4.864727e-06 2.699193e-04 0 0 14.496670 177.34500 CDC20;CENPE;ESPL1;PTTG1;RAD21;BUB1B;BUB1;MAD2L1
13 WikiPathways_2024_Human Cholesterol Synthesis Disorders WP5193 5.212235e-06 2.699193e-04 0 0 10.877580 132.32030 FDPS;SQLE;EBP;HMGCS1;SC5D;MSMO1;DHCR24;DHCR7;F...
14 WikiPathways_2024_Human Cholesterol Biosynthesis Pathway In Hepatocyte... 1.478559e-05 7.146370e-04 0 0 5.245287 58.33733 ABCA1;MYLIP;FDPS;SREBF1;HMGCS1;MSMO1;DHCR24;AC...
15 WikiPathways_2024_Human DNA Repair Pathways Full Network WP4946 2.414420e-05 1.063211e-03 0 0 2.914943 30.99011 FANCI;RFC5;RFC3;RFC4;PCNA;RFC2;POLM;RPA1;RPA2;...
16 WikiPathways_2024_Human Fatty Acid Biosynthesis WP357 2.493047e-05 1.063211e-03 0 0 8.156733 86.45664 ACLY;ACSS2;SCD;ECH1;ECHDC1;ECHDC3;HADH;ACACA;D...
17 WikiPathways_2024_Human P53 Transcriptional Gene Network WP4963 2.986297e-05 1.153382e-03 0 0 3.258981 33.95497 CDKN1A;PCNA;GADD45A;SERPINE1;LIF;TNFRSF10B;CDC...
18 WikiPathways_2024_Human miRNA Regulation Of DNA Damage Response WP1530 3.022655e-05 1.153382e-03 0 0 3.708510 38.59369 RB1;CDKN1A;GADD45A;TNFRSF10B;RPA2;BRCA1;CDC25C...
19 WikiPathways_2024_Human Cohesin Complex Cornelia De Lange Syndrome WP5117 7.044815e-05 2.553745e-03 0 0 5.204712 49.76035 SGO2;MAU2;PTTG1;PPP2R1B;ESPL1;CDCA5;RAD21;PLK1...
20 WikiPathways_2024_Human Cholesterol Biosynthesis Pathway WP197 1.071128e-04 3.697942e-03 0 0 9.506194 86.90209 FDPS;SQLE;HMGCS1;SC5D;MSMO1;DHCR7;FDFT1
21 WikiPathways_2024_Human DNA Damage Response WP707 1.127191e-04 3.714608e-03 0 0 3.419506 31.08540 RB1;CDKN1A;GADD45A;TNFRSF10B;RPA2;BRCA1;CDC25C...
22 WikiPathways_2024_Human Clear Cell Renal Cell Carcinoma Pathways WP4018 1.386429e-04 4.370266e-03 0 0 3.067138 27.24725 GPI;TPI1;SHMT1;PLOD2;EGFR;ACACA;MTOR;VEGFA;ACL...
23 WikiPathways_2024_Human Oxidative Stress Response WP408 1.544750e-04 4.666433e-03 0 0 5.179454 45.45219 NQO1;MAOA;GPX3;TXNRD1;GSR;CAT;MGST1;MT1X;FOS;SOD1
24 WikiPathways_2024_Human Integrated Cancer Pathway WP1971 1.656458e-04 4.803728e-03 0 0 4.213332 36.67983 RB1;BARD1;MSH6;CDKN1A;CDKN2B;MSH2;STAT1;CHEK1;...
25 WikiPathways_2024_Human N Glycan Biosynthesis WP5153 1.771291e-04 4.939178e-03 0 0 3.630468 31.36227 GPI;RPN2;ALG5;SRD5A3;ALG2;MOGS;DDOST;GMPPB;GAN...
26 WikiPathways_2024_Human Network Map Of SARS CoV 2 Signaling WP5115 2.096079e-04 5.447805e-03 0 0 2.001218 16.95087 IFITM1;CEBPB;CFH;SERPINE1;SRP54;IFIT1;CCNB2;ER...
27 WikiPathways_2024_Human Neurodegeneration W Brain Fe Accumulation NBIA... 2.103980e-04 5.447805e-03 0 0 4.081423 34.55541 PANK2;DEPTOR;SCP2;ATG2A;C19ORF12;WIPI1;ULK1;WD...
28 WikiPathways_2024_Human Arsenic Metabolism And Reactive Oxygen Species... 2.379597e-04 5.948993e-03 0 0 43.391140 362.03000 COA3;CAT;ATP1A1;SOD1
29 WikiPathways_2024_Human Spinal Cord Injury WP2431 4.160071e-04 1.005350e-02 0 0 2.517483 19.59812 RB1;RTN4R;EPHA4;EGR1;SEMA6A;GADD45A;BDNF;MIF;F...
30 WikiPathways_2024_Human Nucleotide Excision Repair WP4753 4.480719e-04 1.047910e-02 0 0 3.988624 30.75451 RFC5;RFC3;PCNA;RFC4;RFC2;POLE2;RPA3;POLE3;RPA1...
31 WikiPathways_2024_Human NF1 Copy Number Variation Syndrome WP5366 4.694854e-04 1.063678e-02 0 0 2.725049 20.88443 RTN4R;RFC5;RFC3;RFC4;PCNA;MAP3K1;RFC2;LIMK1;SU...
32 WikiPathways_2024_Human Sterol Regulatory Element Binding Proteins SRE... 5.435340e-04 1.159006e-02 0 0 3.025190 22.74162 SREBF1;FDPS;HMGCS1;DBI;ACACA;MTOR;ACLY;SQLE;SC...
33 WikiPathways_2024_Human Cholesterol Metabolism WP5304 5.435340e-04 1.159006e-02 0 0 3.025190 22.74162 ABCA1;MYLIP;FDPS;HMGCS1;MSMO1;DHCR24;ACAT2;TM7...
34 WikiPathways_2024_Human Trans Sulfuration One Carbon Metabolism And Re... 1.289628e-03 2.671373e-02 0 0 3.009676 20.02458 DMGDH;GPX3;SHMT1;GSS;GSR;TYMS;SOD1;MTHFD1;PSAT...
35 WikiPathways_2024_Human SREBF And miR33 In Cholesterol And Lipid Homeo... 1.382343e-03 2.783886e-02 0 0 6.513569 42.88518 ABCA1;SREBF1;HMGCS1;SCD;LDLR;MTOR
36 WikiPathways_2024_Human Cholesterol Biosynthesis With Skeletal Dysplas... 1.449333e-03 2.791906e-02 0 0 14.462000 94.53306 EBP;SC5D;DHCR24;DHCR7
37 WikiPathways_2024_Human Metabolic Reprogramming In Colon Cancer WP4290 1.463344e-03 2.791906e-02 0 0 3.623684 23.65190 GPI;ACLY;PKM;PSAT1;IDH2;PGK1;PYCR1;SUCLG2;PGD;GLS
38 WikiPathways_2024_Human 7Q11 23 Copy Number Variation Syndrome WP4932 1.505861e-03 2.799357e-02 0 0 2.420969 15.73240 RB1;RFC5;HDAC2;PCNA;RFC2;LIMK1;ATP5MC2;ATP5MC3...
39 WikiPathways_2024_Human HDAC6 Interactions In The Central Nervous Syst... 1.689985e-03 3.063098e-02 0 0 2.326163 14.84798 HSPA8;HSP90AA1;BDNF;CSNK2A2;PXN;HTT;MIF;EGFR;H...
40 WikiPathways_2024_Human Ciliary Landscape WP4352 2.751952e-03 4.802548e-02 0 0 1.839842 10.84669 RB1;HDAC2;RALB;MCM7;DYNLT2B;VPS4A;SMC4;DNPEP;E...
41 WikiPathways_2024_Human Fluoropyrimidine Activity WP1601 2.782166e-03 4.802548e-02 0 0 3.949892 23.24324 ABCC3;RRM1;RRM2;GGH;UPP1;TK1;TYMS;CES2
dropped_datafileORA_df6=filtereddatafileORA_6.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf6=dropped_datafileORA_df6.copy()
droppeddatafileORAdf6['Genes']= droppeddatafileORAdf6['Genes'].replace({';':','},regex=True)
df6_ORApathwaytable=droppeddatafileORAdf6.copy()
df6_ORApathwaytable['Genes'] = df6_ORApathwaytable['Genes'].astype(str)
df6_ORApathwaytable['Genes'] = df6_ORApathwaytable['Genes'].str.split(',')
exploded_df6_ORApathwaytable = df6_ORApathwaytable.explode('Genes', ignore_index=True)
Section 10.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 100. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets6 = exploded_df6_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets6= significantKEIDgenetable6.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs6 = {}

for term, ORA_genes in ORA_gene_sets6.items():
    for KEID, KEID_genes in SignificantKE_gene_sets6.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs6[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs6:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs6.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1585: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1815: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/2013: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/68: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1585: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1815: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2013: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/68: 3 overlaps
Arsenic Metabolism And Reactive Oxygen Species Generation WP5233 x https://identifiers.org/aop.events/1585: 0 overlaps
Arsenic Metabolism And Reactive Oxygen Species Generation WP5233 x https://identifiers.org/aop.events/1815: 0 overlaps
Arsenic Metabolism And Reactive Oxygen Species Generation WP5233 x https://identifiers.org/aop.events/2013: 0 overlaps
Arsenic Metabolism And Reactive Oxygen Species Generation WP5233 x https://identifiers.org/aop.events/68: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1585: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1815: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2013: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1585: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1585: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Biosynthesis With Skeletal Dysplasias WP4804 x https://identifiers.org/aop.events/1585: 0 overlaps
Cholesterol Biosynthesis With Skeletal Dysplasias WP4804 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Biosynthesis With Skeletal Dysplasias WP4804 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Biosynthesis With Skeletal Dysplasias WP4804 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1585: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1585: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1585: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/68: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1585: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/1815: 0 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/2013: 1 overlaps
Ciliary Landscape WP4352 x https://identifiers.org/aop.events/68: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1585: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/1815: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/2013: 0 overlaps
Clear Cell Renal Cell Carcinoma Pathways WP4018 x https://identifiers.org/aop.events/68: 2 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1585: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1815: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2013: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1585: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1815: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/68: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1585: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/68: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1585: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1815: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/2013: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/68: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1585: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1815: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/2013: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/68: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1585: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1815: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/2013: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/68: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1585: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1815: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/2013: 0 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/68: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1585: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1815: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/2013: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/68: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1585: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/1815: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/2013: 0 overlaps
Gastric Cancer Network 2 WP2363 x https://identifiers.org/aop.events/68: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1585: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/1815: 0 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/2013: 1 overlaps
HDAC6 Interactions In The Central Nervous System WP5426 x https://identifiers.org/aop.events/68: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1585: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/1815: 0 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/2013: 1 overlaps
Integrated Cancer Pathway WP1971 x https://identifiers.org/aop.events/68: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1585: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/2013: 0 overlaps
Metabolic Reprogramming In Colon Cancer WP4290 x https://identifiers.org/aop.events/68: 4 overlaps
N Glycan Biosynthesis WP5153 x https://identifiers.org/aop.events/1585: 0 overlaps
N Glycan Biosynthesis WP5153 x https://identifiers.org/aop.events/1815: 0 overlaps
N Glycan Biosynthesis WP5153 x https://identifiers.org/aop.events/2013: 0 overlaps
N Glycan Biosynthesis WP5153 x https://identifiers.org/aop.events/68: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1585: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1815: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2013: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/68: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1585: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1815: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/2013: 4 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/68: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1585: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/1815: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/2013: 0 overlaps
Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577 x https://identifiers.org/aop.events/68: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1585: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1815: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2013: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/68: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1585: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1815: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/2013: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/68: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1585: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1815: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2013: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/68: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1585: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1815: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2013: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/68: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1585: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1815: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2013: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/68: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1585: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1815: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/2013: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/68: 0 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1585: 0 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1815: 0 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/2013: 1 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/68: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1585: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1815: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2013: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/68: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1585: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1815: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/2013: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/68: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1585: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1815: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2013: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/68: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1585: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1815: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2013: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/68: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PYCR1', 'P4HA2', 'GLS'}, number: 3
Term: Arsenic Metabolism And Reactive Oxygen Species Generation WP5233, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Arsenic Metabolism And Reactive Oxygen Species Generation WP5233, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Arsenic Metabolism And Reactive Oxygen Species Generation WP5233, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Arsenic Metabolism And Reactive Oxygen Species Generation WP5233, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis With Skeletal Dysplasias WP4804, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis With Skeletal Dysplasias WP4804, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis With Skeletal Dysplasias WP4804, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis With Skeletal Dysplasias WP4804, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CALM1'}, number: 1
Term: Ciliary Landscape WP4352, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Clear Cell Renal Cell Carcinoma Pathways WP4018, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PSAT1', 'GPI'}, number: 2
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TNFRSF10B'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TNFRSF10B'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 2 WP2363, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'BIRC5'}, number: 1
Term: HDAC6 Interactions In The Central Nervous System WP5426, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'STAT1'}, number: 1
Term: Integrated Cancer Pathway WP1971, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Colon Cancer WP4290, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PSAT1', 'GLS', 'GPI', 'PYCR1'}, number: 4
Term: N Glycan Biosynthesis WP5153, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: N Glycan Biosynthesis WP5153, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: N Glycan Biosynthesis WP5153, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: N Glycan Biosynthesis WP5153, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GPI'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'STAT1', 'BIRC5', 'CEBPB', 'FOS'}, number: 4
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Neurodegeneration W Brain Fe Accumulation NBIA Subtypes Pathway WP4577, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TNFRSF10B'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TNFRSF10B'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PSAT1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'BIRC5', 'STAT1', 'RPS6KB1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'P4HA2'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TNFRSF10B'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TNFRSF10B'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Section 10.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 10.5.5.

final_geneoverlaptable_C6=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs6,orient='index')
Section 10.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 101. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count6= {}

for index, row in exploded_df6_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count6:
            variable_count6[unique_KE] = 1
    else:
            variable_count6[unique_KE] += 1

print("The total number of genes: ")

Step 102. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df6=pd.DataFrame.from_dict(variable_count6,orient='index')
reset_variable_count_df6 = variable_count_df6.reset_index()
reset_variable_count_df6.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C6=final_geneoverlaptable_C6.reset_index(level=[1])
Genesetoverlaptable_C6.reset_index(inplace=True)
Genesetoverlaptable_C6.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C6=pd.merge(reset_variable_count_df6,Genesetoverlaptable_C6, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C6.loc[:,'Percent geneset overlap']= tabulation_C6.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C6

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Retinoblastoma Gene In Cancer WP2446 45 https://identifiers.org/aop.events/1585 {} 0 0.0
1 Retinoblastoma Gene In Cancer WP2446 45 https://identifiers.org/aop.events/1815 {} 0 0.0
2 Retinoblastoma Gene In Cancer WP2446 45 https://identifiers.org/aop.events/2013 {} 0 0.0
3 Retinoblastoma Gene In Cancer WP2446 45 https://identifiers.org/aop.events/68 {} 0 0.0
4 DNA Replication WP466 25 https://identifiers.org/aop.events/1585 {} 0 0.0
... ... ... ... ... ... ...
163 Ciliary Landscape WP4352 30 https://identifiers.org/aop.events/68 {} 0 0.0
164 Fluoropyrimidine Activity WP1601 8 https://identifiers.org/aop.events/1585 {} 0 0.0
165 Fluoropyrimidine Activity WP1601 8 https://identifiers.org/aop.events/1815 {} 0 0.0
166 Fluoropyrimidine Activity WP1601 8 https://identifiers.org/aop.events/2013 {} 0 0.0
167 Fluoropyrimidine Activity WP1601 8 https://identifiers.org/aop.events/68 {} 0 0.0

168 rows × 6 columns

Section 11. Metadata

Step 103. At last, the metadata belonging to this Jupyter Notebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
Last updated: 2025-06-03T08:30:26.690544+02:00

Python implementation: CPython
Python version       : 3.12.3
IPython version      : 8.25.0

Compiler    : MSC v.1938 64 bit (AMD64)
OS          : Windows
Release     : 11
Machine     : AMD64
Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
CPU cores   : 8
Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
pandas==2.2.3
json==2.0.9
ipykernel==6.28.0
numpy==1.26.4
scipy==1.13.1
py4cytoscape==1.9.0

Part 9: KE enrichment score analysis and benchmarking for dataset: E-GEOD-69851

The AOP project ► Key objective 2

Author: Shakira Agata

This Jupyter Notebook shows the steps for the execution of KE enrichment analysis and benchmarking to Overrepresentation Analysis(ORA) for dataset:E-GEOD-69851. This notebook is subdivided into fourteen sections:

  • Section 1: Creation of dictKE dictionary
  • Section 2: Creation of dictWP dictionary
  • Section 3: Creation of KEgenes dictionary
  • Section 4: Calculation of N variable
  • Section 5: Comparison 1: Bisphenol A 100uM
    • Section 5.1: Calculation of n variable
    • Section 5.2: Calculation of variable B and variable b
    • Section 5.3: Calculation of enrichment score & hypergeometric p-value
    • Section 5.4: Filtering results
    • Section 5.5: Calculation of percent gene overlap
      • Section 5.5.1 Creation of significant KE table
      • Section 5.5.2 Significant ORA pathway table
      • Section 5.5.3 Creation of for loop
      • Section 5.5.4 Tabulation
      • Section 5.5.5 Percent overlap calculation
  • Section 6: Comparison 2: Bisphenol A 1uM
    • Section 6.1: Calculation of n variable
    • Section 6.2:Calculation of variable B and variable b
    • Section 6.3: Calculation of enrichment score & hypergeometric p-value
    • Section 6.4: Filtering results
    • Section 6.5: Calculation of percent gene overlap
      • Section 6.5.1 Creation of significant KE table
      • Section 6.5.2 Significant ORA pathway table
      • Section 6.5.3 Creation of for loop
      • Section 6.5.4 Tabulation
      • Section 6.5.5 Percent overlap calculation
  • Section 7: Comparison 3: Farnesol 100uM
    • Section 7.1: Calculation of n variable
    • Section 7.2:Calculation of variable B and variable b
    • Section 7.3: Calculation of enrichment score & hypergeometric p-value
    • Section 7.4: Filtering results
    • Section 7.5: Calculation of percent gene overlap
      • Section 7.5.1 Creation of significant KE table
      • Section 7.5.2 Significant ORA pathway table
      • Section 7.5.3 Creation of for loop
      • Section 7.5.4 Tabulation
      • Section 7.5.5 Percent overlap calculation
  • Section 8: Comparison 4: Tetrachlorodibenzo dioxin 100nM
    • Section 8.1: Calculation of n variable
    • Section 8.2:Calculation of variable B and variable b
    • Section 8.3: Calculation of enrichment score & hypergeometric p-value
    • Section 8.4: Filtering results
    • Section 8.5: Calculation of percent gene overlap
      • Section 8.5.1 Creation of significant KE table
      • Section 8.5.2 Significant ORA pathway table
      • Section 8.5.3 Creation of for loop
      • Section 8.5.4 Tabulation
      • Section 8.5.5 Percent overlap calculation
  • Section 9: Comparison 5: Tetrachlorodibenzo dioxin 1nM
    • Section 9.1: Calculation of n variable
    • Section 9.2:Calculation of variable B and variable b
    • Section 9.3: Calculation of enrichment score & hypergeometric p-value
    • Section 9.4: Filtering results
    • Section 9.5: Calculation of percent gene overlap
      • Section 9.5.1 Creation of significant KE table
      • Section 9.5.2 Significant ORA pathway table
      • Section 9.5.3 Creation of for loop
      • Section 9.5.4 Tabulation
      • Section 9.5.5 Percent overlap calculation
  • Section 10: Comparison 6: Troglitazone 100uM
    • Section 10.1: Calculation of n variable
    • Section 10.2:Calculation of variable B and variable b
    • Section 10.3: Calculation of enrichment score & hypergeometric p-value
    • Section 10.4: Filtering results
    • Section 10.5: Calculation of percent gene overlap
      • Section 10.5.1 Creation of significant KE table
      • Section 10.5.2 Significant ORA pathway table
      • Section 10.5.3 Creation of for loop
      • Section 10.5.4 Tabulation
      • Section 10.5.5 Percent overlap calculation
  • Section 11: Comparison 7: Troglitazone 10uM
    • Section 11.1: Calculation of n variable
    • Section 11.2: Calculation of variable B and variable b
    • Section 11.3: Calculation of enrichment score & hypergeometric p-value
    • Section 11.4: Filtering results
    • Section 11.5: Calculation of percent gene overlap
      • Section 11.5.1 Creation of significant KE table
      • Section 11.5.2 Significant ORA pathway table
      • Section 11.5.3 Creation of for loop
      • Section 11.5.4 Tabulation
      • Section 11.5.5 Percent overlap calculation
  • Section 12: Comparison 8: Troglitazone 1uM
    • Section 12.1: Calculation of n variable
    • Section 12.2: Calculation of variable B and variable b
    • Section 12.3: Calculation of enrichment score & hypergeometric p-value
    • Section 12.4: Filtering results
    • Section 12.5: Calculation of percent gene overlap
      • Section 12.5.1 Creation of significant KE table
      • Section 12.5.2 Significant ORA pathway table
      • Section 12.5.3 Creation of for loop
      • Section 12.5.4 Tabulation
      • Section 12.5.5 Percent overlap calculation
  • Section 13: Comparison 9: Valproic acid 1mM
    • Section 13.1: Calculation of n variable
    • Section 13.2:Calculation of variable B and variable b
    • Section 13.3: Calculation of enrichment score & hypergeometric p-value
    • Section 13.4: Filtering results
    • Section 13.5: Calculation of percent gene overlap
      • Section 13.5.1 Creation of significant KE table
      • Section 13.5.2 Significant ORA pathway table
      • Section 13.5.3 Creation of for loop
      • Section 13.5.4 Tabulation
      • Section 13.5.5 Percent overlap calculation
  • Section 14: Metadata

Section 1: Creation of dictKE dictionary

In this section, the dictKE dictionary will be made which is used to retrieve the first neighbors of the key events present in the inflammatory stress response pathway AOP network.

Step 1. First, the necessary packages and inflammatory stress response pathway AOP network were loaded.

import pandas as pd
import numpy as np
from scipy.stats import hypergeom
import matplotlib.pyplot as plt
import scipy.stats as ss
import py4cytoscape as p4c
p4c.cytoscape_ping()
p4c.cytoscape_version_info()
You are connected to Cytoscape!





{'apiVersion': 'v1',
 'cytoscapeVersion': '3.10.1',
 'automationAPIVersion': '1.9.0',
 'py4cytoscapeVersion': '1.9.0'}
network=p4c.open_session('Agata,S.-Part4 Complete Molecular inflammation-process related AOP network.cys')
Opening C:\Users\shaki\Downloads\Agata,S.-Part4 Complete Molecular inflammation-process related AOP network.cys...

Step 2. Next, the nodetable and the original nodetable derived from the KE-WP mapping results are loaded.

nodetable=p4c.get_table_columns()
dataframe_for_dictKE=pd.read_excel('Nodetable-dictKE.xlsx')
df_corrected=pd.read_excel('nodetable-dictWP.xlsx').reset_index(drop=True)

Step 3. The dataframe will now be converted into a dictionary where the keys are the IDs from the key events and the values are the titles of the molecular pathways.

completedataframe_for_dictKE=dataframe_for_dictKE[['ID (KEID)','WPtitle']].copy()
complete_dataframe_for_dictKE=completedataframe_for_dictKE.rename(columns={"ID (KEID)":"KEID"})

Step 4. The format of the dataframe will now be converted into a dictionary format.

dictKE= complete_dataframe_for_dictKE.to_dict('records')

Section 2: Creation of dictWP dictionary

In this section, the dictWP dictionary will be created. The dictWP dictionary will contain the first neighbours: genes of the individual molecular pathways mapped to the inflammatory stress response pathway AOP network.

Step 5. First, the dataframe is created in which the molecular pathways mapped to the network are filtered.

df4= nodetable[nodetable['type'] == 'Molecular pathway']

Step 6. A duplicate network will be created for which we will create filters to only contain gene and molecular pathway nodes in the network in preparation for the dictWP creation. This requires a composite filter to exclude Molecular Initiating Event (MIE) nodes, Key Event (KE) nodes and Adverse Outcome (AO) nodes.

Clonednetwork_fordictWP= p4c.clone_network() 
p4c.rename_network('Cloned molecular inflammatory stress response pathway AOP network for dict WP')
{'network': 148926,
 'title': 'Cloned molecular inflammatory stress response pathway AOP network for dict WP'}
MIEfilter= p4c.create_column_filter('MIE filter', 'type', 'MIE', 'CONTAINS', network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
KEfilter= p4c.create_column_filter('KE filter', 'type', 'KE', 'CONTAINS',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
AOfilter= p4c.create_column_filter('AO filter', 'type', 'AO', 'CONTAINS',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
combined_MIEKEAOfilter= p4c.create_composite_filter('MIE KE AO filter', ['MIE filter','KE filter','AO filter'],type='ANY',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.

Step 7. You will delete the selected filtered nodes from the composite filter to only maintain the molecular pathway nodes and gene nodes.

Deletednodes= p4c.delete_selected_nodes(network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')

Step 8. A for loop will be created for the WP dictionary which contains the WP titles as the keys and the names of the genes as values. Due to settings of the get_first_neighbours function, it is not possible to retrieve the gene IDs with this function.

name_list_WP=df_corrected['name'].tolist()
dictWP = {}

for name in name_list_WP:
        gene_neighbors_per_WP = p4c.get_first_neighbors(node_names=name, network= 'Cloned molecular inflammatory stress response pathway AOP network for dict WP', as_nested_list=False)
        dictWP[name] = gene_neighbors_per_WP 

Section 3: Creation of KEgenes dictionary

In this section, you will identify the match between the dictKE and dictWP dictionary which will allow for matching between the keys: KE ID from the dictKE to the values:genes from dictWP.

Step 9. The KE_genes_dictionary dictionary will contain the match between the dictKE and dictWP dictionary by adding the values of the dictWP dictionary if the value: WPtitle of dictKE is present in dictWP.

KE_genes_dictionary=[]

for KEID in dictKE:
    WPtitle= KEID['WPtitle']
    
    if WPtitle in dictWP:
        KEID['gene'] = dictWP[WPtitle]
    KE_genes_dictionary.append(KEID)

Section 4: Calculation of N variable

In this section, variable N will be calculated per individual key event.

Step 10. First, the KEgenes dictionary is manipulated so that each gene is placed on an individual row. This requires the creation of a dataframe, adjustment of the column titles and explosion of the gene column.

first_dataframe=pd.DataFrame.from_dict(KE_genes_dictionary)
df5=df4.rename(columns={'name':'WPtitle'})
first_dataframe1=pd.merge(first_dataframe, df5, on='WPtitle')
second_dataframe=first_dataframe1.explode('gene')
second_dataframe1 = second_dataframe.drop(columns=['selected','AverageShortestPathLength','BetweennessCentrality','ClosenessCentrality','ClusteringCoefficient','group','type','Association type','CTL.Ext','CTL.Type','CTL.PathwayName','CTL.label','CTL.PathwayID','CTL.GeneName','CTL.GeneID','Eccentricity','EdgeCount','Indegree','IsSingleNode','NeighborhoodConnectivity','Outdegree','PartnerOfMultiEdgedNodePairs','SelfLoops','Stress','id','SUID'], axis=1)
second_dataframe1_reordered = second_dataframe.loc[:, ['KEID', 'WPtitle', 'shared name','gene']]
third_dataframe=second_dataframe1_reordered.rename(columns={'shared name':'ID'})

Step 11. The gene IDs that belong to gene symbols are added to complete the dataframe and merge this dataframe to the previous: third_dataframe. This will allow for a dataframe that contains all needed columns: KEID, WPtitle, WPID, gene symbol and gene ID.

df6= nodetable[nodetable['CTL.Type'] == 'gene']
df7=df6.rename(columns={'shared name':'gene'})
df8=df7.drop(columns=['name','selected','AverageShortestPathLength','BetweennessCentrality','ClosenessCentrality','ClusteringCoefficient','group','type','Association type','CTL.Ext','CTL.Type','CTL.PathwayName','CTL.label','CTL.PathwayID','CTL.GeneName','Eccentricity','EdgeCount','Indegree','IsSingleNode','NeighborhoodConnectivity','Outdegree','PartnerOfMultiEdgedNodePairs','SelfLoops','Stress','id','SUID'], axis=1)
mergeddataframe_gene=pd.merge(third_dataframe, df8, on='gene')
mergeddataframe_final=mergeddataframe_gene.rename(columns={'CTL.GeneID':'Entrez.Gene'})
mergeddataframe_final

KEID WPtitle ID gene Entrez.Gene
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL17 6361
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CX3CL1 6376
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL24 6369
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL7 6354
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL25 6370
... ... ... ... ... ...
20878 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 DLG4 1742
20879 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MKNK1 8569
20880 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MTOR 2475
20881 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EEF2K 29904
20882 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EIF4EBP1 1978

20883 rows × 5 columns

Step 12. The following for loop will be run for the calculation of the N variable. This for loop iterates over each row of the dataframe and will count the number of genes belonging to individual Key Events that are unique.

variable_N_dictionary_count= {}

for index, row in mergeddataframe_final.iterrows():
    unique_KE = row['KEID']
    gene = row['Entrez.Gene']
    
    if unique_KE not in variable_N_dictionary_count:
       variable_N_dictionary_count[unique_KE] = 1
    else:
        variable_N_dictionary_count[unique_KE] += 1

print("The total is: ")
print(variable_N_dictionary_count)
The total is: 
{'https://identifiers.org/aop.events/486': 129, 'https://identifiers.org/aop.events/875': 169, 'https://identifiers.org/aop.events/2007': 184, 'https://identifiers.org/aop.events/1495': 253, 'https://identifiers.org/aop.events/105': 165, 'https://identifiers.org/aop.events/1816': 165, 'https://identifiers.org/aop.events/1668 ': 156, 'https://identifiers.org/aop.events/244 ': 417, 'https://identifiers.org/aop.events/1739': 8, 'https://identifiers.org/aop.events/1814 ': 251, 'https://identifiers.org/aop.events/1740': 4, 'https://identifiers.org/aop.events/888': 56, 'https://identifiers.org/aop.events/1574': 10, 'https://identifiers.org/aop.events/41': 275, 'https://identifiers.org/aop.events/1270': 72, 'https://identifiers.org/aop.events/1086': 144, 'https://identifiers.org/aop.events/1487 ': 19, 'https://identifiers.org/aop.events/1539': 170, 'https://identifiers.org/aop.events/201': 36, 'https://identifiers.org/aop.events/457': 584, 'https://identifiers.org/aop.events/55': 288, 'https://identifiers.org/aop.events/188': 17, 'https://identifiers.org/aop.events/618': 240, 'https://identifiers.org/aop.events/389': 36, 'https://identifiers.org/aop.events/177': 495, 'https://identifiers.org/aop.events/2013': 100, 'https://identifiers.org/aop.events/2006': 216, 'https://identifiers.org/aop.events/1497': 528, 'https://identifiers.org/aop.events/870': 31, 'https://identifiers.org/aop.events/1669': 400, 'https://identifiers.org/aop.events/1115': 34, 'https://identifiers.org/aop.events/202': 186, 'https://identifiers.org/aop.events/1917': 166, 'https://identifiers.org/aop.events/1633': 1056, 'https://identifiers.org/aop.events/1392': 102, 'https://identifiers.org/aop.events/1815': 58, 'https://identifiers.org/aop.events/386': 372, 'https://identifiers.org/aop.events/1944': 41, 'https://identifiers.org/aop.events/1582': 51, 'https://identifiers.org/aop.events/1896': 205, 'https://identifiers.org/aop.events/1172': 22, 'https://identifiers.org/aop.events/1496': 406, 'https://identifiers.org/aop.events/68': 64, 'https://identifiers.org/aop.events/1493': 812, 'https://identifiers.org/aop.events/265': 268, 'https://identifiers.org/aop.events/1817': 328, 'https://identifiers.org/aop.events/1819': 74, 'https://identifiers.org/aop.events/1750': 528, 'https://identifiers.org/aop.events/1901': 37, 'https://identifiers.org/aop.events/1848': 195, 'https://identifiers.org/aop.events/1847': 6, 'https://identifiers.org/aop.events/1748': 4, 'https://identifiers.org/aop.events/1365': 328, 'https://identifiers.org/aop.events/890': 34, 'https://identifiers.org/aop.events/1587': 57, 'https://identifiers.org/aop.events/1457': 19, 'https://identifiers.org/aop.events/1586': 31, 'https://identifiers.org/aop.events/149': 1056, 'https://identifiers.org/aop.events/1575': 328, 'https://identifiers.org/aop.events/1579': 353, 'https://identifiers.org/aop.events/87': 114, 'https://identifiers.org/aop.events/249': 34, 'https://identifiers.org/aop.events/288': 51, 'https://identifiers.org/aop.events/209': 617, 'https://identifiers.org/aop.events/1498': 224, 'https://identifiers.org/aop.events/1499': 26, 'https://identifiers.org/aop.events/1500': 260, 'https://identifiers.org/aop.events/1488': 184, 'https://identifiers.org/aop.events/1494': 74, 'https://identifiers.org/aop.events/52': 219, 'https://identifiers.org/aop.events/381': 199, 'https://identifiers.org/aop.events/484': 706, 'https://identifiers.org/aop.events/388': 169, 'https://identifiers.org/aop.events/1262': 328, 'https://identifiers.org/aop.events/1945': 1218, 'https://identifiers.org/aop.events/2009': 74, 'https://identifiers.org/aop.events/2012': 260, 'https://identifiers.org/aop.events/1770': 60, 'https://identifiers.org/aop.events/1818': 270, 'https://identifiers.org/aop.events/1738': 4, 'https://identifiers.org/aop.events/1752': 138, 'https://identifiers.org/aop.events/887': 116, 'https://identifiers.org/aop.events/1585': 35, 'https://identifiers.org/aop.events/214': 55, 'https://identifiers.org/aop.events/1271': 58, 'https://identifiers.org/aop.events/1087': 528, 'https://identifiers.org/aop.events/1538': 34, 'https://identifiers.org/aop.events/898': 328, 'https://identifiers.org/aop.events/195': 184, 'https://identifiers.org/aop.events/459': 132, 'https://identifiers.org/aop.events/341': 10, 'https://identifiers.org/aop.events/1670': 88, 'https://identifiers.org/aop.events/759': 82, 'https://identifiers.org/aop.events/1090': 459, 'https://identifiers.org/aop.events/344': 30, 'https://identifiers.org/aop.events/1841': 17, 'https://identifiers.org/aop.events/1820': 57, 'https://identifiers.org/aop.events/896': 82, 'https://identifiers.org/aop.events/1549': 101, 'https://identifiers.org/aop.events/357': 21, 'https://identifiers.org/aop.events/352': 398}

Step 13. The output of the dictionary will be converted into a dataframe and merged to the mergeddataframe_final dataframe to add the results into a separate column.

fourth_dataframe=pd.DataFrame.from_dict(variable_N_dictionary_count,orient='index')
df_reset = fourth_dataframe.reset_index()
df_reset.columns = ['KEID', 'N']
merged_dataframe= pd.merge(mergeddataframe_final, df_reset, on='KEID')
mergeddataframe=merged_dataframe.rename(columns={'ID':'WPID','gene':'Gene.Symbol'})
mergeddataframe

KEID WPtitle WPID Gene.Symbol Entrez.Gene N
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL17 6361 129
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CX3CL1 6376 129
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL24 6369 129
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL7 6354 129
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL25 6370 129
... ... ... ... ... ... ...
20878 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 DLG4 1742 398
20879 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MKNK1 8569 398
20880 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MTOR 2475 398
20881 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EEF2K 29904 398
20882 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EIF4EBP1 1978 398

20883 rows × 6 columns

Section 5. Comparison 1: Bisphenol A 100uM

Section 5.1 Calculation of n variable

In this section, variable n will be calculated for comparison 1.

Step 14. The table containing the differential expressed genes to control is loaded with the filter for significance.

Comparison1_DEG= pd.read_csv("C:/Users/shaki/Downloads/BackgroundORA_EGEOD69851/GSE69844.BisphenolA-100uM.tsv",sep='\t')
Comparison1_DEG= pd.read_csv("C:/Users/shaki/Downloads/BackgroundORA_EGEOD69851/GSE69844.BisphenolA-100uM.tsv",sep='\t')
Comparison1_DEG = Comparison1_DEG.drop(Comparison1_DEG[Comparison1_DEG['Entrez.Gene']== '---'].index)
Comparison_1_DEG= Comparison1_DEG[Comparison1_DEG['padj'] < 0.05]
Comparison_1_DEG

ID padj P.Value t B logFC Gene.Symbol GB_LIST SPOT_ID Entrez.Gene
0 11728809_a_at 0.000002 4.610000e-11 -15.333380 15.028626 -0.649 COL8A1 NM_001850,NM_020351 NaN 1295
1 11729371_a_at 0.000003 1.240000e-10 -14.358816 14.190854 -0.754 ZBTB16 NM_001018011,NM_006006 NaN 7704
2 11728692_a_at 0.000003 1.520000e-10 -14.169566 14.020061 -0.640 PDE4DIP NM_001002810,NM_001002811,NM_001002812,NM_0146... NaN 9659
3 11756254_a_at 0.000003 2.680000e-10 -13.645523 13.532532 -0.596 GGT5 NM_001099781,NM_001099782,NM_004121 NaN 2687
4 11715818_at 0.000003 2.870000e-10 -13.583284 13.473166 -0.520 ZFP36L2 NM_006887 NaN 678
... ... ... ... ... ... ... ... ... ... ...
5726 11747348_a_at 0.049904 5.790000e-03 3.176887 -2.554956 0.136 PSAT1 NM_021154,NM_058179 NaN 29968
5727 11760315_at 0.049921 5.790000e-03 3.176598 -2.555540 0.170 PXN NM_001080855,NM_002859,NM_025157 NaN 5829
5728 11715770_x_at 0.049921 5.790000e-03 -3.176562 -2.555612 -0.125 SET NM_001122821,NM_003011 NaN 6418
5729 11716141_a_at 0.049943 5.790000e-03 -3.176276 -2.556190 -0.153 SIGMAR1 NM_005866,NM_147157 NaN 10280
5730 11751005_a_at 0.049965 5.800000e-03 -3.175985 -2.556778 -0.133 SEMA3B NM_001005914,NM_004636 NaN 7869

5702 rows × 10 columns

Comparison_1_DEG = Comparison_1_DEG.copy()  
Comparison_1_DEG['Entrez.Gene'] = Comparison_1_DEG['Entrez.Gene'].astype(str)

Step 15. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG= pd.merge(mergeddataframe,Comparison_1_DEG, on='Entrez.Gene')

Step 16. The following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count= {}

for index, row in merged_dataframe_DEG.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count:
            variable_n_dictionary_count[unique_KE] = 1
        else:
            variable_n_dictionary_count[unique_KE] += 1

print("The total number of significant genes: ")
The total number of significant genes: 

Step 17. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe=pd.DataFrame.from_dict(variable_n_dictionary_count,orient='index')
n_variable_dataframe_reset = n_variable_dataframe.reset_index()
n_variable_dataframe_reset.columns = ['KEID', 'n']
merged_dataframe= pd.merge(merged_dataframe_DEG, n_variable_dataframe_reset, on='KEID')

Section 5.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 18. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Comparison1_DEG.index)
B
48786

Step 19. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison1_DEG_filtered=Comparison1_DEG[Comparison1_DEG['padj'] < 0.05]
b=len(Comparison1_DEG_filtered)
b
5702

Section 5.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

DEG_in_DEGtable = set(Comparison_1_DEG['Entrez.Gene'])
genecolum_aopnetwork= nodetable[nodetable['CTL.Type'] == 'gene']
set1_DEG_in_AOP_network= set(genecolum_aopnetwork['CTL.GeneID'])
DEGS_present_in_AOPnetwork = list(DEG_in_DEGtable & set1_DEG_in_AOP_network)
len(DEGS_present_in_AOPnetwork)
560

Step 20. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([48786 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_genes_in_network']=pd.Series([2739 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_DEG_present_in_network']=pd.Series([560 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([5702 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 21. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B Number_genes_in_network Number_DEG_present_in_network b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 12 48786 2739 560 5702 0.79590188673089
1 https://identifiers.org/aop.events/875 169 53 48786 2739 560 5702 2.6832254435794356
2 https://identifiers.org/aop.events/2007 184 52 48786 2739 560 5702 2.4179845363183015
3 https://identifiers.org/aop.events/1495 253 68 48786 2739 560 5702 2.2996216569181054
4 https://identifiers.org/aop.events/105 165 11 48786 2739 560 5702 0.5703963521571379
... ... ... ... ... ... ... ... ...
92 https://identifiers.org/aop.events/1820 57 15 48786 2739 560 5702 2.251564547988702
93 https://identifiers.org/aop.events/896 82 18 48786 2739 560 5702 1.8781343302735027
94 https://identifiers.org/aop.events/1549 101 37 48786 2739 560 5702 3.1343561925466488
95 https://identifiers.org/aop.events/357 21 13 48786 2739 560 5702 5.296537555744852
96 https://identifiers.org/aop.events/352 398 118 48786 2739 560 5702 2.536687294769181

97 rows × 8 columns

Step 22. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe.append(p)
             
Hypergeometricpvalue_dataframe=pd.DataFrame(p_value_dataframe)
Hypergeometricpvalue_dataframe.columns= ['Hypergeometric p-value']
merged_finaltable=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe],axis=1)

Section 5.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 23. Lastly, the results are filtered to showcase the significant KEs for the comparison 1 and converted to a list in preparation for section 5.5.

filteredversion= merged_finaltable[(merged_finaltable['Enrichmentscore']>str(1))& (merged_finaltable['Hypergeometric p-value'] < 0.05)]
filteredversion.to_excel('filteredversion.xlsx')
SignificantKE_list=filteredversion['KEID'].tolist()

Section 5.5. Calculation of percent gene overlap to ORA

Section 5.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 24. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

mergeddataframe_final=mergeddataframe_final.copy()
significantKEID_genetable = mergeddataframe_final[mergeddataframe_final['KEID'].isin(SignificantKE_list)]
significantKEIDgenetable=significantKEID_genetable.drop(columns={'WPtitle','ID'})
Section 5.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 25. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA = pd.read_csv("C:/Users/shaki/Downloads/GEOD69851_ORApathwaytable/Comparison1-BisphenolA-100.txt", sep='\t')
datafileORA=pd.DataFrame(datafile_ORA)
filtereddatafileORA=datafileORA[datafileORA['Adjusted P-value'] < 0.05]
dropped_datafileORA_df=filtereddatafileORA.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf=dropped_datafileORA_df.copy()
droppeddatafileORAdf['Genes']= droppeddatafileORAdf['Genes'].replace({';':','},regex=True)
df_ORApathwaytable=droppeddatafileORAdf.copy()
df_ORApathwaytable['Genes'] = df_ORApathwaytable['Genes'].astype(str)
df_ORApathwaytable['Genes'] = df_ORApathwaytable['Genes'].str.split(',')
exploded_df_ORApathwaytable = df_ORApathwaytable.explode('Genes', ignore_index=True)
Section 5.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 26. Next, we create two sets by converting the significant KE table and ora pathway table into dictionaries where the values of the genes are grouped together per key.

ORA_gene_sets = exploded_df_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets = significantKEIDgenetable.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs = {}

for term, ORA_genes in ORA_gene_sets.items():
    for KEID, KEID_genes in SignificantKE_gene_sets.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
IOPub data rate exceeded.
The Jupyter server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--ServerApp.iopub_data_rate_limit`.

Current values:
ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
ServerApp.rate_limit_window=3.0 (secs)



Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/341, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PGM1', 'GPI', 'UGDH'}, number: 3
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: UDP Derived Sugars Synthesis In Fibroblasts WP5394, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CYCS', 'BIRC5', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PIK3R1', 'MAP2K4', 'FADD', 'NFKBIA'}, number: 10
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9', 'MAPK8', 'PRKCZ', 'TAOK2', 'MAPK1', 'PIK3R1', 'MAP2K4', 'MAP2K2', 'FAS', 'AKT1', 'PRKCA', 'FADD', 'RAF1', 'ATF2', 'RAP1A', 'RAP1B', 'ELK1', 'MAP2K6', 'MAP3K5', 'FN1', 'ATF4', 'HSPB1', 'PAK2', 'NFKBIA'}, number: 24
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EIF4G1', 'CYCS', 'AKT1S1', 'MAPK9', 'MAPK8', 'MDM2', 'MAPK1', 'MAP2K4', 'MAP2K2', 'MMP14', 'SHC1', 'AKT1', 'RAF1', 'KDR', 'VEGFA', 'ATF2', 'ELK1', 'MAP2K6', 'MAP3K5', 'ITGB1', 'CCND1', 'FN1', 'FOXO1', 'ITGAV', 'RPS6KB1', 'PAK2', 'HMGB1'}, number: 27
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SOD2'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'PRKCZ', 'NFKBIA'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MAP3K5', 'CYCS', 'BIRC5', 'MAPK8', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PRKD1', 'PIK3R1', 'MAP2K4', 'FADD', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'MAPK9'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MAP3K5', 'CYCS', 'BIRC5', 'MAPK8', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PRKD1', 'PIK3R1', 'MAP2K4', 'FADD', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SOD2'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'MAPK1', 'FN1', 'AKT1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'STAT6', 'CFL1', 'CAMKK2', 'MAPK1', 'AKT1', 'PRKCA', 'STAT3'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9', 'MAPK8', 'PRKCZ', 'TAOK2', 'MAPK1', 'PIK3R1', 'MAP2K4', 'MAP2K2', 'FAS', 'AKT1', 'PRKCA', 'FADD', 'RAF1', 'ATF2', 'RAP1A', 'RAP1B', 'ELK1', 'MAP2K6', 'MAP3K5', 'FN1', 'ATF4', 'HSPB1', 'PAK2', 'NFKBIA'}, number: 24
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'RAF1', 'PRKCZ', 'SHC1', 'VEGFA', 'FOXO3', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'ITGB1', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 15
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'FN1', 'ITGB1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'MAP2K2', 'MAPK8', 'MAPK1', 'AKT1', 'PIK3R1', 'MAP2K4', 'FADD', 'MAP2K6'}, number: 10
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'RAF1', 'PRKCZ', 'SHC1', 'VEGFA', 'FOXO3', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'ITGB1', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 15
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9', 'MAPK8', 'PRKCZ', 'TAOK2', 'MAPK1', 'PIK3R1', 'MAP2K4', 'MAP2K2', 'FAS', 'AKT1', 'PRKCA', 'FADD', 'RAF1', 'ATF2', 'RAP1A', 'RAP1B', 'ELK1', 'MAP2K6', 'MAP3K5', 'FN1', 'ATF4', 'HSPB1', 'PAK2', 'NFKBIA'}, number: 24
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'STAT3', 'VEGFA', 'MAPK9'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'RAF1', 'PRKCZ', 'SHC1', 'FOXO3', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SOD2'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK9', 'MAPK8', 'PRKCZ', 'PDPK1', 'MAPK1', 'NCK1', 'RICTOR', 'PIK3R1', 'STAT3', 'MAP2K2', 'ARF6', 'SHC1', 'AKT1', 'PRKCA', 'ABL1', 'IQGAP1', 'RAF1', 'RAP1A', 'ELK1', 'CFL1', 'STAM', 'FOXO1', 'RPS6KB1', 'GJA1'}, number: 24
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MAP3K5', 'CYCS', 'BIRC5', 'MAPK8', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PRKD1', 'PIK3R1', 'MAP2K4', 'FADD', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'MAPK8', 'PRKCZ', 'MAPK1', 'HSP90AA1', 'PIK3R1', 'MAP2K4', 'STAT3', 'SHC1', 'FOXO3', 'AKT1', 'FADD', 'RAF1', 'RAP1A', 'BCL2L1', 'RAP1B', 'MAP2K6', 'MAP3K5', 'PXN', 'NFKBIA'}, number: 20
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'PRKCA', 'ABL1', 'STAT3'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TXNIP', 'EIF2AK3', 'ATF4'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9', 'MAPK8', 'PRKCZ', 'TAOK2', 'MAPK1', 'PIK3R1', 'MAP2K4', 'MAP2K2', 'FAS', 'AKT1', 'PRKCA', 'FADD', 'RAF1', 'ATF2', 'RAP1A', 'RAP1B', 'ELK1', 'MAP2K6', 'MAP3K5', 'FN1', 'ATF4', 'HSPB1', 'PAK2', 'NFKBIA'}, number: 24
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'MAP2K2', 'MAPK8', 'MAPK1', 'AKT1', 'PIK3R1', 'MAP2K4', 'FADD', 'MAP2K6'}, number: 10
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'MAPK8', 'MDM2', 'SHC1', 'FOXO3', 'MAPK1', 'FAS', 'AKT1', 'PIK3R1', 'HMGB1'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'CYCS', 'RAF1', 'FOXO3', 'MAPK1', 'AKT1', 'PRKCA', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 10
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9', 'MAPK8', 'PRKCZ', 'TAOK2', 'MAPK1', 'PIK3R1', 'MAP2K4', 'MAP2K2', 'FAS', 'AKT1', 'PRKCA', 'FADD', 'RAF1', 'ATF2', 'RAP1A', 'RAP1B', 'ELK1', 'MAP2K6', 'MAP3K5', 'FN1', 'ATF4', 'HSPB1', 'PAK2', 'NFKBIA'}, number: 24
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'RAF1', 'MAPK1', 'ATF2', 'ATF4', 'MAP2K6'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'EIF2AK3', 'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'MAPK8', 'MDM2', 'SHC1', 'FOXO3', 'MAPK1', 'FAS', 'TXNIP', 'ATF4', 'AKT1', 'PIK3R1', 'HMGB1'}, number: 16
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TXNIP', 'EIF2AK3', 'ATF4'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MAP3K5', 'CYCS', 'BIRC5', 'MAPK8', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PRKD1', 'PIK3R1', 'MAP2K4', 'FADD', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'FN1', 'RAF1', 'PRKCZ', 'SHC1', 'FOXO3', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PRKCA', 'PIK3R1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'MAP2K2', 'MAPK8', 'MAPK1', 'AKT1', 'PIK3R1', 'MAP2K4', 'FADD', 'MAP2K6'}, number: 10
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'FAS', 'RAP1A', 'AKT1', 'ABL1', 'HMGB1'}, number: 8
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PRKCA', 'PIK3R1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'MAPK8', 'HSP90AA1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'AKT1S1', 'MAPK9', 'MAPK8', 'MDM2', 'PDPK1', 'MAPK1', 'HSP90AA1', 'PIK3R1', 'MAP2K2', 'ARF6', 'SHC1', 'FOXO3', 'AKT1', 'PRKCA', 'ABL1', 'RAF1', 'KDR', 'VEGFA', 'ATF2', 'RAP1A', 'BCL2L1', 'ETS1', 'RAP1B', 'EIF4E', 'ELK1', 'ITGB1', 'CCND1', 'FN1', 'ATF4', 'ITGAV', 'RPS6KB1', 'PAK2'}, number: 32
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'STAT6', 'CFL1', 'CAMKK2', 'MAPK1', 'AKT1', 'PRKCA', 'STAT3'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'MAPK8', 'MDM2', 'SHC1', 'FOXO3', 'MAPK1', 'FAS', 'AKT1', 'PIK3R1', 'HMGB1'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'FAS', 'ABL1'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'FN1', 'ITGB1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MAPK1', 'SHC1', 'RPS6KB1', 'AKT1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'RAF1', 'PRKCZ', 'SHC1', 'FOXO3', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'NFKBIA', 'STAT6', 'ELK1', 'BIRC5', 'SHC1', 'MAPK1', 'ATF2', 'RPS6KB1', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K6', 'NFKBIA', 'MAPK9', 'PRKCZ', 'MAPK8', 'MAPK1', 'ATF2', 'AKT1', 'PIK3R1', 'MAP2K4', 'MAP2K2'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'NCF2', 'AKT1S1', 'MAPK9', 'MAPK8', 'SOD2', 'FAS', 'PDPK1', 'RAP1A', 'HSP90AA1', 'PRKCA', 'HMGB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'EIF2AK3', 'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'MAPK8', 'MDM2', 'SHC1', 'FOXO3', 'MAPK1', 'FAS', 'TXNIP', 'ATF4', 'AKT1', 'HSP90AA1', 'PRKCA', 'PIK3R1', 'HMGB1'}, number: 18
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SOD2'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'RAF1', 'PRKCZ', 'SHC1', 'SOD2', 'FOXO3', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 14
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1', 'HSP90AA1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/341, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'BSG', 'MMP14'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'MAP3K5', 'CYCS', 'BIRC5', 'MAPK8', 'MDM2', 'SOD2', 'SHC1', 'MAPK1', 'FAS', 'BCL2L1', 'AKT1', 'RPS6KB1', 'PRKD1', 'PIK3R1', 'MAP2K4', 'FADD', 'NFKBIA'}, number: 17
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NCF2', 'MAPK9', 'MAPK8', 'PDPK1', 'MAPK1', 'NCK1', 'PIK3R1', 'STAT3', 'MAP2K2', 'SHC1', 'FOXO3', 'AKT1', 'ACACB', 'RAF1', 'RAP1A', 'EIF4E', 'ELK1', 'CFL1', 'RPS6KB1', 'NFKBIA'}, number: 20
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NCF2', 'MAPK9', 'MAPK8', 'PDPK1', 'MAPK1', 'NCK1', 'PIK3R1', 'STAT3', 'MAP2K2', 'SHC1', 'FOXO3', 'AKT1', 'PRKCA', 'ACACB', 'STAT6', 'RAF1', 'RAP1A', 'EIF4E', 'ELK1', 'CFL1', 'CAMKK2', 'RPS6KB1', 'NFKBIA'}, number: 23
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'STAT6', 'CFL1', 'CAMKK2', 'MAPK1', 'AKT1', 'PRKCA', 'STAT3'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MAPK1', 'SHC1', 'RPS6KB1', 'AKT1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ACACB', 'CAMKK2', 'MAPK8', 'RPS6KB1', 'AKT1', 'HSP90AA1', 'PRKCA', 'PIK3R1'}, number: 8
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1S1', 'MDM2', 'PDPK1', 'MAPK1', 'HSP90AA1', 'PIK3R1', 'STAT3', 'MAP2K2', 'FOXO3', 'FAS', 'AKT1', 'STAT6', 'RAF1', 'KDR', 'VEGFA', 'ATF2', 'EIF4E', 'ITGB1', 'FN1', 'FOXO1', 'ATF4', 'ITGAV', 'RPS6KB1'}, number: 23
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACACB', 'AKT1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1S1', 'MDM2', 'PDPK1', 'MAPK1', 'HSP90AA1', 'PIK3R1', 'MAP2K2', 'FOXO3', 'AKT1', 'PRKCA', 'RAF1', 'KDR', 'VEGFA', 'ATF2', 'BCL2L1', 'EIF4E', 'ITGB1', 'CCND1', 'FN1', 'FOXO1', 'ATF4', 'ITGAV', 'RPS6KB1'}, number: 23
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT6', 'CFL1', 'CAMKK2', 'MAPK1', 'AKT1', 'PRKCA', 'STAT3'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CYCS', 'BIRC5', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PIK3R1', 'MAP2K4', 'FADD', 'NFKBIA'}, number: 10
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'STAT6', 'CFL1', 'CAMKK2', 'SHC1', 'MAPK1', 'AKT1', 'PRKCA', 'PIK3R1', 'STAT3'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'MAP3K5', 'MAPK9', 'RAF1', 'MAPK8', 'MAPK1', 'AKT1'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'MAPK1', 'FOXO1', 'AKT1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'STAT6', 'CFL1', 'CAMKK2', 'MAPK1', 'AKT1', 'PRKCA', 'STAT3'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SOD2'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CYCS'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MAP3K5', 'CYCS', 'BIRC5', 'MAPK8', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PRKD1', 'PIK3R1', 'MAP2K4', 'FADD', 'NFKBIA'}, number: 13
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MYC'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GADD45A', 'MYC', 'SPP1', 'IL12A'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'FOXO1', 'CDKN1A', 'EFNA5'}, number: 6
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1', 'JUNB'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MYC'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'RXRA', 'CYP7A1'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MYC'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1', 'JUNB'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): {'G6PD'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'LRRC8A', 'IL12A'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GADD45A', 'MYC', 'SPP1', 'IL12A'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'KNG1', 'SPP1', 'IL12A'}, number: 3
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'KNG1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'SPP1', 'IL12A'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'KNG1', 'SPP1', 'IL12A'}, number: 3
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GADD45A', 'MYC', 'SPP1', 'IL12A'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'SPP1', 'IL12A'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1', 'JUNB'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'FOXO1', 'STAM'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MYC'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GADD45A', 'MYC', 'SPP1', 'IL12A'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'SPP1', 'IL12A'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'GADD45A', 'CDKN1A', 'BCL6'}, number: 6
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'GADD45A', 'CDKN1A', 'RXRA'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GADD45A', 'MYC', 'SPP1', 'IL12A'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'GADD45A', 'CDKN1A', 'BCL6'}, number: 6
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MYC'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'SPP1', 'IL12A'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'GADD45A', 'CDKN1A'}, number: 5
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA', 'G6PD'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'SPP1', 'CDKN1A', 'EFNA5'}, number: 6
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'LRRC8A', 'IL12A'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'GADD45A', 'CDKN1A', 'BCL6'}, number: 6
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'GADD45A', 'CDKN1A'}, number: 5
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'KNG1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPA'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'CYP1A1', 'JUNB', 'MYC', 'CCNE1', 'RXRA', 'GADD45A', 'CDKN1A', 'G6PD', 'CYP7A1'}, number: 10
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP3A4', 'RXRA', 'CYP7A1'}, number: 3
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'RXRA', 'GADD45A', 'CDKN1A', 'BCL6', 'G6PD'}, number: 8
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1', 'JUNB'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1', 'JUNB', 'SPP1'}, number: 3
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA', 'CYP2B6', 'FOXO1', 'CYP3A5', 'ABCB1', 'CYP3A4', 'CYP7A1'}, number: 7
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/341, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'TIMP2'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUNB', 'CYP1A1', 'MYC'}, number: 3
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'LRRC8A', 'SPP1', 'IL12A'}, number: 3
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'LRRC8A', 'IL12A'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA', 'CDKN1A', 'CYP3A4', 'G6PD', 'CYP7A1'}, number: 5
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RXRA', 'CEBPA', 'SPP1', 'CYP2B6', 'FOXO1', 'GADD45A', 'CDKN1A', 'EFNA5', 'KLF4', 'CYP3A4', 'CYP7A1'}, number: 11
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'SPP1', 'FOXO1', 'CDKN1A', 'EFNA5'}, number: 7
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'LRRC8A', 'IL12A'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MYC'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'LRRC8A', 'IL12A'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'MYC'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'LRRC8A', 'IL12A'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1', 'JUNB'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CCNE1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MYC'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PPARG'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB', 'CEBPA'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPARG'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/341, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CEBPB', 'SREBF1'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SREBF1', 'CEBPB', 'CEBPA', 'KLF5', 'PPARG', 'MECOM', 'NR2F2', 'FOXO1', 'NR3C1', 'IRF3', 'KLF4', 'KLF15'}, number: 12
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FOXO1', 'SREBF1'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/341, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MYC', 'CYCS', 'TNFRSF10B', 'BBC3', 'MDM2', 'FAS', 'PMAIP1', 'TP53', 'CASP3'}, number: 9
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MYC', 'FAS', 'GADD45A', 'TP53', 'CASP3'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'MYC', 'CYCS', 'CCNE1', 'BBC3', 'MDM2', 'TP53', 'CDKN1A', 'CCND3'}, number: 9
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MYC', 'CYCS', 'TNFRSF10B', 'BBC3', 'MDM2', 'FAS', 'PMAIP1', 'TP53', 'CASP3'}, number: 9
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MYC', 'CYCS', 'TNFRSF10B', 'BBC3', 'MDM2', 'FAS', 'PMAIP1', 'TP53', 'CASP3'}, number: 9
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MYC', 'FAS', 'GADD45A', 'TP53', 'CASP3'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MYC', 'FAS', 'GADD45A', 'TP53', 'CASP3'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MYC', 'CYCS', 'TNFRSF10B', 'BBC3', 'MDM2', 'FAS', 'PMAIP1', 'TP53', 'CASP3'}, number: 9
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP3'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'ABL1'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1', 'BBC3', 'TP53', 'TNFRSF10B'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MYC', 'FAS', 'GADD45A', 'TP53', 'CASP3'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MYC', 'CYCS', 'CCNG1', 'MDM2', 'TP53', 'CDKN1A', 'PRKDC', 'CDC25A', 'SMC1A', 'CDK1', 'BBC3', 'FAS', 'GADD45A', 'ABL1', 'CASP3', 'CHEK1', 'TNFRSF10B', 'CCNB1', 'RRM2B', 'RFC1', 'SFN', 'RAD50', 'CCND1', 'CCNE1', 'PMAIP1', 'CCND3', 'DDB2', 'NBN'}, number: 28
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'CYCS', 'GADD45A', 'TP53', 'CDKN1A', 'DDB2', 'CASP3'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MYC', 'FAS', 'GADD45A', 'TP53', 'CASP3'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'MYC', 'CYCS', 'MDM2', 'TP53', 'CDKN1A', 'PRKDC', 'CDC25A', 'SMC1A', 'CDK1', 'BBC3', 'FAS', 'GADD45A', 'ABL1', 'CASP3', 'CHEK1', 'TNFRSF10B', 'CCNB1', 'RRM2B', 'RFC1', 'SFN', 'RAD50', 'CCND1', 'CCNE1', 'PMAIP1', 'CCND3', 'DDB2', 'NBN'}, number: 27
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1', 'BBC3', 'TP53', 'TNFRSF10B'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MYC', 'CYCS', 'TNFRSF10B', 'BBC3', 'MDM2', 'FAS', 'PMAIP1', 'TP53', 'CASP3'}, number: 9
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'MYC', 'CYCS', 'MDM2', 'TP53', 'CDKN1A', 'PRKDC', 'CDC25A', 'SMC1A', 'CDK1', 'BBC3', 'FAS', 'GADD45A', 'ABL1', 'CASP3', 'CHEK1', 'TNFRSF10B', 'CCNB1', 'RRM2B', 'RFC1', 'SFN', 'RAD50', 'CCND1', 'CCNE1', 'PMAIP1', 'CCND3', 'DDB2', 'NBN'}, number: 27
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'MDM2', 'TP53', 'CDKN1A', 'CCND3', 'ABL1'}, number: 8
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MYC', 'CYCS', 'MDM2', 'TP53', 'CDKN1A', 'PRKDC', 'CDC25A', 'SMC1A', 'CDK1', 'BBC3', 'FAS', 'GADD45A', 'ABL1', 'CASP3', 'CHEK1', 'TNFRSF10B', 'CCNB1', 'RRM2B', 'RFC1', 'SFN', 'RAD50', 'CCND1', 'CCNE1', 'PMAIP1', 'CCND3', 'DDB2', 'NBN'}, number: 27
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'MYC', 'CYCS', 'CCNG1', 'MDM2', 'TP53', 'CDKN1A', 'PRKDC', 'CDC25A', 'SMC1A', 'CDK1', 'BBC3', 'FAS', 'GADD45A', 'ABL1', 'CASP3', 'CHEK1', 'TNFRSF10B', 'CCNB1', 'RRM2B', 'RFC1', 'SFN', 'RAD50', 'CCND1', 'CCNE1', 'PMAIP1', 'CCND3', 'DDB2', 'NBN'}, number: 28
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MYC', 'CCNG1', 'CDKN1A', 'PRKDC', 'CDC25A', 'BBC3', 'FAS', 'GADD45A', 'CHEK1', 'TNFRSF10B', 'RRM2B', 'RFC1', 'SFN', 'RAD50', 'CCND1', 'CCNE1', 'PMAIP1', 'CCND3', 'DDB2', 'NBN'}, number: 20
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'MYC', 'CYCS', 'MDM2', 'TP53', 'CDKN1A', 'PRKDC', 'CDC25A', 'SMC1A', 'CDK1', 'BBC3', 'FAS', 'GADD45A', 'ABL1', 'CASP3', 'CHEK1', 'TNFRSF10B', 'CCNB1', 'RRM2B', 'RFC1', 'SFN', 'RAD50', 'CCND1', 'CCNE1', 'PMAIP1', 'CCND3', 'DDB2', 'NBN'}, number: 27
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/341, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'MYC', 'CYCS', 'TNFRSF10B', 'BBC3', 'MDM2', 'FAS', 'PMAIP1', 'TP53', 'CASP3'}, number: 9
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CASP3'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CASP3'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNB1', 'TP53', 'CDKN1A'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'GADD45A', 'MDM2', 'FAS'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'MDM2', 'TP53', 'CDKN1A', 'CCND3'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MYC', 'CYCS', 'TNFRSF10B', 'BBC3', 'MDM2', 'FAS', 'PMAIP1', 'TP53', 'CASP3'}, number: 9
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'CASP3'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'MYC'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CCNE1', 'CYCS', 'CASP3'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MYC', 'CYCS', 'TNFRSF10B', 'BBC3', 'MDM2', 'FAS', 'PMAIP1', 'TP53', 'CASP3'}, number: 9
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'CASP3'}, number: 6
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'TP53', 'CASP3'}, number: 2
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PTEN', 'BBC3', 'TP53', 'MDM2'}, number: 4
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'CASP3'}, number: 6
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'CASP3'}, number: 6
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'TP53', 'CASP3'}, number: 2
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'TP53', 'CASP3'}, number: 2
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PTEN'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'CASP3'}, number: 6
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP3'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PTEN'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1', 'BBC3', 'TP53', 'TNFRSF10B'}, number: 4
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'TP53', 'CASP3'}, number: 2
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'DDB2', 'PTEN', 'CASP3'}, number: 8
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'TP53', 'CASP3', 'DDB2'}, number: 3
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'TP53', 'CASP3'}, number: 2
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'DDB2', 'PTEN', 'CASP3'}, number: 8
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1', 'BBC3', 'TP53', 'TNFRSF10B'}, number: 4
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'CASP3'}, number: 6
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'DDB2', 'CASP3'}, number: 7
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PTEN', 'TP53', 'MDM2'}, number: 3
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'DDB2', 'PTEN', 'CASP3'}, number: 8
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'DDB2', 'CASP3'}, number: 7
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'PMAIP1', 'DDB2', 'SERPINE1', 'ZMAT3', 'PTEN'}, number: 7
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'DDB2', 'PTEN', 'CASP3'}, number: 8
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/341, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'CASP3'}, number: 6
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CASP3'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PTEN', 'CASP3'}, number: 2
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PTEN', 'MDM2', 'SERPINE1'}, number: 3
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PTEN', 'TP53', 'MDM2'}, number: 3
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PTEN'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'CASP3'}, number: 6
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PTEN'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'CASP3'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CASP3'}, number: 1
Term: miRNA Regulation Of P53 Pathway In Prostate Cancer WP3982, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'TNFRSF10B', 'BBC3', 'MDM2', 'PMAIP1', 'TP53', 'CASP3'}, number: 6
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'CCND3', 'CDKN1A', 'TP53'}, number: 6
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TP53'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'CCND3', 'CDKN1A', 'TP53', 'CDC25A', 'ABL1'}, number: 8
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'TP53', 'CDKN1A'}, number: 3
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'CCND3', 'CDKN1A', 'TP53', 'CDC25A', 'ABL1'}, number: 8
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TP53'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'CCND3', 'CDKN1A', 'TP53', 'CDC25A', 'ABL1'}, number: 8
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'CCND3', 'CDKN1A', 'TP53', 'ABL1'}, number: 7
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'CCND3', 'CDKN1A', 'TP53', 'CDC25A', 'ABL1'}, number: 8
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'CCND3', 'CDKN1A', 'TP53', 'CDC25A', 'ABL1'}, number: 8
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'CCND3', 'CDKN1A', 'CDC25A'}, number: 6
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'CCND3', 'CDKN1A', 'TP53', 'CDC25A', 'ABL1'}, number: 8
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/341, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'CDKN1A'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'MYC', 'CCNE1', 'CCND3', 'CDKN1A', 'TP53'}, number: 6
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'MYC'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CCNE1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MYC', 'TP53'}, number: 2
Section 5.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 5.5.5.

final_geneoverlaptable_C1=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs,orient='index')
Section 5.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 27. Lastly, we calculate the percent overlap and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count= {}

for index, row in exploded_df_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count:
            variable_count[unique_KE] = 1
    else:
            variable_count[unique_KE] += 1

Step 28. The result is converted into a dataframe and added to the final dataframe.

variable_count_df=pd.DataFrame.from_dict(variable_count,orient='index')
reset_variable_count_df = variable_count_df.reset_index()
Reset_variable_count_df=reset_variable_count_df.copy()
Reset_variable_count_df.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C1=final_geneoverlaptable_C1.reset_index(level=[1])
Genesetoverlaptable_C1.reset_index(inplace=True)
Genesetoverlaptable_C1.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C1=pd.merge(Reset_variable_count_df,Genesetoverlaptable_C1, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C1.loc[:,'Percent geneset overlap']= tabulation_C1.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C1.to_excel('geneoverlap-calculation-BisphenolA100uM.xlsx')

Section 6. Comparison 3: Bisphenol A 1uM

Section 6.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 3.

Step 29. The table containing the differential expressed genes for Bisphenol A 1uM to control is loaded with the filter for significance.

Comparison3_DEG= pd.read_csv("C:/Users/shaki/Downloads/BackgroundORA_EGEOD69851/GSE69844.BisphenolA-1uM.tsv",sep='\t')
Comparison3_DEG = Comparison3_DEG.drop(Comparison3_DEG[Comparison3_DEG['Entrez.Gene']== '---'].index)
Comparison_3_DEG= Comparison3_DEG[Comparison3_DEG['padj'] < 0.05]
Comparison_3_DEG = Comparison_3_DEG.copy()  
Comparison_3_DEG['Entrez.Gene'] = Comparison_3_DEG['Entrez.Gene'].astype(str)

Step 30. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C3= pd.merge(mergeddataframe,Comparison_3_DEG, on='Entrez.Gene')

Step 31. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count3= {}

for index, row in merged_dataframe_DEG_C3.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count3:
            variable_n_dictionary_count3[unique_KE] = 1
        else:
            variable_n_dictionary_count3[unique_KE] += 1

print("The total number of significant genes: ")
The total number of significant genes: 

Step 32. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe3=pd.DataFrame.from_dict(variable_n_dictionary_count3,orient='index')
n_variable_dataframe3

0
https://identifiers.org/aop.events/486 6
https://identifiers.org/aop.events/875 40
https://identifiers.org/aop.events/2007 34
https://identifiers.org/aop.events/1495 36
https://identifiers.org/aop.events/105 15
... ...
https://identifiers.org/aop.events/1820 10
https://identifiers.org/aop.events/896 18
https://identifiers.org/aop.events/1549 24
https://identifiers.org/aop.events/357 9
https://identifiers.org/aop.events/352 89

97 rows × 1 columns

n_variable_dataframe3_reset = n_variable_dataframe3.reset_index()
n_variable_dataframe3_reset.columns = ['KEID', 'n']
n_variable_dataframe3_reset

KEID n
0 https://identifiers.org/aop.events/486 6
1 https://identifiers.org/aop.events/875 40
2 https://identifiers.org/aop.events/2007 34
3 https://identifiers.org/aop.events/1495 36
4 https://identifiers.org/aop.events/105 15
... ... ...
92 https://identifiers.org/aop.events/1820 10
93 https://identifiers.org/aop.events/896 18
94 https://identifiers.org/aop.events/1549 24
95 https://identifiers.org/aop.events/357 9
96 https://identifiers.org/aop.events/352 89

97 rows × 2 columns

merged_dataframe4= pd.merge(merged_dataframe_DEG_C3, n_variable_dataframe3_reset, on='KEID')

Section 6.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 33. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Comparison3_DEG.index)
B
48786

Step 34. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison3_DEG_filtered=Comparison3_DEG[Comparison3_DEG['padj'] < 0.05]
b=len(Comparison3_DEG_filtered)
b
3472

Section 6.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 35. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

DEG_in_DEGtable3 = set(Comparison_3_DEG['Entrez.Gene'])
genecolum_aopnetwork= nodetable[nodetable['CTL.Type'] == 'gene']
set1_DEG_in_AOP_network= set(genecolum_aopnetwork['CTL.GeneID'])
DEGS_present_in_AOPnetwork = list(DEG_in_DEGtable3 & set1_DEG_in_AOP_network)
len(DEGS_present_in_AOPnetwork)
398
Final_dataframe_ES= merged_dataframe4.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([48786 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_genes_in_network']=pd.Series([2739 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_DEG_present_in_network']=pd.Series([398 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([3472 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES2=Final_Dataframe_ES.copy()

Step 36. The following for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES2.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES2.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES2

KEID N n B Number_genes_in_network Number_DEG_present_in_network b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 6 48786 2739 398 3472 0.6535473154002786
1 https://identifiers.org/aop.events/875 169 40 48786 2739 398 3472 3.325743735173015
2 https://identifiers.org/aop.events/2007 184 34 48786 2739 398 3472 2.5964298236826284
3 https://identifiers.org/aop.events/1495 253 36 48786 2739 398 3472 1.9993898107502597
4 https://identifiers.org/aop.events/105 165 15 48786 2739 398 3472 1.277387934645999
... ... ... ... ... ... ... ... ...
92 https://identifiers.org/aop.events/1820 57 10 48786 2739 398 3472 2.465134610720349
93 https://identifiers.org/aop.events/896 82 18 48786 2739 398 3472 3.084424525120827
94 https://identifiers.org/aop.events/1549 101 24 48786 2739 398 3472 3.3389149974905323
95 https://identifiers.org/aop.events/357 21 9 48786 2739 398 3472 6.021971691902567
96 https://identifiers.org/aop.events/352 398 89 48786 2739 398 3472 3.142117557835259

97 rows × 8 columns

Step 37. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe3=[]

for index, row in Copy_Final_DataFrame_ES2.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe3.append(p)
             
Hypergeometricpvalue_dataframe3=pd.DataFrame(p_value_dataframe3)
Hypergeometricpvalue_dataframe3.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe3

Hypergeometric p-value
0 8.407414e-02
1 8.444912e-12
2 1.826530e-07
3 3.241429e-05
4 6.854453e-02
... ...
92 4.460886e-03
93 1.115448e-05
94 9.727935e-08
95 5.633536e-06
96 1.742962e-22

97 rows × 1 columns

merged_finaltable_AgNp_24h=pd.concat([Copy_Final_DataFrame_ES2,Hypergeometricpvalue_dataframe3],axis=1)

Section 6.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 38. Lastly, we filter the results to showcase the significant KEs for the comparison: Bisphenol A 1uM.

filteredversion_C3= merged_finaltable_AgNp_24h[(merged_finaltable_AgNp_24h['Enrichmentscore']>str(1))& (merged_finaltable_AgNp_24h['Hypergeometric p-value'] < 0.05)]
filteredversion_C3.to_excel('filtered-versionC3.xlsx')
SignificantKE_list3=filteredversion_C3['KEID'].tolist()

Section 6.5. Calculation of percent gene overlap to ORA

Section 6.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 39. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable3 = mergeddataframe_final[mergeddataframe_final['KEID'].isin(SignificantKE_list3)]
Section 6.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 40. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA3 = pd.read_csv("C:/Users/shaki/Downloads/GEOD69851_ORApathwaytable/Comparison3-BisphenolA-1.txt", sep='\t')
datafileORA3=pd.DataFrame(datafile_ORA3)
filtereddatafileORA_3=datafileORA3[datafileORA3['Adjusted P-value'] < 0.05]
filtereddatafileORA_3

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 7.703601e-13 5.870144e-10 0 0 2.452877 68.415450 ATF2;CTNND1;PLOD3;ICAM1;ACTG1;CCND1;CFL1;BSG;C...
1 WikiPathways_2024_Human Cholesterol Metabolism WP5304 4.644690e-09 1.769627e-06 0 0 4.924623 94.491410 SCARB1;IDI1;LRP1;SAR1B;LPL;LCAT;HMGCR;LIPA;ACA...
2 WikiPathways_2024_Human Sterol Regulatory Element Binding Proteins SRE... 2.265386e-08 5.754080e-06 0 0 4.627092 81.450400 SCARB1;IDI1;SEC23A;PRKAA1;SAR1B;LPL;HMGCR;MED1...
3 WikiPathways_2024_Human Enterocyte Cholesterol Metabolism WP5333 5.665060e-08 9.998716e-06 0 0 7.456660 124.424500 IDI1;FDPS;ABCG8;DGAT1;HMGCS1;SAR1B;CYP51A1;DHC...
4 WikiPathways_2024_Human Pathways Affected In Adenoid Cystic Carcinoma ... 6.560837e-08 9.998716e-06 0 0 4.907540 81.168560 SMARCE1;CEBPA;MAP2K2;MYCBP;SRCAP;PRKDC;CTBP1;M...
... ... ... ... ... ... ... ... ... ...
155 WikiPathways_2024_Human Transcription Factors Regulate miRNAs Cardiac ... 9.389955e-03 4.557418e-02 0 0 7.421362 34.643770 PPP3R1;AKT2;STAT3;AKT1
156 WikiPathways_2024_Human Cytosine Methylation WP3585 9.389955e-03 4.557418e-02 0 0 7.421362 34.643770 MBD3;DNMT1;IDH1;IDH2
157 WikiPathways_2024_Human Apoptosis Modulation And Signaling WP1772 1.017737e-02 4.898825e-02 0 0 1.998447 9.168052 JUN;BBC3;TNFRSF1A;NFKBIA;CASP7;MAPK8;CAPNS1;CA...
158 WikiPathways_2024_Human Host Pathogen Interaction Of Human CoV Interfe... 1.022196e-02 4.898825e-02 0 0 2.906997 13.323400 NFKBIA;MAPK8;JUN;MAVS;TBK1;IRF3;TYK2;IRF9;JAK1
159 WikiPathways_2024_Human Circadian Rhythm Genes WP3594 1.037989e-02 4.943422e-02 0 0 1.613597 7.370726 KDM5A;SUV39H2;PRKAA1;HDAC2;DDC;PRKDC;MAGED1;PT...

160 rows × 9 columns

dropped_datafileORA_df3=filtereddatafileORA_3.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf3=dropped_datafileORA_df3.copy()
droppeddatafileORAdf3['Genes']= droppeddatafileORAdf3['Genes'].replace({';':','},regex=True)
df3_ORApathwaytable=droppeddatafileORAdf3.copy()
df3_ORApathwaytable['Genes'] = df3_ORApathwaytable['Genes'].astype(str)
df3_ORApathwaytable['Genes'] = df3_ORApathwaytable['Genes'].str.split(',')
exploded_df3_ORApathwaytable = df3_ORApathwaytable.explode('Genes', ignore_index=True)
Section 6.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 41. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets3 = exploded_df3_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets3 = significantKEID_genetable3.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs3 = {}

for term, ORA_genes in ORA_gene_sets3.items():
    for KEID, KEID_genes in SignificantKE_gene_sets3.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs3[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs3:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs3.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
IOPub data rate exceeded.
The Jupyter server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--ServerApp.iopub_data_rate_limit`.

Current values:
ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
ServerApp.rate_limit_window=3.0 (secs)
Section 6.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 7.5.5.

final_geneoverlaptable_C3=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs3,orient='index')
Section 6.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 42. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count3= {}

for index, row in exploded_df3_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count3:
            variable_count3[unique_KE] = 1
    else:
            variable_count3[unique_KE] += 1

Step 43. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df3=pd.DataFrame.from_dict(variable_count3,orient='index')
reset_variable_count_df3 = variable_count_df3.reset_index()
reset_variable_count_df3.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C3=final_geneoverlaptable_C3.reset_index(level=[1])
Genesetoverlaptable_C3.reset_index(inplace=True)
Genesetoverlaptable_C3.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C3=pd.merge(reset_variable_count_df3,Genesetoverlaptable_C3, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C3.loc[:,'Percent geneset overlap']= tabulation_C3.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C3.to_excel('geneoverlap-calculation-BisphenolA1uM.xlsx')

Section 7. Comparison 4: Farnesol 100uM

Section 7.1 Calculation of n variable

In this section, variable n will be calculated for the comparison:4.

Step 44. The table containing the differential expressed genes for comparison 4 is loaded with the filter for significance.

Comparison4_DEG= pd.read_csv("C:/Users/shaki/Downloads/BackgroundORA_EGEOD69851/GSE69844.Farnesol-100uM.tsv",sep='\t')
Comparison4_DEG = Comparison4_DEG.drop(Comparison4_DEG[Comparison4_DEG['Entrez.Gene']== '---'].index)
Comparison_4_DEG= Comparison4_DEG[Comparison4_DEG['padj'] < 0.05]
Comparison_4_DEG = Comparison_4_DEG.copy()  
Comparison_4_DEG['Entrez.Gene'] = Comparison_4_DEG['Entrez.Gene'].astype(str)

Step 45. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C4= pd.merge(mergeddataframe,Comparison_4_DEG, on='Entrez.Gene')
merged_dataframe_DEG_C4

KEID WPtitle WPID Gene.Symbol_x Entrez.Gene N ID padj P.Value t B logFC Gene.Symbol_y GB_LIST SPOT_ID
0 https://identifiers.org/aop.events/1270 PPAR signaling WP3942 ANGPTL4 51129 72 11716630_a_at 0.03269 0.000003 8.326084 4.03872 0.701 ANGPTL4 NM_001039667,NM_139314 NaN
1 https://identifiers.org/aop.events/209 PPAR signaling WP3942 ANGPTL4 51129 617 11716630_a_at 0.03269 0.000003 8.326084 4.03872 0.701 ANGPTL4 NM_001039667,NM_139314 NaN

Step 46. The following for loop for the key events to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count4= {}

for index, row in merged_dataframe_DEG_C4.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count4:
            variable_n_dictionary_count4[unique_KE] = 1
        else:
            variable_n_dictionary_count4[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count4)
The total number of significant genes: 
{'https://identifiers.org/aop.events/1270': 1, 'https://identifiers.org/aop.events/209': 1}

Step 47. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe4=pd.DataFrame.from_dict(variable_n_dictionary_count4,orient='index')
n_variable_dataframe4

0
https://identifiers.org/aop.events/1270 1
https://identifiers.org/aop.events/209 1
n_variable_dataframe4_reset = n_variable_dataframe4.reset_index()
n_variable_dataframe4_reset.columns = ['KEID', 'n']
n_variable_dataframe4_reset

KEID n
0 https://identifiers.org/aop.events/1270 1
1 https://identifiers.org/aop.events/209 1
merged_dataframe4= pd.merge(merged_dataframe_DEG_C4, n_variable_dataframe4_reset, on='KEID')

Section 7.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 48. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Comparison4_DEG.index)
B
48786

Step 49. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison4_DEG_filtered=Comparison4_DEG[Comparison4_DEG['padj'] < 0.05]
b=len(Comparison4_DEG_filtered)
b
4

Section 7.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 50. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

DEG_in_DEGtable4 = set(Comparison_4_DEG['Entrez.Gene'])
genecolum_aopnetwork= nodetable[nodetable['CTL.Type'] == 'gene']
set1_DEG_in_AOP_network= set(genecolum_aopnetwork['CTL.GeneID'])
DEGS_present_in_AOPnetwork = list(DEG_in_DEGtable4 & set1_DEG_in_AOP_network)
len(DEGS_present_in_AOPnetwork)
1
Final_dataframe_ES= merged_dataframe4.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([48786 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_genes_in_network']=pd.Series([2739 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_DEG_present_in_network']=pd.Series([1 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([4 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES3=Final_Dataframe_ES.copy()

Step 51. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES3.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES3.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES3

KEID N n B Number_genes_in_network Number_DEG_present_in_network b Enrichmentscore
0 https://identifiers.org/aop.events/1270 72 1 48786 2739 1 4 169.39583333333334
1 https://identifiers.org/aop.events/209 617 1 48786 2739 1 4 19.76742301458671

Step 52. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe4=[]

for index, row in Copy_Final_DataFrame_ES3.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe4.append(p)
             
Hypergeometricpvalue_dataframe4=pd.DataFrame(p_value_dataframe4)
Hypergeometricpvalue_dataframe4.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe4

Hypergeometric p-value
0 0.005878
1 0.048696
merged_finaltable4=pd.concat([Copy_Final_DataFrame_ES3,Hypergeometricpvalue_dataframe4],axis=1)

Section 7.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 53. Lastly, we filter the results to showcase the significant KEs for comparison 4.

filteredversion_C4= merged_finaltable4[(merged_finaltable4['Enrichmentscore']>str(1))& (merged_finaltable4['Hypergeometric p-value'] < 0.05)]
filteredversion_C4.to_excel('filteredversionC4.xlsx')
SignificantKE_list4=filteredversion_C4['KEID'].tolist()

Section 7.5. Calculation of percent gene overlap to ORA

Section 7.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 54. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable4 = mergeddataframe_final[mergeddataframe_final['KEID'].isin(SignificantKE_list4)]
significantKEIDgenetable4=significantKEID_genetable4.drop(columns={'WPtitle','ID'})
Section 7.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 55. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA4 = pd.read_csv("C:/Users/shaki/Downloads/GEOD69851_ORApathwaytable/Comparison4-Farnesol-100.txt", sep='\t')
datafileORA4=pd.DataFrame(datafile_ORA4)
filtereddatafileORA_4=datafileORA4[datafileORA4['Adjusted P-value'] < 0.05]
dropped_datafileORA_df4=filtereddatafileORA_4.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf4=dropped_datafileORA_df4.copy()
droppeddatafileORAdf4['Genes']= droppeddatafileORAdf4['Genes'].replace({';':','},regex=True)
df4_ORApathwaytable=droppeddatafileORAdf4.copy()
df4_ORApathwaytable['Genes'] = df4_ORApathwaytable['Genes'].astype(str)
df4_ORApathwaytable['Genes'] = df4_ORApathwaytable['Genes'].str.split(',')
exploded_df4_ORApathwaytable = df4_ORApathwaytable.explode('Genes', ignore_index=True)
Section 7.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 56. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets4 = exploded_df4_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets4 = significantKEIDgenetable4.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs4 = {}

for term, ORA_genes in ORA_gene_sets4.items():
    for KEID, KEID_genes in SignificantKE_gene_sets4.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs4[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs4:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs4.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/1270: 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/209: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1270: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/209: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1270: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/209: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1270: 1 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/209: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1270: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 1 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1270: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/209: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1270: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1270: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/209: 1 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1270: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/209: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1270: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/209: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Section 7.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 8.5.5.

final_geneoverlaptable_C4=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs4,orient='index')
Section 7.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 57. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count4= {}

for index, row in exploded_df4_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count4:
            variable_count4[unique_KE] = 1
    else:
            variable_count4[unique_KE] += 1

print("The total number of genes: ")
print(variable_count4)
The total number of genes: 
{'Nuclear Receptors Meta Pathway WP2882': 2, 'Familial Hyperlipidemia Type 1 WP5108': 1, 'Effect Of Progerin On Genes Involved In Progeria WP4320': 1, 'Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614': 1, 'Aryl Hydrocarbon Receptor Pathway WP2873': 1, 'PPAR Signaling WP3942': 1, 'Glucocorticoid Receptor Pathway WP2880': 1, '22Q11 2 Copy Number Variation Syndrome WP4657': 1, 'Myometrial Relaxation And Contraction Pathways WP289': 1, 'Vitamin D Receptor Pathway WP2877': 1}

Step 58. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df4=pd.DataFrame.from_dict(variable_count4,orient='index')
reset_variable_count_df4 = variable_count_df4.reset_index()
reset_variable_count_df4.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C4=final_geneoverlaptable_C4.reset_index(level=[1])
Genesetoverlaptable_C4.reset_index(inplace=True)
Genesetoverlaptable_C4.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C4=pd.merge(reset_variable_count_df4,Genesetoverlaptable_C4, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C4.loc[:,'Percent geneset overlap']= tabulation_C4.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C4.to_excel('geneoverlap-calculation-Farnesol100uM.xlsx')

Section 8. Comparison 5: Tetrachlorodibenzo p-dioxin 100nM

Section 8.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 3.

Step 59. The table containing the differential expressed genes for Bisphenol A 1uM to control is loaded with the filter for significance.

Comparison5_DEG= pd.read_csv("C:/Users/shaki/Downloads/BackgroundORA_EGEOD69851/GSE69844.Tetrachlorodibenzopdioxin-100nM.tsv",sep='\t')
Comparison5_DEG = Comparison5_DEG.drop(Comparison5_DEG[Comparison5_DEG['Entrez.Gene']== '---'].index)
Comparison_5_DEG= Comparison5_DEG[Comparison5_DEG['padj'] < 0.05]
Comparison_5_DEG = Comparison_5_DEG.copy()  
Comparison_5_DEG['Entrez.Gene'] = Comparison_5_DEG['Entrez.Gene'].astype(str)

Step 60. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C5= pd.merge(mergeddataframe,Comparison_5_DEG, on='Entrez.Gene')

Step 61. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count5= {}

for index, row in merged_dataframe_DEG_C5.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count5:
            variable_n_dictionary_count5[unique_KE] = 1
        else:
            variable_n_dictionary_count5[unique_KE] += 1

print("The total number of significant genes: ")
The total number of significant genes: 

Step 62. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe5=pd.DataFrame.from_dict(variable_n_dictionary_count5,orient='index')
n_variable_dataframe5

0
https://identifiers.org/aop.events/486 9
https://identifiers.org/aop.events/875 3
https://identifiers.org/aop.events/2007 1
https://identifiers.org/aop.events/1495 4
https://identifiers.org/aop.events/1668 3
... ...
https://identifiers.org/aop.events/1670 1
https://identifiers.org/aop.events/1090 16
https://identifiers.org/aop.events/1841 2
https://identifiers.org/aop.events/1549 2
https://identifiers.org/aop.events/352 7

67 rows × 1 columns

n_variable_dataframe5_reset = n_variable_dataframe5.reset_index()
n_variable_dataframe5_reset.columns = ['KEID', 'n']
n_variable_dataframe5_reset

KEID n
0 https://identifiers.org/aop.events/486 9
1 https://identifiers.org/aop.events/875 3
2 https://identifiers.org/aop.events/2007 1
3 https://identifiers.org/aop.events/1495 4
4 https://identifiers.org/aop.events/1668 3
... ... ...
62 https://identifiers.org/aop.events/1670 1
63 https://identifiers.org/aop.events/1090 16
64 https://identifiers.org/aop.events/1841 2
65 https://identifiers.org/aop.events/1549 2
66 https://identifiers.org/aop.events/352 7

67 rows × 2 columns

merged_dataframe5= pd.merge(merged_dataframe_DEG_C5, n_variable_dataframe5_reset, on='KEID')

Section 8.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 63. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Comparison5_DEG.index)
B
48786

Step 64. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison5_DEG_filtered=Comparison5_DEG[Comparison5_DEG['padj'] < 0.05]
b=len(Comparison5_DEG_filtered)
b
148

Section 8.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 65. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

DEG_in_DEGtable5 = set(Comparison_5_DEG['Entrez.Gene'])
genecolum_aopnetwork= nodetable[nodetable['CTL.Type'] == 'gene']
set1_DEG_in_AOP_network= set(genecolum_aopnetwork['CTL.GeneID'])
DEGS_present_in_AOPnetwork = list(DEG_in_DEGtable5 & set1_DEG_in_AOP_network)
len(DEGS_present_in_AOPnetwork)
28
Final_dataframe_ES= merged_dataframe5.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([48786 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_genes_in_network']=pd.Series([2739 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_DEG_present_in_network']=pd.Series([28 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([148 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES4=Final_Dataframe_ES.copy()

Step 66. The following for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES4.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES4.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES4

KEID N n B Number_genes_in_network Number_DEG_present_in_network b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 9 48786 2739 28 148 22.9978001257071
1 https://identifiers.org/aop.events/875 169 3 48786 2739 28 148 5.851511274588198
2 https://identifiers.org/aop.events/2007 184 1 48786 2739 28 148 1.7914952996474736
3 https://identifiers.org/aop.events/1495 253 4 48786 2739 28 148 5.211622689883559
4 https://identifiers.org/aop.events/1668 156 3 48786 2739 28 148 6.339137214137215
... ... ... ... ... ... ... ... ...
62 https://identifiers.org/aop.events/1670 88 1 48786 2739 28 148 3.7458538083538087
63 https://identifiers.org/aop.events/1090 459 16 48786 2739 28 148 11.490549372902315
64 https://identifiers.org/aop.events/1841 17 2 48786 2739 28 148 38.78060413354531
65 https://identifiers.org/aop.events/1549 101 2 48786 2739 28 148 6.527428418517528
66 https://identifiers.org/aop.events/352 398 7 48786 2739 28 148 5.797602879261171

67 rows × 8 columns

Step 67. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe5=[]

for index, row in Copy_Final_DataFrame_ES4.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe5.append(p)
             
Hypergeometricpvalue_dataframe5=pd.DataFrame(p_value_dataframe5)
Hypergeometricpvalue_dataframe5.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe5

Hypergeometric p-value
0 2.471628e-10
1 1.317849e-02
2 3.209927e-01
3 6.480223e-03
4 1.075949e-02
... ...
62 2.052703e-01
63 9.487512e-13
64 1.188525e-03
65 3.429975e-02
66 1.956950e-04

67 rows × 1 columns

merged_finaltable_C5=pd.concat([Copy_Final_DataFrame_ES4,Hypergeometricpvalue_dataframe5],axis=1)

Section 8.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 68. Lastly, we filter the results to showcase the significant KEs for comparison 5.

filteredversion_C5= merged_finaltable_C5[(merged_finaltable_C5['Enrichmentscore']>str(1))& (merged_finaltable_C5['Hypergeometric p-value'] < 0.05)]
filteredversion_C5.to_excel('filteredversionC5.xlsx')
SignificantKE_list5=filteredversion_C5['KEID'].tolist()

Section 8.5. Calculation of percent gene overlap to ORA

Section 8.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 69. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable5 = mergeddataframe_final[mergeddataframe_final['KEID'].isin(SignificantKE_list5)]
Section 7.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 70. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA5 = pd.read_csv("C:/Users/shaki/Downloads/GEOD69851_ORApathwaytable/Comparison5-Tpdioxin-100.txt", sep='\t')
datafileORA5=pd.DataFrame(datafile_ORA5)
filtereddatafileORA_5=datafileORA5[datafileORA5['Adjusted P-value'] < 0.05]
dropped_datafileORA_df5=filtereddatafileORA_5.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf5=dropped_datafileORA_df5.copy()
droppeddatafileORAdf5['Genes']= droppeddatafileORAdf5['Genes'].replace({';':','},regex=True)
df5_ORApathwaytable=droppeddatafileORAdf5.copy()
df5_ORApathwaytable['Genes'] = df5_ORApathwaytable['Genes'].astype(str)
df5_ORApathwaytable['Genes'] = df5_ORApathwaytable['Genes'].str.split(',')
exploded_df5_ORApathwaytable = df5_ORApathwaytable.explode('Genes', ignore_index=True)
Section 8.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 71. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets5 = exploded_df5_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets5 = significantKEID_genetable5.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs5 = {}

for term, ORA_genes in ORA_gene_sets5.items():
    for KEID, KEID_genes in SignificantKE_gene_sets5.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs5[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs5:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs5.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1087: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1090: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1115: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1262: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1271: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1365: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1392: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1488: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/149: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1493: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1495: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1496: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1497: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1498: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1500: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1538: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1539: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1549: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1575: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1579: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1633: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1668 : 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1669: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1750: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1814 : 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1817: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1818: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1819: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1841: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1848: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/188: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1901: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1917: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1944: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1945: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/195: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/2006: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/2012: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/2013: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/202: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/209: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/244 : 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/249: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/265: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/352: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/381: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/386: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/388: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/41: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/457: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/459: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/484: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/486: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/52: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/55: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/618: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/68: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/875: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/890: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/898: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1087: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1090: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1115: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1262: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1271: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1365: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1392: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1488: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/149: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1493: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1495: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1496: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1497: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1498: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1500: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1538: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1539: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1549: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1575: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1579: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1633: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1668 : 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1669: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1750: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1814 : 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1817: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1818: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1819: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1841: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1848: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/188: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1901: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1917: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1944: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1945: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/195: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/2006: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/2012: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/2013: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/202: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/209: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/244 : 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/249: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/265: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/352: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/381: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/386: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/388: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/41: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/457: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/459: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/484: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/486: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/52: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/55: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/618: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/68: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/875: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/890: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/898: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1087: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1090: 2 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1115: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1262: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1271: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1365: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1392: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1488: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/149: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1493: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1495: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1496: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1497: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1498: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1500: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1538: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1539: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1549: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1575: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1579: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1633: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1668 : 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1669: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1750: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1814 : 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1817: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1818: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1819: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1841: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1848: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/188: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1901: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1917: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1944: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1945: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/195: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/2006: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/2012: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/2013: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/202: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/209: 2 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/244 : 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/249: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/265: 2 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/352: 2 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/381: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/386: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/388: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/41: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/457: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/459: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/484: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/486: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/52: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/55: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/618: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/68: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/875: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/890: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/898: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1087: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1090: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1115: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1262: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1271: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1365: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1392: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1488: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/149: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1493: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1495: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1496: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1497: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1498: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1500: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1538: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1539: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1549: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1575: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1579: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1633: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1668 : 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1669: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1750: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1814 : 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1817: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1818: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1819: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1841: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1848: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/188: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1901: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1917: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1944: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1945: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/195: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/2006: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/2012: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/2013: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/202: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/209: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/244 : 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/249: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/265: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/352: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/381: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/386: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/388: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/41: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/457: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/459: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/484: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/486: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/52: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/55: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/618: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/68: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/875: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/890: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/898: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1087: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1090: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1115: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1262: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1271: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1365: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1392: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1488: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/149: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1493: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1495: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1496: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1497: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1498: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1500: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1538: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1539: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1549: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1575: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1579: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1633: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1668 : 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1669: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1750: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1814 : 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1817: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1818: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1819: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1841: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1848: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/188: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1901: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1917: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1944: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1945: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/195: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/2006: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/2012: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/2013: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/202: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/209: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/244 : 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/249: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/265: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/352: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/381: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/386: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/388: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/41: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/457: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/459: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/484: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/486: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/52: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/55: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/618: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/68: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/875: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/890: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/898: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1087: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1090: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1115: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1262: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1271: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1365: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1392: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1488: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/149: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1493: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1495: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1496: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1497: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1498: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1500: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1538: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1539: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1549: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1575: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1579: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1633: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1668 : 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1669: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1750: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1814 : 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1817: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1818: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1819: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1841: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1848: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/188: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1901: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1917: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1944: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1945: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/195: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2006: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2012: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2013: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/202: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/209: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/244 : 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/249: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/265: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/352: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/381: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/386: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/388: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/41: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/457: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/459: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/484: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/486: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/52: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/55: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/618: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/68: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/875: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/890: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/898: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1087: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1090: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1115: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1262: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1271: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1365: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1392: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1488: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/149: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1493: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1495: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1496: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1497: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1498: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1500: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1538: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1539: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1549: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1575: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1579: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1633: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1668 : 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1669: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1750: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1814 : 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1817: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1818: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1819: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1841: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1848: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/188: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1901: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1917: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1944: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1945: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/195: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2006: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2012: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2013: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/202: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/209: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/244 : 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/249: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/265: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/352: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/381: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/386: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/388: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/41: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/457: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/459: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/484: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/486: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/52: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/55: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/618: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/68: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/875: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/890: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/898: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1087: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1090: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1115: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1262: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1271: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1365: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1392: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1488: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/149: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1493: 3 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1495: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1496: 3 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1497: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1498: 4 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1500: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1538: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1539: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1549: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1575: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1579: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1633: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1668 : 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1669: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1750: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1814 : 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1817: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1818: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1819: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1841: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1848: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/188: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1901: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1917: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1944: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1945: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/195: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/2006: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/2012: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/2013: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/202: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/209: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/244 : 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/249: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/265: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/352: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/381: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/386: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/388: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/41: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/457: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/459: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/484: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/486: 3 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/52: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/55: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/618: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/68: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/875: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/890: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/898: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1087: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1090: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1115: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1262: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1271: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1365: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1392: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1488: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/149: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1493: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1495: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1496: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1497: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1498: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1500: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1538: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1539: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1549: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1575: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1579: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1633: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1668 : 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1669: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1750: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1814 : 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1817: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1818: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1819: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1841: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1848: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/188: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1901: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1917: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1944: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1945: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/195: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/2006: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/2012: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/2013: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/202: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/209: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/244 : 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/249: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/265: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/352: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/381: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/386: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/388: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/41: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/457: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/459: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/484: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/486: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/52: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/55: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/618: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/68: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/875: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/890: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/898: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1087: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1090: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1115: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1262: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1271: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1365: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1392: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1488: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/149: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1493: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1495: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1496: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1497: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1498: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1500: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1538: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1539: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1549: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1575: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1579: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1633: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1668 : 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1669: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1750: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1814 : 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1817: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1818: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1819: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1841: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1848: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/188: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1901: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1917: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1944: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1945: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/195: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/2006: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/2012: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/2013: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/202: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/209: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/244 : 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/249: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/265: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/352: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/381: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/386: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/388: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/41: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/457: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/459: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/484: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/486: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/52: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/55: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/618: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/68: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/875: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/890: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/898: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1087: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1090: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1115: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1262: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1271: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1365: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1392: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1488: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/149: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1493: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1495: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1496: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1497: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1498: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1500: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1538: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1539: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1549: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1575: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1579: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1633: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1668 : 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1669: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1750: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1814 : 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1817: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1818: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1819: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1841: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1848: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/188: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1901: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1917: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1944: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1945: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/195: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/2006: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/2012: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/2013: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/202: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/209: 2 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/244 : 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/249: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/265: 2 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/352: 2 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/381: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/386: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/388: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/41: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/457: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/459: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/484: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/486: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/52: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/55: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/618: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/68: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/875: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/890: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/898: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1087: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1090: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1115: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1262: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1271: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1365: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1392: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1488: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/149: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1493: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1495: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1496: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1497: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1498: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1500: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1538: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1539: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1549: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1575: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1579: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1633: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1668 : 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1669: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1750: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1814 : 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1817: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1818: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1819: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1841: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1848: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/188: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1901: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1917: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1944: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1945: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/195: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2006: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2012: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2013: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/202: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/244 : 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/249: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/265: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/352: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/381: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/386: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/388: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/41: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/457: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/459: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/484: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/486: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/52: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/55: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/618: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/68: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/875: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/890: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/898: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1087: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1090: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1115: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1262: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1271: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1365: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1392: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1488: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/149: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1493: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1495: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1496: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1497: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1498: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1500: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1538: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1539: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1549: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1575: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1579: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1633: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1668 : 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1669: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1750: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1814 : 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1817: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1818: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1819: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1841: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1848: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/188: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1901: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1917: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1944: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1945: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/195: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2006: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2012: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2013: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/202: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/209: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/244 : 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/249: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/265: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/352: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/381: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/386: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/388: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/41: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/457: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/459: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/484: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/486: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/52: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/55: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/618: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/68: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/875: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/890: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/898: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1087: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1090: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1115: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1262: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1271: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1365: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1392: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1488: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/149: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1493: 2 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1495: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1496: 2 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1497: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1498: 2 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1500: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1538: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1539: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1549: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1575: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1579: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1633: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1668 : 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1669: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1750: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1814 : 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1817: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1818: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1819: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1841: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1848: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/188: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1901: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1917: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1944: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1945: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/195: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/2006: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/2012: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/2013: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/202: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/209: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/244 : 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/249: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/265: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/352: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/381: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/386: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/388: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/41: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/457: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/459: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/484: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/486: 2 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/52: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/55: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/618: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/68: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/875: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/890: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/898: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1087: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1090: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1115: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1262: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1271: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1365: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1392: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1488: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/149: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1493: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1495: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1496: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1497: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1498: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1500: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1538: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1539: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1549: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1575: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1579: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1633: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1668 : 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1669: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1750: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1814 : 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1817: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1818: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1819: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1841: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1848: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/188: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1901: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1917: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1944: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/1945: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/195: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/2006: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/2012: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/2013: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/202: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/209: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/244 : 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/249: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/265: 3 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/352: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/381: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/386: 2 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/388: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/41: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/457: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/459: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/484: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/486: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/52: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/55: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/618: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/68: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/875: 1 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/890: 0 overlaps
IL26 Signaling WP5347 x https://identifiers.org/aop.events/898: 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1087: 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1090: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1115: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1262: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1271: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1365: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1392: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1488: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/149: 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1493: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1495: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1496: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1497: 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1498: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1500: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1538: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1539: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1549: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1575: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1579: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1633: 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1668 : 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1669: 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1750: 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1814 : 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1817: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1818: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1819: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1841: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1848: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/188: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1901: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1917: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1944: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/1945: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/195: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/2006: 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/2012: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/2013: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/202: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/209: 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/244 : 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/249: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/265: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/352: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/381: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/386: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/388: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/41: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/457: 1 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/459: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/484: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/486: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/52: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/55: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/618: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/68: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/875: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/890: 0 overlaps
Imatinib And Chronic Myeloid Leukemia WP3640 x https://identifiers.org/aop.events/898: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1087: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1090: 2 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1115: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1262: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1271: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1365: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1392: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1488: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/149: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1493: 3 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1495: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1496: 3 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1497: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1498: 3 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1500: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1538: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1539: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1549: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1575: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1579: 2 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1633: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1668 : 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1669: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1750: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1814 : 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1817: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1818: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1819: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1841: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1848: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/188: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1901: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1917: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1944: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/1945: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/195: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/2006: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/2012: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/2013: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/202: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/209: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/244 : 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/249: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/265: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/352: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/381: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/386: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/388: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/41: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/457: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/459: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/484: 1 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/486: 3 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/52: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/55: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/618: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/68: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/875: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/890: 0 overlaps
Immune Infiltration In Pancreatic Cancer WP5285 x https://identifiers.org/aop.events/898: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1087: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1090: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1115: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1262: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1271: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1365: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1392: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1488: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/149: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1493: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1495: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1496: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1497: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1498: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1500: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1538: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1539: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1549: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1575: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1579: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1633: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1668 : 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1669: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1750: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1814 : 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1817: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1818: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1819: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1841: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1848: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/188: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1901: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1917: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1944: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/1945: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/195: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/2006: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/2012: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/2013: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/202: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/209: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/244 : 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/249: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/265: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/352: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/381: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/386: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/388: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/41: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/457: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/459: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/484: 1 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/486: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/52: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/55: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/618: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/68: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/875: 2 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/890: 0 overlaps
Immune Response To Tuberculosis WP4197 x https://identifiers.org/aop.events/898: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1087: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1090: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1115: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1262: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1271: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1365: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1392: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1488: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/149: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1493: 2 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1495: 2 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1496: 2 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1497: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1498: 3 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1500: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1538: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1539: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1549: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1575: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1579: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1633: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1668 : 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1669: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1750: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1814 : 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1817: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1818: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1819: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1841: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1848: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/188: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1901: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1917: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1944: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/1945: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/195: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/2006: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/2012: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/2013: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/202: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/209: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/244 : 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/249: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/265: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/352: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/381: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/386: 2 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/388: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/41: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/457: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/459: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/484: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/486: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/52: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/55: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/618: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/68: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/875: 1 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/890: 0 overlaps
Inflammatory Bowel Disease Signaling WP5198 x https://identifiers.org/aop.events/898: 1 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1087: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1090: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1115: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1262: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1271: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1365: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1392: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1488: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/149: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1493: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1495: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1496: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1497: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1498: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1500: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1538: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1539: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1549: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1575: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1579: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1633: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1668 : 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1669: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1750: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1814 : 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1817: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1818: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1819: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1841: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1848: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/188: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1901: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1917: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1944: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1945: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/195: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/2006: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/2012: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/2013: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/202: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/209: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/244 : 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/249: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/265: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/352: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/381: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/386: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/388: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/41: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/457: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/459: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/484: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/486: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/52: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/55: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/618: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/68: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/875: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/890: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/898: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1087: 1 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1090: 1 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1115: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1262: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1271: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1365: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1392: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1488: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/149: 1 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1493: 2 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1495: 1 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1496: 2 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1497: 1 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1498: 2 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1500: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1538: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1539: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1549: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1575: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1579: 1 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1633: 1 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1668 : 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1669: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1750: 1 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1814 : 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1817: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1818: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1819: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1841: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1848: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/188: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1901: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1917: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1944: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/1945: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/195: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/2006: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/2012: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/2013: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/202: 1 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/209: 1 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/244 : 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/249: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/265: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/352: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/381: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/386: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/388: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/41: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/457: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/459: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/484: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/486: 2 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/52: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/55: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/618: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/68: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/875: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/890: 0 overlaps
Lung Pathology Of COVID 19 WP5146 x https://identifiers.org/aop.events/898: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1087: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1090: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1115: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1262: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1271: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1365: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1392: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1488: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/149: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1493: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1495: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1496: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1497: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1498: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1500: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1538: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1539: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1549: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1575: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1579: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1633: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1668 : 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1669: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1750: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1814 : 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1817: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1818: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1819: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1841: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1848: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/188: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1901: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1917: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1944: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1945: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/195: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/2006: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/2012: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/2013: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/202: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/209: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/244 : 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/249: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/265: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/352: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/381: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/386: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/388: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/41: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/457: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/459: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/484: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/486: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/52: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/55: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/618: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/68: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/875: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/890: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/898: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1087: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1090: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1115: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1262: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1271: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1365: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1392: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1488: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/149: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1493: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1495: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1496: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1497: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1498: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1500: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1538: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1539: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1549: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1575: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1579: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1633: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1668 : 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1669: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1750: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1814 : 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1817: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1818: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1819: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1841: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1848: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/188: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1901: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1917: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1944: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1945: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/195: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/2006: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/2012: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/2013: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/202: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/209: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/244 : 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/249: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/265: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/352: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/381: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/386: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/388: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/41: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/457: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/459: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/484: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/486: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/52: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/55: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/618: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/68: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/875: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/890: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/898: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1087: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1090: 3 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1115: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1262: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1271: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1365: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1392: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1488: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/149: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1493: 5 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1495: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1496: 5 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1497: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1498: 5 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1500: 3 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1538: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1539: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1549: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1575: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1579: 3 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1633: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1668 : 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1669: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1750: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1814 : 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1817: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1818: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1819: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1841: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1848: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/188: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1901: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1917: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1944: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1945: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/195: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/2006: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/2012: 3 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/2013: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/202: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/209: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/244 : 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/249: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/265: 3 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/352: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/381: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/386: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/388: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/41: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/457: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/459: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/484: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/486: 3 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/52: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/55: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/618: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/68: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/875: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/890: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/898: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1087: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1090: 3 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1115: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1262: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1271: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1365: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1392: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1488: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/149: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1493: 3 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1495: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1496: 3 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1497: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1498: 4 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1500: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1538: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1539: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1549: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1575: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1579: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1633: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1668 : 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1669: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1750: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1814 : 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1817: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1818: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1819: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1841: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1848: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/188: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1901: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1917: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1944: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1945: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/195: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/2006: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/2012: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/2013: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/202: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/209: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/244 : 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/249: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/265: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/352: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/381: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/386: 3 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/388: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/41: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/457: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/459: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/484: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/486: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/52: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/55: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/618: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/68: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/875: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/890: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/898: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1087: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1090: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1115: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1262: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1271: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1365: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1488: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/149: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1493: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1495: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1496: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1497: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1498: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1500: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1538: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1539: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1549: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1575: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1579: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1633: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1668 : 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1669: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1750: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1814 : 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1817: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1818: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1819: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1841: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1848: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/188: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1901: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1944: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1945: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/195: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2006: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2012: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2013: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/202: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244 : 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/249: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/265: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/352: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/381: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/386: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/388: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/457: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/459: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/484: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/486: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/52: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/55: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/618: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/68: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/875: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/890: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/898: 1 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1087: 1 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1090: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1115: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1262: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1271: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1365: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1392: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1488: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/149: 1 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1493: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1495: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1496: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1497: 1 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1498: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1500: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1538: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1539: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1549: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1575: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1579: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1633: 1 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1668 : 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1669: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1750: 1 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1814 : 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1817: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1818: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1819: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1841: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1848: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/188: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1901: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1917: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1944: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/1945: 1 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/195: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/2006: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/2012: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/2013: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/202: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/209: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/244 : 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/249: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/265: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/352: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/381: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/386: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/388: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/41: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/457: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/459: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/484: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/486: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/52: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/55: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/618: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/68: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/875: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/890: 0 overlaps
Omega 3 Omega 6 Fatty Acid Synthesis WP4723 x https://identifiers.org/aop.events/898: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1087: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1090: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1115: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1262: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1271: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1365: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1392: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1488: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/149: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1493: 3 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1495: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1496: 3 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1497: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1498: 3 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1500: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1538: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1539: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1549: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1575: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1579: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1633: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1668 : 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1669: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1750: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1814 : 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1817: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1818: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1819: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1841: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1848: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/188: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1901: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1917: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1944: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1945: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/195: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/2006: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/2012: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/2013: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/202: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/209: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/244 : 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/249: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/265: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/352: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/381: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/386: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/388: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/41: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/457: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/459: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/484: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/486: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/52: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/55: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/618: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/68: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/875: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/890: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/898: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1087: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1090: 3 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1115: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1262: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1271: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1365: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1392: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1488: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/149: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1493: 5 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1495: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1496: 5 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1497: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1498: 5 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1500: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1538: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1539: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1549: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1575: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1579: 2 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1633: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1668 : 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1669: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1750: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1814 : 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1817: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1818: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1819: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1841: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1848: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/188: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1901: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1917: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1944: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1945: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/195: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/2006: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/2012: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/2013: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/202: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/209: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/244 : 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/249: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/265: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/352: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/381: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/386: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/388: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/41: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/457: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/459: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/484: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/486: 5 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/52: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/55: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/618: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/68: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/875: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/890: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/898: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1087: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1090: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1115: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1262: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1271: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1365: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1392: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1488: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/149: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1493: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1495: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1496: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1497: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1498: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1500: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1538: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1539: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1549: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1575: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1579: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1633: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1668 : 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1669: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1750: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1814 : 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1817: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1818: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1819: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1841: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1848: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/188: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1901: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1917: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1944: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1945: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/195: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/2006: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/2012: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/2013: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/202: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/209: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/244 : 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/249: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/265: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/352: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/381: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/386: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/388: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/41: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/457: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/459: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/484: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/486: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/52: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/55: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/618: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/68: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/875: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/890: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/898: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1087: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1090: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1115: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1262: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1271: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1365: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1392: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1488: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/149: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1493: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1495: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1496: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1497: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1498: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1500: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1538: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1539: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1549: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1575: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1579: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1633: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1668 : 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1669: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1750: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1814 : 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1817: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1818: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1819: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1841: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1848: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/188: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1901: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1917: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1944: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1945: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/195: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2006: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2012: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2013: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/202: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/209: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/244 : 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/249: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/265: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/352: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/381: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/386: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/388: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/41: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/457: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/459: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/484: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/486: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/52: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/55: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/618: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/68: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/875: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/890: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/898: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1087: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1090: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1115: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1262: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1271: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1365: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1392: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1488: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/149: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1493: 3 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1495: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1496: 3 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1497: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1498: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1500: 3 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1538: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1539: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1549: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1575: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1579: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1633: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1668 : 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1669: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1750: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1814 : 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1817: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1818: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1819: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1841: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1848: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/188: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1901: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1917: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1944: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1945: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/195: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/2006: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/2012: 3 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/2013: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/202: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/209: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/244 : 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/249: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/265: 3 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/352: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/381: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/386: 2 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/388: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/41: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/457: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/459: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/484: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/486: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/52: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/55: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/618: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/68: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/875: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/890: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/898: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1087: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1090: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1115: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1262: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1365: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1392: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1488: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/149: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1493: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1495: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1496: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1497: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1498: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1500: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1538: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1539: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1549: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1575: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1579: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1633: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1668 : 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1669: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1750: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1814 : 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1817: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1818: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1819: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1841: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1848: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/188: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1901: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1917: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1944: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1945: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/195: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2006: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2012: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2013: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/202: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/209: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/244 : 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/249: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/265: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/352: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/381: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/386: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/388: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/41: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/457: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/459: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/484: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/486: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/52: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/55: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/618: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/875: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/890: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/898: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1087: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1090: 3 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1115: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1262: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1271: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1365: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1392: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1488: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/149: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1493: 3 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1495: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1496: 3 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1497: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1498: 3 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1500: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1538: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1539: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1549: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1575: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1579: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1633: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1668 : 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1669: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1750: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1814 : 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1817: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1818: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1819: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1841: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1848: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/188: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1901: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1917: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1944: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1945: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/195: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/2006: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/2012: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/2013: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/202: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/209: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/244 : 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/249: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/265: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/352: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/381: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/386: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/388: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/41: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/457: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/459: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/484: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/486: 3 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/52: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/55: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/618: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/68: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/875: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/890: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/898: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1087: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1090: 2 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1115: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1262: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1271: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1365: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1392: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1488: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/149: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1493: 2 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1495: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1496: 2 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1497: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1498: 2 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1500: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1538: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1539: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1549: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1575: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1579: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1633: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1668 : 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1669: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1750: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1814 : 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1817: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1818: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1819: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1841: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1848: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/188: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1901: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1917: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1944: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1945: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/195: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/2006: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/2012: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/2013: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/202: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/209: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/244 : 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/249: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/265: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/352: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/381: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/386: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/388: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/41: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/457: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/459: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/484: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/486: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/52: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/55: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/618: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/68: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/875: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/890: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/898: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1087: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1090: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1115: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1262: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1271: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1365: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1392: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1488: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/149: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1493: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1495: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1496: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1497: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1498: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1500: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1538: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1539: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1549: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1575: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1579: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1633: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1668 : 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1669: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1750: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1814 : 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1817: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1818: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1819: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1841: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1848: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/188: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1901: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1917: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1944: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1945: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/195: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/2006: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/2012: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/2013: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/202: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/209: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/244 : 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/249: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/265: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/352: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/381: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/386: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/388: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/41: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/457: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/459: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/484: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/486: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/52: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/55: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/618: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/68: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/875: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/890: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/898: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1087: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1090: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1115: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1262: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1271: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1365: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1392: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1488: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/149: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1493: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1495: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1496: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1497: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1498: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1500: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1538: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1539: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1549: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1575: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1579: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1633: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1668 : 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1669: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1750: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1814 : 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1817: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1818: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1819: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1841: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1848: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/188: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1901: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1917: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1944: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/1945: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/195: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/2006: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/2012: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/2013: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/202: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/209: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/244 : 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/249: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/265: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/352: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/381: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/386: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/388: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/41: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/457: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/459: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/484: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/486: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/52: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/55: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/618: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/68: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/875: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/890: 0 overlaps
Sebaleic Acid Formation And Metabolism WP5315 x https://identifiers.org/aop.events/898: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1087: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1090: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1115: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1262: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1271: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1365: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1392: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1488: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/149: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1493: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1495: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1496: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1497: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1498: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1500: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1538: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1539: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1549: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1575: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1579: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1633: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1668 : 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1669: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1750: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1814 : 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1817: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1818: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1819: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1841: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1848: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/188: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1901: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1917: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1944: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/1945: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/195: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/2006: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/2012: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/2013: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/202: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/209: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/244 : 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/249: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/265: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/352: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/381: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/386: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/388: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/41: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/457: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/459: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/484: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/486: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/52: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/55: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/618: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/68: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/875: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/890: 0 overlaps
Sulfation Biotransformation Reaction WP692 x https://identifiers.org/aop.events/898: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1087: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1090: 2 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1115: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1262: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1271: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1365: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1392: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1488: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/149: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1493: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1495: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1496: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1497: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1498: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1500: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1538: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1539: 2 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1549: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1575: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1579: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1633: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1668 : 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1669: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1750: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1814 : 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1817: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1818: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1819: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1841: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1848: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/188: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1901: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1917: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1944: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1945: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/195: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/2006: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/2012: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/2013: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/202: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/209: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/244 : 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/249: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/265: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/352: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/381: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/386: 2 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/388: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/41: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/457: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/459: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/484: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/486: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/52: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/55: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/618: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/875: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/890: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/898: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1087: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1090: 2 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1115: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1262: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1271: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1365: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1392: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1488: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/149: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1493: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1495: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1496: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1497: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1498: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1500: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1538: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1539: 2 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1549: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1575: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1579: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1633: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1668 : 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1669: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1750: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1814 : 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1817: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1818: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1819: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1841: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1848: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/188: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1901: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1917: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1944: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1945: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/195: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/2006: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/2012: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/2013: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/202: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/209: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/244 : 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/249: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/265: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/352: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/381: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/386: 2 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/388: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/41: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/457: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/459: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/484: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/486: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/52: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/55: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/618: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/875: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/890: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/898: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1087: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1090: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1115: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1262: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1271: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1365: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1392: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1488: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/149: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1493: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1495: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1496: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1497: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1498: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1500: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1538: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1539: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1549: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1575: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1579: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1633: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1668 : 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1669: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1750: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1814 : 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1817: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1818: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1819: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1841: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1848: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/188: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1901: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1917: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1944: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1945: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/195: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/2006: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/2012: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/2013: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/202: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/209: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/244 : 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/249: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/265: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/352: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/381: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/386: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/388: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/41: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/457: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/459: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/484: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/486: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/52: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/55: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/618: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/68: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/875: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/890: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/898: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1087: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1090: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1115: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1262: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1271: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1365: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1392: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1488: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/149: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1493: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1495: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1496: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1497: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1498: 3 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1500: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1538: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1539: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1549: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1575: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1579: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1633: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1668 : 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1669: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1750: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1814 : 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1817: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1818: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1819: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1841: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1848: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/188: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1901: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1917: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1944: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1945: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/195: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/2006: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/2012: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/2013: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/202: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/209: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/244 : 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/249: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/265: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/352: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/381: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/386: 3 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/388: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/41: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/457: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/459: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/484: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/486: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/52: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/55: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/618: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/68: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/875: 2 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/890: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/898: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1087: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1090: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1115: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1262: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1271: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1365: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1392: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1488: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/149: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1493: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1495: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1496: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1497: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1498: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1500: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1538: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1539: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1549: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1575: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1579: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1633: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1668 : 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1669: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1750: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1814 : 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1817: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1818: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1819: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1841: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1848: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/188: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1901: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1917: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1944: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1945: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/195: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/2006: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/2012: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/2013: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/202: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/209: 2 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/244 : 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/249: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/265: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/352: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/381: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/386: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/388: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/41: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/457: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/459: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/484: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/486: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/52: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/55: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/618: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/68: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/875: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/890: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/898: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1087: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1090: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1115: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1262: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1271: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1365: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1392: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1488: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/149: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1493: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1495: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1496: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1497: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1498: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1500: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1538: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1539: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1549: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1575: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1579: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1633: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1668 : 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1669: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1750: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1814 : 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1817: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1818: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1819: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1841: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1848: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/188: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1901: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1917: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1944: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/1945: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/195: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/2006: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/2012: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/2013: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/202: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/209: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/244 : 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/249: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/265: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/352: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/381: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/386: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/388: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/41: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/457: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/459: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/484: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/486: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/52: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/55: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/618: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/68: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/875: 0 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/890: 1 overlaps
Zinc Homeostasis WP3529 x https://identifiers.org/aop.events/898: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1087: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1090: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1115: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1262: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1271: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1365: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1392: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1488: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/149: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1493: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1495: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1496: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1497: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1498: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1500: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1538: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1539: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1549: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1575: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1579: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1633: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1668 : 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1669: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1750: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1814 : 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1817: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1818: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1819: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1841: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1848: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/188: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1901: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1917: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1944: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1945: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/195: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/2006: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/2012: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/2013: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/202: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/209: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/244 : 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/249: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/265: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/352: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/381: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/386: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/388: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/41: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/457: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/459: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/484: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/486: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/52: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/55: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/618: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/68: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/875: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/890: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/898: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'GLS'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'GLS'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GLS'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'GLS'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GLS'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'GLS'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GLS'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'GLS'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC7A5', 'JUN'}, number: 2
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'CYP1A1'}, number: 2
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'CYP1A1'}, number: 2
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN', 'CYP1A1'}, number: 2
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'GADD45A'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'JAK1', 'VEGFA', 'KITLG'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'GADD45A'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'JAK1', 'VEGFA'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'JAK1', 'VEGFA'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'GADD45A'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'JAK1', 'VEGFA', 'IFNGR1'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'GADD45A'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN', 'GADD45A'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'GADD45A'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN', 'GADD45A'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1', 'VEGFA', 'KITLG'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN', 'GADD45A'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'GADD45A'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN', 'GADD45A'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'JAK1', 'IFNGR1'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GADD45A', 'JAK1', 'VEGFA', 'KITLG'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1', 'VEGFA', 'KITLG'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN', 'MT1X'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL18', 'CCL20', 'CCL2'}, number: 3
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IL18'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IL18', 'CCL20', 'CCL2'}, number: 3
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'IL18', 'IFNGR1', 'CCL20', 'CCL2'}, number: 4
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL20', 'CCL2'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'CCL20', 'IFNGR1'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'IL18', 'CCL20', 'CCL2'}, number: 3
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'CYP1A1'}, number: 2
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'CYP1A1'}, number: 2
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN', 'CYP1A1'}, number: 2
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'CCL20', 'CCL2'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'CCL20', 'CCL2'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'CCL20', 'CCL2'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'CCL20'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'CCL20', 'CCL2'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'CCL20'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'CCL20'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'CCL20', 'CCL2'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'JAK1', 'VEGFA'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'JAK1', 'VEGFA'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'JAK1', 'VEGFA'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'JAK1', 'VEGFA'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1', 'VEGFA'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK1', 'VEGFA'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1', 'VEGFA'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL18', 'VEGFA'}, number: 2
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IL18'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IL18', 'VEGFA'}, number: 2
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'IL18', 'VEGFA'}, number: 2
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'IL18', 'VEGFA'}, number: 2
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL20'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL20'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL20'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL20'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'CCL20'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK1', 'CCL20'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL20'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL20'}, number: 3
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL26 Signaling WP5347, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Imatinib And Chronic Myeloid Leukemia WP3640, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'CCL2'}, number: 2
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CCL20', 'VEGFA', 'CCL2'}, number: 3
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'CCL20', 'VEGFA', 'CCL2'}, number: 3
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'CCL20', 'VEGFA', 'CCL2'}, number: 3
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL20', 'CCL2'}, number: 2
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'CCL20', 'VEGFA', 'CCL2'}, number: 3
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Immune Infiltration In Pancreatic Cancer WP5285, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Immune Response To Tuberculosis WP4197, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'IL18'}, number: 2
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN', 'IL18'}, number: 2
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'IL18'}, number: 2
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'IL18', 'IFNGR1'}, number: 3
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'IFNGR1'}, number: 2
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'IL18'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IFNGR1'}, number: 1
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Bowel Disease Signaling WP5198, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL18', 'CCL2'}, number: 2
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IL18'}, number: 1
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IL18', 'CCL2'}, number: 2
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'IL18', 'CCL2'}, number: 2
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'IL18', 'CCL2'}, number: 2
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Lung Pathology Of COVID 19 WP5146, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL2'}, number: 3
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'IL18', 'CCL2', 'CCL20', 'JAK1'}, number: 5
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN', 'IL18'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'IL18', 'CCL2', 'CCL20', 'JAK1'}, number: 5
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'IL18', 'CCL2', 'CCL20', 'JAK1'}, number: 5
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL20'}, number: 3
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'CCL20', 'CCL2'}, number: 3
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK1', 'CCL20'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL20'}, number: 3
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL20'}, number: 3
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'IL18', 'CCL20', 'CCL2'}, number: 3
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL2'}, number: 3
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL2'}, number: 3
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'JAK1', 'CCL2'}, number: 3
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'IFNGR1', 'JAK1', 'CCL2'}, number: 4
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'JAK1', 'IFNGR1'}, number: 3
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC7A5', 'JUN', 'CCL2'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'CCL20', 'CCL2'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'CCL20', 'CCL2'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'CCL20', 'CCL2'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'CCL20'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'CCL20', 'CCL2'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC6A6', 'SLC7A11'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'CCL20'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'CCL2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC6A6', 'JUN', 'SLC7A11', 'CYP1A1', 'CCL2'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'SLC6A6', 'JUN', 'SLC7A11'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'CYP1A1', 'CCL20'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN', 'CYP1A1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC6A6', 'SLC7A11'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'CCL20', 'CCL2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PLA2G4A'}, number: 1
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PLA2G4A'}, number: 1
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PLA2G4A'}, number: 1
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PLA2G4A'}, number: 1
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PLA2G4A'}, number: 1
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PLA2G4A'}, number: 1
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Omega 3 Omega 6 Fatty Acid Synthesis WP4723, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'VEGFA'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'RUNX2'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RUNX2', 'JUN', 'VEGFA'}, number: 3
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RUNX2', 'JUN', 'VEGFA'}, number: 3
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'RUNX2', 'JUN', 'VEGFA'}, number: 3
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'RUNX2'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'RUNX2'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'RUNX2'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AREG', 'VEGFA', 'CCL2'}, number: 3
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL18', 'AREG', 'VEGFA', 'CCL2', 'CCL20'}, number: 5
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IL18'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IL18', 'AREG', 'VEGFA', 'CCL2', 'CCL20'}, number: 5
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'IL18', 'AREG', 'VEGFA', 'CCL2', 'CCL20'}, number: 5
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL20', 'CCL2'}, number: 2
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CCL20'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'IL18', 'AREG', 'VEGFA', 'CCL2', 'CCL20'}, number: 5
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GADD45A', 'CCL2'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GADD45A', 'CCL2'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GADD45A', 'CCL2'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GADD45A', 'CCL2'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GADD45A', 'CCL2'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ADORA2B', 'GADD45A', 'CCL2', 'SLC7A11'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'GADD45A', 'SLC7A11'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'PLA2G4A'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'PLA2G4A'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'WASL', 'JAK1'}, number: 3
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'WASL', 'JAK1'}, number: 3
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'PLA2G4A'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'WASL', 'JAK1'}, number: 3
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'WASL'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'PLA2G4A'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'PLA2G4A'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'WASL', 'JAK1'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1', 'PLA2G4A'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'WASL', 'JAK1'}, number: 3
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'WASL', 'JAK1'}, number: 3
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AREG', 'VEGFA', 'CCL2'}, number: 3
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'AREG', 'VEGFA', 'CCL2'}, number: 3
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'AREG', 'VEGFA', 'CCL2'}, number: 3
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'AREG', 'VEGFA', 'CCL2'}, number: 3
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'AREG', 'VEGFA', 'CCL2'}, number: 3
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'VEGFA'}, number: 2
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'VEGFA'}, number: 2
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'VEGFA'}, number: 2
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'VEGFA'}, number: 2
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JAK1', 'CCL2'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JAK1', 'CCL2'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JAK1', 'CCL2'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JAK1', 'CCL2'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): {'CCL2'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Sebaleic Acid Formation And Metabolism WP5315, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Sulfation Biotransformation Reaction WP692, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RUNX2', 'JUN', 'JAK1'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'JAK1', 'IFNGR1'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'JAK1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'JAK1', 'IFNGR1'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1', 'IFNGR1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GADD45A', 'CYP1A1'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GADD45A'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MT1X'}, number: 1
Term: Zinc Homeostasis WP3529, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC7A5'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/486, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Section 8.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 7.5.5.

final_geneoverlaptable_C5=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs5,orient='index')
Section 8.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 72. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count5= {}

for index, row in exploded_df5_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count5:
            variable_count5[unique_KE] = 1
    else:
            variable_count5[unique_KE] += 1

print("The total number of genes: ")
print(variable_count5)
The total number of genes: 
{'Nuclear Receptors Meta Pathway WP2882': 13, 'Estrogen Receptor Pathway WP2881': 4, 'Aryl Hydrocarbon Receptor Pathway WP2873': 5, 'Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341': 5, 'Vitamin D Receptor Pathway WP2877': 7, 'PDGF Pathway WP2526': 4, 'Tamoxifen Metabolism WP691': 3, 'Copper Homeostasis WP3286': 4, 'Estrogen Metabolism WP5276': 3, 'Sebaleic Acid Formation And Metabolism WP5315': 2, 'Overview Of Proinflammatory And Profibrotic Mediators WP5095': 5, 'Oxidation By Cytochrome P450 WP43': 4, 'Th17 Cell Differentiation Pathway WP5130': 4, 'Glucocorticoid Receptor Pathway WP2880': 4, 'mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953': 2, 'Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213': 2, 'Prostaglandin Signaling WP5088': 3, 'Melatonin Metabolism And Effects WP3298': 3, 'Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273': 2, 'Zinc Homeostasis WP3529': 3, 'Benzo A Pyrene Metabolism WP696': 2, 'Immune Infiltration In Pancreatic Cancer WP5285': 3, 'P53 Transcriptional Gene Network WP4963': 4, 'IL26 Signaling WP5347': 3, 'Inflammatory Bowel Disease Signaling WP5198': 3, 'Cytokine Cytokine Receptor Interaction WP5473': 6, 'Estrogen Metabolism WP697': 2, 'Omega 3 Omega 6 Fatty Acid Synthesis WP4723': 2, 'Aryl Hydrocarbon Receptor Pathway WP2586': 3, 'Metapathway Biotransformation Phase I And II WP702': 5, 'Osteoarthritic Chondrocyte Hypertrophy WP5373': 3, 'Network Map Of SARS CoV 2 Signaling WP5115': 6, 'Sulfation Biotransformation Reaction WP692': 2, 'Hepatitis C And Hepatocellular Carcinoma WP3646': 3, 'Quercetin And Nf kB AP 1 Induced Apoptosis WP2435': 2, 'TGF Beta Receptor Signaling WP560': 3, 'Lung Pathology Of COVID 19 WP5146': 2, 'TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816': 3, 'Hypertrophy Model WP516': 2, 'SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039': 3, 'Imatinib And Chronic Myeloid Leukemia WP3640': 2, 'Cancer Pathways WP5434': 8, 'Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612': 2, 'Blood Clotting Cascade WP272': 2, 'Immune Response To Tuberculosis WP4197': 2}

Step 73. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df5=pd.DataFrame.from_dict(variable_count5,orient='index')
reset_variable_count_df5 = variable_count_df5.reset_index()
reset_variable_count_df5.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C5=final_geneoverlaptable_C5.reset_index(level=[1])
Genesetoverlaptable_C5.reset_index(inplace=True)
Genesetoverlaptable_C5.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C5=pd.merge(reset_variable_count_df5,Genesetoverlaptable_C5, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C5.loc[:,'Percent geneset overlap']= tabulation_C5.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C5.to_excel('geneoverlap-calculation-Tpdioxin100nM.xlsx')

Section 9. Comparison 7: Tetrachlorodibenzo p-dioxin 1nM

Section 9.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 6.

Step 74. The table containing the differential expressed genes for comparison 6 to control is loaded with the filter for significance.

Comparison7_DEG= pd.read_csv("C:/Users/shaki/Downloads/BackgroundORA_EGEOD69851/GSE69844.Tetrachlorodibenzopdioxin-1nM.tsv",sep='\t')
Comparison7_DEG = Comparison7_DEG.drop(Comparison7_DEG[Comparison7_DEG['Entrez.Gene']== '---'].index)
Comparison_7_DEG= Comparison7_DEG[Comparison7_DEG['padj'] < 0.05]
Comparison_7_DEG = Comparison_7_DEG.copy()  
Comparison_7_DEG['Entrez.Gene'] = Comparison_7_DEG['Entrez.Gene'].astype(str)

Step 75. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C7= pd.merge(mergeddataframe,Comparison_7_DEG, on='Entrez.Gene')

Step 76. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05. It is revealed that this comparison has a gene which is not present in the network. Therefore downstreamsteps can’t be executed.

variable_n_dictionary_count7= {}

for index, row in merged_dataframe_DEG_C7.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count7:
            variable_n_dictionary_count7[unique_KE] = 1
        else:
            variable_n_dictionary_count7[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count7)
The total number of significant genes: 
{'https://identifiers.org/aop.events/244 ': 2, 'https://identifiers.org/aop.events/41': 2, 'https://identifiers.org/aop.events/1115': 2, 'https://identifiers.org/aop.events/1917': 2, 'https://identifiers.org/aop.events/1392': 6, 'https://identifiers.org/aop.events/265': 2, 'https://identifiers.org/aop.events/890': 2, 'https://identifiers.org/aop.events/249': 2, 'https://identifiers.org/aop.events/209': 4, 'https://identifiers.org/aop.events/1538': 2, 'https://identifiers.org/aop.events/352': 2}

Step 77. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe7=pd.DataFrame.from_dict(variable_n_dictionary_count7,orient='index')
n_variable_dataframe7

0
https://identifiers.org/aop.events/244 2
https://identifiers.org/aop.events/41 2
https://identifiers.org/aop.events/1115 2
https://identifiers.org/aop.events/1917 2
https://identifiers.org/aop.events/1392 6
https://identifiers.org/aop.events/265 2
https://identifiers.org/aop.events/890 2
https://identifiers.org/aop.events/249 2
https://identifiers.org/aop.events/209 4
https://identifiers.org/aop.events/1538 2
https://identifiers.org/aop.events/352 2
n_variable_dataframe7_reset = n_variable_dataframe7.reset_index()
n_variable_dataframe7_reset.columns = ['KEID', 'n']
n_variable_dataframe7_reset

KEID n
0 https://identifiers.org/aop.events/244 2
1 https://identifiers.org/aop.events/41 2
2 https://identifiers.org/aop.events/1115 2
3 https://identifiers.org/aop.events/1917 2
4 https://identifiers.org/aop.events/1392 6
5 https://identifiers.org/aop.events/265 2
6 https://identifiers.org/aop.events/890 2
7 https://identifiers.org/aop.events/249 2
8 https://identifiers.org/aop.events/209 4
9 https://identifiers.org/aop.events/1538 2
10 https://identifiers.org/aop.events/352 2
merged_dataframe7= pd.merge(merged_dataframe_DEG_C7, n_variable_dataframe7_reset, on='KEID')

Section 9.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 78. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Comparison7_DEG.index)
B
48786

Step 79. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison7_DEG_filtered=Comparison7_DEG[Comparison7_DEG['padj'] < 0.05]
b=len(Comparison7_DEG_filtered)
b
11

Section 9.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 80. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

DEG_in_DEGtable6 = set(Comparison_7_DEG['Entrez.Gene'])
genecolum_aopnetwork= nodetable[nodetable['CTL.Type'] == 'gene']
set1_DEG_in_AOP_network= set(genecolum_aopnetwork['CTL.GeneID'])
DEGS_present_in_AOPnetwork = list(DEG_in_DEGtable6 & set1_DEG_in_AOP_network)
len(DEGS_present_in_AOPnetwork)
2
Final_dataframe_ES= merged_dataframe7.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([48786 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_genes_in_network']=pd.Series([2739 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_DEG_present_in_network']=pd.Series([2 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([11 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES5=Final_Dataframe_ES.copy()

Step 81. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES5.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES5.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES5

KEID N n B Number_genes_in_network Number_DEG_present_in_network b Enrichmentscore
0 https://identifiers.org/aop.events/244 417 2 48786 2739 2 11 21.27141922825376
1 https://identifiers.org/aop.events/41 275 2 48786 2739 2 11 32.255206611570244
2 https://identifiers.org/aop.events/1115 34 2 48786 2739 2 11 260.88770053475935
3 https://identifiers.org/aop.events/1917 166 2 48786 2739 2 11 53.43483023001095
4 https://identifiers.org/aop.events/1392 102 6 48786 2739 2 11 260.88770053475935
5 https://identifiers.org/aop.events/265 268 2 48786 2739 2 11 33.097693351424695
6 https://identifiers.org/aop.events/890 34 2 48786 2739 2 11 260.88770053475935
7 https://identifiers.org/aop.events/249 34 2 48786 2739 2 11 260.88770053475935
8 https://identifiers.org/aop.events/209 617 4 48786 2739 2 11 28.752615293944302
9 https://identifiers.org/aop.events/1538 34 2 48786 2739 2 11 260.88770053475935
10 https://identifiers.org/aop.events/352 398 2 48786 2739 2 11 22.286888990406577

Step 82. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe7=[]

for index, row in Copy_Final_DataFrame_ES5.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe7.append(p)
             
Hypergeometricpvalue_dataframe7=pd.DataFrame(p_value_dataframe7)
Hypergeometricpvalue_dataframe7.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe7

Hypergeometric p-value
0 3.712061e-03
1 1.655495e-03
2 2.577562e-05
3 6.140589e-04
4 3.290644e-14
5 1.574182e-03
6 2.577562e-05
7 2.577562e-05
8 7.653317e-06
9 2.577562e-05
10 3.393083e-03
merged_finaltable7=pd.concat([Copy_Final_DataFrame_ES5,Hypergeometricpvalue_dataframe7],axis=1)

Section 9.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 83. Lastly, we filter the results to showcase the significant KEs for comparison 4.

filteredversion_C7= merged_finaltable7[(merged_finaltable7['Enrichmentscore']>str(1))& (merged_finaltable7['Hypergeometric p-value'] < 0.05)]
filteredversion_C7.to_excel('filteredversionC7.xlsx')
SignificantKE_list7=filteredversion_C7['KEID'].tolist()

Section 9.5. Calculation of percent gene overlap to ORA

Section 9.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 84. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable7 = mergeddataframe_final[mergeddataframe_final['KEID'].isin(SignificantKE_list7)]
significantKEIDgenetable7=significantKEID_genetable7.drop(columns={'WPtitle','ID'})
significantKEIDgenetable7

KEID gene Entrez.Gene
1221 https://identifiers.org/aop.events/244 CASP2 835
1222 https://identifiers.org/aop.events/244 RTCB 51493
1223 https://identifiers.org/aop.events/244 BCL2 100049703
1224 https://identifiers.org/aop.events/244 BCL2 596
1225 https://identifiers.org/aop.events/244 BCL2L11 10018
... ... ... ...
20878 https://identifiers.org/aop.events/352 DLG4 1742
20879 https://identifiers.org/aop.events/352 MKNK1 8569
20880 https://identifiers.org/aop.events/352 MTOR 2475
20881 https://identifiers.org/aop.events/352 EEF2K 29904
20882 https://identifiers.org/aop.events/352 EIF4EBP1 1978

2379 rows × 3 columns

Section 9.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 85. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA7 = pd.read_csv("C:/Users/shaki/Downloads/GEOD69851_ORApathwaytable/Comparison7-Tpdioxin-1.txt", sep='\t')
datafileORA7=pd.DataFrame(datafile_ORA7)
filtereddatafileORA_7=datafileORA4[datafileORA7['Adjusted P-value'] < 0.05]
filtereddatafileORA_7
C:\Users\shaki\AppData\Local\Temp\ipykernel_4108\3064937532.py:3: UserWarning: Boolean Series key will be reindexed to match DataFrame index.
  filtereddatafileORA_7=datafileORA4[datafileORA7['Adjusted P-value'] < 0.05]

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 0.002155 0.018264 0 0 44.29181 271.95090 IGFBP1;ANGPTL4
1 WikiPathways_2024_Human Familial Hyperlipidemia Type 1 WP5108 0.004236 0.018264 0 0 312.70310 1708.65600 ANGPTL4
2 WikiPathways_2024_Human Effect Of Progerin On Genes Involved In Proger... 0.005479 0.018264 0 0 238.19050 1240.21400 CBX5
3 WikiPathways_2024_Human Photodynamic Therapy Induced HIF 1 Survival Si... 0.008705 0.020383 0 0 147.02210 697.44410 IGFBP1
4 WikiPathways_2024_Human Aryl Hydrocarbon Receptor Pathway WP2873 0.010192 0.020383 0 0 124.93130 572.95720 IGFBP1
5 WikiPathways_2024_Human PPAR Signaling WP3942 0.016365 0.023731 0 0 76.78462 315.78370 ANGPTL4
6 WikiPathways_2024_Human Glucocorticoid Receptor Pathway WP2880 0.016612 0.023731 0 0 75.61742 309.85400 ANGPTL4
7 WikiPathways_2024_Human 22Q11 2 Copy Number Variation Syndrome WP4657 0.025446 0.031807 0 0 48.84069 179.30440 CBX5
8 WikiPathways_2024_Human Myometrial Relaxation And Contraction Pathways... 0.037610 0.041789 0 0 32.69243 107.24720 IGFBP1
9 WikiPathways_2024_Human Vitamin D Receptor Pathway WP2877 0.043405 0.043405 0 0 28.20028 88.46923 IGFBP1
dropped_datafileORA_df7=filtereddatafileORA_7.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf7=dropped_datafileORA_df7.copy()
droppeddatafileORAdf7['Genes']= droppeddatafileORAdf7['Genes'].replace({';':','},regex=True)
df7_ORApathwaytable=droppeddatafileORAdf7.copy()
df7_ORApathwaytable['Genes'] = df7_ORApathwaytable['Genes'].astype(str)
df7_ORApathwaytable['Genes'] = df7_ORApathwaytable['Genes'].str.split(',')
exploded_df7_ORApathwaytable = df7_ORApathwaytable.explode('Genes', ignore_index=True)
Section 9.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 86. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets7 = exploded_df7_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets7= significantKEIDgenetable7.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs7 = {}

for term, ORA_genes in ORA_gene_sets7.items():
    for KEID, KEID_genes in SignificantKE_gene_sets7.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs7[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs7:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs7.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/1115: 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/1392: 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/1538: 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/1917: 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/209: 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/244 : 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/249: 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/265: 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/352: 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/41: 0 overlaps
22Q11 2 Copy Number Variation Syndrome WP4657 x https://identifiers.org/aop.events/890: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1115: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1392: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1538: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1917: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/209: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/244 : 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/249: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/265: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/352: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/41: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/890: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1115: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1392: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1538: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1917: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/209: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/244 : 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/249: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/265: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/352: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/41: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/890: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1115: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1392: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1538: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1917: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/209: 1 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/244 : 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/249: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/265: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/352: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/41: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/890: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1115: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1392: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1538: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1917: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/244 : 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/249: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/265: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/352: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/41: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/890: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1115: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1392: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1538: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1917: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/209: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/244 : 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/249: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/265: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/352: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/41: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/890: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1115: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1538: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244 : 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/249: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/265: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/352: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/890: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1115: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1392: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1538: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1917: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/209: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/244 : 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/249: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/265: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/352: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/41: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/890: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1115: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1392: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1538: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1917: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/209: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/244 : 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/249: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/265: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/352: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/41: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/890: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1115: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1392: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1538: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1917: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/209: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/244 : 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/249: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/265: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/352: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/41: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/890: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: 22Q11 2 Copy Number Variation Syndrome WP4657, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ANGPTL4'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Section 9.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 8.5.5.

final_geneoverlaptable_C7=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs7,orient='index')
Section 9.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 86. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count7= {}

for index, row in exploded_df7_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count7:
            variable_count7[unique_KE] = 1
    else:
            variable_count7[unique_KE] += 1

print("The total number of genes: ")
print(variable_count7)
The total number of genes: 
{'Nuclear Receptors Meta Pathway WP2882': 2, 'Familial Hyperlipidemia Type 1 WP5108': 1, 'Effect Of Progerin On Genes Involved In Progeria WP4320': 1, 'Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614': 1, 'Aryl Hydrocarbon Receptor Pathway WP2873': 1, 'PPAR Signaling WP3942': 1, 'Glucocorticoid Receptor Pathway WP2880': 1, '22Q11 2 Copy Number Variation Syndrome WP4657': 1, 'Myometrial Relaxation And Contraction Pathways WP289': 1, 'Vitamin D Receptor Pathway WP2877': 1}

Step 87. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df7=pd.DataFrame.from_dict(variable_count7,orient='index')
reset_variable_count_df7 = variable_count_df7.reset_index()
reset_variable_count_df7.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C7=final_geneoverlaptable_C7.reset_index(level=[1])
Genesetoverlaptable_C7.reset_index(inplace=True)
Genesetoverlaptable_C7.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C7=pd.merge(reset_variable_count_df7,Genesetoverlaptable_C7, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C7.loc[:,'Percent geneset overlap']= tabulation_C7.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C7.to_excel('geneoverlap-calculation-Tpdioxin-1nM.xlsx')

Section 10. Comparison 8: Troglitazone 100uM

Section 10.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 8.

Step 88. The table containing the differential expressed genes for comparison 8 to control is loaded with the filter for significance.

Comparison8_DEG= pd.read_csv("C:/Users/shaki/Downloads/BackgroundORA_EGEOD69851/GSE69844.Troglitazone-100uM.tsv",sep='\t')
Comparison8_DEG = Comparison8_DEG.drop(Comparison8_DEG[Comparison8_DEG['Entrez.Gene']== '---'].index)
Comparison_8_DEG= Comparison8_DEG[Comparison8_DEG['padj'] < 0.05]
Comparison_8_DEG = Comparison_8_DEG.copy()  
Comparison_8_DEG['Entrez.Gene'] = Comparison_8_DEG['Entrez.Gene'].astype(str)

Step 89. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C8= pd.merge(mergeddataframe,Comparison_8_DEG, on='Entrez.Gene')
merged_dataframe_DEG_C8.drop(columns={'Gene.Symbol_x','ID','GB_LIST','SPOT_ID'})

KEID WPtitle WPID Entrez.Gene N padj P.Value t B logFC Gene.Symbol_y
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 6376 129 1.440000e-04 4.330000e-06 6.547650 4.284258 0.272248 CX3CL1
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 6354 129 1.810000e-02 2.470000e-03 -3.531806 -2.051233 -0.181986 CCL7
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 3600 129 4.440000e-02 7.950000e-03 2.995484 -3.183660 0.115355 IL15
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 3627 129 6.280000e-03 6.250000e-04 -4.158049 -0.695601 -0.175319 CXCL10
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 85480 129 9.690000e-07 4.200000e-09 10.710460 11.212514 0.474250 TSLP
... ... ... ... ... ... ... ... ... ... ... ...
11334 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 5594 398 1.170000e-02 1.390000e-03 3.794215 -1.485220 0.146288 MAPK1
11335 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 5594 398 1.240000e-02 1.510000e-03 3.755521 -1.568962 0.155298 MAPK1
11336 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 5594 398 2.960000e-02 4.690000e-03 3.239073 -2.674784 0.130118 MAPK1
11337 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 7249 398 3.150000e-04 1.230000e-05 -6.017860 3.234246 -0.235253 TSC2
11338 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 29904 398 2.730000e-02 4.200000e-03 -3.290103 -2.566891 -0.120892 EEF2K

11339 rows × 11 columns

Step 90. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05. It is revealed that this comparison has a gene which is not present in the network. Therefore downstreamsteps can’t be executed.

variable_n_dictionary_count8= {}

for index, row in merged_dataframe_DEG_C8.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count8:
            variable_n_dictionary_count8[unique_KE] = 1
        else:
            variable_n_dictionary_count8[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count8)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 30, 'https://identifiers.org/aop.events/875': 97, 'https://identifiers.org/aop.events/2007': 88, 'https://identifiers.org/aop.events/1495': 125, 'https://identifiers.org/aop.events/105': 66, 'https://identifiers.org/aop.events/1816': 66, 'https://identifiers.org/aop.events/1668 ': 82, 'https://identifiers.org/aop.events/244 ': 248, 'https://identifiers.org/aop.events/1814 ': 172, 'https://identifiers.org/aop.events/888': 24, 'https://identifiers.org/aop.events/1574': 8, 'https://identifiers.org/aop.events/41': 158, 'https://identifiers.org/aop.events/1270': 61, 'https://identifiers.org/aop.events/1086': 80, 'https://identifiers.org/aop.events/1487 ': 18, 'https://identifiers.org/aop.events/1539': 150, 'https://identifiers.org/aop.events/201': 17, 'https://identifiers.org/aop.events/457': 441, 'https://identifiers.org/aop.events/55': 160, 'https://identifiers.org/aop.events/188': 13, 'https://identifiers.org/aop.events/618': 124, 'https://identifiers.org/aop.events/389': 17, 'https://identifiers.org/aop.events/177': 198, 'https://identifiers.org/aop.events/2013': 76, 'https://identifiers.org/aop.events/2006': 141, 'https://identifiers.org/aop.events/1497': 278, 'https://identifiers.org/aop.events/870': 19, 'https://identifiers.org/aop.events/1669': 229, 'https://identifiers.org/aop.events/1115': 31, 'https://identifiers.org/aop.events/202': 138, 'https://identifiers.org/aop.events/1917': 76, 'https://identifiers.org/aop.events/1633': 556, 'https://identifiers.org/aop.events/1392': 93, 'https://identifiers.org/aop.events/1815': 56, 'https://identifiers.org/aop.events/386': 226, 'https://identifiers.org/aop.events/1944': 16, 'https://identifiers.org/aop.events/1582': 51, 'https://identifiers.org/aop.events/1896': 145, 'https://identifiers.org/aop.events/1172': 18, 'https://identifiers.org/aop.events/1496': 176, 'https://identifiers.org/aop.events/68': 72, 'https://identifiers.org/aop.events/1493': 352, 'https://identifiers.org/aop.events/265': 160, 'https://identifiers.org/aop.events/1817': 145, 'https://identifiers.org/aop.events/1819': 43, 'https://identifiers.org/aop.events/1750': 278, 'https://identifiers.org/aop.events/1901': 21, 'https://identifiers.org/aop.events/1848': 100, 'https://identifiers.org/aop.events/1847': 1, 'https://identifiers.org/aop.events/1365': 145, 'https://identifiers.org/aop.events/890': 31, 'https://identifiers.org/aop.events/1587': 21, 'https://identifiers.org/aop.events/1457': 24, 'https://identifiers.org/aop.events/1586': 14, 'https://identifiers.org/aop.events/149': 556, 'https://identifiers.org/aop.events/1575': 145, 'https://identifiers.org/aop.events/1579': 171, 'https://identifiers.org/aop.events/87': 42, 'https://identifiers.org/aop.events/249': 31, 'https://identifiers.org/aop.events/288': 49, 'https://identifiers.org/aop.events/209': 358, 'https://identifiers.org/aop.events/1498': 90, 'https://identifiers.org/aop.events/1499': 7, 'https://identifiers.org/aop.events/1500': 136, 'https://identifiers.org/aop.events/1488': 99, 'https://identifiers.org/aop.events/1494': 31, 'https://identifiers.org/aop.events/52': 121, 'https://identifiers.org/aop.events/381': 123, 'https://identifiers.org/aop.events/484': 412, 'https://identifiers.org/aop.events/388': 97, 'https://identifiers.org/aop.events/1262': 145, 'https://identifiers.org/aop.events/1945': 654, 'https://identifiers.org/aop.events/2009': 31, 'https://identifiers.org/aop.events/2012': 136, 'https://identifiers.org/aop.events/1770': 23, 'https://identifiers.org/aop.events/1818': 134, 'https://identifiers.org/aop.events/1752': 48, 'https://identifiers.org/aop.events/887': 47, 'https://identifiers.org/aop.events/1585': 31, 'https://identifiers.org/aop.events/214': 44, 'https://identifiers.org/aop.events/1271': 38, 'https://identifiers.org/aop.events/1087': 278, 'https://identifiers.org/aop.events/1538': 31, 'https://identifiers.org/aop.events/898': 145, 'https://identifiers.org/aop.events/195': 99, 'https://identifiers.org/aop.events/459': 120, 'https://identifiers.org/aop.events/341': 1, 'https://identifiers.org/aop.events/1670': 55, 'https://identifiers.org/aop.events/759': 23, 'https://identifiers.org/aop.events/1090': 283, 'https://identifiers.org/aop.events/344': 8, 'https://identifiers.org/aop.events/1841': 13, 'https://identifiers.org/aop.events/1820': 21, 'https://identifiers.org/aop.events/896': 30, 'https://identifiers.org/aop.events/1549': 52, 'https://identifiers.org/aop.events/357': 13, 'https://identifiers.org/aop.events/352': 193}

Step 91. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe8=pd.DataFrame.from_dict(variable_n_dictionary_count8,orient='index')
n_variable_dataframe8

0
https://identifiers.org/aop.events/486 30
https://identifiers.org/aop.events/875 97
https://identifiers.org/aop.events/2007 88
https://identifiers.org/aop.events/1495 125
https://identifiers.org/aop.events/105 66
... ...
https://identifiers.org/aop.events/1820 21
https://identifiers.org/aop.events/896 30
https://identifiers.org/aop.events/1549 52
https://identifiers.org/aop.events/357 13
https://identifiers.org/aop.events/352 193

97 rows × 1 columns

n_variable_dataframe8_reset = n_variable_dataframe8.reset_index()
n_variable_dataframe8_reset.columns = ['KEID', 'n']
n_variable_dataframe8_reset

KEID n
0 https://identifiers.org/aop.events/486 30
1 https://identifiers.org/aop.events/875 97
2 https://identifiers.org/aop.events/2007 88
3 https://identifiers.org/aop.events/1495 125
4 https://identifiers.org/aop.events/105 66
... ... ...
92 https://identifiers.org/aop.events/1820 21
93 https://identifiers.org/aop.events/896 30
94 https://identifiers.org/aop.events/1549 52
95 https://identifiers.org/aop.events/357 13
96 https://identifiers.org/aop.events/352 193

97 rows × 2 columns

merged_dataframe8= pd.merge(merged_dataframe_DEG_C8, n_variable_dataframe8_reset, on='KEID')

Section 10.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 92. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Comparison8_DEG.index)
B
48786

Step 93. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison8_DEG_filtered=Comparison8_DEG[Comparison8_DEG['padj'] < 0.05]
b=len(Comparison8_DEG_filtered)
b
9144

Section 10.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 94. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

DEG_in_DEGtable8 = set(Comparison_8_DEG['Entrez.Gene'])
genecolum_aopnetwork= nodetable[nodetable['CTL.Type'] == 'gene']
set1_DEG_in_AOP_network= set(genecolum_aopnetwork['CTL.GeneID'])
DEGS_present_in_AOPnetwork = list(DEG_in_DEGtable8 & set1_DEG_in_AOP_network)
len(DEGS_present_in_AOPnetwork)
820
Final_dataframe_ES= merged_dataframe8.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([48786 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_genes_in_network']=pd.Series([2739 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_DEG_present_in_network']=pd.Series([820 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([9144 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES6=Final_Dataframe_ES.copy()

Step 95. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES6.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES6.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES6

KEID N n B Number_genes_in_network Number_DEG_present_in_network b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 30 48786 2739 820 9144 1.2407678691326374
1 https://identifiers.org/aop.events/875 169 97 48786 2739 820 9144 3.0622738355930363
2 https://identifiers.org/aop.events/2007 184 88 48786 2739 820 9144 2.5516660960858153
3 https://identifiers.org/aop.events/1495 253 125 48786 2739 820 9144 2.636018694303528
4 https://identifiers.org/aop.events/105 165 66 48786 2739 820 9144 2.1341207349081364
... ... ... ... ... ... ... ... ...
92 https://identifiers.org/aop.events/1820 57 21 48786 2739 820 9144 1.965637518994336
93 https://identifiers.org/aop.events/896 82 30 48786 2739 820 9144 1.95193969656232
94 https://identifiers.org/aop.events/1549 101 52 48786 2739 820 9144 2.746888074634235
95 https://identifiers.org/aop.events/357 21 13 48786 2739 820 9144 3.302805899262592
96 https://identifiers.org/aop.events/352 398 193 48786 2739 820 9144 2.5872192326461705

97 rows × 8 columns

Step 96. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe8=[]

for index, row in Copy_Final_DataFrame_ES6.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe8.append(p)
             
Hypergeometricpvalue_dataframe8=pd.DataFrame(p_value_dataframe8)
Hypergeometricpvalue_dataframe8.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe8

Hypergeometric p-value
0 3.665885e-02
1 5.155829e-29
2 2.278193e-19
3 1.759768e-28
4 1.195049e-10
... ...
92 6.468832e-04
93 6.903203e-05
94 1.055508e-13
95 1.355862e-05
96 1.266112e-41

97 rows × 1 columns

merged_finaltable8=pd.concat([Copy_Final_DataFrame_ES6,Hypergeometricpvalue_dataframe8],axis=1)

Section 10.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 97. Lastly, we filter the results to showcase the significant KEs for comparison 4.

filteredversion_C8= merged_finaltable8[(merged_finaltable8['Enrichmentscore']>str(1))& (merged_finaltable8['Hypergeometric p-value'] < 0.05)]
filteredversion_C8.to_excel('filtered-troglitazone-100um.xlsx')
SignificantKE_list8=filteredversion_C8['KEID'].tolist()

Section 10.5. Calculation of percent gene overlap to ORA

Section 10.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 98. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable8 = mergeddataframe_final[mergeddataframe_final['KEID'].isin(SignificantKE_list8)]
significantKEIDgenetable8=significantKEID_genetable8.drop(columns={'WPtitle','ID'})
significantKEIDgenetable8

KEID gene Entrez.Gene
0 https://identifiers.org/aop.events/486 CCL17 6361
1 https://identifiers.org/aop.events/486 CX3CL1 6376
2 https://identifiers.org/aop.events/486 CCL24 6369
3 https://identifiers.org/aop.events/486 CCL7 6354
4 https://identifiers.org/aop.events/486 CCL25 6370
... ... ... ...
20878 https://identifiers.org/aop.events/352 DLG4 1742
20879 https://identifiers.org/aop.events/352 MKNK1 8569
20880 https://identifiers.org/aop.events/352 MTOR 2475
20881 https://identifiers.org/aop.events/352 EEF2K 29904
20882 https://identifiers.org/aop.events/352 EIF4EBP1 1978

20791 rows × 3 columns

Section 10.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 99. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA8 = pd.read_csv("C:/Users/shaki/Downloads/GEOD69851_ORApathwaytable/Comparison8-Troglitazone-100.txt", sep='\t')
datafileORA8=pd.DataFrame(datafile_ORA8)
filtereddatafileORA_8=datafileORA8[datafileORA8['Adjusted P-value'] < 0.05]
dropped_datafileORA_df8=filtereddatafileORA_8.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf8=dropped_datafileORA_df8.copy()
droppeddatafileORAdf8['Genes']= droppeddatafileORAdf8['Genes'].replace({';':','},regex=True)
df8_ORApathwaytable=droppeddatafileORAdf8.copy()
df8_ORApathwaytable['Genes'] = df8_ORApathwaytable['Genes'].astype(str)
df8_ORApathwaytable['Genes'] = df8_ORApathwaytable['Genes'].str.split(',')
exploded_df8_ORApathwaytable = df8_ORApathwaytable.explode('Genes', ignore_index=True)
Section 10.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 100. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets8= exploded_df8_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets8= significantKEIDgenetable8.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs8 = {}

for term, ORA_genes in ORA_gene_sets8.items():
    for KEID, KEID_genes in SignificantKE_gene_sets8.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs8[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs8:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs8.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
IOPub data rate exceeded.
The Jupyter server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--ServerApp.iopub_data_rate_limit`.

Current values:
ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
ServerApp.rate_limit_window=3.0 (secs)
Section 10.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 8.5.5.

final_geneoverlaptable_C8=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs8,orient='index')
Section 10.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 101. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count8= {}

for index, row in exploded_df8_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count8:
            variable_count8[unique_KE] = 1
    else:
            variable_count8[unique_KE] += 1

Step 102. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df8=pd.DataFrame.from_dict(variable_count8,orient='index')
reset_variable_count_df8 = variable_count_df8.reset_index()
reset_variable_count_df8.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C8=final_geneoverlaptable_C8.reset_index(level=[1])
Genesetoverlaptable_C8.reset_index(inplace=True)
Genesetoverlaptable_C8.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C8=pd.merge(reset_variable_count_df8,Genesetoverlaptable_C8, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C8.loc[:,'Percent geneset overlap']= tabulation_C8.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C8.to_excel('geneoverlap-calculation-Troglitazone100uM.xlsx')

Section 11. Comparison 9: Troglitazone 10uM

Section 11.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 8.

Step 103. The table containing the differential expressed genes for comparison 8 to control is loaded with the filter for significance.

Comparison9_DEG= pd.read_csv("C:/Users/shaki/Downloads/BackgroundORA_EGEOD69851/GSE69844.Troglitazone-10uM.tsv",sep='\t')
Comparison_9_DEG= Comparison9_DEG[Comparison9_DEG['padj'] < 0.05]
Comparison_9_DEG = Comparison_9_DEG.copy()  
Comparison_9_DEG['Entrez.Gene'] = Comparison_9_DEG['Entrez.Gene'].astype(str)

Step 104. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C9= pd.merge(mergeddataframe,Comparison_9_DEG, on='Entrez.Gene')
merged_dataframe_DEG_C9.drop(columns={'Gene.Symbol_x','ID','GB_LIST','SPOT_ID'})

KEID WPtitle WPID Entrez.Gene N padj P.Value t B logFC Gene.Symbol_y
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 3627 129 0.03990 0.000055 -5.802345 2.02840 -0.259525 CXCL10
1 https://identifiers.org/aop.events/1495 Cytosolic DNA-sensing pathway WP4655 3627 253 0.03990 0.000055 -5.802345 2.02840 -0.259525 CXCL10
2 https://identifiers.org/aop.events/1495 Cytosolic DNA-sensing pathway WP4655 7706 253 0.01780 0.000014 6.646571 3.18852 0.267307 TRIM25
3 https://identifiers.org/aop.events/1495 Cytosolic DNA-sensing pathway WP4655 3665 253 0.00598 0.000003 7.687329 4.45351 0.300879 IRF7
4 https://identifiers.org/aop.events/1495 Toll-like receptor signaling WP75 3627 253 0.03990 0.000055 -5.802345 2.02840 -0.259525 CXCL10
... ... ... ... ... ... ... ... ... ... ... ...
182 https://identifiers.org/aop.events/352 Oxidative stress response WP408 1543 398 0.03040 0.000031 6.132075 2.49618 0.307762 CYP1A1
183 https://identifiers.org/aop.events/352 Apoptosis modulation and signaling WP1772 8743 398 0.01600 0.000012 -6.751839 3.32460 -0.277153 TNFSF10
184 https://identifiers.org/aop.events/352 Apoptosis WP254 27242 398 0.00598 0.000003 7.656370 4.41839 0.455669 TNFRSF21
185 https://identifiers.org/aop.events/352 Apoptosis WP254 8743 398 0.01600 0.000012 -6.751839 3.32460 -0.277153 TNFSF10
186 https://identifiers.org/aop.events/352 Apoptosis WP254 3665 398 0.00598 0.000003 7.687329 4.45351 0.300879 IRF7

187 rows × 11 columns

Step 105. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05. It is revealed that this comparison has a gene which is not present in the network. Therefore downstreamsteps can’t be executed.

variable_n_dictionary_count9= {}

for index, row in merged_dataframe_DEG_C9.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count9:
            variable_n_dictionary_count9[unique_KE] = 1
        else:
            variable_n_dictionary_count9[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count9)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 1, 'https://identifiers.org/aop.events/1495': 6, 'https://identifiers.org/aop.events/1668 ': 3, 'https://identifiers.org/aop.events/244 ': 4, 'https://identifiers.org/aop.events/1814 ': 1, 'https://identifiers.org/aop.events/41': 5, 'https://identifiers.org/aop.events/1270': 4, 'https://identifiers.org/aop.events/1086': 3, 'https://identifiers.org/aop.events/1539': 1, 'https://identifiers.org/aop.events/457': 6, 'https://identifiers.org/aop.events/55': 6, 'https://identifiers.org/aop.events/1497': 3, 'https://identifiers.org/aop.events/1115': 2, 'https://identifiers.org/aop.events/202': 4, 'https://identifiers.org/aop.events/1917': 3, 'https://identifiers.org/aop.events/1633': 6, 'https://identifiers.org/aop.events/1392': 6, 'https://identifiers.org/aop.events/1815': 2, 'https://identifiers.org/aop.events/386': 1, 'https://identifiers.org/aop.events/1172': 1, 'https://identifiers.org/aop.events/1496': 2, 'https://identifiers.org/aop.events/1493': 4, 'https://identifiers.org/aop.events/265': 3, 'https://identifiers.org/aop.events/1817': 4, 'https://identifiers.org/aop.events/1819': 1, 'https://identifiers.org/aop.events/1750': 3, 'https://identifiers.org/aop.events/1848': 4, 'https://identifiers.org/aop.events/1365': 4, 'https://identifiers.org/aop.events/890': 2, 'https://identifiers.org/aop.events/149': 6, 'https://identifiers.org/aop.events/1575': 4, 'https://identifiers.org/aop.events/1579': 1, 'https://identifiers.org/aop.events/249': 2, 'https://identifiers.org/aop.events/288': 3, 'https://identifiers.org/aop.events/209': 8, 'https://identifiers.org/aop.events/1498': 2, 'https://identifiers.org/aop.events/1500': 1, 'https://identifiers.org/aop.events/52': 1, 'https://identifiers.org/aop.events/381': 1, 'https://identifiers.org/aop.events/484': 9, 'https://identifiers.org/aop.events/1262': 4, 'https://identifiers.org/aop.events/1945': 16, 'https://identifiers.org/aop.events/2012': 1, 'https://identifiers.org/aop.events/1818': 2, 'https://identifiers.org/aop.events/1752': 1, 'https://identifiers.org/aop.events/1585': 1, 'https://identifiers.org/aop.events/214': 2, 'https://identifiers.org/aop.events/1087': 3, 'https://identifiers.org/aop.events/1538': 2, 'https://identifiers.org/aop.events/898': 4, 'https://identifiers.org/aop.events/459': 5, 'https://identifiers.org/aop.events/1090': 5, 'https://identifiers.org/aop.events/1549': 1, 'https://identifiers.org/aop.events/357': 1, 'https://identifiers.org/aop.events/352': 6}

Step 106. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe9=pd.DataFrame.from_dict(variable_n_dictionary_count9,orient='index')
n_variable_dataframe9_reset = n_variable_dataframe9.reset_index()
n_variable_dataframe9_reset.columns = ['KEID', 'n']
merged_dataframe9= pd.merge(merged_dataframe_DEG_C9, n_variable_dataframe9_reset, on='KEID')

Section 11.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 107. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Comparison9_DEG.index)
B
49386

Step 108. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison9_DEG_filtered=Comparison9_DEG[Comparison9_DEG['padj'] < 0.05]
b=len(Comparison9_DEG_filtered)
b
74

Section 11.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 109. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

DEG_in_DEGtable9 = set(Comparison_9_DEG['Entrez.Gene'])
genecolum_aopnetwork= nodetable[nodetable['CTL.Type'] == 'gene']
set1_DEG_in_AOP_network= set(genecolum_aopnetwork['CTL.GeneID'])
DEGS_present_in_AOPnetwork = list(DEG_in_DEGtable9 & set1_DEG_in_AOP_network)
len(DEGS_present_in_AOPnetwork)
20
Final_dataframe_ES= merged_dataframe9.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([48786 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_genes_in_network']=pd.Series([2739 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_DEG_present_in_network']=pd.Series([20 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([74 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES7=Final_Dataframe_ES.copy()

Step 110. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES7.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES7.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES7

KEID N n B Number_genes_in_network Number_DEG_present_in_network b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 1 48786 2739 20 74 5.1106222501571335
1 https://identifiers.org/aop.events/1495 253 6 48786 2739 20 74 15.634868069650677
2 https://identifiers.org/aop.events/1668 156 3 48786 2739 20 74 12.67827442827443
3 https://identifiers.org/aop.events/244 417 4 48786 2739 20 74 6.323935446237604
4 https://identifiers.org/aop.events/1814 251 1 48786 2739 20 74 2.626574781953268
5 https://identifiers.org/aop.events/41 275 5 48786 2739 20 74 11.986732186732187
6 https://identifiers.org/aop.events/1270 72 4 48786 2739 20 74 36.626126126126124
7 https://identifiers.org/aop.events/1086 144 3 48786 2739 20 74 13.734797297297296
8 https://identifiers.org/aop.events/1539 170 1 48786 2739 20 74 3.878060413354531
9 https://identifiers.org/aop.events/457 584 6 48786 2739 20 74 6.773324694557571
10 https://identifiers.org/aop.events/55 288 6 48786 2739 20 74 13.734797297297296
11 https://identifiers.org/aop.events/1497 528 3 48786 2739 20 74 3.7458538083538087
12 https://identifiers.org/aop.events/1115 34 2 48786 2739 20 74 38.78060413354531
13 https://identifiers.org/aop.events/202 186 4 48786 2739 20 74 14.177855274629469
14 https://identifiers.org/aop.events/1917 166 3 48786 2739 20 74 11.91452295669163
15 https://identifiers.org/aop.events/1633 1056 6 48786 2739 20 74 3.7458538083538087
16 https://identifiers.org/aop.events/1392 102 6 48786 2739 20 74 38.78060413354531
17 https://identifiers.org/aop.events/1815 58 2 48786 2739 20 74 22.73345759552656
18 https://identifiers.org/aop.events/386 372 1 48786 2739 20 74 1.7722319093286836
19 https://identifiers.org/aop.events/1172 22 1 48786 2739 20 74 29.96683046683047
20 https://identifiers.org/aop.events/1496 406 2 48786 2739 20 74 3.2476367993609374
21 https://identifiers.org/aop.events/1493 812 4 48786 2739 20 74 3.2476367993609374
22 https://identifiers.org/aop.events/265 268 3 48786 2739 20 74 7.3798910851149655
23 https://identifiers.org/aop.events/1817 328 4 48786 2739 20 74 8.039881344759394
24 https://identifiers.org/aop.events/1819 74 1 48786 2739 20 74 8.909057706355004
25 https://identifiers.org/aop.events/1750 528 3 48786 2739 20 74 3.7458538083538087
26 https://identifiers.org/aop.events/1848 195 4 48786 2739 20 74 13.523492723492723
27 https://identifiers.org/aop.events/1365 328 4 48786 2739 20 74 8.039881344759394
28 https://identifiers.org/aop.events/890 34 2 48786 2739 20 74 38.78060413354531
29 https://identifiers.org/aop.events/149 1056 6 48786 2739 20 74 3.7458538083538087
30 https://identifiers.org/aop.events/1575 328 4 48786 2739 20 74 8.039881344759394
31 https://identifiers.org/aop.events/1579 353 1 48786 2739 20 74 1.867621162238726
32 https://identifiers.org/aop.events/249 34 2 48786 2739 20 74 38.78060413354531
33 https://identifiers.org/aop.events/288 51 3 48786 2739 20 74 38.78060413354531
34 https://identifiers.org/aop.events/209 617 8 48786 2739 20 74 8.548074817118577
35 https://identifiers.org/aop.events/1498 224 2 48786 2739 20 74 5.886341698841698
36 https://identifiers.org/aop.events/1500 260 1 48786 2739 20 74 2.535654885654886
37 https://identifiers.org/aop.events/52 219 1 48786 2739 20 74 3.010366530914476
38 https://identifiers.org/aop.events/381 199 1 48786 2739 20 74 3.3129159310063834
39 https://identifiers.org/aop.events/484 706 9 48786 2739 20 74 8.404295230074267
40 https://identifiers.org/aop.events/1262 328 4 48786 2739 20 74 8.039881344759394
41 https://identifiers.org/aop.events/1945 1218 16 48786 2739 20 74 8.660364798295833
42 https://identifiers.org/aop.events/2012 260 1 48786 2739 20 74 2.535654885654886
43 https://identifiers.org/aop.events/1818 270 2 48786 2739 20 74 4.8834834834834835
44 https://identifiers.org/aop.events/1752 138 1 48786 2739 20 74 4.77732079905993
45 https://identifiers.org/aop.events/1585 35 1 48786 2739 20 74 18.836293436293435
46 https://identifiers.org/aop.events/214 55 2 48786 2739 20 74 23.973464373464374
47 https://identifiers.org/aop.events/1087 528 3 48786 2739 20 74 3.7458538083538087
48 https://identifiers.org/aop.events/1538 34 2 48786 2739 20 74 38.78060413354531
49 https://identifiers.org/aop.events/898 328 4 48786 2739 20 74 8.039881344759394
50 https://identifiers.org/aop.events/459 132 5 48786 2739 20 74 24.972358722358724
51 https://identifiers.org/aop.events/1090 459 5 48786 2739 20 74 7.181593358063947
52 https://identifiers.org/aop.events/1549 101 1 48786 2739 20 74 6.527428418517528
53 https://identifiers.org/aop.events/357 21 1 48786 2739 20 74 31.393822393822393
54 https://identifiers.org/aop.events/352 398 6 48786 2739 20 74 9.93874779301915

Step 111. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe9=[]

for index, row in Copy_Final_DataFrame_ES7.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe9.append(p)
             
Hypergeometricpvalue_dataframe9=pd.DataFrame(p_value_dataframe9)
Hypergeometricpvalue_dataframe9.columns= ['Hypergeometric p-value']
merged_finaltable9=pd.concat([Copy_Final_DataFrame_ES7,Hypergeometricpvalue_dataframe9],axis=1)

Section 11.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 112. Lastly, we filter the results to showcase the significant KEs for comparison 9.

filteredversion_C9= merged_finaltable9[(merged_finaltable9['Enrichmentscore']>str(1))& (merged_finaltable9['Hypergeometric p-value'] < 0.05)]
filteredversion_C9.to_excel('filteredversionC9.xlsx')
SignificantKE_list9=filteredversion_C9['KEID'].tolist()

Section 11.5. Calculation of percent gene overlap to ORA

Section 11.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 113. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable9 = mergeddataframe_final[mergeddataframe_final['KEID'].isin(SignificantKE_list9)]
significantKEIDgenetable9=significantKEID_genetable9.drop(columns={'WPtitle','ID'})
Section 11.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 114. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA9 = pd.read_csv("C:/Users/shaki/Downloads/GEOD69851_ORApathwaytable/Comparison9-Troglitazone-10.txt", sep='\t')
datafileORA9=pd.DataFrame(datafile_ORA9)
filtereddatafileORA_9=datafileORA9[datafileORA9['Adjusted P-value'] < 0.05]
dropped_datafileORA_df9=filtereddatafileORA_9.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf9=dropped_datafileORA_df9.copy()
droppeddatafileORAdf9['Genes']= droppeddatafileORAdf9['Genes'].replace({';':','},regex=True)
df9_ORApathwaytable=droppeddatafileORAdf9.copy()
df9_ORApathwaytable['Genes'] = df9_ORApathwaytable['Genes'].astype(str)
df9_ORApathwaytable['Genes'] = df9_ORApathwaytable['Genes'].str.split(',')
exploded_df9_ORApathwaytable = df9_ORApathwaytable.explode('Genes', ignore_index=True)
Section 11.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 115. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets9= exploded_df9_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets9= significantKEIDgenetable9.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs9 = {}

for term, ORA_genes in ORA_gene_sets9.items():
    for KEID, KEID_genes in SignificantKE_gene_sets9.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs9[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs9:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs9.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Adipogenesis WP236 x https://identifiers.org/aop.events/1086: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1087: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1090: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1115: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1172: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1262: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1270: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1365: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1392: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/149: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1493: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1495: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1497: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1498: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1538: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1575: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1633: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1668 : 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1750: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1815: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1817: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1848: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1917: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1945: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/202: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/209: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/214: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/244 : 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/249: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/265: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/288: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/352: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/357: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/41: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/457: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/459: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/484: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/55: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/890: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/898: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1086: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1087: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1090: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1115: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1172: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1262: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1270: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1365: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1392: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/149: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1493: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1495: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1497: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1498: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1538: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1575: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1633: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1668 : 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1750: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1815: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1817: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1848: 1 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1917: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/1945: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/202: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/209: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/214: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/244 : 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/249: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/265: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/288: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/352: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/357: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/41: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/457: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/459: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/484: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/55: 3 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/890: 0 overlaps
Apoptosis WP254 x https://identifiers.org/aop.events/898: 3 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1086: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1087: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1090: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1115: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1172: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1262: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1270: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1365: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1392: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/149: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1493: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1495: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1497: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1498: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1538: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1575: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1633: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1668 : 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1750: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1815: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1817: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1848: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1917: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/1945: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/202: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/209: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/214: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/244 : 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/249: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/265: 1 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/288: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/352: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/357: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/41: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/457: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/459: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/484: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/55: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/890: 0 overlaps
Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284 x https://identifiers.org/aop.events/898: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1086: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1087: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1090: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1115: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1172: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1262: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1270: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1365: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1392: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/149: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1493: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1495: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1497: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1498: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1538: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1575: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1633: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1668 : 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1750: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1815: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1817: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1848: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1917: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1945: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/202: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/209: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/214: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/244 : 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/249: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/265: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/288: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/352: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/357: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/41: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/457: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/459: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/484: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/55: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/890: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/898: 2 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1086: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1087: 2 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1090: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1115: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1172: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1262: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1270: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1365: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1392: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/149: 2 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1493: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1495: 3 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1497: 2 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1498: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1538: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1575: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1633: 2 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1668 : 2 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1750: 2 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1815: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1817: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1848: 2 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1917: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/1945: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/202: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/209: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/214: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/244 : 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/249: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/265: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/288: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/352: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/357: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/41: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/457: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/459: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/484: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/55: 1 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/890: 0 overlaps
Cytosolic DNA Sensing Pathway WP4655 x https://identifiers.org/aop.events/898: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1086: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1087: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1090: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1115: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1172: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1262: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1270: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1365: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1392: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/149: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1493: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1495: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1497: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1498: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1538: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1575: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1633: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1668 : 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1750: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1815: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1817: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1848: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1917: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1945: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/202: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/209: 2 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/214: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/244 : 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/249: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/265: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/288: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/352: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/357: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/41: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/457: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/459: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/484: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/55: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/890: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/898: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1086: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1087: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1090: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1115: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1172: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1262: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1270: 2 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1365: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1392: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/149: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1493: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1495: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1497: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1498: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1538: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1575: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1633: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1668 : 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1750: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1815: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1817: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1848: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1917: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1945: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/202: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/209: 2 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/214: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/244 : 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/249: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/265: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/288: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/352: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/357: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/41: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/457: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/459: 2 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/484: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/55: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/890: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/898: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1086: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1087: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1090: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1115: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1172: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1262: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1270: 2 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1365: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1392: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/149: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1493: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1495: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1497: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1498: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1538: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1575: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1633: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1668 : 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1750: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1815: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1817: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1848: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1917: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1945: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/202: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/209: 2 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/214: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/244 : 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/249: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/265: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/288: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/352: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/357: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/41: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/457: 1 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/459: 2 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/484: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/55: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/890: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/898: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1086: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1087: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1090: 1 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1115: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1172: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1262: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1270: 2 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1365: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1392: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/149: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1493: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1495: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1497: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1498: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1538: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1575: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1633: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1668 : 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1750: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1815: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1817: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1848: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1917: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1945: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/202: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/209: 2 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/214: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/244 : 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/249: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/265: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/288: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/352: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/357: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/41: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/457: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/459: 2 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/484: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/55: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/890: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/898: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1086: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1087: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1090: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1115: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1172: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1262: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1270: 2 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1365: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1392: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/149: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1493: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1495: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1497: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1498: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1538: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1575: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1633: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1668 : 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1750: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1815: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1817: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1848: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1917: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1945: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/202: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/209: 2 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/214: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/244 : 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/249: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/265: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/288: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/352: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/357: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/41: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/457: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/459: 2 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/484: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/55: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/890: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/898: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1086: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1087: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1090: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1115: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1172: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1262: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1270: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1365: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1392: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/149: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1493: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1495: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1497: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1498: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1538: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1575: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1633: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1668 : 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1750: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1815: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1817: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1848: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1917: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1945: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/202: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/209: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/214: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/244 : 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/249: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/265: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/288: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/352: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/357: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/41: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/457: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/459: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/484: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/55: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/890: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/898: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1086: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1087: 2 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1090: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1115: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1172: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1262: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1270: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1365: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1392: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/149: 2 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1493: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1495: 3 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1497: 2 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1498: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1538: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1575: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1633: 2 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1668 : 2 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1750: 2 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1815: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1817: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1848: 2 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1917: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/1945: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/202: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/209: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/214: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/244 : 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/249: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/265: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/288: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/352: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/357: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/41: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/457: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/459: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/484: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/55: 1 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/890: 0 overlaps
Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865 x https://identifiers.org/aop.events/898: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1086: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1087: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1090: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1115: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1172: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1262: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1270: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1365: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/149: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1493: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1495: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1497: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1498: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1538: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1575: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1633: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1668 : 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1750: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1815: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1817: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1848: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1945: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/202: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/214: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244 : 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/249: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/265: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/288: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/352: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/357: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/457: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/459: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/484: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/55: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/890: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/898: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1086: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1087: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1090: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1115: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1172: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1262: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1270: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1365: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1392: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/149: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1493: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1495: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1497: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1498: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1538: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1575: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1633: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1668 : 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1750: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1815: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1817: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1848: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1917: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1945: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/202: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/209: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/214: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/244 : 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/249: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/265: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/288: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/352: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/357: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/41: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/457: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/459: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/484: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/55: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/890: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/898: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1086: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1087: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1090: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1115: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1172: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1262: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1270: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1365: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1392: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/149: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1493: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1495: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1497: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1498: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1538: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1575: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1633: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1668 : 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1750: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1815: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1817: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1848: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1917: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1945: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/202: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/209: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/214: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/244 : 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/249: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/265: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/288: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/352: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/357: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/41: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/457: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/459: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/484: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/55: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/890: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/898: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1086: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1087: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1090: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1115: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1172: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1262: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1270: 4 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1365: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1392: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/149: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1493: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1495: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1497: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1498: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1538: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1575: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1633: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1668 : 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1750: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1815: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1817: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1848: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1917: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1945: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/202: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/209: 4 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/214: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/244 : 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/249: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/265: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/288: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/352: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/357: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/41: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/457: 2 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/459: 3 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/484: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/55: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/890: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/898: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1086: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1087: 2 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1090: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1115: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1172: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1262: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1270: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1365: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1392: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/149: 2 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1493: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1495: 2 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1497: 2 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1498: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1538: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1575: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1633: 2 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1668 : 2 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1750: 2 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1815: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1817: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1848: 2 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1917: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/1945: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/202: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/209: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/214: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/244 : 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/249: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/265: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/288: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/352: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/357: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/41: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/457: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/459: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/484: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/55: 1 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/890: 0 overlaps
Prostaglandin Signaling WP5088 x https://identifiers.org/aop.events/898: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1086: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1087: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1090: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1115: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1172: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1262: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1270: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1365: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1392: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/149: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1493: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1495: 3 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1497: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1498: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1538: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1575: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1633: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1668 : 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1750: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1815: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1817: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1848: 2 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1917: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/1945: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/202: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/209: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/214: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/244 : 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/249: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/265: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/288: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/352: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/357: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/41: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/457: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/459: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/484: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/55: 1 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/890: 0 overlaps
SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039 x https://identifiers.org/aop.events/898: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1086: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1087: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1090: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1115: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1172: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1262: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1270: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1365: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1392: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/149: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1493: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1495: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1497: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1498: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1538: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1575: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1633: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1668 : 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1750: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1815: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1817: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1848: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1917: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1945: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/202: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/209: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/214: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/244 : 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/249: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/265: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/288: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/352: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/357: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/41: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/457: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/459: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/484: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/55: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/890: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/898: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1086: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1087: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1090: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1115: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1172: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1262: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1270: 1 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1365: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1392: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/149: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1493: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1495: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1497: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1498: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1538: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1575: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1633: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1668 : 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1750: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1815: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1817: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1848: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1917: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1945: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/202: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/209: 1 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/214: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/244 : 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/249: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/265: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/288: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/352: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/357: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/41: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/457: 1 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/459: 1 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/484: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/55: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/890: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/898: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL', 'PCK1'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL', 'PCK1'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL', 'PCK1', 'PLIN2'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21', 'IRF7'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21', 'IRF7'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21', 'IRF7'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21', 'IRF7'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21', 'IRF7'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21', 'IRF7'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21', 'IRF7'}, number: 3
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis WP254, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21', 'IRF7'}, number: 3
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'TNFSF10', 'TNFRSF21'}, number: 2
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'CXCL10', 'TRIM25', 'IRF7'}, number: 3
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cytosolic DNA Sensing Pathway WP4655, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1', 'PCK1'}, number: 2
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FABP4'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'FABP4', 'LPL'}, number: 2
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FABP4', 'LPL'}, number: 2
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'FABP4', 'LPL'}, number: 2
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL', 'ACSL5'}, number: 2
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL', 'ACSL5'}, number: 2
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'LPL', 'ACSL5'}, number: 2
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FABP4'}, number: 1
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'FABP4', 'ACSL5'}, number: 2
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FABP4', 'ACSL5'}, number: 2
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'FABP4', 'ACSL5'}, number: 2
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FABP4'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'FABP4', 'ACSL5'}, number: 2
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FABP4', 'ACSL5'}, number: 2
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'FABP4', 'ACSL5'}, number: 2
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL5'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1', 'ACSL5'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL5'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'CXCL10', 'TRIM25', 'IRF7'}, number: 3
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1', 'SQSTM1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'SQSTM1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1', 'CYP1A1', 'PCK1', 'SQSTM1'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCB4'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'HMOX1', 'SQSTM1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP3A5', 'ABCB4'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'ABCB4'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1', 'ABCB4', 'SQSTM1'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP3A5'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1', 'CYP1A1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FABP4'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL', 'FABP4', 'ACSL5', 'PCK1'}, number: 4
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL', 'FABP4', 'ACSL5', 'PCK1'}, number: 4
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL', 'PCK1'}, number: 2
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'LPL', 'FABP4', 'ACSL5'}, number: 3
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Signaling WP5088, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'CXCL10', 'TRIM25', 'IRF7'}, number: 3
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'CXCL10', 'IRF7'}, number: 2
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CXCL10'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IRF7'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP3A5'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Section 11.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 8.5.5.

final_geneoverlaptable_C9=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs9,orient='index')
Section 11.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 116. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count9= {}

for index, row in exploded_df9_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count9:
            variable_count9[unique_KE] = 1
    else:
            variable_count9[unique_KE] += 1

print("The total number of genes: ")
print(variable_count9)
The total number of genes: 
{'Nuclear Receptors Meta Pathway WP2882': 8, 'Estrogen Receptor Pathway WP2881': 3, 'PPAR Signaling WP3942': 4, 'Familial Partial Lipodystrophy WP5102': 3, 'Novel Intracellular Components Of RIG I Like Receptor Pathway WP3865': 3, 'Oxidation By Cytochrome P450 WP43': 3, 'SARS CoV 2 Innate Immunity Evasion And Cell Immune Response WP5039': 3, 'Ferroptosis WP4313': 3, 'Cytosolic DNA Sensing Pathway WP4655': 3, 'Tamoxifen Metabolism WP691': 2, 'Fatty Acid Transporters WP5061': 2, 'Apoptosis WP254': 3, 'Cell Interactions Of The Pancreatic Cancer Microenvironment WP5284': 2, 'Fatty Acid Beta Oxidation WP143': 2, 'Oxidative Stress Response WP408': 2, 'Prostaglandin Signaling WP5088': 2, 'Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323': 2, 'Cytokine Cytokine Receptor Interaction WP5473': 4, 'Adipogenesis WP236': 3, 'Vitamin A And Carotenoid Metabolism WP716': 2}

Step 117. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df9=pd.DataFrame.from_dict(variable_count9,orient='index')
reset_variable_count_df9 = variable_count_df9.reset_index()
reset_variable_count_df9.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C9=final_geneoverlaptable_C9.reset_index(level=[1])
Genesetoverlaptable_C9.reset_index(inplace=True)
Genesetoverlaptable_C9.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C9=pd.merge(reset_variable_count_df9,Genesetoverlaptable_C9, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C9.loc[:,'Percent geneset overlap']= tabulation_C9.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C9.to_excel('geneoverlap-calculation-TroglitazoneA10uM.xlsx')

Section 12. Comparison 10: Troglitazone 1uM

Section 12.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 8.

Step 118. The table containing the differential expressed genes for comparison 8 to control is loaded with the filter for significance.

Comparison10_DEG= pd.read_csv("C:/Users/shaki/Downloads/BackgroundORA_EGEOD69851/GSE69844.Troglitazone-1uM.tsv",sep='\t')
Comparison10_DEG = Comparison10_DEG.drop(Comparison10_DEG[Comparison10_DEG['Entrez.Gene']== '---'].index)
Comparison_10_DEG= Comparison10_DEG[Comparison10_DEG['padj'] < 0.05]
Comparison_10_DEG = Comparison_10_DEG.copy()  
Comparison_10_DEG['Entrez.Gene'] = Comparison_10_DEG['Entrez.Gene'].astype(str)

Step 119. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C10= pd.merge(mergeddataframe,Comparison_10_DEG, on='Entrez.Gene')
merged_dataframe_DEG_C10.drop(columns={'Gene.Symbol_x','ID','GB_LIST','SPOT_ID'})

KEID WPtitle WPID Entrez.Gene N padj P.Value t B logFC Gene.Symbol_y
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 3600 129 0.03010 0.001240 4.19 -0.83555 0.203228 IL15
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 3600 129 0.04380 0.002500 3.80 -1.52073 0.189761 IL15
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 6696 129 0.02700 0.001010 4.31 -0.63435 0.259871 SPP1
3 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 1072 169 0.00411 0.000021 -6.74 3.16045 -0.259748 CFL1
4 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 1072 169 0.00725 0.000075 -5.87 1.91035 -0.244639 CFL1
... ... ... ... ... ... ... ... ... ... ... ...
3827 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 207 398 0.00438 0.000023 -6.66 3.05022 -0.283606 AKT1
3828 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 6464 398 0.00669 0.000063 -5.98 2.07361 -0.240417 SHC1
3829 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 6464 398 0.01650 0.000384 -4.87 0.31549 -0.265491 SHC1
3830 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 6464 398 0.04470 0.002600 -3.78 -1.56006 -0.145686 SHC1
3831 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 7249 398 0.00698 0.000068 -5.94 2.00807 -0.272731 TSC2

3832 rows × 11 columns

Step 120. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05. It is revealed that this comparison has a gene which is not present in the network. Therefore downstreamsteps can’t be executed.

variable_n_dictionary_count10= {}

for index, row in merged_dataframe_DEG_C10.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count10:
            variable_n_dictionary_count10[unique_KE] = 1
        else:
            variable_n_dictionary_count10[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count10)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 3, 'https://identifiers.org/aop.events/875': 29, 'https://identifiers.org/aop.events/2007': 30, 'https://identifiers.org/aop.events/1495': 37, 'https://identifiers.org/aop.events/105': 17, 'https://identifiers.org/aop.events/1816': 17, 'https://identifiers.org/aop.events/1668 ': 20, 'https://identifiers.org/aop.events/244 ': 79, 'https://identifiers.org/aop.events/1814 ': 61, 'https://identifiers.org/aop.events/888': 9, 'https://identifiers.org/aop.events/1574': 3, 'https://identifiers.org/aop.events/41': 54, 'https://identifiers.org/aop.events/1270': 22, 'https://identifiers.org/aop.events/1086': 31, 'https://identifiers.org/aop.events/1487 ': 9, 'https://identifiers.org/aop.events/1539': 59, 'https://identifiers.org/aop.events/201': 6, 'https://identifiers.org/aop.events/457': 134, 'https://identifiers.org/aop.events/55': 62, 'https://identifiers.org/aop.events/188': 3, 'https://identifiers.org/aop.events/618': 45, 'https://identifiers.org/aop.events/389': 6, 'https://identifiers.org/aop.events/177': 51, 'https://identifiers.org/aop.events/2013': 37, 'https://identifiers.org/aop.events/2006': 57, 'https://identifiers.org/aop.events/1497': 79, 'https://identifiers.org/aop.events/870': 6, 'https://identifiers.org/aop.events/1669': 87, 'https://identifiers.org/aop.events/1115': 8, 'https://identifiers.org/aop.events/202': 40, 'https://identifiers.org/aop.events/1917': 18, 'https://identifiers.org/aop.events/1633': 158, 'https://identifiers.org/aop.events/1392': 24, 'https://identifiers.org/aop.events/1815': 2, 'https://identifiers.org/aop.events/386': 92, 'https://identifiers.org/aop.events/1944': 2, 'https://identifiers.org/aop.events/1582': 19, 'https://identifiers.org/aop.events/1896': 51, 'https://identifiers.org/aop.events/1172': 6, 'https://identifiers.org/aop.events/1496': 63, 'https://identifiers.org/aop.events/68': 28, 'https://identifiers.org/aop.events/1493': 126, 'https://identifiers.org/aop.events/265': 62, 'https://identifiers.org/aop.events/1817': 55, 'https://identifiers.org/aop.events/1819': 10, 'https://identifiers.org/aop.events/1750': 79, 'https://identifiers.org/aop.events/1901': 7, 'https://identifiers.org/aop.events/1848': 22, 'https://identifiers.org/aop.events/1365': 55, 'https://identifiers.org/aop.events/890': 8, 'https://identifiers.org/aop.events/1587': 10, 'https://identifiers.org/aop.events/1457': 4, 'https://identifiers.org/aop.events/1586': 6, 'https://identifiers.org/aop.events/149': 158, 'https://identifiers.org/aop.events/1575': 55, 'https://identifiers.org/aop.events/1579': 72, 'https://identifiers.org/aop.events/87': 20, 'https://identifiers.org/aop.events/249': 8, 'https://identifiers.org/aop.events/288': 10, 'https://identifiers.org/aop.events/209': 117, 'https://identifiers.org/aop.events/1498': 16, 'https://identifiers.org/aop.events/1499': 4, 'https://identifiers.org/aop.events/1500': 58, 'https://identifiers.org/aop.events/1488': 30, 'https://identifiers.org/aop.events/1494': 12, 'https://identifiers.org/aop.events/52': 33, 'https://identifiers.org/aop.events/381': 57, 'https://identifiers.org/aop.events/484': 150, 'https://identifiers.org/aop.events/388': 29, 'https://identifiers.org/aop.events/1262': 55, 'https://identifiers.org/aop.events/1945': 252, 'https://identifiers.org/aop.events/2009': 12, 'https://identifiers.org/aop.events/2012': 58, 'https://identifiers.org/aop.events/1770': 7, 'https://identifiers.org/aop.events/1818': 57, 'https://identifiers.org/aop.events/1752': 15, 'https://identifiers.org/aop.events/887': 16, 'https://identifiers.org/aop.events/1585': 4, 'https://identifiers.org/aop.events/214': 16, 'https://identifiers.org/aop.events/1271': 10, 'https://identifiers.org/aop.events/1087': 79, 'https://identifiers.org/aop.events/1538': 8, 'https://identifiers.org/aop.events/898': 55, 'https://identifiers.org/aop.events/195': 30, 'https://identifiers.org/aop.events/459': 52, 'https://identifiers.org/aop.events/1670': 28, 'https://identifiers.org/aop.events/759': 6, 'https://identifiers.org/aop.events/1090': 105, 'https://identifiers.org/aop.events/344': 6, 'https://identifiers.org/aop.events/1841': 3, 'https://identifiers.org/aop.events/1820': 10, 'https://identifiers.org/aop.events/896': 12, 'https://identifiers.org/aop.events/1549': 22, 'https://identifiers.org/aop.events/357': 8, 'https://identifiers.org/aop.events/352': 69}

Step 121. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe10=pd.DataFrame.from_dict(variable_n_dictionary_count10,orient='index')
n_variable_dataframe10

0
https://identifiers.org/aop.events/486 3
https://identifiers.org/aop.events/875 29
https://identifiers.org/aop.events/2007 30
https://identifiers.org/aop.events/1495 37
https://identifiers.org/aop.events/105 17
... ...
https://identifiers.org/aop.events/1820 10
https://identifiers.org/aop.events/896 12
https://identifiers.org/aop.events/1549 22
https://identifiers.org/aop.events/357 8
https://identifiers.org/aop.events/352 69

95 rows × 1 columns

n_variable_dataframe10_reset = n_variable_dataframe10.reset_index()
n_variable_dataframe10_reset.columns = ['KEID', 'n']
n_variable_dataframe10_reset

KEID n
0 https://identifiers.org/aop.events/486 3
1 https://identifiers.org/aop.events/875 29
2 https://identifiers.org/aop.events/2007 30
3 https://identifiers.org/aop.events/1495 37
4 https://identifiers.org/aop.events/105 17
... ... ...
90 https://identifiers.org/aop.events/1820 10
91 https://identifiers.org/aop.events/896 12
92 https://identifiers.org/aop.events/1549 22
93 https://identifiers.org/aop.events/357 8
94 https://identifiers.org/aop.events/352 69

95 rows × 2 columns

merged_dataframe10= pd.merge(merged_dataframe_DEG_C10, n_variable_dataframe10_reset, on='KEID')

Section 12.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 122. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Comparison10_DEG.index)
B
48786

Step 123. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison10_DEG_filtered=Comparison10_DEG[Comparison10_DEG['padj'] < 0.05]
b=len(Comparison10_DEG_filtered)
b
3117

Section 12.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 124. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

DEG_in_DEGtable10 = set(Comparison_10_DEG['Entrez.Gene'])
genecolum_aopnetwork= nodetable[nodetable['CTL.Type'] == 'gene']
set1_DEG_in_AOP_network= set(genecolum_aopnetwork['CTL.GeneID'])
DEGS_present_in_AOPnetwork = list(DEG_in_DEGtable10 & set1_DEG_in_AOP_network)
len(DEGS_present_in_AOPnetwork)
336
Final_dataframe_ES= merged_dataframe10.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([48786 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_genes_in_network']=pd.Series([2739 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_DEG_present_in_network']=pd.Series([336 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([3117 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES8=Final_Dataframe_ES.copy()

Step 125. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES8.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES8.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES8

KEID N n B Number_genes_in_network Number_DEG_present_in_network b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 3 48786 2739 336 3117 0.36399042012668714
1 https://identifiers.org/aop.events/875 169 29 48786 2739 336 3117 2.6857754668519456
2 https://identifiers.org/aop.events/2007 184 30 48786 2739 336 3117 2.5518893584968825
3 https://identifiers.org/aop.events/1495 253 37 48786 2739 336 3117 2.288967424591143
4 https://identifiers.org/aop.events/105 165 17 48786 2739 336 3117 1.612587861288535
... ... ... ... ... ... ... ... ...
90 https://identifiers.org/aop.events/1820 57 10 48786 2739 336 3117 2.745892643060973
91 https://identifiers.org/aop.events/896 82 12 48786 2739 336 3117 2.2904763022606165
92 https://identifiers.org/aop.events/1549 101 22 48786 2739 336 3117 3.409256806335109
93 https://identifiers.org/aop.events/357 21 8 48786 2739 336 3117 5.962509739218112
94 https://identifiers.org/aop.events/352 398 69 48786 2739 336 3117 2.7134662726529664

95 rows × 8 columns

Step 126. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe10=[]

for index, row in Copy_Final_DataFrame_ES8.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe10.append(p)
             
Hypergeometricpvalue_dataframe10=pd.DataFrame(p_value_dataframe10)
Hypergeometricpvalue_dataframe10.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe10

Hypergeometric p-value
0 2.213474e-02
1 7.504567e-07
2 1.442128e-06
3 1.418813e-06
4 1.669040e-02
... ...
90 2.186342e-03
91 3.748173e-03
92 2.569350e-07
93 2.379803e-05
94 2.761266e-14

95 rows × 1 columns

merged_finaltable10=pd.concat([Copy_Final_DataFrame_ES8,Hypergeometricpvalue_dataframe10],axis=1)

Section 12.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 127. Lastly, we filter the results to showcase the significant KEs for comparison 4.

filteredversion_C10= merged_finaltable10[(merged_finaltable10['Enrichmentscore']>str(1))& (merged_finaltable10['Hypergeometric p-value'] < 0.05)]
filteredversion_C10.to_excel('filteredversionC10.xlsx')
SignificantKE_list10=filteredversion_C10['KEID'].tolist()

Section 12.5. Calculation of percent gene overlap to ORA

Section 12.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 128. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable10 = mergeddataframe_final[mergeddataframe_final['KEID'].isin(SignificantKE_list10)]
significantKEIDgenetable10=significantKEID_genetable10.drop(columns={'WPtitle','ID'})
Section 12.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 129. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA10 = pd.read_csv("C:/Users/shaki/Downloads/GEOD69851_ORApathwaytable/Comparison10-Troglitazone-1.txt", sep='\t')
datafileORA10=pd.DataFrame(datafile_ORA10)
filtereddatafileORA_10=datafileORA10[datafileORA10['Adjusted P-value'] < 0.05]
filtereddatafileORA_10

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Sterol Regulatory Element Binding Proteins SRE... 6.666081e-10 4.932900e-07 0 0 5.442782 114.999600 SCARB1;SEC23A;SAR1A;SAR1B;LPL;DBI;HMGCR;MED15;...
1 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 2.501338e-08 9.254949e-06 0 0 2.093132 36.637870 ITGB1;CTNND1;SRP54;FHL2;PLOD3;HMGB1;CSRP1;CAPZ...
2 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 4.175683e-08 1.030002e-05 0 0 4.058219 68.954830 RB1;CDKN1A;DNMT1;PCNA;PRKDC;PRIM1;HMGB2;TTK;HM...
3 WikiPathways_2024_Human Proteasome Degradation WP183 3.348264e-07 6.194289e-05 0 0 4.678952 69.761560 PSMD10;PSMD12;PSMD11;RPN2;UBA7;HLA-B;HLA-C;HLA...
4 WikiPathways_2024_Human EGFR Tyrosine Kinase Inhibitor Resistance WP4806 1.459952e-06 2.160729e-04 0 0 3.555785 47.779460 SHC1;ARAF;TGFA;PDGFA;PIK3R1;FOXO3;EGFR;IGF1R;C...
... ... ... ... ... ... ... ... ... ...
90 WikiPathways_2024_Human Complement System In Neuronal Development And ... 5.154785e-03 4.191803e-02 0 0 2.055042 10.825610 C1R;C4BPB;CLU;PRKCZ;C3;VTN;CASP7;AXL;PARD3;SER...
91 WikiPathways_2024_Human Roles Of Ceramides In Development Of Insulin R... 5.266484e-03 4.236085e-02 0 0 4.100690 21.513830 ACSL1;INSR;AKT1;IRS2;PIK3R1;PRKCZ;TNFRSF1A
92 WikiPathways_2024_Human Adipogenesis WP236 5.518356e-03 4.390950e-02 0 0 1.897911 9.868522 RB1;MEF2A;NCOA1;SREBF1;CDKN1A;STAT3;CISD1;GTF3...
93 WikiPathways_2024_Human DNA Damage Response Only ATM Dependent WP710 5.923206e-03 4.662949e-02 0 0 1.984314 10.177310 CDKN1A;SHC1;INSR;WNT7B;WNT5A;PIK3R1;HMGB1;PPP2...
94 WikiPathways_2024_Human Cholesterol Biosynthesis Pathway In Hepatocyte... 6.208888e-03 4.836397e-02 0 0 2.930808 14.893700 FDPS;SREBF1;EBP;ELOVL5;ACSL1;NR1H2;HMGCR;ACSL3...

95 rows × 9 columns

dropped_datafileORA_df10=filtereddatafileORA_10.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf10=dropped_datafileORA_df10.copy()
droppeddatafileORAdf10['Genes']= droppeddatafileORAdf10['Genes'].replace({';':','},regex=True)
df10_ORApathwaytable=droppeddatafileORAdf10.copy()
df10_ORApathwaytable['Genes'] = df10_ORApathwaytable['Genes'].astype(str)
df10_ORApathwaytable['Genes'] = df10_ORApathwaytable['Genes'].str.split(',')
exploded_df10_ORApathwaytable = df10_ORApathwaytable.explode('Genes', ignore_index=True)
Section 12.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 130. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets10= exploded_df10_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets10= significantKEIDgenetable10.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs10 = {}

for term, ORA_genes in ORA_gene_sets10.items():
    for KEID, KEID_genes in SignificantKE_gene_sets10.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs10[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs10:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs10.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/105: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1086: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1087: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1090: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1115: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1172: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1262: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1270: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1271: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1365: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1392: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1457: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1487 : 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1488: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/149: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1493: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1494: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1495: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1496: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1497: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1500: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1538: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1539: 3 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1549: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1574: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1575: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1579: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1582: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1586: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1587: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1633: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1668 : 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1669: 3 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1670: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1750: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1752: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/177: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1814 : 3 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1816: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1817: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1818: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1819: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1820: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1848: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1896: 4 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1901: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1917: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/1945: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/195: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/2006: 3 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/2007: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/2009: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/201: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/2012: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/2013: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/202: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/209: 3 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/214: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/244 : 3 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/249: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/265: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/288: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/344: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/352: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/357: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/381: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/386: 3 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/388: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/389: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/41: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/457: 4 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/459: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/484: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/52: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/55: 1 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/618: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/68: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/87: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/870: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/875: 2 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/887: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/888: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/890: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/896: 0 overlaps
7Q11 23 Copy Number Variation Syndrome WP4932 x https://identifiers.org/aop.events/898: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/105: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1086: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1087: 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1090: 10 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1115: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1172: 2 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1262: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1270: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1271: 2 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1365: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1392: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1457: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1487 : 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1488: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/149: 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1493: 7 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1494: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1495: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1496: 7 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1497: 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1500: 7 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1538: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1539: 9 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1549: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1574: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1575: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1579: 7 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1582: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1586: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1587: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1633: 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1668 : 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1669: 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1670: 4 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1750: 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1752: 2 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/177: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1814 : 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1816: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1817: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1818: 6 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1819: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1820: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1848: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1896: 2 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1901: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1917: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/1945: 6 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/195: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/2006: 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/2007: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/2009: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/201: 2 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/2012: 7 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/2013: 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/202: 4 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/209: 2 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/214: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/244 : 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/249: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/265: 8 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/288: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/344: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/352: 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/357: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/381: 6 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/386: 7 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/388: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/389: 2 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/41: 2 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/457: 8 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/459: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/484: 6 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/52: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/55: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/618: 5 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/68: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/87: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/870: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/875: 3 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/887: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/888: 0 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/890: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/896: 1 overlaps
AGE RAGE Pathway WP2324 x https://identifiers.org/aop.events/898: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/105: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1086: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1087: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1090: 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1115: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1172: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1262: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1270: 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1271: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1365: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1392: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1457: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1487 : 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1488: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/149: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1493: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1494: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1495: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1496: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1497: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1500: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1538: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1539: 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1549: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1574: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1575: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1579: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1582: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1586: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1587: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1633: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1668 : 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1669: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1670: 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1750: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1752: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/177: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1814 : 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1816: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1817: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1818: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1819: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1820: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1848: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1896: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1901: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1917: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1945: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/195: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/2006: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/2007: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/2009: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/201: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/2012: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/2013: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/202: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/209: 7 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/214: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/244 : 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/249: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/265: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/288: 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/344: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/352: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/357: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/381: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/386: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/388: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/389: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/41: 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/457: 24 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/459: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/484: 6 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/52: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/55: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/618: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/68: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/87: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/870: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/875: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/887: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/888: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/890: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/896: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/898: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/105: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1086: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1087: 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1090: 11 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1115: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1172: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1262: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1270: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1271: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1365: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1392: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1457: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1487 : 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1488: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/149: 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1493: 3 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1494: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1495: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1496: 3 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1497: 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1500: 3 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1538: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1539: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1549: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1574: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1575: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1579: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1582: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1586: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1587: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1633: 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1668 : 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1669: 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1670: 5 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1750: 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1752: 3 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/177: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1814 : 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1816: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1817: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1818: 3 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1819: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1820: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1848: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1896: 3 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1901: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1917: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/1945: 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/195: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/2006: 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/2007: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/2009: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/201: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/2012: 3 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/2013: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/202: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/209: 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/214: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/244 : 8 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/249: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/265: 3 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/288: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/344: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/352: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/357: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/381: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/386: 9 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/388: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/389: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/41: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/457: 7 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/459: 3 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/484: 5 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/52: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/55: 6 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/618: 5 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/68: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/87: 1 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/870: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/875: 4 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/887: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/888: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/890: 0 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/896: 2 overlaps
Alzheimer 39 S Disease And miRNA Effects WP2059 x https://identifiers.org/aop.events/898: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/105: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1086: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1087: 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1090: 11 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1115: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1172: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1262: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1270: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1271: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1365: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1392: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1457: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1487 : 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1488: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/149: 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1493: 3 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1494: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1495: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1496: 3 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1497: 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1500: 3 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1538: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1539: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1549: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1574: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1575: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1579: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1582: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1586: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1587: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1633: 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1668 : 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1669: 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1670: 5 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1750: 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1752: 3 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/177: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1814 : 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1816: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1817: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1818: 3 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1819: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1820: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1848: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1896: 3 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1901: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1917: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/1945: 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/195: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/2006: 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/2007: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/2009: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/201: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/2012: 3 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/2013: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/202: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/209: 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/214: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/244 : 8 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/249: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/265: 3 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/288: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/344: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/352: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/357: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/381: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/386: 9 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/388: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/389: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/41: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/457: 7 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/459: 3 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/484: 5 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/52: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/55: 6 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/618: 5 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/68: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/87: 1 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/870: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/875: 4 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/887: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/888: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/890: 0 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/896: 2 overlaps
Alzheimer 39 S Disease WP5124 x https://identifiers.org/aop.events/898: 6 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/105: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1086: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1087: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1090: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1115: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1172: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1262: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1270: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1271: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1365: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1392: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1457: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1487 : 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1488: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/149: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1493: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1494: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1495: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1496: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1497: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1500: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1538: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1539: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1549: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1574: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1575: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1579: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1582: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1586: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1587: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1633: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1668 : 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1669: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1670: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1750: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1752: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/177: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1814 : 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1816: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1817: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1818: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1819: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1820: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1848: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1896: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1901: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1917: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1945: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/195: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2006: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2007: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2009: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/201: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2012: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2013: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/202: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/209: 3 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/214: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/244 : 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/249: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/265: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/288: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/344: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/352: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/357: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/381: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/386: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/388: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/389: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/41: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/457: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/459: 3 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/484: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/52: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/55: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/618: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/68: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/87: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/870: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/875: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/887: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/888: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/890: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/896: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/898: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/105: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1086: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1087: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1090: 8 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1115: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1172: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1262: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1270: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1271: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1365: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1392: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1457: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1487 : 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1488: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/149: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1493: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1494: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1495: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1496: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1497: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1500: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1538: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1539: 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1549: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1574: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1575: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1579: 6 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1582: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1586: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1587: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1633: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1668 : 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1669: 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1670: 6 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1750: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1752: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/177: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1814 : 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1816: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1817: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1818: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1819: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1820: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1848: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1896: 10 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1901: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1917: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/1945: 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/195: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2006: 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2007: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2009: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/201: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2012: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/2013: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/202: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/209: 8 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/214: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/244 : 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/249: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/265: 8 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/288: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/344: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/352: 5 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/357: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/381: 6 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/386: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/388: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/389: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/41: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/457: 9 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/459: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/484: 7 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/52: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/55: 2 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/618: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/68: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/87: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/870: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/875: 3 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/887: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/888: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/890: 1 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/896: 0 overlaps
Androgen Receptor Network In Prostate Cancer WP2263 x https://identifiers.org/aop.events/898: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/105: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1086: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1087: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1090: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1115: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1172: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1262: 4 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1270: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1271: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1365: 4 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1392: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1457: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1487 : 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1488: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/149: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1493: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1494: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1495: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1496: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1497: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1500: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1538: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1539: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1549: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1574: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1575: 4 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1579: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1582: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1586: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1587: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1633: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1668 : 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1669: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1670: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1750: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1752: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/177: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1814 : 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1816: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1817: 4 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1818: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1819: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1820: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1848: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1896: 4 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1901: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1917: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/1945: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/195: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/2006: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/2007: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/2009: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/201: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/2012: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/2013: 4 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/202: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/209: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/214: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/244 : 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/249: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/265: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/288: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/344: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/352: 5 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/357: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/381: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/386: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/388: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/389: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/41: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/457: 9 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/459: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/484: 6 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/52: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/55: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/618: 3 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/68: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/87: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/870: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/875: 2 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/887: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/888: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/890: 1 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/896: 0 overlaps
Androgen Receptor Signaling WP138 x https://identifiers.org/aop.events/898: 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/105: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1086: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1087: 7 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1090: 10 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1115: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1172: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1262: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1270: 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1271: 1 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1365: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1392: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1457: 1 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1487 : 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1488: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/149: 7 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1493: 5 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1494: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1495: 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1496: 5 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1497: 7 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1500: 5 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1538: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1539: 11 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1549: 1 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1574: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1575: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1579: 6 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1582: 1 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1586: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1587: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1633: 7 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1668 : 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1669: 6 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1670: 5 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1750: 7 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1752: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/177: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1814 : 6 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1816: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1817: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1818: 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1819: 1 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1820: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1848: 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1896: 1 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1901: 1 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1917: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1945: 12 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/195: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/2006: 6 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/2007: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/2009: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/201: 3 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/2012: 5 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/2013: 6 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/202: 5 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/209: 6 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/214: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/244 : 7 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/249: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/265: 5 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/288: 3 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/344: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/352: 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/357: 1 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/381: 10 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/386: 11 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/388: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/389: 3 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/41: 9 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/457: 16 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/459: 3 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/484: 13 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/52: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/55: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/618: 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/68: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/87: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/870: 3 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/875: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/887: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/888: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/890: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/896: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/898: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/105: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1086: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1087: 15 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1090: 31 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1115: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1172: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1262: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1270: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1271: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1365: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1392: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1457: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1487 : 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1488: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/149: 15 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1493: 16 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1494: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1495: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1496: 16 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1497: 15 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1500: 15 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1538: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1539: 15 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1549: 8 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1574: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1575: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1579: 18 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1582: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1586: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1587: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1633: 15 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1668 : 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1669: 17 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1670: 14 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1750: 15 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1752: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/177: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1814 : 17 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1816: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1817: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1818: 16 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1819: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1820: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1848: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1896: 13 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1901: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1917: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1945: 31 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/195: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2006: 17 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2007: 10 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2009: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/201: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2012: 15 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2013: 9 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/202: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/209: 18 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/214: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/244 : 22 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/249: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/265: 14 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/288: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/344: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/352: 13 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/357: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/381: 8 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/386: 10 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/388: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/389: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/41: 9 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/457: 32 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/459: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/484: 30 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/52: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/55: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/618: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/68: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/87: 5 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/870: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/875: 4 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/887: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/888: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/890: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/896: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/898: 11 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/105: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1086: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1087: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1090: 6 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1115: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1172: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1262: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1270: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1271: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1365: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1392: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1457: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1487 : 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1488: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/149: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1493: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1494: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1495: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1496: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1497: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1500: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1538: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1539: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1549: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1574: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1575: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1579: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1582: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1586: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1587: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1633: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1668 : 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1669: 11 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1670: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1750: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1752: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/177: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1814 : 11 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1816: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1817: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1818: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1819: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1820: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1848: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1896: 13 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1901: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1917: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1945: 6 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/195: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2006: 11 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2007: 11 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2009: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/201: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2012: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/2013: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/202: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/209: 7 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/214: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/244 : 11 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/249: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/265: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/288: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/344: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/352: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/357: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/381: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/386: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/388: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/389: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/41: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/457: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/459: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/484: 5 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/52: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/55: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/618: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/68: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/87: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/870: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/875: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/887: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/888: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/890: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/896: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/898: 1 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/105: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1086: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1087: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1115: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1172: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1262: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1270: 1 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1271: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1365: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1392: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1457: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1487 : 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1488: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/149: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1493: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1494: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1495: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1496: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1497: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1500: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1538: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1539: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1549: 7 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1574: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1575: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1579: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1582: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1586: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1587: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1633: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1668 : 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1669: 1 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1670: 1 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1750: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1752: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/177: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1814 : 1 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1816: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1817: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1818: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1819: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1820: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1848: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1896: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1901: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1917: 1 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/1945: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/195: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/2006: 1 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/2007: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/2009: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/201: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/2012: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/202: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/209: 1 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/214: 7 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/244 : 2 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/249: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/265: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/288: 3 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/344: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/352: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/357: 7 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/381: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/386: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/388: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/389: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/41: 7 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/457: 2 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/459: 2 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/484: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/52: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/55: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/618: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/68: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/87: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/870: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/875: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/887: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/888: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/890: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/896: 0 overlaps
Cholestasis WP5238 x https://identifiers.org/aop.events/898: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/105: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1086: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1087: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1115: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1172: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1262: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1270: 2 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1271: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1365: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1392: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1457: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1487 : 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1488: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/149: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1493: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1494: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1495: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1496: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1497: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1500: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1538: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1539: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1549: 1 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1574: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1575: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1579: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1582: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1586: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1587: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1633: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1668 : 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1669: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1670: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1750: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1752: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/177: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1814 : 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1816: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1817: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1818: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1819: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1820: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1848: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1896: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1901: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1917: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1945: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/195: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/2006: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/2007: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/2009: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/201: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/2012: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/202: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/209: 2 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/214: 1 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/244 : 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/249: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/265: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/288: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/344: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/352: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/357: 1 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/381: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/386: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/388: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/389: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/41: 2 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/457: 10 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/459: 2 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/484: 1 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/52: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/55: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/618: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/87: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/870: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/875: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/887: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/888: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/890: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/896: 0 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/898: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/105: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1086: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1087: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1115: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1172: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1262: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1270: 3 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1271: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1365: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1392: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1457: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1487 : 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1488: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/149: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1493: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1494: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1495: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1496: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1497: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1500: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1538: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1539: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1549: 1 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1574: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1575: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1579: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1582: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1586: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1587: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1633: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1668 : 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1669: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1670: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1750: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1752: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/177: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1814 : 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1816: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1817: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1818: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1819: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1820: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1848: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1896: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1901: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1917: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1945: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/195: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/2006: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/2007: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/2009: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/201: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/2012: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/202: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/209: 3 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/214: 1 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/244 : 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/249: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/265: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/288: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/344: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/352: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/357: 1 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/381: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/386: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/388: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/389: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/41: 3 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/457: 11 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/459: 4 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/484: 1 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/52: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/55: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/618: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/87: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/870: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/875: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/887: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/888: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/890: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/896: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/898: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/105: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1086: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1087: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1115: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1172: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1262: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1270: 2 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1271: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1365: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1392: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1457: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1487 : 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1488: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/149: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1493: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1494: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1495: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1496: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1497: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1500: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1538: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1539: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1549: 3 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1574: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1575: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1579: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1582: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1586: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1587: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1633: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1668 : 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1669: 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1670: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1750: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1752: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/177: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1814 : 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1816: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1817: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1818: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1819: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1820: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1848: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1896: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1901: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1917: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1945: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/195: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/2006: 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/2007: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/2009: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/201: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/2012: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/202: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/209: 2 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/214: 3 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/244 : 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/249: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/265: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/288: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/344: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/352: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/357: 3 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/381: 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/386: 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/388: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/389: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/41: 3 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/457: 6 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/459: 7 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/484: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/52: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/55: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/618: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/87: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/870: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/875: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/887: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/888: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/890: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/896: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/898: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/105: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1086: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1087: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1115: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1172: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1262: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1270: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1271: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1365: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1392: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1457: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1487 : 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1488: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/149: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1493: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1494: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1495: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1496: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1497: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1500: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1538: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1539: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1549: 1 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1574: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1575: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1579: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1582: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1586: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1587: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1633: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1668 : 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1669: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1670: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1750: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1752: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/177: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1814 : 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1816: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1817: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1818: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1819: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1820: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1848: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1896: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1901: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1917: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1945: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/195: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/2006: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/2007: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/2009: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/201: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/2012: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/2013: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/202: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/209: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/214: 1 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/244 : 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/249: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/265: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/288: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/344: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/352: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/357: 1 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/381: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/386: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/388: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/389: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/41: 1 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/457: 4 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/459: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/484: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/52: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/55: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/618: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/87: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/870: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/875: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/887: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/888: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/890: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/896: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/898: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/105: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1086: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1087: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1090: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1115: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1172: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1262: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1270: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1271: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1365: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1392: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1457: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1487 : 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1488: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/149: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1493: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1494: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1495: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1496: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1497: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1500: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1538: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1539: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1549: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1574: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1575: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1579: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1582: 1 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1586: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1587: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1633: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1668 : 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1669: 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1670: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1750: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1752: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/177: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1814 : 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1816: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1817: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1818: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1819: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1820: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1848: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1896: 2 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1901: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1917: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/1945: 3 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/195: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2006: 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2007: 2 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2009: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/201: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2012: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/2013: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/202: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/209: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/214: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/244 : 4 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/249: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/265: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/288: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/344: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/352: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/357: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/381: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/386: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/388: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/389: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/41: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/457: 3 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/459: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/484: 3 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/52: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/55: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/618: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/68: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/87: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/870: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/875: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/887: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/888: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/890: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/896: 0 overlaps
Cohesin Complex Cornelia De Lange Syndrome WP5117 x https://identifiers.org/aop.events/898: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/105: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1086: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1087: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1090: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1115: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1172: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1262: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1270: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1271: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1365: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1392: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1457: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1487 : 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1488: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/149: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1493: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1494: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1495: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1496: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1497: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1500: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1538: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1539: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1549: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1574: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1575: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1579: 5 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1582: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1586: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1587: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1633: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1668 : 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1669: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1670: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1750: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1752: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/177: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1814 : 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1816: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1817: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1818: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1819: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1820: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1848: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1896: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1901: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1917: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1945: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/195: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/2006: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/2007: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/2009: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/201: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/2012: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/2013: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/202: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/209: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/214: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/244 : 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/249: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/265: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/288: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/344: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/352: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/357: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/381: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/386: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/388: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/389: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/41: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/457: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/459: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/484: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/52: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/55: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/618: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/68: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/87: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/870: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/875: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/887: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/888: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/890: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/896: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/898: 3 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/105: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1086: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1087: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1090: 2 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1115: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1172: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1262: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1270: 2 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1271: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1365: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1392: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1457: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1487 : 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1488: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/149: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1493: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1494: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1495: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1496: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1497: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1500: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1538: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1539: 2 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1549: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1574: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1575: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1579: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1582: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1586: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1587: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1633: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1668 : 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1669: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1670: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1750: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1752: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/177: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1814 : 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1816: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1817: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1818: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1819: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1820: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1848: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1896: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1901: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1917: 2 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1945: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/195: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/2006: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/2007: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/2009: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/201: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/2012: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/2013: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/202: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/209: 4 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/214: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/244 : 3 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/249: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/265: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/288: 5 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/344: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/352: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/357: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/381: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/386: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/388: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/389: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/41: 2 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/457: 4 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/459: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/484: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/52: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/55: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/618: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/68: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/87: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/870: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/875: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/887: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/888: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/890: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/896: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/898: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/105: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1086: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1087: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1090: 5 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1115: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1172: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1262: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1270: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1271: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1365: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1392: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1457: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1487 : 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1488: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/149: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1493: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1494: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1495: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1496: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1497: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1500: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1538: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1539: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1549: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1574: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1575: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1579: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1582: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1586: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1587: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1633: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1668 : 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1669: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1670: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1750: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1752: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/177: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1814 : 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1816: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1817: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1818: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1819: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1820: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1848: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1896: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1901: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1917: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/1945: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/195: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2006: 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2007: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2009: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/201: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2012: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/2013: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/202: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/209: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/214: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/244 : 4 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/249: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/265: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/288: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/344: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/352: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/357: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/381: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/386: 3 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/388: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/389: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/41: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/457: 5 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/459: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/484: 5 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/52: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/55: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/618: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/68: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/87: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/870: 2 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/875: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/887: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/888: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/890: 1 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/896: 0 overlaps
Copper Homeostasis WP3286 x https://identifiers.org/aop.events/898: 2 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1086: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1087: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1090: 13 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1172: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1262: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1270: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1271: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1365: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1457: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1487 : 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1488: 2 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/149: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1493: 6 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1494: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1495: 3 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1496: 6 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1497: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1500: 6 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1539: 7 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1549: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1574: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1575: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1579: 6 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1582: 2 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1586: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1587: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1633: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1668 : 3 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1669: 21 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1670: 7 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1750: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1752: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1814 : 21 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1817: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1818: 5 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1819: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1820: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1848: 3 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1896: 8 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1901: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1917: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1945: 14 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/195: 2 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/2006: 21 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/2007: 6 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/2009: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/201: 3 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/2012: 6 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/2013: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/202: 3 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/209: 9 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/214: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/244 : 21 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/265: 6 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/288: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/344: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/352: 6 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/357: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/381: 6 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/386: 7 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/388: 2 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/389: 3 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/41: 5 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/457: 9 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/459: 2 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/484: 11 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/52: 2 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/55: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/618: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/87: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/870: 2 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/875: 2 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/887: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/888: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/896: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/898: 4 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1086: 5 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1087: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1090: 6 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1172: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1262: 5 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1270: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1365: 5 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1457: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1487 : 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1488: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/149: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1493: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1494: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1495: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1496: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1497: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1500: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1539: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1549: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1574: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1575: 5 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1579: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1582: 3 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1586: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1587: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1633: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1668 : 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1669: 19 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1670: 5 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1750: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1752: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1814 : 19 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1817: 5 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1818: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1819: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1820: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1848: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1896: 19 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1901: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1945: 7 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/195: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2006: 19 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2007: 18 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2009: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/201: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2012: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2013: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/202: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/209: 10 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/214: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/244 : 19 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/265: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/288: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/344: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/352: 5 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/357: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/381: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/386: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/388: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/389: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/41: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/457: 5 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/459: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/484: 6 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/52: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/55: 5 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/618: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/87: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/870: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/875: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/887: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/888: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/896: 2 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/898: 5 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/105: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1086: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1090: 2 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1115: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1172: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1262: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1270: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1365: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1392: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1457: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1487 : 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1488: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/149: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1493: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1494: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1495: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1496: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1500: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1538: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1539: 2 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1549: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1574: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1575: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1579: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1582: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1586: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1587: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1668 : 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1669: 8 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1752: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/177: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1814 : 8 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1817: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1818: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1819: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1820: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1848: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1896: 12 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1901: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1945: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/195: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2006: 8 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2007: 8 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2009: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/201: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2012: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/202: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/209: 9 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/214: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/244 : 8 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/249: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/265: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/288: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/344: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/352: 2 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/357: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/381: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/386: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/388: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/389: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/41: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/457: 2 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/459: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/484: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/52: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/55: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/618: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/68: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/87: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/870: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/875: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/887: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/888: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/890: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/896: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/898: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/105: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1086: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1090: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1172: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1262: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1270: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1365: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1457: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1487 : 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1488: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/149: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1493: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1494: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1495: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1496: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1500: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1539: 2 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1549: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1574: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1575: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1579: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1582: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1586: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1587: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1668 : 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1669: 7 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1752: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/177: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1814 : 7 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1817: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1818: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1819: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1820: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1848: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1896: 8 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1901: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/1945: 2 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/195: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/2006: 7 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/2007: 7 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/2009: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/201: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/2012: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/202: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/209: 4 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/214: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/244 : 7 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/249: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/265: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/288: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/344: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/352: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/357: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/381: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/386: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/388: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/389: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/41: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/457: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/459: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/484: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/52: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/55: 1 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/618: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/68: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/87: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/870: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/875: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/887: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/888: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/890: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/896: 0 overlaps
DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959 x https://identifiers.org/aop.events/898: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1086: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1090: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1172: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1262: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1270: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1365: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1457: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1487 : 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1488: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/149: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1493: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1494: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1495: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1496: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1500: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1549: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1574: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1575: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1579: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1582: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1586: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1587: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1668 : 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1669: 2 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1752: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1814 : 2 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1817: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1818: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1819: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1820: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1848: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1896: 8 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1901: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/1945: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/195: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2006: 2 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2007: 2 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2009: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/201: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2012: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/209: 8 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/214: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/244 : 2 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/265: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/288: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/344: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/352: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/357: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/381: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/386: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/388: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/389: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/41: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/457: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/459: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/484: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/52: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/55: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/618: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/87: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/870: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/875: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/887: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/888: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/896: 0 overlaps
DNA Mismatch Repair WP531 x https://identifiers.org/aop.events/898: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/105: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1086: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1087: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1090: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1172: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1262: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1270: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1365: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1457: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1487 : 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1488: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/149: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1493: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1494: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1495: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1496: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1497: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1500: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1539: 2 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1549: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1574: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1575: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1579: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1582: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1586: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1587: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1633: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1668 : 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1669: 6 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1670: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1750: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1752: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/177: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1814 : 6 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1816: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1817: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1818: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1819: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1820: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1848: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1896: 23 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1901: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/1945: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/195: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2006: 6 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2007: 5 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2009: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/201: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2012: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/2013: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/202: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/209: 23 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/214: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/244 : 6 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/265: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/288: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/344: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/352: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/357: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/381: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/386: 1 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/388: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/389: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/41: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/457: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/459: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/484: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/52: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/55: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/618: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/87: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/870: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/875: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/887: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/888: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/896: 0 overlaps
DNA Repair Pathways Full Network WP4946 x https://identifiers.org/aop.events/898: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/105: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1086: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1087: 10 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1090: 10 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1115: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1172: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1262: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1270: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1271: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1365: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1392: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1457: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1487 : 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1488: 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/149: 10 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1493: 11 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1494: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1495: 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1496: 11 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1497: 10 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1500: 11 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1538: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1539: 33 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1549: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1574: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1575: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1579: 11 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1582: 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1586: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1587: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1633: 10 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1668 : 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1669: 7 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1670: 7 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1750: 10 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1752: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/177: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1814 : 7 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1816: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1817: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1818: 10 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1819: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1820: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1848: 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1896: 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1901: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1917: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1945: 13 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/195: 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/2006: 7 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/2007: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/2009: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/201: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/2012: 11 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/2013: 9 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/202: 6 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/209: 5 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/214: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/244 : 7 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/249: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/265: 12 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/288: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/344: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/352: 5 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/357: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/381: 13 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/386: 14 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/388: 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/389: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/41: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/457: 12 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/459: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/484: 9 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/52: 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/55: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/618: 8 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/68: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/87: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/870: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/875: 4 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/887: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/888: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/890: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/896: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/898: 2 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/105: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1086: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1087: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1090: 10 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1115: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1172: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1262: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1270: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1271: 2 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1365: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1392: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1457: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1487 : 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1488: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/149: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1493: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1494: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1495: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1496: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1497: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1500: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1538: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1539: 11 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1549: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1574: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1575: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1579: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1582: 2 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1586: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1587: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1633: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1668 : 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1669: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1670: 11 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1750: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1752: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/177: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1814 : 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1816: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1817: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1818: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1819: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1820: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1848: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1896: 2 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1901: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1917: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1945: 19 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/195: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2006: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2007: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2009: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/201: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2012: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2013: 8 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/202: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/209: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/214: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/244 : 8 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/249: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/265: 8 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/288: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/344: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/352: 6 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/357: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/381: 10 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/386: 12 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/388: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/389: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/41: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/457: 14 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/459: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/484: 16 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/52: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/55: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/618: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/68: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/87: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/870: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/875: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/887: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/888: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/890: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/896: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/898: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/105: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1086: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1087: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1090: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1115: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1172: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1262: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1270: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1271: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1365: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1392: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1457: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1487 : 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1488: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/149: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1493: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1494: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1495: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1496: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1497: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1500: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1538: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1539: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1549: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1574: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1575: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1579: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1582: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1586: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1587: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1633: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1668 : 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1669: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1670: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1750: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1752: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/177: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1814 : 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1816: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1817: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1818: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1819: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1820: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1848: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1896: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1901: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1917: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1945: 7 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/195: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/2006: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/2007: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/2009: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/201: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/2012: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/2013: 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/202: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/209: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/214: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/244 : 3 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/249: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/265: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/288: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/344: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/352: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/357: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/381: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/386: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/388: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/389: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/41: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/457: 8 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/459: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/484: 7 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/52: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/55: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/618: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/68: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/87: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/870: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/875: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/887: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/888: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/890: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/896: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/898: 4 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/105: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1086: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1087: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1090: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1115: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1172: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1262: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1270: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1271: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1365: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1392: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1457: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1487 : 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1488: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/149: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1493: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1494: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1495: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1496: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1497: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1500: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1538: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1539: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1549: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1574: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1575: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1579: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1582: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1586: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1587: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1633: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1668 : 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1669: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1670: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1750: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1752: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/177: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1814 : 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1816: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1817: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1818: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1819: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1820: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1848: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1896: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1901: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1917: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1945: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/195: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/2006: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/2007: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/2009: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/201: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/2012: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/2013: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/202: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/209: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/214: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/244 : 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/249: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/265: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/288: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/344: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/352: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/357: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/381: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/386: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/388: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/389: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/41: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/457: 2 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/459: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/484: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/52: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/55: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/618: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/68: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/87: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/870: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/875: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/887: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/888: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/890: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/896: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/898: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/105: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1086: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1087: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1090: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1115: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1172: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1262: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1270: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1271: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1365: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1392: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1457: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1487 : 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1488: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/149: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1493: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1494: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1495: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1496: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1497: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1500: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1538: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1539: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1549: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1574: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1575: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1579: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1582: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1586: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1587: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1633: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1668 : 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1669: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1670: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1750: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1752: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/177: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1814 : 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1816: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1817: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1818: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1819: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1820: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1848: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1896: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1901: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1917: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/1945: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/195: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/2006: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/2007: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/2009: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/201: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/2012: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/2013: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/202: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/209: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/214: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/244 : 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/249: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/265: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/288: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/344: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/352: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/357: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/381: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/386: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/388: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/389: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/41: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/457: 2 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/459: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/484: 1 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/52: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/55: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/618: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/68: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/87: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/870: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/875: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/887: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/888: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/890: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/896: 0 overlaps
Effect Of Progerin On Genes Involved In Progeria WP4320 x https://identifiers.org/aop.events/898: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/105: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1086: 3 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1087: 8 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1090: 12 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1115: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1172: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1262: 3 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1270: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1271: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1365: 3 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1392: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1457: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1487 : 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1488: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/149: 8 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1493: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1494: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1495: 4 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1496: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1497: 8 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1500: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1538: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1539: 13 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1549: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1574: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1575: 3 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1579: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1582: 2 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1586: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1587: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1633: 8 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1668 : 4 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1669: 10 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1670: 10 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1750: 8 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1752: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/177: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1814 : 10 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1816: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1817: 3 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1818: 4 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1819: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1820: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1848: 4 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1896: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1901: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1917: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1945: 14 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/195: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/2006: 10 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/2007: 4 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/2009: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/201: 3 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/2012: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/2013: 6 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/202: 4 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/209: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/214: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/244 : 11 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/249: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/265: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/288: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/344: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/352: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/357: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/381: 8 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/386: 8 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/388: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/389: 3 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/41: 4 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/457: 9 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/459: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/484: 11 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/52: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/55: 3 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/618: 3 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/68: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/87: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/870: 2 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/875: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/887: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/888: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/890: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/896: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/898: 3 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/105: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1086: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1087: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1090: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1115: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1172: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1262: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1270: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1271: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1365: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1392: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1457: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1487 : 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1488: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/149: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1493: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1494: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1495: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1496: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1497: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1500: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1538: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1539: 2 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1549: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1574: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1575: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1579: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1582: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1586: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1587: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1633: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1668 : 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1669: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1670: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1750: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1752: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/177: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1814 : 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1816: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1817: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1818: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1819: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1820: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1848: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1896: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1901: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1917: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1945: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/195: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/2006: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/2007: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/2009: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/201: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/2012: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/2013: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/202: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/209: 2 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/214: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/244 : 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/249: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/265: 2 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/288: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/344: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/352: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/357: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/381: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/386: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/388: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/389: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/41: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/457: 3 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/459: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/484: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/52: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/55: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/618: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/68: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/87: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/870: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/875: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/887: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/888: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/890: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/896: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/898: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/105: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1086: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1087: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1090: 2 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1115: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1172: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1262: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1270: 3 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1271: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1365: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1392: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1457: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1487 : 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1488: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/149: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1493: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1494: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1495: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1496: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1497: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1500: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1538: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1539: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1549: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1574: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1575: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1579: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1582: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1586: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1587: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1633: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1668 : 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1669: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1670: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1750: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1752: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/177: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1814 : 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1816: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1817: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1818: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1819: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1820: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1848: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1896: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1901: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1917: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/1945: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/195: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/2006: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/2007: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/2009: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/201: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/2012: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/2013: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/202: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/209: 4 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/214: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/244 : 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/249: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/265: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/288: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/344: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/352: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/357: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/381: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/386: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/388: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/389: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/41: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/457: 5 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/459: 3 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/484: 1 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/52: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/55: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/618: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/68: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/87: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/870: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/875: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/887: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/888: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/890: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/896: 0 overlaps
Familial Partial Lipodystrophy WP5102 x https://identifiers.org/aop.events/898: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/105: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1086: 4 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1087: 3 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1090: 3 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1115: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1172: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1262: 5 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1270: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1271: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1365: 5 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1392: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1457: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1487 : 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1488: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/149: 3 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1493: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1494: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1495: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1496: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1497: 3 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1500: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1538: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1539: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1549: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1574: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1575: 5 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1579: 1 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1582: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1586: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1587: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1633: 3 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1668 : 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1669: 4 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1670: 2 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1750: 3 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1752: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/177: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1814 : 4 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1816: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1817: 5 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1818: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1819: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1820: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1848: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1896: 4 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1901: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1917: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/1945: 1 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/195: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/2006: 4 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/2007: 4 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/2009: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/201: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/2012: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/2013: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/202: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/209: 2 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/214: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/244 : 4 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/249: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/265: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/288: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/344: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/352: 5 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/357: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/381: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/386: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/388: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/389: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/41: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/457: 3 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/459: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/484: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/52: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/55: 4 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/618: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/68: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/87: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/870: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/875: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/887: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/888: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/890: 0 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/896: 2 overlaps
Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314 x https://identifiers.org/aop.events/898: 5 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/105: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1086: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1087: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1090: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1115: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1172: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1262: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1270: 5 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1271: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1365: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1392: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1457: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1487 : 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1488: 1 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/149: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1493: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1494: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1495: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1496: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1497: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1500: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1538: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1539: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1549: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1574: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1575: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1579: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1582: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1586: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1587: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1633: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1668 : 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1669: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1670: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1750: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1752: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/177: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1814 : 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1816: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1817: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1818: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1819: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1820: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1848: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1896: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1901: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1917: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/1945: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/195: 1 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/2006: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/2007: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/2009: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/201: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/2012: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/2013: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/202: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/209: 5 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/214: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/244 : 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/249: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/265: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/288: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/344: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/352: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/357: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/381: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/386: 1 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/388: 1 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/389: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/41: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/457: 3 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/459: 11 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/484: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/52: 1 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/55: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/618: 1 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/68: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/87: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/870: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/875: 1 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/887: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/888: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/890: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/896: 0 overlaps
Fatty Acid Beta Oxidation WP143 x https://identifiers.org/aop.events/898: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/105: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1086: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1087: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1090: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1115: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1172: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1262: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1270: 4 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1271: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1365: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1392: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1457: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1487 : 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1488: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/149: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1493: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1494: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1495: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1496: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1497: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1500: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1538: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1539: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1549: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1574: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1575: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1579: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1582: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1586: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1587: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1633: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1668 : 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1669: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1670: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1750: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1752: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/177: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1814 : 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1816: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1817: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1818: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1819: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1820: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1848: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1896: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1901: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1917: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/1945: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/195: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/2006: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/2007: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/2009: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/201: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/2012: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/2013: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/202: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/209: 4 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/214: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/244 : 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/249: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/265: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/288: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/344: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/352: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/357: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/381: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/386: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/388: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/389: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/41: 2 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/457: 4 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/459: 10 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/484: 1 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/52: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/55: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/618: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/68: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/87: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/870: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/875: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/887: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/888: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/890: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/896: 0 overlaps
Fatty Acid Biosynthesis WP357 x https://identifiers.org/aop.events/898: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/105: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1086: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1087: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1090: 1 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1115: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1172: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1262: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1270: 7 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1271: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1365: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1392: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1457: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1487 : 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1488: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/149: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1493: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1494: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1495: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1496: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1497: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1500: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1538: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1539: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1549: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1574: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1575: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1579: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1582: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1586: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1587: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1633: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1668 : 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1669: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1670: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1750: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1752: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/177: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1814 : 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1816: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1817: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1818: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1819: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1820: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1848: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1896: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1901: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1917: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/1945: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/195: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/2006: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/2007: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/2009: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/201: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/2012: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/2013: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/202: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/209: 7 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/214: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/244 : 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/249: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/265: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/288: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/344: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/352: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/357: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/381: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/386: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/388: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/389: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/41: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/457: 2 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/459: 7 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/484: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/52: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/55: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/618: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/68: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/87: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/870: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/875: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/887: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/888: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/890: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/896: 0 overlaps
Fatty Acid Transporters WP5061 x https://identifiers.org/aop.events/898: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/105: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1086: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1087: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1090: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1115: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1172: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1262: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1270: 6 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1271: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1365: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1392: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1457: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1487 : 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1488: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/149: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1493: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1494: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1495: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1496: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1497: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1500: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1538: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1539: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1549: 2 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1574: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1575: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1579: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1582: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1586: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1587: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1633: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1668 : 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1669: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1670: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1750: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1752: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/177: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1814 : 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1816: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1817: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1818: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1819: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1820: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1848: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1896: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1901: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1917: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1945: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/195: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/2006: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/2007: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/2009: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/201: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/2012: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/2013: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/202: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/209: 6 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/214: 2 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/244 : 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/249: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/265: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/288: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/344: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/352: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/357: 2 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/381: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/386: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/388: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/389: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/41: 2 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/457: 2 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/459: 12 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/484: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/52: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/55: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/618: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/68: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/87: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/870: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/875: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/887: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/888: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/890: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/896: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/898: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/105: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1086: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1087: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1090: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1115: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1172: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1262: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1270: 4 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1271: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1365: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1392: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1457: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1487 : 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1488: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/149: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1493: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1494: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1495: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1496: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1497: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1500: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1538: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1539: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1549: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1574: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1575: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1579: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1582: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1586: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1587: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1633: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1668 : 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1669: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1670: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1750: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1752: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/177: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1814 : 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1816: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1817: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1818: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1819: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1820: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1848: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1896: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1901: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1917: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1945: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/195: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2006: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2007: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2009: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/201: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2012: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2013: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/202: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/209: 4 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/214: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/244 : 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/249: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/265: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/288: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/344: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/352: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/357: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/381: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/386: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/388: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/389: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/41: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/457: 4 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/459: 4 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/484: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/52: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/55: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/618: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/68: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/87: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/870: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/875: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/887: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/888: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/890: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/896: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/898: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/105: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1086: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1087: 12 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1090: 23 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1115: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1172: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1262: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1270: 1 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1271: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1365: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1392: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1457: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1487 : 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1488: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/149: 12 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1493: 10 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1494: 6 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1495: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1496: 10 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1497: 12 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1500: 9 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1538: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1539: 9 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1549: 7 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1574: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1575: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1579: 7 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1582: 1 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1586: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1587: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1633: 12 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1668 : 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1669: 9 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1670: 7 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1750: 12 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1752: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/177: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1814 : 9 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1816: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1817: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1818: 12 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1819: 3 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1820: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1848: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1896: 3 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1901: 3 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1917: 1 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1945: 40 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/195: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/2006: 9 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/2007: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/2009: 6 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/201: 3 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/2012: 9 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/2013: 7 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/202: 3 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/209: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/214: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/244 : 9 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/249: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/265: 8 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/288: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/344: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/352: 6 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/357: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/381: 11 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/386: 14 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/388: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/389: 3 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/41: 9 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/457: 48 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/459: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/484: 48 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/52: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/55: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/618: 6 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/68: 1 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/87: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/870: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/875: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/887: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/888: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/890: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/896: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/898: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/105: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1086: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1087: 15 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1090: 18 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1115: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1172: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1262: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1270: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1271: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1365: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1392: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1457: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1487 : 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1488: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/149: 15 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1493: 11 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1494: 6 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1495: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1496: 11 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1497: 15 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1500: 10 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1538: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1539: 9 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1549: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1574: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1575: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1579: 10 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1582: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1586: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1587: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1633: 15 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1668 : 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1669: 8 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1670: 6 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1750: 15 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1752: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/177: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1814 : 8 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1816: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1817: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1818: 12 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1819: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1820: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1848: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1896: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1901: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1917: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1945: 25 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/195: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2006: 8 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2007: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2009: 6 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/201: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2012: 10 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2013: 6 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/202: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/209: 6 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/214: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/244 : 8 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/249: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/265: 9 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/288: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/344: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/352: 6 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/357: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/381: 8 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/386: 9 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/388: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/389: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/41: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/457: 18 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/459: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/484: 20 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/52: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/55: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/618: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/68: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/87: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/870: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/875: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/887: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/888: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/890: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/896: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/898: 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/105: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1086: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1087: 6 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1090: 10 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1115: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1172: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1262: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1270: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1271: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1365: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1392: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1457: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1487 : 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1488: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/149: 6 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1493: 11 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1494: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1495: 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1496: 11 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1497: 6 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1500: 10 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1538: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1539: 10 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1549: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1574: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1575: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1579: 12 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1582: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1586: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1587: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1633: 6 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1668 : 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1669: 8 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1670: 8 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1750: 6 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1752: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/177: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1814 : 8 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1816: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1817: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1818: 9 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1819: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1820: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1848: 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1896: 3 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1901: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1917: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1945: 12 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/195: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/2006: 8 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/2007: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/2009: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/201: 3 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/2012: 10 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/2013: 7 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/202: 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/209: 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/214: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/244 : 9 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/249: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/265: 11 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/288: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/344: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/352: 8 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/357: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/381: 9 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/386: 9 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/388: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/389: 3 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/41: 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/457: 12 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/459: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/484: 11 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/52: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/55: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/618: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/68: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/87: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/870: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/875: 2 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/887: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/888: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/890: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/896: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/898: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/105: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1086: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1087: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1090: 10 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1115: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1172: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1262: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1270: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1271: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1365: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1392: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1457: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1487 : 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1488: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/149: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1493: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1494: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1495: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1496: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1497: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1500: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1538: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1539: 10 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1549: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1574: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1575: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1579: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1582: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1586: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1587: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1633: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1668 : 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1669: 9 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1670: 11 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1750: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1752: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/177: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1814 : 9 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1816: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1817: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1818: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1819: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1820: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1848: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1896: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1901: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1917: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1945: 13 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/195: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2006: 9 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2007: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2009: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/201: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2012: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/2013: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/202: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/209: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/214: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/244 : 9 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/249: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/265: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/288: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/344: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/352: 6 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/357: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/381: 7 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/386: 7 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/388: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/389: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/41: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/457: 13 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/459: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/484: 13 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/52: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/55: 4 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/618: 2 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/68: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/87: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/870: 3 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/875: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/887: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/888: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/890: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/896: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/898: 4 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/105: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1086: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1087: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1090: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1115: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1172: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1262: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1270: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1271: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1365: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1392: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1457: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1487 : 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1488: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/149: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1493: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1494: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1495: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1496: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1497: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1500: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1538: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1539: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1549: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1574: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1575: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1579: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1582: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1586: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1587: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1633: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1668 : 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1669: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1670: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1750: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1752: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/177: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1814 : 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1816: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1817: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1818: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1819: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1820: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1848: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1896: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1901: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1917: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1945: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/195: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2006: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2007: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2009: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/201: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2012: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2013: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/202: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/214: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/244 : 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/249: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/265: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/288: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/344: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/352: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/357: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/381: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/386: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/388: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/389: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/41: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/457: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/459: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/484: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/52: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/55: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/618: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/68: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/87: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/870: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/875: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/887: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/888: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/890: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/896: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/898: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/105: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1086: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1087: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1090: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1115: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1172: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1262: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1270: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1271: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1365: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1392: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1457: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1487 : 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1488: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/149: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1493: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1494: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1495: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1496: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1497: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1500: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1538: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1539: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1549: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1574: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1575: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1579: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1582: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1586: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1587: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1633: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1668 : 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1669: 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1670: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1750: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1752: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/177: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1814 : 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1816: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1817: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1818: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1819: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1820: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1848: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1896: 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1901: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1917: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1945: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/195: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/2006: 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/2007: 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/2009: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/201: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/2012: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/2013: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/202: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/209: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/214: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/244 : 3 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/249: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/265: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/288: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/344: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/352: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/357: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/381: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/386: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/388: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/389: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/41: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/457: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/459: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/484: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/52: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/55: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/618: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/68: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/87: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/870: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/875: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/887: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/888: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/890: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/896: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/898: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/105: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1086: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1087: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1090: 7 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1115: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1172: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1262: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1270: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1271: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1365: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1392: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1457: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1487 : 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1488: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/149: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1493: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1494: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1495: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1496: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1497: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1500: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1538: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1539: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1549: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1574: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1575: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1579: 5 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1582: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1586: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1587: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1633: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1668 : 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1669: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1670: 5 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1750: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1752: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/177: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1814 : 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1816: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1817: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1818: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1819: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1820: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1848: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1896: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1901: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1917: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1945: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/195: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2006: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2007: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2009: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/201: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2012: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2013: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/202: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/209: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/214: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/244 : 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/249: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/265: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/288: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/344: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/352: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/357: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/381: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/386: 5 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/388: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/389: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/41: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/457: 8 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/459: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/484: 9 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/52: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/55: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/618: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/68: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/87: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/870: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/875: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/887: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/888: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/890: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/896: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/898: 3 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/105: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1086: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1087: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1090: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1115: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1172: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1262: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1270: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1271: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1365: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1392: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1457: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1487 : 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1488: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/149: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1493: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1494: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1495: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1496: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1497: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1500: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1538: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1539: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1549: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1574: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1575: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1579: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1582: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1586: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1587: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1633: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1668 : 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1669: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1670: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1750: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1752: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/177: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1814 : 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1816: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1817: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1818: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1819: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1820: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1848: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1896: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1901: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1917: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/1945: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/195: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/2006: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/2007: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/2009: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/201: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/2012: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/2013: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/202: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/209: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/214: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/244 : 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/249: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/265: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/288: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/344: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/352: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/357: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/381: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/386: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/388: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/389: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/41: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/457: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/459: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/484: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/52: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/55: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/618: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/68: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/87: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/870: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/875: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/887: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/888: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/890: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/896: 0 overlaps
Hijack Of Ubiquitination By SARS CoV 2 WP4860 x https://identifiers.org/aop.events/898: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/105: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1086: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1087: 4 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1090: 4 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1115: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1172: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1262: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1270: 1 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1271: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1365: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1392: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1457: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1487 : 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1488: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/149: 4 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1493: 7 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1494: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1495: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1496: 7 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1497: 4 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1500: 7 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1538: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1539: 9 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1549: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1574: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1575: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1579: 5 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1582: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1586: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1587: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1633: 4 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1668 : 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1669: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1670: 5 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1750: 4 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1752: 1 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/177: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1814 : 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1816: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1817: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1818: 6 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1819: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1820: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1848: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1896: 1 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1901: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1917: 1 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/1945: 7 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/195: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/2006: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/2007: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/2009: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/201: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/2012: 7 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/2013: 7 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/202: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/209: 1 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/214: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/244 : 4 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/249: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/265: 7 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/288: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/344: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/352: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/357: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/381: 7 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/386: 8 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/388: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/389: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/41: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/457: 8 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/459: 1 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/484: 7 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/52: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/55: 2 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/618: 5 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/68: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/87: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/870: 1 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/875: 3 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/887: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/888: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/890: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/896: 0 overlaps
IL11 Signaling WP2332 x https://identifiers.org/aop.events/898: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/105: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1086: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1087: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1090: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1115: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1172: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1262: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1270: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1271: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1365: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1392: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1457: 1 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1487 : 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1488: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/149: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1493: 7 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1494: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1495: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1496: 7 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1497: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1500: 7 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1538: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1539: 8 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1549: 1 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1574: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1575: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1579: 6 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1582: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1586: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1587: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1633: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1668 : 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1669: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1670: 6 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1750: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1752: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/177: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1814 : 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1816: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1817: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1818: 7 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1819: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1820: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1848: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1896: 1 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1901: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1917: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/1945: 8 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/195: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/2006: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/2007: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/2009: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/201: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/2012: 7 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/2013: 8 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/202: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/209: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/214: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/244 : 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/249: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/265: 7 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/288: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/344: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/352: 4 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/357: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/381: 8 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/386: 9 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/388: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/389: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/41: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/457: 7 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/459: 1 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/484: 7 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/52: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/55: 2 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/618: 5 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/68: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/87: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/870: 1 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/875: 3 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/887: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/888: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/890: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/896: 0 overlaps
IL2 Signaling WP49 x https://identifiers.org/aop.events/898: 2 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/105: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1086: 2 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1087: 5 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1090: 5 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1115: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1172: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1262: 2 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1270: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1271: 2 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1365: 2 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1392: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1457: 1 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1487 : 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1488: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/149: 5 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1493: 9 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1494: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1495: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1496: 9 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1497: 5 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1500: 9 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1538: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1539: 8 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1549: 2 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1574: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1575: 2 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1579: 8 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1582: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1586: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1587: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1633: 5 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1668 : 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1669: 5 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1670: 6 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1750: 5 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1752: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/177: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1814 : 5 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1816: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1817: 2 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1818: 9 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1819: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1820: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1848: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1896: 1 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1901: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1917: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/1945: 9 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/195: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/2006: 5 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/2007: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/2009: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/201: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/2012: 9 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/2013: 8 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/202: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/209: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/214: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/244 : 5 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/249: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/265: 9 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/288: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/344: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/352: 4 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/357: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/381: 9 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/386: 10 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/388: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/389: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/41: 2 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/457: 8 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/459: 1 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/484: 8 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/52: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/55: 2 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/618: 6 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/68: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/87: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/870: 1 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/875: 3 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/887: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/888: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/890: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/896: 0 overlaps
IL5 Signaling WP127 x https://identifiers.org/aop.events/898: 2 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/105: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1086: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1087: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1090: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1115: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1172: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1262: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1270: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1271: 2 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1365: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1392: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1457: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1487 : 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1488: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/149: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1493: 7 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1494: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1495: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1496: 7 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1497: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1500: 7 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1538: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1539: 8 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1549: 2 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1574: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1575: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1579: 7 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1582: 2 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1586: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1587: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1633: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1668 : 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1669: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1670: 5 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1750: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1752: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/177: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1814 : 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1816: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1817: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1818: 7 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1819: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1820: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1848: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1896: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1901: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1917: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/1945: 9 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/195: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/2006: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/2007: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/2009: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/201: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/2012: 7 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/2013: 8 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/202: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/209: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/214: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/244 : 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/249: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/265: 8 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/288: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/344: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/352: 6 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/357: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/381: 7 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/386: 9 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/388: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/389: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/41: 2 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/457: 9 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/459: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/484: 8 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/52: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/55: 3 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/618: 7 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/68: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/87: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/870: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/875: 4 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/887: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/888: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/890: 1 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/896: 0 overlaps
IL6 Signaling WP364 x https://identifiers.org/aop.events/898: 3 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/105: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1086: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1087: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1090: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1115: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1172: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1262: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1270: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1271: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1365: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1392: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1457: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1487 : 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1488: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/149: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1493: 8 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1494: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1495: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1496: 8 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1497: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1500: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1538: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1539: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1549: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1574: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1575: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1579: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1582: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1586: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1587: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1633: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1668 : 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1669: 3 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1670: 4 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1750: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1752: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/177: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1814 : 3 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1816: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1817: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1818: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1819: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1820: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1848: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1896: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1901: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1917: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1945: 12 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/195: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/2006: 3 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/2007: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/2009: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/201: 3 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/2012: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/2013: 4 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/202: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/209: 3 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/214: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/244 : 3 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/249: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/265: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/288: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/344: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/352: 4 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/357: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/381: 6 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/386: 6 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/388: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/389: 3 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/41: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/457: 8 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/459: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/484: 8 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/52: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/55: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/618: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/68: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/87: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/870: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/875: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/887: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/888: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/890: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/896: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/898: 2 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/105: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1086: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1087: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1090: 2 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1115: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1172: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1262: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1270: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1271: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1365: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1392: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1457: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1487 : 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1488: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/149: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1493: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1494: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1495: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1496: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1497: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1500: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1538: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1539: 4 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1549: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1574: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1575: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1579: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1582: 2 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1586: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1587: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1633: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1668 : 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1669: 2 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1670: 2 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1750: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1752: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/177: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1814 : 2 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1816: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1817: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1818: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1819: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1820: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1848: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1896: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1901: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1917: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/1945: 4 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/195: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/2006: 2 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/2007: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/2009: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/201: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/2012: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/2013: 4 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/202: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/209: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/214: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/244 : 2 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/249: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/265: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/288: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/344: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/352: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/357: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/381: 5 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/386: 6 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/388: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/389: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/41: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/457: 6 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/459: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/484: 5 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/52: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/55: 1 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/618: 4 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/68: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/87: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/870: 2 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/875: 3 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/887: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/888: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/890: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/896: 0 overlaps
Leptin Insulin Signaling Overlap WP3935 x https://identifiers.org/aop.events/898: 1 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/105: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1086: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1087: 4 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1090: 7 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1115: 1 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1172: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1262: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1270: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1271: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1365: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1392: 1 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1457: 1 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1487 : 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1488: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/149: 4 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1493: 7 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1494: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1495: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1496: 7 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1497: 4 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1500: 7 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1538: 1 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1539: 11 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1549: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1574: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1575: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1579: 6 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1582: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1586: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1587: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1633: 4 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1668 : 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1669: 5 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1670: 6 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1750: 4 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1752: 1 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/177: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1814 : 5 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1816: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1817: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1818: 7 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1819: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1820: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1848: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1896: 1 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1901: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1917: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/1945: 8 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/195: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/2006: 5 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/2007: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/2009: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/201: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/2012: 7 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/2013: 8 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/202: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/209: 1 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/214: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/244 : 5 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/249: 1 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/265: 8 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/288: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/344: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/352: 5 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/357: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/381: 9 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/386: 10 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/388: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/389: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/41: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/457: 12 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/459: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/484: 9 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/52: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/55: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/618: 6 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/68: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/87: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/870: 2 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/875: 3 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/887: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/888: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/890: 1 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/896: 0 overlaps
Leptin Signaling WP2034 x https://identifiers.org/aop.events/898: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/105: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1086: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1087: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1090: 3 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1115: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1172: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1262: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1270: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1271: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1365: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1392: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1457: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1487 : 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1488: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/149: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1493: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1494: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1495: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1496: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1497: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1500: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1538: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1539: 3 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1549: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1574: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1575: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1579: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1582: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1586: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1587: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1633: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1668 : 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1669: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1670: 3 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1750: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1752: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/177: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1814 : 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1816: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1817: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1818: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1819: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1820: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1848: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1896: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1901: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1917: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1945: 5 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/195: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/2006: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/2007: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/2009: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/201: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/2012: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/2013: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/202: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/209: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/214: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/244 : 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/249: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/265: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/288: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/344: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/352: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/357: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/381: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/386: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/388: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/389: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/41: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/457: 4 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/459: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/484: 5 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/52: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/55: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/618: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/68: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/87: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/870: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/875: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/887: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/888: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/890: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/896: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/898: 1 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/105: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1086: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1087: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1090: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1115: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1172: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1262: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1270: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1271: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1365: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1392: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1457: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1487 : 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1488: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/149: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1493: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1494: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1495: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1496: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1497: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1500: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1538: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1539: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1549: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1574: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1575: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1579: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1582: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1586: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1587: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1633: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1668 : 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1669: 1 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1670: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1750: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1752: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/177: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1814 : 1 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1816: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1817: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1818: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1819: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1820: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1848: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1896: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1901: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1917: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/1945: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/195: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/2006: 1 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/2007: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/2009: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/201: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/2012: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/2013: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/202: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/209: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/214: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/244 : 1 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/249: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/265: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/288: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/344: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/352: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/357: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/381: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/386: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/388: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/389: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/41: 3 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/457: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/459: 3 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/484: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/52: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/55: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/618: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/68: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/87: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/870: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/875: 2 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/887: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/888: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/890: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/896: 0 overlaps
Metabolic Reprogramming In Pancreatic Cancer WP5220 x https://identifiers.org/aop.events/898: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/105: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1086: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1087: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1090: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1115: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1172: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1262: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1270: 4 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1271: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1365: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1392: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1457: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1487 : 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1488: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/149: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1493: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1494: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1495: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1496: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1497: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1500: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1538: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1539: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1549: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1574: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1575: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1579: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1582: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1586: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1587: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1633: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1668 : 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1669: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1670: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1750: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1752: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/177: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1814 : 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1816: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1817: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1818: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1819: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1820: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1848: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1896: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1901: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1917: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/1945: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/195: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/2006: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/2007: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/2009: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/201: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/2012: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/2013: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/202: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/209: 4 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/214: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/244 : 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/249: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/265: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/288: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/344: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/352: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/357: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/381: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/386: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/388: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/389: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/41: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/457: 2 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/459: 7 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/484: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/52: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/55: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/618: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/68: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/87: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/870: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/875: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/887: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/888: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/890: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/896: 0 overlaps
Mitochondrial Fatty Acid Oxidation Disorders WP5123 x https://identifiers.org/aop.events/898: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/105: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1086: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1087: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1090: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1115: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1172: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1262: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1270: 4 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1271: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1365: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1392: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1457: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1487 : 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1488: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/149: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1493: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1494: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1495: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1496: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1497: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1500: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1538: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1539: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1549: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1574: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1575: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1579: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1582: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1586: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1587: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1633: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1668 : 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1669: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1670: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1750: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1752: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/177: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1814 : 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1816: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1817: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1818: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1819: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1820: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1848: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1896: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1901: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1917: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/1945: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/195: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/2006: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/2007: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/2009: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/201: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/2012: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/2013: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/202: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/209: 4 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/214: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/244 : 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/249: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/265: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/288: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/344: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/352: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/357: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/381: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/386: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/388: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/389: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/41: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/457: 2 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/459: 7 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/484: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/52: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/55: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/618: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/68: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/87: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/870: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/875: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/887: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/888: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/890: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/896: 0 overlaps
Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368 x https://identifiers.org/aop.events/898: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/105: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1086: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1087: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1090: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1115: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1172: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1262: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1270: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1271: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1365: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1392: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1457: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1487 : 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1488: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/149: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1493: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1494: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1495: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1496: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1497: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1500: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1538: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1539: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1549: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1574: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1575: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1579: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1582: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1586: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1587: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1633: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1668 : 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1669: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1670: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1750: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1752: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/177: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1814 : 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1816: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1817: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1818: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1819: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1820: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1848: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1896: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1901: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1917: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1945: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/195: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2006: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2007: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2009: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/201: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2012: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/2013: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/202: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/209: 4 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/214: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/244 : 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/249: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/265: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/288: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/344: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/352: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/357: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/381: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/386: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/388: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/389: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/41: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/457: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/459: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/484: 2 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/52: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/55: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/618: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/68: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/87: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/870: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/875: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/887: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/888: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/890: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/896: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/898: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/105: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1086: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1087: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1090: 3 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1115: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1172: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1262: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1270: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1271: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1365: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1392: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1457: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1487 : 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1488: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/149: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1493: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1494: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1495: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1496: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1497: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1500: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1538: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1539: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1549: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1574: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1575: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1579: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1582: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1586: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1587: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1633: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1668 : 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1669: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1670: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1750: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1752: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/177: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1814 : 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1816: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1817: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1818: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1819: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1820: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1848: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1896: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1901: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1917: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1945: 3 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/195: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/2006: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/2007: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/2009: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/201: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/2012: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/2013: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/202: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/209: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/214: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/244 : 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/249: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/265: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/288: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/344: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/352: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/357: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/381: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/386: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/388: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/389: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/41: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/457: 3 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/459: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/484: 3 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/52: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/55: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/618: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/68: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/87: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/870: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/875: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/887: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/888: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/890: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/896: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/898: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/105: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1086: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1087: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1090: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1115: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1172: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1262: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1270: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1271: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1365: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1457: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1487 : 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1488: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/149: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1493: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1494: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1495: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1496: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1497: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1500: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1538: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1539: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1549: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1574: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1575: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1579: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1582: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1586: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1587: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1633: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1668 : 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1669: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1670: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1750: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1752: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/177: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1814 : 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1816: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1817: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1818: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1819: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1820: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1848: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1896: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1901: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1945: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/195: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2006: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2007: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2009: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/201: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2012: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2013: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/202: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 19 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/214: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244 : 14 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/249: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/265: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/288: 8 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/344: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/352: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/357: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/381: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/386: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/388: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/389: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 16 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/457: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/459: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/484: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/52: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/55: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/618: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/68: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/87: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/870: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/875: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/887: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/888: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/890: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/896: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/898: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/105: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1086: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1087: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1090: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1115: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1172: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1262: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1270: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1271: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1365: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1392: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1457: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1487 : 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1488: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/149: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1493: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1494: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1495: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1496: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1497: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1500: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1538: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1539: 1 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1549: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1574: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1575: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1579: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1582: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1586: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1587: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1633: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1668 : 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1669: 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1670: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1750: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1752: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/177: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1814 : 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1816: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1817: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1818: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1819: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1820: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1848: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1896: 11 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1901: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1917: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/1945: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/195: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2006: 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2007: 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2009: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/201: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2012: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/2013: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/202: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/209: 11 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/214: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/244 : 2 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/249: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/265: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/288: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/344: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/352: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/357: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/381: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/386: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/388: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/389: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/41: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/457: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/459: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/484: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/52: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/55: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/618: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/68: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/87: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/870: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/875: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/887: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/888: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/890: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/896: 0 overlaps
Nucleotide Excision Repair WP4753 x https://identifiers.org/aop.events/898: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/105: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1086: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1087: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1090: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1115: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1172: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1262: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1270: 3 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1271: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1365: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1392: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1457: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1487 : 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1488: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/149: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1493: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1494: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1495: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1496: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1497: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1500: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1538: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1539: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1549: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1574: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1575: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1579: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1582: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1586: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1587: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1633: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1668 : 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1669: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1670: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1750: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1752: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/177: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1814 : 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1816: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1817: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1818: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1819: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1820: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1848: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1896: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1901: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1917: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1945: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/195: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/2006: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/2007: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/2009: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/201: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/2012: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/2013: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/202: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/209: 3 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/214: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/244 : 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/249: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/265: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/288: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/344: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/352: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/357: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/381: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/386: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/388: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/389: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/41: 1 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/457: 4 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/459: 4 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/484: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/52: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/55: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/618: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/68: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/87: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/870: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/875: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/887: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/888: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/890: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/896: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/898: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/105: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1086: 4 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1087: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1090: 7 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1115: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1172: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1262: 4 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1270: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1271: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1365: 4 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1392: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1457: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1487 : 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1488: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/149: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1493: 10 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1494: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1495: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1496: 10 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1497: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1500: 10 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1538: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1539: 10 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1549: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1574: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1575: 4 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1579: 10 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1582: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1586: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1587: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1633: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1668 : 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1669: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1670: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1750: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1752: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/177: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1814 : 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1816: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1817: 4 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1818: 9 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1819: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1820: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1848: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1896: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1901: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1917: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1945: 8 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/195: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2006: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2007: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2009: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/201: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2012: 10 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/2013: 9 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/202: 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/209: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/214: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/244 : 5 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/249: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/265: 11 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/288: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/344: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/352: 7 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/357: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/381: 9 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/386: 10 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/388: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/389: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/41: 2 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/457: 8 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/459: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/484: 7 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/52: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/55: 4 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/618: 6 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/68: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/87: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/870: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/875: 3 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/887: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/888: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/890: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/896: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/898: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/105: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1086: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1087: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1090: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1115: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1172: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1262: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1270: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1271: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1365: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1392: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1457: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1487 : 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1488: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/149: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1493: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1494: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1495: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1496: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1497: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1500: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1538: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1539: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1549: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1574: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1575: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1579: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1582: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1586: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1587: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1633: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1668 : 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1669: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1670: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1750: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1752: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/177: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1814 : 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1816: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1817: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1818: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1819: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1820: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1848: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1896: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1901: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1917: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1945: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/195: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2006: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2007: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2009: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/201: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2012: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2013: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/202: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/209: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/214: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/244 : 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/249: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/265: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/288: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/344: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/352: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/357: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/381: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/386: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/388: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/389: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/41: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/457: 5 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/459: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/484: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/52: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/55: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/618: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/68: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/87: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/870: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/875: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/887: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/888: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/890: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/896: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/898: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/105: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1086: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1087: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1090: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1115: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1172: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1262: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1270: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1271: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1365: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1392: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1457: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1487 : 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1488: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/149: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1493: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1494: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1495: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1496: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1497: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1500: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1538: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1539: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1549: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1574: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1575: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1579: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1582: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1586: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1587: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1633: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1668 : 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1669: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1670: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1750: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1752: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/177: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1814 : 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1816: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1817: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1818: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1819: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1820: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1848: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1896: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1901: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1917: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/1945: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/195: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/2006: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/2007: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/2009: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/201: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/2012: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/2013: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/202: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/209: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/214: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/244 : 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/249: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/265: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/288: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/344: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/352: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/357: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/381: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/386: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/388: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/389: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/41: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/457: 2 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/459: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/484: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/52: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/55: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/618: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/68: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/87: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/870: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/875: 1 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/887: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/888: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/890: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/896: 0 overlaps
PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433 x https://identifiers.org/aop.events/898: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/105: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1086: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1087: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1090: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1115: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1172: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1262: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1270: 15 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1271: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1365: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1392: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1457: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1487 : 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1488: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/149: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1493: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1494: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1495: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1496: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1497: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1500: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1538: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1539: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1549: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1574: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1575: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1579: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1582: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1586: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1587: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1633: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1668 : 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1669: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1670: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1750: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1752: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/177: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1814 : 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1816: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1817: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1818: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1819: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1820: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1848: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1896: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1901: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1917: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1945: 2 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/195: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/2006: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/2007: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/2009: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/201: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/2012: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/2013: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/202: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/209: 15 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/214: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/244 : 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/249: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/265: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/288: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/344: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/352: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/357: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/381: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/386: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/388: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/389: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/41: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/457: 7 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/459: 9 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/484: 2 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/52: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/55: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/618: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/68: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/87: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/870: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/875: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/887: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/888: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/890: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/896: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/898: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/105: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1086: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1087: 3 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1090: 4 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1115: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1172: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1262: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1270: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1271: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1365: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1392: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1457: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1487 : 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1488: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/149: 3 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1493: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1494: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1495: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1496: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1497: 3 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1500: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1538: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1539: 3 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1549: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1574: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1575: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1579: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1582: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1586: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1587: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1633: 3 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1668 : 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1669: 6 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1670: 4 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1750: 3 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1752: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/177: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1814 : 6 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1816: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1817: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1818: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1819: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1820: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1848: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1896: 4 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1901: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1917: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/1945: 4 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/195: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/2006: 6 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/2007: 3 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/2009: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/201: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/2012: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/2013: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/202: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/209: 3 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/214: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/244 : 6 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/249: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/265: 2 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/288: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/344: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/352: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/357: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/381: 3 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/386: 3 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/388: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/389: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/41: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/457: 4 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/459: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/484: 4 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/52: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/55: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/618: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/68: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/87: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/870: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/875: 1 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/887: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/888: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/890: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/896: 0 overlaps
Pathways Affected In Adenoid Cystic Carcinoma WP3651 x https://identifiers.org/aop.events/898: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/105: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1086: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1087: 15 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1090: 67 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1115: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1172: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1262: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1270: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1271: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1365: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1392: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1457: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1487 : 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1488: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/149: 15 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1493: 7 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1494: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1495: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1496: 7 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1497: 15 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1500: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1538: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1539: 10 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1549: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1574: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1575: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1579: 7 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1582: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1586: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1587: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1633: 15 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1668 : 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1669: 14 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1670: 8 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1750: 15 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1752: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/177: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1814 : 14 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1816: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1817: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1818: 8 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1819: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1820: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1848: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1896: 7 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1901: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1917: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1945: 28 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/195: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2006: 14 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2007: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2009: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/201: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2012: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2013: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/202: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/209: 20 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/214: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/244 : 15 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/249: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/265: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/288: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/344: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/352: 8 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/357: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/381: 6 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/386: 8 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/388: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/389: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/41: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/457: 24 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/459: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/484: 27 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/52: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/55: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/618: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/68: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/87: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/870: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/875: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/887: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/888: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/890: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/896: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/898: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/105: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1086: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1087: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1090: 7 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1115: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1172: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1262: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1270: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1271: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1365: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1392: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1457: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1487 : 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1488: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/149: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1493: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1494: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1495: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1496: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1497: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1500: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1538: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1539: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1549: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1574: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1575: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1579: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1582: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1586: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1587: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1633: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1668 : 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1669: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1670: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1750: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1752: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/177: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1814 : 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1816: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1817: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1818: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1819: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1820: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1848: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1896: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1901: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1917: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1945: 8 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/195: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2006: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2007: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2009: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/201: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2012: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2013: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/202: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/209: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/214: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/244 : 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/249: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/265: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/288: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/344: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/352: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/357: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/381: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/386: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/388: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/389: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/41: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/457: 7 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/459: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/484: 8 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/52: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/55: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/618: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/68: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/87: 3 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/870: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/875: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/887: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/888: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/890: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/896: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/898: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/105: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1086: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1087: 7 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1090: 7 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1115: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1172: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1262: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1270: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1271: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1365: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1392: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1457: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1487 : 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1488: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/149: 7 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1493: 11 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1494: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1495: 5 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1496: 11 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1497: 7 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1500: 10 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1538: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1539: 12 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1549: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1574: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1575: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1579: 9 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1582: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1586: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1587: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1633: 7 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1668 : 5 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1669: 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1670: 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1750: 7 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1752: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/177: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1814 : 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1816: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1817: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1818: 9 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1819: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1820: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1848: 5 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1896: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1901: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1917: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1945: 9 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/195: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2006: 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2007: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2009: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/201: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2012: 10 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2013: 12 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/202: 5 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/209: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/214: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/244 : 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/249: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/265: 10 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/288: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/344: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/352: 5 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/357: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/381: 10 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/386: 11 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/388: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/389: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/41: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/457: 9 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/459: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/484: 8 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/52: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/55: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/618: 6 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/68: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/87: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/870: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/875: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/887: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/888: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/890: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/896: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/898: 3 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/105: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1086: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1087: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1090: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1115: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1172: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1262: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1270: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1271: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1365: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1392: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1457: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1487 : 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1488: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/149: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1493: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1494: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1495: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1496: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1497: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1500: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1538: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1539: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1549: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1574: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1575: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1579: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1582: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1586: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1587: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1633: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1668 : 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1669: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1670: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1750: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1752: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/177: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1814 : 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1816: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1817: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1818: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1819: 1 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1820: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1848: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1896: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1901: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1917: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/1945: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/195: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/2006: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/2007: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/2009: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/201: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/2012: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/2013: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/202: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/209: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/214: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/244 : 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/249: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/265: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/288: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/344: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/352: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/357: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/381: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/386: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/388: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/389: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/41: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/457: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/459: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/484: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/52: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/55: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/618: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/68: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/87: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/870: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/875: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/887: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/888: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/890: 0 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/896: 2 overlaps
Proteasome Degradation WP183 x https://identifiers.org/aop.events/898: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/105: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1086: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1087: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1090: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1115: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1172: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1262: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1270: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1271: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1365: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1392: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1457: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1487 : 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1488: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/149: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1493: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1494: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1495: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1496: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1497: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1500: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1538: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1539: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1549: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1574: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1575: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1579: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1582: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1586: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1587: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1633: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1668 : 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1669: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1670: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1750: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1752: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/177: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1814 : 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1816: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1817: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1818: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1819: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1820: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1848: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1896: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1901: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1917: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1945: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/195: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/2006: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/2007: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/2009: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/201: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/2012: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/2013: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/202: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/209: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/214: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/244 : 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/249: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/265: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/288: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/344: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/352: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/357: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/381: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/386: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/388: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/389: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/41: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/457: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/459: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/484: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/52: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/55: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/618: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/68: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/87: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/870: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/875: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/887: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/888: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/890: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/896: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/898: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/105: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1086: 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1087: 8 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1090: 7 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1115: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1172: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1262: 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1270: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1271: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1365: 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1392: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1457: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1487 : 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1488: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/149: 8 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1493: 8 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1494: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1495: 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1496: 8 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1497: 8 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1500: 7 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1538: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1539: 10 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1549: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1574: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1575: 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1579: 8 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1582: 3 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1586: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1587: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1633: 8 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1668 : 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1669: 5 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1670: 6 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1750: 8 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1752: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/177: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1814 : 5 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1816: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1817: 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1818: 7 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1819: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1820: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1848: 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1896: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1901: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1917: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/1945: 7 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/195: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/2006: 5 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/2007: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/2009: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/201: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/2012: 7 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/2013: 5 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/202: 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/209: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/214: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/244 : 5 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/249: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/265: 7 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/288: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/344: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/352: 5 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/357: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/381: 7 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/386: 7 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/388: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/389: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/41: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/457: 8 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/459: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/484: 7 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/52: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/55: 4 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/618: 3 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/68: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/87: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/870: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/875: 2 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/887: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/888: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/890: 0 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/896: 1 overlaps
RAC1 PAK1 P38 MMP2 Pathway WP3303 x https://identifiers.org/aop.events/898: 4 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/105: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1086: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1087: 9 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1090: 7 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1115: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1172: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1262: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1270: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1271: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1365: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1392: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1457: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1487 : 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1488: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/149: 9 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1493: 4 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1494: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1495: 3 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1496: 4 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1497: 9 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1500: 4 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1538: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1539: 5 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1549: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1574: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1575: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1579: 4 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1582: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1586: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1587: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1633: 9 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1668 : 3 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1669: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1670: 3 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1750: 9 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1752: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/177: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1814 : 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1816: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1817: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1818: 5 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1819: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1820: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1848: 3 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1896: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1901: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1917: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1945: 8 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/195: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/2006: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/2007: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/2009: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/201: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/2012: 4 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/2013: 3 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/202: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/209: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/214: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/244 : 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/249: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/265: 3 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/288: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/344: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/352: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/357: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/381: 3 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/386: 3 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/388: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/389: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/41: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/457: 6 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/459: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/484: 6 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/52: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/55: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/618: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/68: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/87: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/870: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/875: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/887: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/888: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/890: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/896: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/898: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/105: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1086: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1087: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1090: 2 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1115: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1172: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1262: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1270: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1271: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1365: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1392: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1457: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1487 : 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1488: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/149: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1493: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1494: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1495: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1496: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1497: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1500: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1538: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1539: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1549: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1574: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1575: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1579: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1582: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1586: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1587: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1633: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1668 : 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1669: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1670: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1750: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1752: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/177: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1814 : 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1816: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1817: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1818: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1819: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1820: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1848: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1896: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1901: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1917: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1945: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/195: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2006: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2007: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2009: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/201: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2012: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/2013: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/202: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/209: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/214: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/244 : 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/249: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/265: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/288: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/344: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/352: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/357: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/381: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/386: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/388: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/389: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/41: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/457: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/459: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/484: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/52: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/55: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/618: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/68: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/87: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/870: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/875: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/887: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/888: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/890: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/896: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/898: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/105: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1086: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1087: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1090: 5 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1115: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1172: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1262: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1270: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1271: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1365: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1392: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1457: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1487 : 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1488: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/149: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1493: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1494: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1495: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1496: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1497: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1500: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1538: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1539: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1549: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1574: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1575: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1579: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1582: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1586: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1587: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1633: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1668 : 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1669: 13 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1670: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1750: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1752: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/177: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1814 : 13 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1816: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1817: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1818: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1819: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1820: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1848: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1896: 16 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1901: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1917: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1945: 6 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/195: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2006: 13 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2007: 12 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2009: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/201: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2012: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/2013: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/202: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/209: 10 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/214: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/244 : 13 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/249: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/265: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/288: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/344: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/352: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/357: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/381: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/386: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/388: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/389: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/41: 2 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/457: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/459: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/484: 5 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/52: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/55: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/618: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/68: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/87: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/870: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/875: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/887: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/888: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/890: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/896: 1 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/898: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/105: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1086: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1087: 4 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1090: 2 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1115: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1172: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1262: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1270: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1271: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1365: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1392: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1457: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1487 : 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1488: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/149: 4 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1493: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1494: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1495: 2 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1496: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1497: 4 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1500: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1538: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1539: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1549: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1574: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1575: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1579: 4 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1582: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1586: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1587: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1633: 4 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1668 : 2 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1669: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1670: 2 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1750: 4 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1752: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/177: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1814 : 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1816: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1817: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1818: 4 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1819: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1820: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1848: 2 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1896: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1901: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1917: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/1945: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/195: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/2006: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/2007: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/2009: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/201: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/2012: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/2013: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/202: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/209: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/214: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/244 : 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/249: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/265: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/288: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/344: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/352: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/357: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/381: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/386: 5 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/388: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/389: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/41: 4 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/457: 5 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/459: 2 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/484: 4 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/52: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/55: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/618: 4 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/68: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/87: 1 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/870: 2 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/875: 3 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/887: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/888: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/890: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/896: 0 overlaps
Roles Of Ceramides In Development Of Insulin Resistance WP5181 x https://identifiers.org/aop.events/898: 3 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/105: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1086: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1087: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1090: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1115: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1172: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1262: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1270: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1271: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1365: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1392: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1457: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1487 : 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1488: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/149: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1493: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1494: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1495: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1496: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1497: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1500: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1538: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1539: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1549: 2 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1574: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1575: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1579: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1582: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1586: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1587: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1633: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1668 : 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1669: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1670: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1750: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1752: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/177: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1814 : 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1816: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1817: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1818: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1819: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1820: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1848: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1896: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1901: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1917: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/1945: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/195: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/2006: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/2007: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/2009: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/201: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/2012: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/2013: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/202: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/209: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/214: 2 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/244 : 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/249: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/265: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/288: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/344: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/352: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/357: 2 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/381: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/386: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/388: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/389: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/41: 4 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/457: 3 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/459: 2 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/484: 1 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/52: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/55: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/618: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/68: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/87: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/870: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/875: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/887: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/888: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/890: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/896: 0 overlaps
SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011 x https://identifiers.org/aop.events/898: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/105: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1086: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1087: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1090: 12 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1115: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1172: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1262: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1270: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1271: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1365: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1392: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1457: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1487 : 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1488: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/149: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1493: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1494: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1495: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1496: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1497: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1500: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1538: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1539: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1549: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1574: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1575: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1579: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1582: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1586: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1587: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1633: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1668 : 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1669: 7 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1670: 7 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1750: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1752: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/177: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1814 : 7 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1816: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1817: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1818: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1819: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1820: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1848: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1896: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1901: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1917: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1945: 14 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/195: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2006: 7 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2007: 5 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2009: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/201: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2012: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2013: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/202: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/209: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/214: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/244 : 8 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/249: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/265: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/288: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/344: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/352: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/357: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/381: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/386: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/388: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/389: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/41: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/457: 12 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/459: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/484: 14 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/52: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/55: 6 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/618: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/68: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/87: 3 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/870: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/875: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/887: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/888: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/890: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/896: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/898: 6 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/105: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1086: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1087: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1090: 3 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1115: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1172: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1262: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1270: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1271: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1365: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1392: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1457: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1487 : 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1488: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/149: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1493: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1494: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1495: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1496: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1497: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1500: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1538: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1539: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1549: 3 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1574: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1575: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1579: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1582: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1586: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1587: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1633: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1668 : 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1669: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1670: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1750: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1752: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/177: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1814 : 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1816: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1817: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1818: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1819: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1820: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1848: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1896: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1901: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1917: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/1945: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/195: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2006: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2007: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2009: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/201: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2012: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/2013: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/202: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/209: 3 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/214: 3 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/244 : 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/249: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/265: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/288: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/344: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/352: 2 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/357: 3 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/381: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/386: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/388: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/389: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/41: 7 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/457: 10 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/459: 7 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/484: 3 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/52: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/55: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/618: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/68: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/87: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/870: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/875: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/887: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/888: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/890: 1 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/896: 0 overlaps
Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982 x https://identifiers.org/aop.events/898: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/105: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1086: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1087: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1090: 2 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1115: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1172: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1262: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1270: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1271: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1365: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1392: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1457: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1487 : 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1488: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/149: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1493: 2 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1494: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1495: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1496: 2 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1497: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1500: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1538: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1539: 2 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1549: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1574: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1575: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1579: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1582: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1586: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1587: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1633: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1668 : 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1669: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1670: 2 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1750: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1752: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/177: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1814 : 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1816: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1817: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1818: 2 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1819: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1820: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1848: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1896: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1901: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1917: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1945: 3 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/195: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/2006: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/2007: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/2009: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/201: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/2012: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/2013: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/202: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/209: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/214: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/244 : 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/249: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/265: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/288: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/344: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/352: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/357: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/381: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/386: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/388: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/389: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/41: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/457: 4 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/459: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/484: 3 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/52: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/55: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/618: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/68: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/87: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/870: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/875: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/887: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/888: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/890: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/896: 0 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/898: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/105: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1086: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1087: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1090: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1115: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1172: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1262: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1270: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1271: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1365: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1392: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1457: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1487 : 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1488: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/149: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1493: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1494: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1495: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1496: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1497: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1500: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1538: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1539: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1549: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1574: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1575: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1579: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1582: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1586: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1587: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1633: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1668 : 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1669: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1670: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1750: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1752: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/177: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1814 : 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1816: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1817: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1818: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1819: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1820: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1848: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1896: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1901: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1917: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/1945: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/195: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/2006: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/2007: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/2009: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/201: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/2012: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/2013: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/202: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/209: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/214: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/244 : 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/249: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/265: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/288: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/344: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/352: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/357: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/381: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/386: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/388: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/389: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/41: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/457: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/459: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/484: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/52: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/55: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/618: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/68: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/87: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/870: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/875: 1 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/887: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/888: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/890: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/896: 0 overlaps
TCA Cycle Aka Krebs Or Citric Acid Cycle WP78 x https://identifiers.org/aop.events/898: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/105: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1086: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1087: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1090: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1115: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1172: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1262: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1270: 1 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1271: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1365: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1392: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1457: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1487 : 1 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1488: 2 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/149: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1493: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1494: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1495: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1496: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1497: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1500: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1538: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1539: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1549: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1574: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1575: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1579: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1582: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1586: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1587: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1633: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1668 : 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1669: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1670: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1750: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1752: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/177: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1814 : 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1816: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1817: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1818: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1819: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1820: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1848: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1896: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1901: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1917: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/1945: 1 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/195: 2 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/2006: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/2007: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/2009: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/201: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/2012: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/2013: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/202: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/209: 2 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/214: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/244 : 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/249: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/265: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/288: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/344: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/352: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/357: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/381: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/386: 2 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/388: 2 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/389: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/41: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/457: 1 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/459: 2 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/484: 1 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/52: 2 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/55: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/618: 2 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/68: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/87: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/870: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/875: 2 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/887: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/888: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/890: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/896: 0 overlaps
TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453 x https://identifiers.org/aop.events/898: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/105: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1086: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1087: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1090: 13 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1115: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1172: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1262: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1270: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1271: 4 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1365: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1392: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1457: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1487 : 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1488: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/149: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1493: 9 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1494: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1495: 4 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1496: 9 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1497: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1500: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1538: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1539: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1549: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1574: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1575: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1579: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1582: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1586: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1587: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1633: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1668 : 4 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1669: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1670: 6 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1750: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1752: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/177: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1814 : 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1816: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1817: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1818: 5 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1819: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1820: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1848: 4 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1896: 4 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1901: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1917: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1945: 11 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/195: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/2006: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/2007: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/2009: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/201: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/2012: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/2013: 5 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/202: 4 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/209: 5 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/214: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/244 : 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/249: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/265: 10 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/288: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/344: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/352: 6 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/357: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/381: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/386: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/388: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/389: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/41: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/457: 9 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/459: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/484: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/52: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/55: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/618: 4 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/87: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/870: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/875: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/887: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/888: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/890: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/896: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/898: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/105: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1086: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1087: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1090: 5 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1115: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1172: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1262: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1270: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1271: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1365: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1392: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1457: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1487 : 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1488: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/149: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1493: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1494: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1495: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1496: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1497: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1500: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1538: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1539: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1549: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1574: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1575: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1579: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1582: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1586: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1587: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1633: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1668 : 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1669: 4 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1670: 4 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1750: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1752: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/177: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1814 : 4 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1816: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1817: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1818: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1819: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1820: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1848: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1896: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1901: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1917: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1945: 8 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/195: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/2006: 4 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/2007: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/2009: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/201: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/2012: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/2013: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/202: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/209: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/214: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/244 : 4 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/249: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/265: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/288: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/344: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/352: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/357: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/381: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/386: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/388: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/389: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/41: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/457: 8 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/459: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/484: 8 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/52: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/55: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/618: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/68: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/87: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/870: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/875: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/887: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/888: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/890: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/896: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/898: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/105: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1086: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1087: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1090: 4 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1115: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1172: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1262: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1270: 5 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1271: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1365: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1392: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1457: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1487 : 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1488: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/149: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1493: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1494: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1495: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1496: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1497: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1500: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1538: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1539: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1549: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1574: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1575: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1579: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1582: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1586: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1587: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1633: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1668 : 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1669: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1670: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1750: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1752: 3 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/177: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1814 : 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1816: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1817: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1818: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1819: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1820: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1848: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1896: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1901: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1917: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/1945: 6 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/195: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2006: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2007: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2009: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/201: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2012: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/2013: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/202: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/209: 7 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/214: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/244 : 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/249: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/265: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/288: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/344: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/352: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/357: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/381: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/386: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/388: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/389: 2 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/41: 1 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/457: 9 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/459: 6 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/484: 6 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/52: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/55: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/618: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/68: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/87: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/870: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/875: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/887: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/888: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/890: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/896: 0 overlaps
Thermogenesis WP4321 x https://identifiers.org/aop.events/898: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/105: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1086: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1087: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1090: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1115: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1172: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1262: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1270: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1271: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1365: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1392: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1457: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1487 : 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1488: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/149: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1493: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1494: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1495: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1496: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1497: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1500: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1538: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1539: 7 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1549: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1574: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1575: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1579: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1582: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1586: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1587: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1633: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1668 : 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1669: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1670: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1750: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1752: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/177: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1814 : 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1816: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1817: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1818: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1819: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1820: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1848: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1896: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1901: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1917: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/1945: 9 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/195: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2006: 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2007: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2009: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/201: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2012: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/2013: 5 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/202: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/209: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/214: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/244 : 4 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/249: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/265: 10 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/288: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/344: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/352: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/357: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/381: 6 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/386: 7 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/388: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/389: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/41: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/457: 8 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/459: 1 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/484: 7 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/52: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/55: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/618: 5 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/68: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/87: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/870: 2 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/875: 3 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/887: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/888: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/890: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/896: 0 overlaps
Thyroid Stimulating Hormone TSH Signaling WP2032 x https://identifiers.org/aop.events/898: 3 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/105: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1086: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1087: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1090: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1115: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1172: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1262: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1270: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1271: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1365: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1392: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1457: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1487 : 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1488: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/149: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1493: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1494: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1495: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1496: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1497: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1500: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1538: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1539: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1549: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1574: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1575: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1579: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1582: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1586: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1587: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1633: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1668 : 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1669: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1670: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1750: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1752: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/177: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1814 : 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1816: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1817: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1818: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1819: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1820: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1848: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1896: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1901: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1917: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/1945: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/195: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/2006: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/2007: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/2009: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/201: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/2012: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/2013: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/202: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/209: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/214: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/244 : 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/249: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/265: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/288: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/344: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/352: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/357: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/381: 2 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/386: 2 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/388: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/389: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/41: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/457: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/459: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/484: 1 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/52: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/55: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/618: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/68: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/87: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/870: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/875: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/887: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/888: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/890: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/896: 0 overlaps
Translation Factors WP107 x https://identifiers.org/aop.events/898: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/105: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1086: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1087: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1090: 16 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1115: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1172: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1262: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1270: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1271: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1365: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1392: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1457: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1487 : 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1488: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/149: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1493: 14 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1494: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1495: 5 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1496: 14 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1497: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1500: 13 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1538: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1539: 17 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1549: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1574: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1575: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1579: 14 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1582: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1586: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1587: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1633: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1668 : 5 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1669: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1670: 8 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1750: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1752: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/177: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1814 : 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1816: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1817: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1818: 13 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1819: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1820: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1848: 5 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1896: 8 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1901: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1917: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1945: 19 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/195: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2006: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2007: 5 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2009: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/201: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2012: 13 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2013: 8 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/202: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/209: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/214: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/244 : 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/249: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/265: 13 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/288: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/344: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/352: 9 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/357: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/381: 14 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/386: 15 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/388: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/389: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/41: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/457: 15 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/459: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/484: 15 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/52: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/55: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/618: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/68: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/87: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/870: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/875: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/887: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/888: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/890: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/896: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/898: 7 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/105: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1086: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1087: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1090: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1115: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1172: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1262: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1270: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1271: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1365: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1392: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1457: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1487 : 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1488: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/149: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1493: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1494: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1495: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1496: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1497: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1500: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1538: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1539: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1549: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1574: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1575: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1579: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1582: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1586: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1587: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1633: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1668 : 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1669: 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1670: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1750: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1752: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/177: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1814 : 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1816: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1817: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1818: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1819: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1820: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1848: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1896: 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1901: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1917: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/1945: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/195: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2006: 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2007: 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2009: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/201: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2012: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/2013: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/202: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/209: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/214: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/244 : 1 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/249: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/265: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/288: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/344: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/352: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/357: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/381: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/386: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/388: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/389: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/41: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/457: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/459: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/484: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/52: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/55: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/618: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/68: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/87: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/870: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/875: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/887: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/888: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/890: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/896: 0 overlaps
mRNA Processing WP411 x https://identifiers.org/aop.events/898: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/105: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1086: 4 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1087: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1090: 5 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1115: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1172: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1262: 4 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1270: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1271: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1365: 4 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1392: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1457: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1487 : 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1488: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/149: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1493: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1494: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1495: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1496: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1497: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1500: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1538: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1539: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1549: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1574: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1575: 4 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1579: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1582: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1586: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1587: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1633: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1668 : 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1669: 19 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1670: 4 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1750: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1752: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/177: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1814 : 18 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1816: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1817: 4 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1818: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1819: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1820: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1848: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1896: 18 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1901: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1917: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1945: 6 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/195: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2006: 18 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2007: 19 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2009: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/201: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2012: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2013: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/202: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/209: 11 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/214: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/244 : 18 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/249: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/265: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/288: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/344: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/352: 4 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/357: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/381: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/386: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/388: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/389: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/41: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/457: 4 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/459: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/484: 5 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/52: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/55: 4 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/618: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/68: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/87: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/870: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/875: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/887: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/888: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/890: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/896: 2 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/898: 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/105: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1086: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1087: 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1090: 7 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1115: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1172: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1262: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1270: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1271: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1365: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1392: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1457: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1487 : 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1488: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/149: 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1493: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1494: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1495: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1496: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1497: 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1500: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1538: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1539: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1549: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1574: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1575: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1579: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1582: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1586: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1587: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1633: 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1668 : 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1669: 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1670: 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1750: 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1752: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/177: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1814 : 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1816: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1817: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1818: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1819: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1820: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1848: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1896: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1901: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1917: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1945: 6 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/195: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/2006: 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/2007: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/2009: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/201: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/2012: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/2013: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/202: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/209: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/214: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/244 : 4 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/249: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/265: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/288: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/344: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/352: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/357: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/381: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/386: 3 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/388: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/389: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/41: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/457: 6 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/459: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/484: 7 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/52: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/55: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/618: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/68: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/87: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/870: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/875: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/887: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/888: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/890: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/896: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/898: 2 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/105: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1086: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1087: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1090: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1115: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1172: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1262: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1270: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1271: 2 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1365: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1392: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1457: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1487 : 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1488: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/149: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1493: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1494: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1495: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1496: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1497: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1500: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1538: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1539: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1549: 2 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1574: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1575: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1579: 2 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1582: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1586: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1587: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1633: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1668 : 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1669: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1670: 1 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1750: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1752: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/177: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1814 : 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1816: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1817: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1818: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1819: 2 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1820: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1848: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1896: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1901: 2 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1917: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/1945: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/195: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/2006: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/2007: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/2009: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/201: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/2012: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/2013: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/202: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/209: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/214: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/244 : 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/249: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/265: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/288: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/344: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/352: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/357: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/381: 2 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/386: 4 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/388: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/389: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/41: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/457: 4 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/459: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/484: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/52: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/55: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/618: 4 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/68: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/87: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/870: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/875: 3 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/887: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/888: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/890: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/896: 0 overlaps
ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337 x https://identifiers.org/aop.events/898: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'FAS'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FAS', 'GRB2'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'FAS'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'FAS'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'DLD', 'CFL1'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FAS', 'GRB2'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FAS', 'GRB2'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'GRB2', 'CFL1'}, number: 3
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'FAS'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FAS', 'GRB2'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'FAS', 'RB1', 'GRB2'}, number: 3
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RB1', 'GRB2'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FAS', 'GRB2'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'FAS', 'RB1', 'GRB2'}, number: 3
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'FAS'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'FAS', 'RFC5', 'PCNA', 'RB1'}, number: 4
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'DLD', 'CFL1'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'FAS', 'RB1', 'GRB2'}, number: 3
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'FAS', 'RB1'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RFC5', 'PCNA', 'FAS'}, number: 3
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'FAS', 'RB1', 'GRB2'}, number: 3
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FAS', 'GRB2'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GRB2', 'CFL1'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'DLD', 'GRB2', 'CFL1'}, number: 3
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'DLD', 'CFL1'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ACACA'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RB1', 'GRB2', 'ACACA', 'FAS'}, number: 4
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'DLD', 'ACACA'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ACACA', 'GRB2'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'DLD', 'CFL1'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'FAS'}, number: 1
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'DLD', 'CFL1'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'DLD', 'CFL1'}, number: 2
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: 7Q11 23 Copy Number Variation Syndrome WP4932, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'FAS'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CYCS', 'AKT1', 'NFKBIA'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9', 'PRKCZ', 'EGFR', 'AKT1', 'NFKBIA'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MMP14', 'CYCS', 'MAPK9', 'HIF1A', 'SHC1', 'EGFR', 'FOXO1', 'AKT1', 'INSR', 'SP1'}, number: 10
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'PRKCZ', 'NFKBIA'}, number: 2
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CYCS', 'AKT1', 'NFKBIA'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'MAPK9'}, number: 2
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CYCS', 'AKT1', 'NFKBIA'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'INSR', 'AKT1', 'STAT3'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9', 'PRKCZ', 'EGFR', 'AKT1', 'NFKBIA'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'PRKCZ', 'AKT1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 7
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'NFKBIA', 'AKT1', 'MAPK9'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'PRKCZ', 'AKT1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 7
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9', 'PRKCZ', 'EGFR', 'AKT1', 'NFKBIA'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'PRKCZ', 'AKT1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 7
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'PRKCZ', 'EGFR', 'FOXO1', 'AKT1', 'SP1', 'JAK2', 'STAT3'}, number: 9
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CYCS', 'AKT1', 'NFKBIA'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'PRKCZ', 'AKT1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 7
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'DIAPH1', 'AKT1', 'STAT3'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9', 'PRKCZ', 'EGFR', 'AKT1', 'NFKBIA'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'NFKBIA', 'AKT1', 'MAPK9'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CYCS', 'MAPK9', 'SHC1', 'AKT1', 'INSR'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'AKT1', 'CYCS', 'EGFR', 'STAT3'}, number: 4
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9', 'PRKCZ', 'EGFR', 'AKT1', 'NFKBIA'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'HIF1A', 'SP1'}, number: 2
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CYCS', 'MAPK9', 'SHC1', 'AKT1', 'INSR'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CYCS', 'AKT1', 'NFKBIA'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'SHC1', 'PRKCZ', 'AKT1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 6
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'NFKBIA', 'AKT1', 'MAPK9'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CYCS', 'AKT1'}, number: 2
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'INSR'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'EGFR', 'AKT1', 'INSR', 'JAK2'}, number: 6
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'INSR', 'AKT1', 'STAT3'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CYCS', 'MAPK9', 'SHC1', 'AKT1', 'INSR'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CYCS'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1'}, number: 2
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'PRKCZ', 'AKT1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 7
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'SHC1', 'AKT1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKBIA', 'PRKCZ', 'AKT1', 'MAPK9'}, number: 4
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SP1', 'MAPK9'}, number: 2
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CYCS', 'MAPK9', 'SHC1', 'AKT1', 'INSR'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'PRKCZ', 'AKT1', 'SP1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 8
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP14'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYCS', 'SHC1', 'AKT1', 'SP1', 'NFKBIA'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'AKT1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 6
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'AKT1', 'INSR', 'JAK2', 'STAT3', 'NFKBIA'}, number: 7
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'INSR', 'AKT1', 'STAT3'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1'}, number: 2
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HIF1A', 'EGFR', 'FOXO1', 'AKT1', 'INSR', 'SP1', 'JAK2', 'STAT3'}, number: 8
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HIF1A', 'EGFR', 'FOXO1', 'AKT1', 'INSR', 'JAK2'}, number: 6
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'INSR', 'AKT1', 'STAT3'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CYCS', 'AKT1', 'NFKBIA'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHC1', 'AKT1', 'INSR', 'JAK2', 'STAT3'}, number: 5
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'INSR', 'AKT1'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'INSR', 'AKT1', 'STAT3'}, number: 3
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CYCS'}, number: 1
Term: AGE RAGE Pathway WP2324, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CYCS', 'AKT1', 'NFKBIA'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HIF1A', 'FOXO1', 'SP1', 'CDKN1A'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1', 'LPL', 'PLIN1', 'RXRA'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'BMP4', 'STAT3'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'BMP4', 'STAT3'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'BMP4', 'STAT3'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'BMP4', 'STAT3'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MEF2A', 'FOXO1', 'SP1', 'STAT3'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'FAS', 'CDKN1A', 'RB1'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RB1', 'RXRA', 'CDKN1A', 'STAT3'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'HIF1A', 'SP1'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'FAS', 'CDKN1A', 'RB1'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'FAS', 'CDKN1A', 'RB1'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1', 'CDKN1A'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'FAS', 'CDKN1A', 'RB1'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'FAS', 'CDKN1A', 'RB1'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'BMP4', 'STAT3'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'IRS2', 'STAT3'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PCK1', 'RXRA', 'FAS', 'LPL', 'PLIN1', 'CDKN1A', 'SP1'}, number: 7
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2', 'RXRA'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'FAS', 'RXRA', 'CDKN1A', 'RB1'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SP1', 'BMP4', 'STAT3'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1', 'NCOA1', 'IRS2', 'RXRA'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'SP1', 'FAS'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MEF2A', 'IRS2', 'STAT3'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MEF2A', 'IRS2', 'STAT3'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'SREBF1', 'IRS2', 'RXRA'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SREBF1', 'IRS2', 'CDKN1A', 'BMP1', 'GTF3A', 'STAT3', 'KLF5', 'RB1', 'FAS', 'LPL', 'PLIN1', 'KLF7', 'CISD1', 'PLIN2', 'MEF2A', 'LMNA', 'PCK1', 'BMP4', 'SP1', 'RXRA', 'HIF1A', 'FOXO1', 'NCOA1', 'NR3C1'}, number: 24
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'LPL', 'PLIN1'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SREBF1', 'PCK1', 'IRS2', 'HIF1A', 'FOXO1', 'CDKN1A'}, number: 6
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'BMP1'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ARAF', 'TNFRSF1A', 'MAPK9', 'FAS', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'WNT7B', 'CYCS', 'CSNK1E', 'MAPK9', 'WNT5A', 'ITPR3', 'FZD6', 'AKT1', 'CSNK1A1', 'INSR', 'MAP2K2'}, number: 11
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'CALM1', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ARAF', 'TNFRSF1A', 'MAPK9', 'FAS', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ARAF', 'TNFRSF1A', 'MAPK9', 'FAS', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'MAPK9', 'AKT1', 'PSMD2', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'MAPT'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ARAF', 'TNFRSF1A', 'MAPK9', 'FAS', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'WNT7B', 'CYCS', 'MAPK9', 'WNT5A', 'FAS', 'AKT1', 'INSR', 'PIK3R1'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'ARAF', 'CYCS', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ARAF', 'TNFRSF1A', 'MAPK9', 'FAS', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'ITPR3', 'CALM2', 'CALM1'}, number: 3
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'WNT7B', 'CYCS', 'MAPK9', 'WNT5A', 'FAS', 'AKT1', 'INSR', 'PIK3R1'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'CYCS', 'FAS'}, number: 3
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'INSR'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CALM2', 'WIPI2', 'MAPK9', 'CALM1', 'AKT1', 'INSR', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'CALM1', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'WNT7B', 'CYCS', 'MAPK9', 'WNT5A', 'FAS', 'AKT1', 'INSR', 'PIK3R1'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CYCS', 'FAS'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'IRS2', 'ITPR3', 'CALM1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT7B', 'CSNK1E', 'MAPK9', 'WNT5A', 'FAS', 'FZD6', 'LPL', 'CSNK1A1'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'WNT7B', 'CYCS', 'MAPK9', 'WNT5A', 'FAS', 'AKT1', 'INSR', 'PIK3R1'}, number: 8
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IRS2', 'MAPK9', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TNFRSF1A', 'IRS2', 'MAPK9', 'MAPT', 'CALM1', 'AKT1', 'INSR', 'PIK3R1', 'MAP2K2'}, number: 9
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'CALM1', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'INSR', 'PIK3R1', 'IRS2', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRS2', 'FAS', 'LPL', 'AKT1', 'INSR', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'LRP1', 'LPL', 'AKT1'}, number: 3
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'AKT1', 'INSR', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'CALM1', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'TNFRSF1A', 'CALM1', 'AKT1', 'INSR', 'PIK3R1'}, number: 5
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'CALM1', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CASP7', 'CYCS'}, number: 2
Term: Alzheimer 39 S Disease And miRNA Effects WP2059, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ARAF', 'TNFRSF1A', 'MAPK9', 'FAS', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'WNT7B', 'CYCS', 'CSNK1E', 'MAPK9', 'WNT5A', 'ITPR3', 'FZD6', 'AKT1', 'CSNK1A1', 'INSR', 'MAP2K2'}, number: 11
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'CALM1', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ARAF', 'TNFRSF1A', 'MAPK9', 'FAS', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ARAF', 'TNFRSF1A', 'MAPK9', 'FAS', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'MAPK9', 'AKT1', 'PSMD2', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'MAPT'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ARAF', 'TNFRSF1A', 'MAPK9', 'FAS', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'WNT7B', 'CYCS', 'MAPK9', 'WNT5A', 'FAS', 'AKT1', 'INSR', 'PIK3R1'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'ARAF', 'CYCS', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ARAF', 'TNFRSF1A', 'MAPK9', 'FAS', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'ITPR3', 'CALM2', 'CALM1'}, number: 3
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'WNT7B', 'CYCS', 'MAPK9', 'WNT5A', 'FAS', 'AKT1', 'INSR', 'PIK3R1'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'CYCS', 'FAS'}, number: 3
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'INSR'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CALM2', 'WIPI2', 'MAPK9', 'CALM1', 'AKT1', 'INSR', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'CALM1', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'WNT7B', 'CYCS', 'MAPK9', 'WNT5A', 'FAS', 'AKT1', 'INSR', 'PIK3R1'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CYCS', 'FAS'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'IRS2', 'ITPR3', 'CALM1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT7B', 'CSNK1E', 'MAPK9', 'WNT5A', 'FAS', 'FZD6', 'LPL', 'CSNK1A1'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'WNT7B', 'CYCS', 'MAPK9', 'WNT5A', 'FAS', 'AKT1', 'INSR', 'PIK3R1'}, number: 8
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IRS2', 'MAPK9', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TNFRSF1A', 'IRS2', 'MAPK9', 'MAPT', 'CALM1', 'AKT1', 'INSR', 'PIK3R1', 'MAP2K2'}, number: 9
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'CALM1', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'INSR', 'PIK3R1', 'IRS2', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRS2', 'FAS', 'LPL', 'AKT1', 'INSR', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'LRP1', 'LPL', 'AKT1'}, number: 3
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'AKT1', 'INSR', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'CALM1', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'TNFRSF1A', 'CALM1', 'AKT1', 'INSR', 'PIK3R1'}, number: 5
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'CALM1', 'AKT1'}, number: 4
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CASP7', 'CYCS'}, number: 2
Term: Alzheimer 39 S Disease WP5124, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP7', 'TNFRSF1A', 'CYCS', 'FAS', 'AKT1', 'PIK3R1'}, number: 6
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'EHHADH', 'PCK1'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): {'IDH1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'EHHADH', 'IDH1', 'PCK1'}, number: 3
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'DLD', 'HADH', 'PC'}, number: 3
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GRB2', 'RAP1A', 'AKT1', 'RAP1B', 'MAP2K2'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TSC2', 'CCND1', 'GRB2', 'MDM2', 'AKT1', 'SP1', 'JAK1', 'MAP2K2'}, number: 8
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GRB2', 'RAP1A', 'AKT1', 'RAP1B', 'MAP2K2'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GRB2', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'JAK1', 'PXN'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GRB2', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'JAK1', 'PXN'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GRB2', 'RAP1A', 'AKT1', 'RAP1B', 'MAP2K2'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GRB2', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'JAK1', 'PXN'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ATF1', 'GRB2', 'RAP1A', 'AKT1', 'RICTOR', 'SP1', 'JAK1', 'STAT3', 'MAP2K2'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'PXN'}, number: 6
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'AKT1', 'STAT3'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GRB2', 'RAP1A', 'AKT1', 'RAP1B', 'MAP2K2'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'GRB2', 'MDM2', 'RB1', 'AKT1', 'PRKDC', 'RAD50'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'GRB2', 'RB1', 'AKT1', 'STAT3', 'MAP2K2'}, number: 6
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GRB2', 'RAP1A', 'AKT1', 'RAP1B', 'MAP2K2'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1', 'ATF1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'GRB2', 'MDM2', 'RB1', 'AKT1', 'PRKDC', 'RAD50'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'JAK1', 'PXN'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'MSH2', 'MDM2', 'RB1', 'RAP1A', 'AKT1', 'PRKDC', 'RAD50'}, number: 10
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TSC2', 'CCND1', 'GRB2', 'MDM2', 'RAP1A', 'AKT1', 'RAP1B', 'JAK1', 'MAP2K2'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'GRB2', 'MDM2', 'RB1', 'AKT1', 'PRKDC', 'RAD50'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'MDM2', 'RB1', 'PRKDC', 'RAD50'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'AKT1', 'GRB2'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GRB2', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'JAK1', 'PXN'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'STAT3', 'AKT1', 'JAK1', 'MAP2K2'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TSC2', 'CCND1', 'CHEK1', 'MSH2', 'RAP1A', 'PRKDC', 'RAD50', 'SP1'}, number: 8
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'GRB2', 'MDM2', 'RB1', 'AKT1', 'PRKDC', 'RAD50'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'SP1', 'JAK1', 'PXN'}, number: 8
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC2', 'GRB2', 'MDM2', 'AKT1', 'SP1'}, number: 5
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC2', 'GRB2', 'RAP1A', 'AKT1', 'STAT3', 'MAP2K2'}, number: 6
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TSC2', 'GRB2', 'RAP1A', 'AKT1', 'JAK1', 'STAT3', 'MAP2K2'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'AKT1', 'GRB2'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2', 'AKT1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TSC2', 'GRB2', 'MDM2', 'RB1', 'AKT1', 'SP1', 'JAK1', 'STAT3', 'MAP2K2'}, number: 9
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TSC2', 'CCND1', 'GRB2', 'MDM2', 'AKT1', 'JAK1', 'MAP2K2'}, number: 7
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Network In Prostate Cancer WP2263, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'AKT1'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FLNA', 'EGFR', 'AKT1', 'PIK3R1', 'DAXX'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'MDM2', 'EGFR', 'FOXO1', 'AKT1', 'SP1'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'DAXX', 'MDM2', 'AKT1'}, number: 4
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2', 'TGIF1', 'STAT3'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'DAXX', 'MDM2', 'AKT1'}, number: 4
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1', 'RUNX2'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FLNA', 'EGFR', 'AKT1', 'PIK3R1', 'DAXX'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RUNX2', 'AKT1', 'TGIF1', 'PIK3R1', 'STAT3'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RUNX2', 'AKT1', 'TGIF1', 'PIK3R1', 'STAT3'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FLNA', 'EGFR', 'AKT1', 'PIK3R1', 'DAXX'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RUNX2', 'AKT1', 'TGIF1', 'PIK3R1', 'STAT3'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PIK3R1', 'EGFR', 'FOXO1', 'AKT1', 'SP1', 'STAT3'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'PIAS1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'DAXX', 'MDM2', 'AKT1'}, number: 4
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'STAT3'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FLNA', 'EGFR', 'AKT1', 'PIK3R1', 'DAXX'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'MDM2', 'RB1', 'AKT1', 'PIK3R1'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'RB1', 'EGFR', 'AKT1', 'PIK3R1', 'STAT3'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FLNA', 'EGFR', 'AKT1', 'PIK3R1', 'DAXX'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'MDM2', 'RB1', 'AKT1', 'PIK3R1'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'DAXX', 'MDM2', 'AKT1'}, number: 4
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'STAT3'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'CCND1', 'MDM2', 'RB1'}, number: 4
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MDM2', 'EGFR', 'AKT1', 'PIK3R1'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'MDM2', 'RB1', 'AKT1', 'PIK3R1'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'MDM2', 'RB1'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RUNX2', 'AKT1', 'TGIF1', 'PIK3R1', 'STAT3'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'STAT3', 'FLNA'}, number: 4
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'SP1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'MDM2', 'RB1', 'AKT1', 'PIK3R1'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RUNX2', 'PIK3R1', 'AKT1', 'TGIF1', 'SP1', 'STAT3'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1', 'NCOA1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'AKT1', 'SP1', 'DAXX'}, number: 5
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'STAT3'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'STAT3'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MDM2', 'RB1', 'EGFR', 'FOXO1', 'NCOA1', 'AKT1', 'SP1', 'PIK3R1', 'STAT3'}, number: 9
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'MDM2', 'EGFR', 'FOXO1', 'AKT1', 'PIK3R1'}, number: 6
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'AKT1'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'STAT3'}, number: 3
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'AKT1'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Androgen Receptor Signaling WP138, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'DAXX', 'MDM2', 'AKT1'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9', 'MAP3K6', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP4K4', 'MAP2K2'}, number: 7
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TSC2', 'MAPK9', 'SHC1', 'MAP3K6', 'FOXO1', 'MAP3K3', 'AKT1', 'INSR', 'MAP4K4', 'MAP2K2'}, number: 10
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'RXRA', 'LPL', 'PCK1', 'PDPK1'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9', 'MAP3K6', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP4K4', 'MAP2K2'}, number: 7
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9', 'MAP3K6', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP4K4', 'MAP2K2'}, number: 7
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA2', 'MAPK9', 'CBL', 'SHC1', 'PDPK1', 'FOXO1', 'MAP3K3', 'RICTOR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 11
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'FOXO3', 'MAP3K3', 'AKT1', 'PIK3R1'}, number: 6
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9', 'MAP3K6', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP4K4', 'MAP2K2'}, number: 7
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'FOXO3', 'AKT1', 'INSR', 'PIK3R1'}, number: 6
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA', 'FOXO3', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9', 'MAP3K6', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP4K4', 'MAP2K2'}, number: 7
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'MAPK9', 'SHC1', 'FOXO3', 'AKT1', 'INSR', 'PIK3R1'}, number: 6
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'SHC1', 'FOXO3'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'INSR', 'RXRA'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TSC2', 'PCK1', 'MAPK9', 'GYS1', 'SHC1', 'FOXO3', 'PDPK1', 'AKT1', 'INSR', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 12
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'FOXO3', 'AKT1', 'INSR', 'PIK3R1'}, number: 6
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'SHC1', 'AKT1'}, number: 3
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'IRS2', 'CBL', 'SHC1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK9', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TSC2', 'PCK1', 'RXRA', 'MAPK9', 'PDPK1', 'LPL'}, number: 6
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2', 'RXRA'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'RXRA', 'MAPK9', 'SHC1', 'FOXO3', 'AKT1', 'INSR', 'PIK3R1'}, number: 7
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1', 'IRS2', 'RXRA'}, number: 3
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC2', 'PIK3R1', 'SHC1', 'AKT1'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC2', 'IRS2', 'MAPK9', 'SHC1', 'FOXO3', 'PDPK1', 'AKT1', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 10
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TSC2', 'IRS2', 'MAPK9', 'SHC1', 'FOXO3', 'PDPK1', 'AKT1', 'INSR', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 11
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'SHC1', 'AKT1'}, number: 3
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2', 'SREBF1', 'IRS2', 'RXRA', 'GYS1', 'FASN', 'AKT1', 'INSR', 'PIK3R1'}, number: 9
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TSC2', 'SREBF1', 'IRS2', 'PCK1', 'RXRA', 'GYS1', 'FASN', 'FOXO3', 'PDPK1', 'FOXO1', 'LPL', 'AKT1', 'INSR', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 16
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'FASN', 'LPL', 'AKT1'}, number: 3
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TSC2', 'SREBF1', 'IRS2', 'PCK1', 'GYS1', 'FOXO3', 'PDPK1', 'FOXO1', 'AKT1', 'INSR', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 13
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'INSR', 'PIK3R1', 'SHC1', 'AKT1'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'INSR', 'FOXO1', 'AKT1'}, number: 3
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP7', 'CYCS', 'BIRC2', 'IGF1R', 'MDM2', 'FAS', 'PMAIP1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ARAF', 'PDGFA', 'MAPK9', 'MAP2K2', 'FN1', 'LAMB2', 'GRB2', 'FAS', 'EGFR', 'LAMA5', 'IL15', 'AKT1', 'PIK3R1', 'FGFR4', 'NFKBIA'}, number: 15
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CYCS', 'MAPK9', 'WNT5A', 'MDM2', 'CDKN1A', 'LAMA5', 'MAP2K2', 'WNT7B', 'CTBP1', 'COL4A3', 'AKT1', 'FGFR4', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'TGFA', 'FZD6', 'SP1', 'CUL1', 'ITGB1', 'CCND1', 'PDGFA', 'GRB2', 'HIF1A', 'FN1', 'ITGA3', 'COL4A2', 'FOXO1', 'CCND3', 'JAK1'}, number: 31
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP7', 'CYCS', 'BIRC2', 'IGF1R', 'MDM2', 'FAS', 'PMAIP1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'BMP4', 'JAK1', 'STAT3', 'MAPK9'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP7', 'CYCS', 'BIRC2', 'IGF1R', 'MDM2', 'FAS', 'PMAIP1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1', 'AKT1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ARAF', 'PDGFA', 'MAPK9', 'MAP2K2', 'FN1', 'LAMB2', 'GRB2', 'FAS', 'EGFR', 'LAMA5', 'IL15', 'AKT1', 'PIK3R1', 'FGFR4', 'NFKBIA'}, number: 15
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'PDGFA', 'MAPK9', 'GRB2', 'STAT3', 'GNAI1', 'BMP4', 'IL15', 'AKT1', 'GNB2', 'ITGB1', 'PIK3R1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 16
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'PDGFA', 'FN1', 'LAMB2', 'IL15', 'LAMA5', 'ITGB1'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'PDGFA', 'MAPK9', 'GRB2', 'STAT3', 'GNAI1', 'BMP4', 'IL15', 'AKT1', 'GNB2', 'ITGB1', 'PIK3R1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 16
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ARAF', 'PDGFA', 'MAPK9', 'MAP2K2', 'FN1', 'LAMB2', 'GRB2', 'FAS', 'EGFR', 'LAMA5', 'IL15', 'AKT1', 'PIK3R1', 'FGFR4', 'NFKBIA'}, number: 15
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'PDGFA', 'MAPK9', 'GRB2', 'STAT3', 'GNAI1', 'BMP4', 'IL15', 'AKT1', 'GNB2', 'PIK3R1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 15
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1', 'MAPK9', 'MAP2K2', 'GRB2', 'CBL', 'PIK3R1', 'EGFR', 'STAT3', 'FOXO1', 'AKT1', 'ERBB2', 'SP1', 'JAK2', 'JAK1', 'RALBP1'}, number: 15
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'PDGFA', 'RXRA', 'FN1', 'LAMB2', 'IL15', 'LAMA5', 'JAK2', 'JAK1'}, number: 8
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP7', 'CYCS', 'BIRC2', 'IGF1R', 'MDM2', 'FAS', 'PMAIP1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP7', 'CUL1', 'GNAI3', 'PDGFA', 'GNAI2', 'MAPK9', 'GRB2', 'BIRC2', 'GNAI1', 'SKP1', 'BCL2L1', 'AKT1', 'IL15', 'GNB2', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 18
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'ABL1', 'STAT3'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'PDGFA', 'FN1', 'LAMB2', 'IL15', 'LAMA5'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ARAF', 'PDGFA', 'MAPK9', 'MAP2K2', 'FN1', 'LAMB2', 'GRB2', 'FAS', 'EGFR', 'LAMA5', 'IL15', 'AKT1', 'PIK3R1', 'FGFR4', 'NFKBIA'}, number: 15
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'WNT7B', 'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'WNT5A', 'GRB2', 'MDM2', 'RB1', 'FAS', 'PMAIP1', 'CCND3', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1', 'CCNE2'}, number: 17
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'ARAF', 'CCND1', 'CYCS', 'RXRA', 'GRB2', 'RB1', 'EGFR', 'TGFA', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 14
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ARAF', 'PDGFA', 'MAPK9', 'MAP2K2', 'FN1', 'LAMB2', 'GRB2', 'FAS', 'EGFR', 'LAMA5', 'IL15', 'AKT1', 'PIK3R1', 'FGFR4', 'NFKBIA'}, number: 15
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'HIF1A', 'SP1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'WNT7B', 'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'WNT5A', 'GRB2', 'MDM2', 'RB1', 'FAS', 'PMAIP1', 'CCND3', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1', 'CCNE2'}, number: 17
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP7', 'CYCS', 'BIRC2', 'IGF1R', 'MDM2', 'FAS', 'PMAIP1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'PDGFA', 'GRB2', 'FN1', 'LAMB2', 'STAT3', 'LAMA5', 'GNAI1', 'IL15', 'AKT1', 'GNB2', 'PIK3R1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 16
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'PDGFA', 'FN1', 'LAMB2', 'IL15', 'LAMA5'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MLH1', 'MDM2', 'RB1', 'FAS', 'PMAIP1', 'CCND3', 'CDKN1A', 'AKT1', 'MSH2', 'ABL1', 'CCNE2'}, number: 13
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA', 'MGST3', 'GSTM4', 'TGFA', 'GSTA2'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAPK9', 'MDM2', 'CDKN1A', 'RALBP1', 'LAMA5', 'PIK3R1', 'MAP2K2', 'IL6R', 'COL4A3', 'AKT1', 'GNB2', 'ABL1', 'FGFR4', 'CCNE2', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'TGFA', 'HSP90B1', 'BCL2L1', 'ITGB1', 'CCND1', 'PDGFA', 'GRB2', 'FN1', 'ITGA3', 'COL4A2', 'CCND3', 'JAK2', 'JAK1'}, number: 31
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'WNT7B', 'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'WNT5A', 'GRB2', 'MDM2', 'RB1', 'FAS', 'PMAIP1', 'CCND3', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1', 'CCNE2'}, number: 17
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'RB1', 'FAS', 'PMAIP1', 'CCND3', 'CDKN1A', 'ABL1', 'CCNE2'}, number: 10
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'PDGFA', 'FN1', 'LAMB2', 'IL15', 'LAMA5', 'ITGB1'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'PDGFA', 'MAPK9', 'GRB2', 'STAT3', 'GNAI1', 'BMP4', 'IL15', 'AKT1', 'GNB2', 'PIK3R1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 15
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'NFKBIA', 'GRB2', 'CBL', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 9
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT7B', 'CCND1', 'MLH1', 'RXRA', 'MAPK9', 'CTBP1', 'WNT5A', 'GSTM4', 'MGST3', 'FAS', 'PMAIP1', 'TGFA', 'FZD6', 'GSTA2', 'CDKN1A', 'CCND3', 'MSH2', 'SP1'}, number: 18
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA', 'FGFR4'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CYCS', 'MAPK9', 'WNT5A', 'GSTM4', 'MDM2', 'CDKN1A', 'PIK3R1', 'WNT7B', 'MGST3', 'RB1', 'FAS', 'AKT1', 'ERBB2', 'ABL1', 'TGFA', 'GSTA2', 'CCND1', 'RXRA', 'GRB2', 'PMAIP1', 'CCND3', 'CCNE2'}, number: 22
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'MAPK9', 'GRB2', 'PIK3R1', 'STAT3', 'GNAI1', 'BMP4', 'AKT1', 'GNB2', 'SP1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 14
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1', 'NCOA1', 'GSTA2', 'RXRA'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP7', 'CYCS', 'GRB2', 'BIRC2', 'PIK3R1', 'IGF1R', 'MDM2', 'FAS', 'PMAIP1', 'BCL2L1', 'AKT1', 'SP1', 'NFKBIA'}, number: 13
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'GRB2', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 8
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL6R', 'MAPK9', 'MAP2K2', 'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 10
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA', 'MGST3', 'GSTM4', 'TGFA', 'GSTA2', 'CDKN1A', 'AKT1', 'CCNA2', 'PIK3R1'}, number: 9
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MDM2', 'MECOM', 'CDKN1A', 'PIK3R1', 'LAMA5', 'STAT3', 'MAP2K2', 'IL6R', 'RB1', 'FAS', 'AKT1', 'GNB2', 'FGFR4', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'HSP90B1', 'BMP4', 'SP1', 'ITGB1', 'PDGFA', 'RXRA', 'GRB2', 'HIF1A', 'FN1', 'ITGA3', 'COL4A2', 'FOXO1', 'NCOA1', 'JAK2', 'JAK1'}, number: 32
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MDM2', 'CDKN1A', 'LAMA5', 'PIK3R1', 'MAP2K2', 'IL6R', 'COL4A3', 'AKT1', 'GNB2', 'FGFR4', 'CCNE2', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'TGFA', 'HSP90B1', 'BCL2L1', 'ITGB1', 'CCND1', 'PDGFA', 'GRB2', 'HIF1A', 'FN1', 'ITGA3', 'COL4A2', 'FOXO1', 'CCND3', 'JAK2', 'JAK1'}, number: 30
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP7', 'CYCS', 'BIRC2', 'IGF1R', 'MDM2', 'FAS', 'PMAIP1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL6R', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'PDGFA', 'FN1', 'LAMB2', 'IL15', 'LAMA5'}, number: 5
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'PDGFA', 'IGF1R', 'AKT1'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CASP7', 'CCNE2', 'CYCS'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP7', 'CYCS', 'BIRC2', 'IGF1R', 'MDM2', 'FAS', 'PMAIP1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 11
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'MAD1L1', 'MDM2', 'CCND3', 'CDKN1A', 'CUL1'}, number: 6
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'ABL1'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'SKP1', 'CUL1'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'ABL1'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'MDM2', 'RB1', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2'}, number: 11
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'RB1'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'MDM2', 'RB1', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2'}, number: 11
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'MDM2', 'RB1', 'PCNA', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2', 'CCNH'}, number: 13
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MDM2', 'CCND3', 'CDKN1A', 'ABL1', 'CCNE2'}, number: 6
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'MDM2', 'RB1', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2'}, number: 11
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'MDM2', 'RB1', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2'}, number: 11
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'CHEK1', 'PCNA', 'CCND3', 'CDKN1A', 'PRKDC', 'CCNH'}, number: 7
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'MDM2', 'RB1', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2'}, number: 11
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNA2', 'CDKN1A'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'MDM2', 'RB1'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'MDM2', 'CCND3', 'CDKN1A', 'CCNE2'}, number: 5
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CCNE2'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'RXRA', 'ABCB4', 'SCARB1', 'HMGCR', 'NR1H4', 'LDLR', 'TJP2'}, number: 7
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA', 'ABCB4', 'SCARB1', 'HMGCR', 'NR1H4', 'LDLR', 'TJP2'}, number: 7
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'LDLR', 'RXRA'}, number: 2
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'NR1H4', 'RXRA', 'ABCB4'}, number: 3
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA', 'ABCB4', 'SCARB1', 'HMGCR', 'NR1H4', 'LDLR', 'TJP2'}, number: 7
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA', 'ABCB4', 'SCARB1', 'HMGCR', 'NR1H4', 'LDLR', 'TJP2'}, number: 7
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HMGCR', 'RXRA'}, number: 2
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'SCARB1', 'LDLR'}, number: 2
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Cholestasis WP5238, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL1', 'ACSL3'}, number: 2
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL1', 'ACSL3'}, number: 2
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SREBF1', 'HMGCR'}, number: 2
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FDPS', 'LSS', 'NR1H2', 'SREBF1', 'ACSL3', 'ELOVL5', 'HMGCR', 'ACAT2', 'EBP', 'ACSL1'}, number: 10
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL1', 'ACSL3'}, number: 2
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SREBF1'}, number: 1
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL4', 'ACSL1', 'ACSL3'}, number: 3
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL4', 'ACSL1', 'ACSL3'}, number: 3
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'FASN', 'SREBF1', 'HMGCR'}, number: 3
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FDPS', 'LSS', 'NR1H2', 'SREBF1', 'ACSL3', 'FASN', 'ELOVL5', 'HMGCR', 'ACAT2', 'EBP', 'ACSL1'}, number: 11
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'FASN', 'ACSL4', 'ACSL1', 'ACSL3'}, number: 4
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SREBF1'}, number: 1
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'APOA2', 'LPL'}, number: 2
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'SCARB1', 'LDLR', 'HMGCR'}, number: 3
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'APOA2', 'LPL'}, number: 2
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'SCARB1', 'LDLR', 'HMGCR'}, number: 3
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'SCARB1', 'LDLR', 'HMGCR'}, number: 3
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SORT1'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SORT1'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SCARB1', 'LDLR', 'HMGCR'}, number: 3
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FDPS', 'LSS', 'LPL', 'HMGCR', 'ACAT2', 'EBP'}, number: 6
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'OSBPL5', 'SORT1', 'STARD3', 'SCARB1', 'LPL', 'LRP1', 'LDLR'}, number: 7
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FDPS', 'LSS', 'HMGCR', 'EBP'}, number: 4
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1'}, number: 1
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'SMC1A', 'PPP2R5C', 'PPP2R5E'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'SMC1A', 'PPP2R5C', 'PPP2R5E'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'SMC1A'}, number: 2
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'PPP2R1A'}, number: 3
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'SMC1A', 'PPP2R5C', 'PPP2R5E'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'SMC1A'}, number: 2
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'SMC1A', 'PPP2R5C', 'PPP2R5E'}, number: 4
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'PPP2R1A'}, number: 3
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PPP2R5C', 'PPP2R5E', 'PPP2R1A'}, number: 3
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Cohesin Complex Cornelia De Lange Syndrome WP5117, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'VTN', 'PRKCZ', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CYCS'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'PRKCZ'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'VTN', 'PRKCZ', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'C3', 'PARD3', 'PRKCZ'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'VTN', 'C3'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'C3', 'PARD3', 'PRKCZ'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'VTN', 'PRKCZ', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PARD3', 'PRKCZ'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCZ'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'VTN'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP7', 'C3', 'PARD3', 'C1R', 'PRKCZ'}, number: 5
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'MARK2'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'VTN'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'VTN'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'VTN', 'PRKCZ', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CYCS', 'FAS'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CYCS'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'VTN', 'PRKCZ', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CYCS', 'FAS'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'VTN', 'PARD3', 'PRKCZ'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'VTN'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CYCS', 'FAS'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VTN'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CYCS', 'FAS'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CYCS', 'FAS'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'VTN', 'C3'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PARD3', 'PRKCZ'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PRKCZ'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FAS'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CYCS', 'FAS'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PARD3', 'PRKCZ'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VTN', 'FAS'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VTN'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'VTN'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CASP7', 'CYCS'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS'}, number: 3
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FOXO1', 'SP1'}, number: 2
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'EHHADH', 'RXRA'}, number: 2
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'FOXO1', 'SP1'}, number: 2
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GSTA2', 'RXRA'}, number: 2
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'EHHADH', 'SP1', 'GSTA2', 'RXRA'}, number: 4
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'SMC1A', 'GSTA2', 'RXRA'}, number: 3
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA', 'FOXO1', 'NCOA1', 'GSTA2', 'CYP3A5'}, number: 5
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GSTA2', 'RXRA'}, number: 2
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FOXO1', 'SP1', 'NCOA1', 'RXRA'}, number: 4
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'COX11'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'AKT1', 'MAPT'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'MDM2', 'FOXO1', 'AKT1', 'SP1'}, number: 5
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'AKT1', 'MAPT'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'AKT1', 'MAPT'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'FOXO1', 'SP1', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'MAPT'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'AKT1', 'MAPT'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'FOXO3', 'MDM2', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'FOXO3', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'AKT1', 'MAPT'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'COX11'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'FOXO3', 'MDM2', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'COX11'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'MDM2', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'FOXO3', 'MDM2', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'FOXO3', 'MDM2', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'MDM2'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'SP1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'FOXO3', 'MDM2', 'AKT1'}, number: 4
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SP1', 'FOXO3', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'SP1', 'MDM2', 'AKT1'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'FOXO3', 'AKT1', 'MAPT'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOXO3', 'AKT1', 'MAPT'}, number: 3
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FOXO3', 'MDM2', 'FOXO1', 'AKT1', 'SP1'}, number: 5
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'FOXO3', 'MDM2', 'FOXO1', 'AKT1'}, number: 5
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'AKT1'}, number: 2
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Copper Homeostasis WP3286, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MDM2', 'AKT1'}, number: 2
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PMAIP1', 'PIK3R1', 'MDM2', 'AKT1'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PIK3R1', 'GRB2', 'AKT1', 'MAPK9'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'WNT7B', 'CCND1', 'MAPK9', 'WNT5A', 'GRB2', 'SHC1', 'MDM2', 'FOSL1', 'CCND3', 'CDKN1A', 'AKT1', 'INSR', 'HMGB1'}, number: 13
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PMAIP1', 'PIK3R1', 'MDM2', 'AKT1'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PMAIP1', 'PIK3R1', 'MDM2', 'AKT1'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PIK3R1', 'GRB2', 'AKT1', 'MAPK9'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 6
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 6
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PIK3R1', 'GRB2', 'AKT1', 'MAPK9'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 6
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 7
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PMAIP1', 'PIK3R1', 'MDM2', 'AKT1'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 6
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1', 'AKT1'}, number: 2
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PIK3R1', 'GRB2', 'AKT1', 'MAPK9'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK9', 'WNT5A', 'MDM2', 'PPP2R5E', 'CDKN1A', 'PIK3R1', 'WNT7B', 'SHC1', 'FOXO3', 'AKT1', 'ERBB2', 'LDLR', 'ABL1', 'CCND1', 'PPP2R5C', 'GRB2', 'FOSL1', 'PMAIP1', 'CCND3', 'INSR', 'HMGB1'}, number: 21
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'GRB2', 'FOXO3', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 7
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PIK3R1', 'GRB2', 'AKT1', 'MAPK9'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'MAPK9', 'WNT5A', 'MDM2', 'PPP2R5E', 'CDKN1A', 'PIK3R1', 'WNT7B', 'SHC1', 'FOXO3', 'AKT1', 'ERBB2', 'LDLR', 'ABL1', 'CCND1', 'PPP2R5C', 'GRB2', 'FOSL1', 'PMAIP1', 'CCND3', 'INSR', 'HMGB1'}, number: 21
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PMAIP1', 'PIK3R1', 'MDM2', 'AKT1'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'MDM2', 'PMAIP1', 'CCND3', 'CDKN1A', 'AKT1', 'ABL1', 'HMGB1'}, number: 8
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'INSR'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'ABL1', 'PPP2R5C', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'PPP2R5E', 'FOXO3', 'CCND3', 'CDKN1A', 'AKT1', 'INSR', 'PIK3R1'}, number: 14
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK9', 'WNT5A', 'MDM2', 'PPP2R5E', 'CDKN1A', 'PIK3R1', 'WNT7B', 'SHC1', 'FOXO3', 'AKT1', 'ERBB2', 'LDLR', 'ABL1', 'CCND1', 'PPP2R5C', 'GRB2', 'FOSL1', 'PMAIP1', 'CCND3', 'INSR', 'HMGB1'}, number: 21
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'MDM2', 'PMAIP1', 'CCND3', 'CDKN1A', 'ABL1'}, number: 6
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 6
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT7B', 'CCND1', 'MAPK9', 'WNT5A', 'FOSL1', 'PMAIP1', 'CCND3', 'CDKN1A', 'HMGB1'}, number: 9
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'MAPK9', 'WNT5A', 'MDM2', 'PPP2R5E', 'CDKN1A', 'PIK3R1', 'WNT7B', 'SHC1', 'FOXO3', 'AKT1', 'ERBB2', 'LDLR', 'ABL1', 'CCND1', 'PPP2R5C', 'GRB2', 'FOSL1', 'PMAIP1', 'CCND3', 'INSR', 'HMGB1'}, number: 21
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 6
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GRB2', 'SHC1', 'MDM2', 'PMAIP1', 'AKT1', 'PIK3R1'}, number: 6
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 6
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'INSR', 'PIK3R1'}, number: 7
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A', 'AKT1', 'INSR', 'LDLR'}, number: 5
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPP2R5C', 'GRB2', 'FOXO3', 'MDM2', 'PPP2R5E', 'CDKN1A', 'AKT1', 'INSR', 'PIK3R1'}, number: 9
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'LDLR', 'AKT1'}, number: 2
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'PPP2R5C', 'GRB2', 'FOXO3', 'MDM2', 'PPP2R5E', 'CCND3', 'CDKN1A', 'AKT1', 'INSR', 'PIK3R1'}, number: 11
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PMAIP1', 'PIK3R1', 'MDM2', 'AKT1'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'INSR', 'PIK3R1', 'SHC1', 'AKT1'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PMAIP1', 'PIK3R1', 'MDM2', 'AKT1'}, number: 4
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'PMAIP1', 'AKT1'}, number: 5
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'AKT1', 'FAS'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'CCND3', 'CDKN1A', 'AKT1'}, number: 6
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'PMAIP1', 'AKT1'}, number: 5
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'PMAIP1', 'AKT1'}, number: 5
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'AKT1', 'FAS'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'AKT1', 'FAS'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1', 'AKT1'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'PMAIP1', 'AKT1'}, number: 5
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'ABL1', 'AKT1'}, number: 3
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'AKT1', 'FAS'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CYCS', 'MDM2', 'CDKN1A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'AKT1', 'ABL1', 'CHEK1', 'RPA2', 'RFC1', 'RAD50', 'CCND1', 'PMAIP1', 'CCND3', 'RAD17', 'CCNE2'}, number: 19
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'CYCS', 'RB1', 'CDKN1A', 'AKT1'}, number: 5
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'AKT1', 'FAS'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CYCS', 'MDM2', 'CDKN1A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'AKT1', 'ABL1', 'CHEK1', 'RPA2', 'RFC1', 'RAD50', 'CCND1', 'PMAIP1', 'CCND3', 'RAD17', 'CCNE2'}, number: 19
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'PMAIP1', 'AKT1'}, number: 5
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CYCS', 'MDM2', 'CDKN1A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'AKT1', 'ABL1', 'CHEK1', 'RPA2', 'RFC1', 'RAD50', 'CCND1', 'PMAIP1', 'CCND3', 'RAD17', 'CCNE2'}, number: 19
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MDM2', 'CCND3', 'CDKN1A', 'AKT1', 'ABL1', 'CCNE2'}, number: 7
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CYCS', 'MDM2', 'CDKN1A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'AKT1', 'ABL1', 'CHEK1', 'RPA2', 'RFC1', 'RAD50', 'CCND1', 'PMAIP1', 'CCND3', 'RAD17', 'CCNE2'}, number: 19
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CYCS', 'CHEK1', 'RAD17', 'RPA2', 'MDM2', 'RB1', 'FAS', 'RFC1', 'PMAIP1', 'CCND3', 'CDKN1A', 'PRKDC', 'RAD50', 'SMC1A', 'ABL1', 'CCNE2'}, number: 18
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'CHEK1', 'RPA2', 'RFC1', 'FAS', 'PMAIP1', 'CCND3', 'CDKN1A', 'PRKDC', 'RAD50'}, number: 10
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CYCS', 'MDM2', 'CDKN1A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'AKT1', 'ABL1', 'CHEK1', 'RPA2', 'RFC1', 'RAD50', 'CCND1', 'PMAIP1', 'CCND3', 'RAD17', 'CCNE2'}, number: 19
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'PMAIP1', 'AKT1'}, number: 5
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MDM2', 'FAS', 'RB1', 'CDKN1A', 'AKT1'}, number: 5
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'MDM2', 'CCND3', 'CDKN1A', 'AKT1', 'CCNE2'}, number: 6
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'PMAIP1', 'AKT1'}, number: 5
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CCNE2', 'CYCS'}, number: 2
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'PMAIP1', 'AKT1'}, number: 5
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SP1', 'MDM2'}, number: 2
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'SP1', 'PCNA'}, number: 2
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'CHEK1', 'RAD17', 'RPA2', 'MDM2', 'PRKDC', 'RAD50', 'SMC1A'}, number: 8
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'CHEK1', 'RAD17', 'RPA2', 'MDM2', 'PRKDC', 'RAD50', 'SMC1A'}, number: 8
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'MLH1', 'CHEK1', 'RAD17', 'USP1', 'RPA2', 'MSH2', 'MDM2', 'PCNA', 'PRKDC', 'RAD50', 'SMC1A'}, number: 12
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'CHEK1', 'RAD17', 'RPA2', 'MDM2', 'PRKDC', 'RAD50', 'SMC1A'}, number: 8
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'CHEK1', 'RAD17', 'RPA2', 'MDM2', 'PRKDC', 'RAD50', 'SMC1A'}, number: 8
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CHEK1', 'MLH1', 'USP1', 'RPA2', 'MSH2', 'PCNA', 'PRKDC', 'RAD50', 'SP1'}, number: 9
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'CHEK1', 'RAD17', 'RPA2', 'MDM2', 'PRKDC', 'RAD50', 'SMC1A'}, number: 8
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SP1'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'SP1', 'MDM2'}, number: 2
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SP1', 'MDM2'}, number: 2
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'ABL1'}, number: 2
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CHEK1', 'MDM2', 'SMC1A', 'PRKDC', 'RAD50', 'RAD17', 'ABL1'}, number: 7
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CHEK1', 'MDM2', 'SMC1A', 'PRKDC', 'RAD50', 'RAD17', 'ABL1'}, number: 7
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CHEK1', 'MDM2', 'SMC1A', 'PCNA', 'PRKDC', 'RAD50', 'RAD17', 'ABL1'}, number: 8
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ABL1', 'MDM2'}, number: 2
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CHEK1', 'MDM2', 'SMC1A', 'PRKDC', 'RAD50', 'RAD17', 'ABL1'}, number: 7
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CHEK1', 'MDM2', 'SMC1A', 'PRKDC', 'RAD50', 'RAD17', 'ABL1'}, number: 7
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKDC', 'RAD50', 'PCNA', 'CHEK1'}, number: 4
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CHEK1', 'MDM2', 'SMC1A', 'PRKDC', 'RAD50', 'RAD17', 'ABL1'}, number: 7
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Double Strand Breaks And Cellular Response Via ATM WP3959, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'RFC1'}, number: 2
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'RPA2', 'RFC1'}, number: 2
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'MLH1', 'RPA2', 'RFC5', 'RFC1', 'PCNA', 'RFC4', 'POLE3', 'MSH2'}, number: 8
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'RFC1'}, number: 2
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'RPA2', 'RFC1'}, number: 2
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MLH1', 'RPA2', 'RFC5', 'RFC1', 'PCNA', 'RFC4', 'POLE3', 'MSH2'}, number: 8
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'RPA2', 'RFC1'}, number: 2
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: DNA Mismatch Repair WP531, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HMGB1'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'RAP1A'}, number: 2
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CHEK1', 'RPA2', 'RFC1', 'PRKDC', 'RAD50', 'HMGB1'}, number: 6
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CHEK1', 'RPA2', 'RFC1', 'PRKDC', 'RAD50', 'HMGB1'}, number: 6
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'POLI', 'USP1', 'GTF2H5', 'PRKDC', 'ERCC8', 'MLH1', 'CHEK1', 'RFC5', 'RPA2', 'RFC1', 'RAD23A', 'PCNA', 'RAP1A', 'REV3L', 'POLE3', 'MGMT', 'RAD50', 'DDB1', 'MBD4', 'RFC4', 'MSH2', 'HMGB1', 'CCNH'}, number: 23
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CHEK1', 'RPA2', 'RFC1', 'PRKDC', 'RAD50', 'HMGB1'}, number: 6
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CHEK1', 'RPA2', 'RFC1', 'PRKDC', 'RAD50'}, number: 5
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'POLI', 'USP1', 'GTF2H5', 'PRKDC', 'ERCC8', 'MLH1', 'CHEK1', 'RFC5', 'RPA2', 'RFC1', 'RAD23A', 'PCNA', 'RAP1A', 'REV3L', 'POLE3', 'MGMT', 'RAD50', 'DDB1', 'MBD4', 'RFC4', 'MSH2', 'HMGB1', 'CCNH'}, number: 23
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CHEK1', 'RPA2', 'RFC1', 'PRKDC', 'RAD50', 'HMGB1'}, number: 6
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'RAP1A'}, number: 1
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: DNA Repair Pathways Full Network WP4946, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'STMN1', 'PRKCZ', 'EGFR', 'RAP1A', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 10
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'EGFR', 'FOXO1', 'MAP3K3', 'AKT1', 'SP1', 'JAK1', 'MAP2K2'}, number: 10
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'PRKCZ'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3', 'MAPK9'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3', 'CFL1'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'STMN1', 'PRKCZ', 'EGFR', 'RAP1A', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 10
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 11
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 11
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'STMN1', 'PRKCZ', 'EGFR', 'RAP1A', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 10
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 11
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA2', 'MAPK9', 'PRKCZ', 'PDPK1', 'CSK', 'NCK1', 'RICTOR', 'RALBP1', 'PIK3R1', 'STAT3', 'MAP2K2', 'ATF1', 'ASAP1', 'SHC1', 'AKT1', 'ERBB2', 'ABL1', 'MEF2A', 'AP2M1', 'CBL', 'STMN1', 'EGFR', 'PCNA', 'RAP1A', 'SP1', 'ATXN2', 'NEDD4', 'CFL1', 'GRB2', 'FOXO1', 'MAP3K3', 'JAK2', 'JAK1'}, number: 33
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'CSK', 'RAP1A', 'MAP3K3', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3'}, number: 11
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'ABL1', 'STMN1', 'STAT3'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'STMN1', 'PRKCZ', 'EGFR', 'RAP1A', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 10
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 7
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'EGFR', 'AKT1', 'ERBB2', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 7
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'STMN1', 'PRKCZ', 'EGFR', 'RAP1A', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 10
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1', 'ATF1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 7
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'SHC1', 'PRKCZ', 'CSK', 'RAP1A', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 10
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PCNA', 'ABL1', 'RAP1A', 'AKT1'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'PDPK1', 'EGFR', 'RAP1A', 'AKT1', 'RALBP1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 13
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3', 'CFL1'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 7
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 11
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'CBL', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 9
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK9', 'PRKCZ', 'MAP3K3', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAPK9', 'PDPK1', 'PCNA', 'RAP1A', 'SP1'}, number: 5
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 7
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'SP1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 12
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GRB2', 'PIK3R1', 'SHC1', 'AKT1', 'SP1'}, number: 5
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MEF2A', 'MAPK9', 'CFL1', 'GRB2', 'SHC1', 'PDPK1', 'NCK1', 'RAP1A', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'MAP2K2'}, number: 13
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MEF2A', 'MAPK9', 'CFL1', 'GRB2', 'SHC1', 'PDPK1', 'NCK1', 'RAP1A', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 14
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3', 'CFL1'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MEF2A', 'GRB2', 'PDPK1', 'EGFR', 'FOXO1', 'AKT1', 'SP1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 12
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GRB2', 'EGFR', 'PDPK1', 'FOXO1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 9
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3', 'CFL1'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'CFL1', 'AP2M1', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 8
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'AKT1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3', 'CFL1'}, number: 4
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'ATXN2'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'IGF1R', 'AKT1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ARAF', 'RRAS2', 'NF1', 'PDGFA', 'GRB2', 'EGFR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'PDGFA', 'GRB2', 'SHC1', 'IGF1R', 'EGFR', 'TGFA', 'AKT1', 'JAK1', 'MAP2K2'}, number: 10
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'IGF1R', 'AKT1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3'}, number: 2
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'IGF1R', 'AKT1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1', 'IL6R', 'JAK1', 'STAT3'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ARAF', 'RRAS2', 'NF1', 'PDGFA', 'GRB2', 'EGFR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ARAF', 'RRAS2', 'NF1', 'PDGFA', 'GRB2', 'EGFR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'SHC1', 'PDPK1', 'EGFR', 'AKT1', 'ERBB2', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 11
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'PDGFA', 'JAK2', 'JAK1'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'IGF1R', 'AKT1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'SHC1', 'BCL2L1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ARAF', 'RRAS2', 'NF1', 'PDGFA', 'GRB2', 'EGFR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'ARAF', 'CCND1', 'GRB2', 'FOXO3', 'EGFR', 'TGFA', 'AKT1', 'ERBB2', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 11
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ARAF', 'RRAS2', 'NF1', 'PDGFA', 'GRB2', 'EGFR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'IGF1R', 'AKT1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'AKT1'}, number: 2
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RRAS2', 'PDPK1', 'PIK3R1', 'MAP2K2', 'IL6R', 'SHC1', 'FOXO3', 'AKT1', 'NF1', 'IGF1R', 'EGFR', 'TGFA', 'BCL2L1', 'EIF4E', 'CCND1', 'PDGFA', 'GRB2', 'JAK2', 'JAK1'}, number: 19
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1', 'IL6R', 'JAK1', 'STAT3'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 8
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFA', 'CCND1', 'PDPK1'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'GRB2', 'SHC1', 'FOXO3', 'TGFA', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 8
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 8
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GRB2', 'SHC1', 'IGF1R', 'BCL2L1', 'AKT1', 'PIK3R1'}, number: 6
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GRB2', 'EIF4E', 'SHC1', 'FOXO3', 'PDPK1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'MAP2K2'}, number: 10
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL6R', 'GRB2', 'EIF4E', 'SHC1', 'FOXO3', 'PDPK1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 12
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'IL6R', 'JAK1', 'STAT3'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'PIK3R1', 'AKT1'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PDGFA', 'IL6R', 'GRB2', 'EIF4E', 'FOXO3', 'IGF1R', 'PDPK1', 'EGFR', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 14
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'PDGFA', 'IL6R', 'GRB2', 'FOXO3', 'IGF1R', 'PDPK1', 'EGFR', 'TGFA', 'BCL2L1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'EIF4E', 'MAP2K2'}, number: 16
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1', 'IL6R', 'JAK1', 'STAT3'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'IGF1R', 'AKT1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL6R', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'PDGFA', 'IGF1R', 'AKT1'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'IL6R', 'JAK1', 'STAT3'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'IGF1R', 'AKT1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IRF3', 'PIK3R1', 'IGF1R', 'AKT1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FLNA', 'EGFR', 'TBK1', 'IRF3', 'AKT1', 'PIK3R1'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'IGF1R', 'EGFR', 'ACTB', 'AKT1', 'ITGB1'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IRF3', 'PIK3R1', 'IGF1R', 'AKT1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IRF3', 'PIK3R1', 'IGF1R', 'AKT1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FLNA', 'EGFR', 'TBK1', 'IRF3', 'AKT1', 'PIK3R1'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'ITGB1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'ITGB1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'TBK1', 'PIK3R1', 'AKT1', 'IRF3'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'ITGB1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FLNA', 'EGFR', 'TBK1', 'IRF3', 'AKT1', 'PIK3R1'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'PIK3R1', 'NEDD4', 'AKT1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IRF3', 'PIK3R1', 'IGF1R', 'AKT1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'TBK1', 'PIK3R1', 'AKT1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FLNA', 'EGFR', 'TBK1', 'IRF3', 'AKT1', 'PIK3R1'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'TBK1', 'PIK3R1', 'AKT1', 'IRF3'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3R1', 'RFC1', 'AKT1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR', 'PIK3R1', 'AKT1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FLNA', 'EGFR', 'TBK1', 'IRF3', 'AKT1', 'PIK3R1'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'PIK3R1', 'RFC1', 'AKT1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IRF3', 'PIK3R1', 'IGF1R', 'AKT1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HLA-B', 'PIK3R1', 'AKT1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'HLA-B', 'PIK3R1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'TBK1', 'PIK3R1', 'AKT1', 'IRF3'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RFC1', 'AKT1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA5', 'ITGA3', 'IGF1R', 'EGFR', 'AKT1', 'PIK3R1', 'ITGB1'}, number: 7
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'RFC1', 'AKT1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'RFC1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'ITGB1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'FLNA'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RFC1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'PIK3R1', 'RFC1', 'AKT1'}, number: 3
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'IRF3', 'PIK3R1', 'IGF1R', 'AKT1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA5', 'ITGA3', 'PIK3R1', 'IGF1R', 'EGFR', 'AKT1', 'IRF3', 'ITGB1'}, number: 8
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA5', 'ITGA3', 'IGF1R', 'EGFR', 'AKT1', 'PIK3R1', 'ITGB1'}, number: 7
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IRF3', 'PIK3R1', 'IGF1R', 'AKT1'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'IGF1R', 'AKT1'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IRF3', 'PIK3R1', 'IGF1R', 'AKT1'}, number: 4
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CTBP1'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'BMP4'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'BMP4'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'BMP4'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'BMP4'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'BMP4'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CTBP1'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'BMP4'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR2F2', 'BMP4'}, number: 2
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PGM1'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RB1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RB1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'RB1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RB1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RB1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'RB1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'RB1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SREBF1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SREBF1', 'RB1'}, number: 2
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SREBF1'}, number: 1
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Effect Of Progerin On Genes Involved In Progeria WP4320, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'AKT1'}, number: 3
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ARAF', 'MAPK9', 'GRB2', 'EGFR', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 8
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'EGFR', 'TGFA', 'FOXO1', 'CDKN1A', 'AKT1', 'PAK2', 'MAP2K2'}, number: 12
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'AKT1'}, number: 3
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'AKT1'}, number: 3
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ARAF', 'MAPK9', 'GRB2', 'EGFR', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 8
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ARAF', 'MAPK9', 'GRB2', 'EGFR', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 8
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1', 'MAPK9', 'GRB2', 'CBL', 'SHC1', 'PDPK1', 'EGFR', 'NCK1', 'FOXO1', 'AKT1', 'ERBB2', 'PIK3R1', 'MAP2K2'}, number: 13
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'AKT1'}, number: 3
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1', 'AKT1'}, number: 2
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ARAF', 'MAPK9', 'GRB2', 'EGFR', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 8
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 10
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'ARAF', 'CCND1', 'GRB2', 'EGFR', 'TGFA', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1', 'MAP2K2'}, number: 10
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ARAF', 'MAPK9', 'GRB2', 'EGFR', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 8
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 10
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'AKT1'}, number: 3
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'MDM2', 'CDKN1A', 'AKT1', 'ABL1'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'PDPK1', 'EGFR', 'TGFA', 'CDKN1A', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 14
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 10
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDKN1A', 'ABL1', 'MDM2', 'CCND1'}, number: 4
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'CBL', 'SHC1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'MAPK9', 'PDPK1', 'TGFA', 'CDKN1A'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'TGFA', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 11
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GRB2', 'SHC1', 'MDM2', 'AKT1', 'PIK3R1'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'PDPK1', 'NCK1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'PDPK1', 'NCK1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'PIK3R1', 'CDKN1A', 'AKT1'}, number: 4
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GRB2', 'MDM2', 'PDPK1', 'EGFR', 'FOXO1', 'CDKN1A', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 9
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'GRB2', 'MDM2', 'PDPK1', 'EGFR', 'TGFA', 'FOXO1', 'CDKN1A', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 11
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'AKT1'}, number: 3
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'AKT1'}, number: 3
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'AKT1'}, number: 2
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'MDM2', 'AKT1'}, number: 3
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'SP1', 'STAT3'}, number: 2
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SP1', 'PCK1'}, number: 2
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SP1', 'STAT3'}, number: 2
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SP1', 'PCK1', 'STAT3'}, number: 3
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FABP4', 'MAPK9'}, number: 2
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL', 'FABP4', 'PLIN1'}, number: 3
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL', 'FABP4', 'PLIN1', 'MAPK9'}, number: 4
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SREBF1'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SREBF1', 'LMNA', 'KLF5', 'LPL', 'PLIN1'}, number: 5
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'LPL', 'FABP4', 'PLIN1'}, number: 3
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SREBF1'}, number: 1
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Familial Partial Lipodystrophy WP5102, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP7', 'DFFA', 'CYCS', 'FAS'}, number: 4
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'DAXX', 'PAK2', 'FAS'}, number: 3
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ACTB', 'PAK2', 'CYCS'}, number: 3
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS', 'DFFA', 'DAXX'}, number: 5
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS', 'DFFA', 'DAXX'}, number: 5
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'DAXX', 'PAK2', 'FAS'}, number: 3
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'DAXX', 'PAK2', 'FAS'}, number: 3
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS', 'DFFA', 'DAXX'}, number: 5
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP7'}, number: 1
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'DAXX', 'PAK2', 'FAS'}, number: 3
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'FAS', 'PRKDC', 'CYCS', 'RB1'}, number: 4
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CYCS', 'RB1'}, number: 2
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'DAXX', 'PAK2', 'FAS'}, number: 3
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'FAS', 'PRKDC', 'CYCS', 'RB1'}, number: 4
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS', 'DFFA', 'DAXX'}, number: 5
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'FAS', 'PRKDC', 'CYCS', 'RB1'}, number: 4
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'FAS', 'PRKDC', 'CYCS', 'RB1'}, number: 4
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'FAS', 'PRKDC', 'CYCS', 'RB1'}, number: 4
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKDC', 'FAS'}, number: 2
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'FAS', 'PRKDC', 'CYCS', 'RB1'}, number: 4
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS', 'DFFA', 'DAXX'}, number: 5
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FAS', 'LMNA', 'RB1'}, number: 3
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP7', 'DFFA', 'CYCS', 'FAS'}, number: 4
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CASP7', 'CYCS'}, number: 2
Term: Fas Ligand Pathway And Stress Induction Of Heat Shock Proteins WP314, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP7', 'CYCS', 'FAS', 'DFFA', 'DAXX'}, number: 5
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'ACSL4', 'LPL', 'ACSL1'}, number: 5
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'ACSL4', 'LPL', 'ACSL1'}, number: 5
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ACSL1', 'LPL', 'ACSL3'}, number: 3
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSS2', 'ACSL5', 'ACSL3', 'SLC25A20', 'HADHA', 'ACSL4', 'ACSL1', 'LPL', 'HADH', 'DLD', 'ACADVL'}, number: 11
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'DLD'}, number: 1
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Beta Oxidation WP143, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL4', 'ACSL1', 'ACSL5', 'ACSL3'}, number: 4
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL4', 'ACSL1', 'ACSL5', 'ACSL3'}, number: 4
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'FASN', 'ACACA'}, number: 2
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FASN', 'ACSL1', 'ACACA', 'ACSL3'}, number: 4
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSS2', 'ACSL5', 'PC', 'ACACA', 'ACSL3', 'ECHDC1', 'FASN', 'ACSL4', 'HADH', 'ACSL1'}, number: 10
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ACACA'}, number: 1
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Biosynthesis WP357, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FABP4'}, number: 1
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'DBI', 'FABP1', 'ACSL4', 'FABP4', 'ACSL1'}, number: 7
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'DBI', 'FABP1', 'ACSL4', 'FABP4', 'ACSL1'}, number: 7
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ACSL1', 'ACSL3'}, number: 2
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'DBI', 'FABP1', 'ACSL4', 'FABP4', 'ACSL1'}, number: 7
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Transporters WP5061, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FABP4'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'DBI', 'FABP1', 'FABP4', 'ACSL1'}, number: 6
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'SCARB1', 'LDLR'}, number: 2
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'DBI', 'FABP1', 'FABP4', 'ACSL1'}, number: 6
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'SCARB1', 'LDLR'}, number: 2
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'SCARB1', 'LDLR'}, number: 2
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SORT1'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SORT1'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SCARB1', 'LDLR'}, number: 2
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ACSL1', 'ACSL3'}, number: 2
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL5', 'OSBPL5', 'ACSL3', 'SORT1', 'DBI', 'STARD3', 'FABP1', 'SCARB1', 'FABP4', 'LRP1', 'LDLR', 'ACSL1'}, number: 12
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL4', 'ACSL1', 'ACSL5', 'ACSL3'}, number: 4
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'ATG5'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ATG5'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL4', 'ACSL1', 'ACSL5', 'ACSL3'}, number: 4
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CISD1', 'ACSL1', 'HMGCR', 'ACSL3'}, number: 4
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL4', 'ACSL1', 'ACSL5', 'ACSL3'}, number: 4
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'VTN', 'PDGFA', 'GRB2', 'FN1', 'LAMB2', 'PIK3R1', 'SPP1', 'EGFR', 'AKT1', 'LAMA5', 'FGFR4', 'MAP2K2'}, number: 12
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AKT1S1', 'MDM2', 'CDKN1A', 'LAMA5', 'MAP2K2', 'EFNA5', 'AKT1', 'FGFR4', 'TSC2', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'ITGB1', 'PDGFA', 'GRB2', 'HIF1A', 'FN1', 'ITGA3', 'COL4A2', 'FOXO1', 'INSR', 'JAK1'}, number: 23
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SPP1', 'JAK1'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1', 'AKT1'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'INSR', 'IL6R', 'JAK1', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'VTN', 'PDGFA', 'GRB2', 'FN1', 'LAMB2', 'PIK3R1', 'SPP1', 'EGFR', 'AKT1', 'LAMA5', 'FGFR4', 'MAP2K2'}, number: 12
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'SPP1', 'AKT1', 'GNB2', 'PIK3R1', 'JAK2', 'JAK1', 'ITGB1'}, number: 10
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5', 'ITGB1'}, number: 6
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'SPP1', 'AKT1', 'MAP2K2'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'SPP1', 'AKT1', 'GNB2', 'PIK3R1', 'JAK2', 'JAK1', 'ITGB1'}, number: 10
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'VTN', 'PDGFA', 'GRB2', 'FN1', 'LAMB2', 'PIK3R1', 'SPP1', 'EGFR', 'AKT1', 'LAMA5', 'FGFR4', 'MAP2K2'}, number: 12
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'SPP1', 'AKT1', 'GNB2', 'PIK3R1', 'JAK2', 'JAK1'}, number: 9
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'EGFR', 'PDPK1', 'FOXO1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 9
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5', 'JAK2', 'JAK1'}, number: 7
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'AKT1', 'GNB2', 'PIK3R1', 'JAK2'}, number: 7
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5', 'FN1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'VTN', 'PDGFA', 'GRB2', 'FN1', 'LAMB2', 'PIK3R1', 'SPP1', 'EGFR', 'AKT1', 'LAMA5', 'FGFR4', 'MAP2K2'}, number: 12
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'SPP1', 'AKT1', 'MAP2K2'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PPP2R5C', 'GRB2', 'FOXO3', 'MDM2', 'PPP2R5E', 'CDKN1A', 'AKT1', 'INSR', 'PIK3R1'}, number: 9
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'EGFR', 'CDKN1A', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'VTN', 'PDGFA', 'GRB2', 'FN1', 'LAMB2', 'PIK3R1', 'SPP1', 'EGFR', 'AKT1', 'LAMA5', 'FGFR4', 'MAP2K2'}, number: 12
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'HIF1A', 'CREB3L2', 'CREB5', 'CREB3L3'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'PPP2R5C', 'GRB2', 'FOXO3', 'MDM2', 'PPP2R5E', 'CDKN1A', 'AKT1', 'INSR', 'PIK3R1'}, number: 9
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'VTN', 'PDGFA', 'GRB2', 'FN1', 'LAMB2', 'PIK3R1', 'FOXO3', 'AKT1', 'GNB2', 'LAMA5', 'JAK2', 'JAK1'}, number: 12
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'SPP1', 'AKT1', 'MAP2K2'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1A', 'MDM2', 'AKT1'}, number: 3
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'INSR'}, number: 1
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CREB3L3', 'AKT1S1', 'ITGA10', 'SPP1', 'PPP2R5E', 'PDPK1', 'MDM2', 'CREB3L2', 'CDKN1A', 'LAMA5', 'PIK3R1', 'MAP2K2', 'IL6R', 'GYS1', 'FOXO3', 'EFNA5', 'AKT1', 'GNB2', 'FGFR4', 'TSC2', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'HSP90B1', 'CREB5', 'EIF4E', 'ITGB1', 'VTN', 'PDGFA', 'PPP2R5C', 'PPP2R1A', 'GRB2', 'FN1', 'ITGA5', 'ITGA3', 'COL4A2', 'INSR', 'JAK2', 'JAK1'}, number: 40
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'INSR', 'IL6R', 'JAK1', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PPP2R5C', 'GRB2', 'FOXO3', 'MDM2', 'PPP2R5E', 'CDKN1A', 'AKT1', 'INSR', 'PIK3R1'}, number: 9
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDKN1A', 'MDM2'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5', 'ITGB1'}, number: 6
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'AKT1', 'GRB2'}, number: 3
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FOXO3', 'SPP1', 'AKT1', 'GNB2', 'PIK3R1', 'JAK2', 'JAK1'}, number: 9
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'IRS2', 'GRB2', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 7
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TSC2', 'PDPK1', 'CDKN1A', 'AKT1S1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2', 'FGFR4'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'PPP2R5C', 'GRB2', 'FOXO3', 'MDM2', 'PPP2R5E', 'CDKN1A', 'AKT1', 'INSR', 'PIK3R1'}, number: 9
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SPP1', 'AKT1', 'GNB2', 'PIK3R1', 'JAK2', 'JAK1'}, number: 8
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1', 'IRS2'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC2', 'GRB2', 'IGF1R', 'MDM2', 'AKT1', 'PIK3R1'}, number: 6
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC2', 'IRS2', 'GRB2', 'FOXO3', 'SPP1', 'PDPK1', 'AKT1', 'PIK3R1', 'JAK2', 'EIF4E', 'MAP2K2'}, number: 11
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TSC2', 'IL6R', 'IRS2', 'GRB2', 'FOXO3', 'SPP1', 'PDPK1', 'AKT1', 'INSR', 'PIK3R1', 'JAK2', 'JAK1', 'EIF4E', 'MAP2K2'}, number: 14
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'INSR', 'IL6R', 'JAK1', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'AKT1', 'GRB2'}, number: 3
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2', 'SREBF1', 'IRS2', 'ACACA', 'GYS1', 'CDKN1A', 'AKT1', 'INSR', 'PIK3R1'}, number: 9
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SREBF1', 'CREB3L3', 'IRS2', 'AKT1S1', 'ITGA10', 'SPP1', 'PPP2R5E', 'PDPK1', 'MDM2', 'CREB3L2', 'CDKN1A', 'LAMA5', 'PIK3R1', 'MAP2K2', 'IL6R', 'ACACA', 'GYS1', 'FOXO3', 'RAB14', 'EFNA5', 'AKT1', 'RAB8A', 'GNB2', 'FGFR4', 'TSC2', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'HSP90B1', 'CREB5', 'EIF4E', 'ITGB1', 'VTN', 'PDGFA', 'PPP2R5C', 'PPP2R1A', 'HIF1A', 'FN1', 'GRB2', 'ITGA3', 'ITGA5', 'COL4A2', 'FOXO1', 'INSR', 'JAK2', 'JAK1', 'COL5A1'}, number: 48
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1', 'ACACA'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SREBF1', 'CREB3L3', 'IRS2', 'AKT1S1', 'ITGA10', 'SPP1', 'PPP2R5E', 'PDPK1', 'MDM2', 'CREB3L2', 'CDKN1A', 'LAMA5', 'PIK3R1', 'MAP2K2', 'IL6R', 'ACACA', 'GYS1', 'FOXO3', 'RAB14', 'EFNA5', 'AKT1', 'RAB8A', 'GNB2', 'FGFR4', 'TSC2', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'HSP90B1', 'CREB5', 'EIF4E', 'ITGB1', 'VTN', 'PDGFA', 'PPP2R5C', 'PPP2R1A', 'HIF1A', 'FN1', 'GRB2', 'ITGA3', 'ITGA5', 'COL4A2', 'FOXO1', 'INSR', 'JAK2', 'JAK1', 'COL5A1'}, number: 48
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'INSR', 'IL6R', 'JAK1', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL6R', 'AKT1', 'INSR', 'PIK3R1', 'JAK2', 'JAK1'}, number: 6
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4'}, number: 1
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'PDGFA', 'IGF1R', 'FOXO1', 'AKT1', 'INSR'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'INSR', 'IL6R', 'JAK1', 'AKT1'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1', 'BIRC2'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'VTN', 'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'FLNA', 'PIK3R1', 'SPP1', 'EGFR', 'RAP1A', 'AKT1', 'RAP1B', 'LAMA5', 'PAK2'}, number: 15
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'ITGA3', 'SHC1', 'IGF1R', 'LAMA4', 'EGFR', 'COL4A2', 'ACTB', 'CCND3', 'AKT1', 'LAMA5', 'PAK2', 'ITGB1'}, number: 18
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1', 'BIRC2'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ILK', 'PDPK1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SPP1', 'MAPK9'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1', 'BIRC2'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'PPP1CC', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'VTN', 'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'FLNA', 'PIK3R1', 'SPP1', 'EGFR', 'RAP1A', 'AKT1', 'RAP1B', 'LAMA5', 'PAK2'}, number: 15
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'SHC1', 'SPP1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PXN', 'ITGB1'}, number: 11
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5', 'ITGB1'}, number: 6
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'SPP1', 'AKT1', 'MAPK9'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'SHC1', 'SPP1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PXN', 'ITGB1'}, number: 11
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'VTN', 'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'FLNA', 'PIK3R1', 'SPP1', 'EGFR', 'RAP1A', 'AKT1', 'RAP1B', 'LAMA5', 'PAK2'}, number: 15
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'SHC1', 'SPP1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PXN'}, number: 10
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'PDPK1', 'EGFR', 'RAP1A', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 9
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1', 'BIRC2'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'SHC1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PXN', 'BIRC2'}, number: 10
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'DIAPH1', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5', 'FN1'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'VTN', 'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'FLNA', 'PIK3R1', 'SPP1', 'EGFR', 'RAP1A', 'AKT1', 'RAP1B', 'LAMA5', 'PAK2'}, number: 15
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'SPP1', 'AKT1', 'MAPK9'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'CCND3', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 8
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'GRB2', 'EGFR', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 6
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'VTN', 'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'FLNA', 'PIK3R1', 'SPP1', 'EGFR', 'RAP1A', 'AKT1', 'RAP1B', 'LAMA5', 'PAK2'}, number: 15
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'CCND3', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 8
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1', 'BIRC2'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'VTN', 'PDGFA', 'GRB2', 'FN1', 'LAMB2', 'PIK3R1', 'SHC1', 'RAP1A', 'AKT1', 'RAP1B', 'LAMA5', 'PXN'}, number: 12
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'SPP1', 'AKT1', 'MAPK9'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'RAP1A', 'CCND3', 'AKT1'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAPK9', 'ITGA10', 'SPP1', 'PDPK1', 'LAMA5', 'PIK3R1', 'SHC1', 'AKT1', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'RAP1A', 'RAP1B', 'ITGB1', 'VTN', 'CCND1', 'PDGFA', 'GRB2', 'ITGA5', 'FN1', 'ITGA3', 'COL4A2', 'CCND3', 'PAK2'}, number: 25
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'PPP1CC', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'CCND3', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 8
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CCND3'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5', 'ITGB1'}, number: 6
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'SHC1', 'SPP1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PXN'}, number: 10
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'MYLK', 'FLNA', 'SHC1', 'AKT1', 'PIK3R1'}, number: 6
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAPK9'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'ILK', 'MAPK9', 'PDPK1', 'RAP1A', 'CCND3'}, number: 6
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'CCND3', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 8
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'SPP1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PXN'}, number: 9
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GRB2', 'SHC1', 'IGF1R', 'AKT1', 'PIK3R1', 'BIRC2'}, number: 6
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'SPP1', 'PDPK1', 'RAP1A', 'AKT1', 'PIK3R1'}, number: 8
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'SPP1', 'PDPK1', 'RAP1A', 'AKT1', 'PPP1CC', 'PIK3R1'}, number: 9
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PPP1CC', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VTN', 'PDGFA', 'GRB2', 'ITGA5', 'FN1', 'ITGA10', 'LAMB2', 'PIK3R1', 'SPP1', 'PDPK1', 'IGF1R', 'LAMA4', 'EGFR', 'ITGA3', 'COL4A2', 'AKT1', 'LAMA5', 'ITGB1'}, number: 18
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA10', 'SPP1', 'PDPK1', 'PIK3R1', 'LAMA5', 'AKT1', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'ITGB1', 'VTN', 'CCND1', 'PDGFA', 'GRB2', 'ITGA5', 'FN1', 'ITGA3', 'COL4A2', 'CCND3'}, number: 20
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PPP1CC', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1', 'BIRC2'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'AKT1', 'PPP1CC'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'VTN', 'PDGFA', 'FN1', 'LAMB2', 'LAMA5'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'PDGFA', 'IGF1R', 'AKT1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PPP1CC', 'AKT1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1', 'BIRC2'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'BIRC2', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'EGFR', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 6
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'EGFR', 'FOXO1', 'CDKN1A', 'AKT1', 'SP1', 'ITGB1'}, number: 10
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'BIRC2', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'MAPK9'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'BIRC2', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'EGFR', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 6
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'STAT3', 'ITGB1'}, number: 11
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'ITGB1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'NFKBIA', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'STAT3', 'ITGB1'}, number: 11
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'EGFR', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 6
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 10
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'EGFR', 'FOXO1', 'AKT1', 'SP1', 'PIK3R1', 'JAK2', 'STAT3'}, number: 10
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'BIRC2', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'GRB2', 'FOXO3', 'SHC1', 'BCL2L1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'STAT3', 'BIRC2'}, number: 12
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'EGFR', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 6
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'NFKBIA', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'CDKN1A', 'AKT1', 'PIK3R1'}, number: 8
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'GRB2', 'FOXO3', 'EGFR', 'CDKN1A', 'AKT1', 'PIK3R1', 'STAT3'}, number: 8
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'EGFR', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 6
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'CDKN1A', 'AKT1', 'PIK3R1'}, number: 8
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'BIRC2', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 9
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'NFKBIA', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'AKT1'}, number: 3
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'YES1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'EGFR', 'CDKN1A', 'AKT1', 'BCL2L1', 'PIK3R1', 'JAK2', 'ITGB1'}, number: 12
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'CDKN1A', 'AKT1', 'PIK3R1'}, number: 8
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CDKN1A'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'ITGB1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 10
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 7
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKBIA', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'SP1', 'CDKN1A', 'MAPK9'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'FOXO3', 'YES1', 'CDKN1A', 'AKT1', 'PIK3R1'}, number: 9
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PXN', 'SP1', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 11
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NFKBIA', 'GRB2', 'SHC1', 'BCL2L1', 'AKT1', 'SP1', 'PIK3R1', 'BIRC2'}, number: 8
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 9
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'FOXO3', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 9
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A', 'AKT1', 'YES1'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'EGFR', 'FOXO1', 'CDKN1A', 'AKT1', 'KLF4', 'SP1', 'PIK3R1', 'JAK2', 'STAT3', 'ITGB1'}, number: 12
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'GRB2', 'FOXO3', 'EGFR', 'FOXO1', 'CDKN1A', 'AKT1', 'BCL2L1', 'PIK3R1', 'JAK2', 'ITGB1'}, number: 11
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'BIRC2', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'AKT1'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'BIRC2', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ARAF', 'NF1', 'GRB2', 'PRKCZ', 'EGFR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TSC2', 'CCND1', 'GRB2', 'MDM2', 'IGF1R', 'EGFR', 'FOXO1', 'CDKN1A', 'AKT1', 'MAP2K2'}, number: 10
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'PRKCZ'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ARAF', 'NF1', 'GRB2', 'PRKCZ', 'EGFR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GRB2', 'PRKCZ', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GRB2', 'PRKCZ', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ARAF', 'NF1', 'GRB2', 'PRKCZ', 'EGFR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GRB2', 'PRKCZ', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'CBL', 'PRKCZ', 'PDPK1', 'EGFR', 'FOXO1', 'AKT1', 'ERBB2', 'PIK3R1', 'MAP2K2'}, number: 10
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2', 'PRKCZ', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ARAF', 'NF1', 'GRB2', 'PRKCZ', 'EGFR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'GRB2', 'FOXO3', 'MDM2', 'RB1', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 9
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'ARAF', 'CCND1', 'GRB2', 'FOXO3', 'RB1', 'EGFR', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1', 'MAP2K2'}, number: 11
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ARAF', 'NF1', 'GRB2', 'PRKCZ', 'EGFR', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'GRB2', 'FOXO3', 'MDM2', 'RB1', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 9
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'PRKCZ', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'MDM2', 'RB1', 'CDKN1A', 'AKT1'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TSC2', 'CCND1', 'NF1', 'GRB2', 'FOXO3', 'MDM2', 'PDPK1', 'IGF1R', 'EGFR', 'CDKN1A', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 13
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'GRB2', 'FOXO3', 'MDM2', 'RB1', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 9
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDKN1A', 'MDM2', 'RB1', 'CCND1'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'AKT1', 'GRB2'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GRB2', 'PRKCZ', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'CBL', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'PRKCZ', 'AKT1', 'MAP2K2'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TSC2', 'CCND1', 'CDKN1A', 'PDPK1'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'GRB2', 'FOXO3', 'MDM2', 'RB1', 'CDKN1A', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 9
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'PRKCZ', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC2', 'GRB2', 'IGF1R', 'MDM2', 'AKT1', 'PIK3R1'}, number: 6
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC2', 'GRB2', 'FOXO3', 'PDPK1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TSC2', 'GRB2', 'FOXO3', 'PDPK1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'AKT1', 'GRB2'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2', 'PIK3R1', 'CDKN1A', 'AKT1'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TSC2', 'GRB2', 'FOXO3', 'MDM2', 'PDPK1', 'RB1', 'IGF1R', 'EGFR', 'FOXO1', 'CDKN1A', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 13
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TSC2', 'CCND1', 'GRB2', 'FOXO3', 'MDM2', 'PDPK1', 'IGF1R', 'EGFR', 'FOXO1', 'CDKN1A', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 13
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'IGF1R', 'AKT1'}, number: 3
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'MDM2', 'AKT1'}, number: 4
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CUL1'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR3'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'TGFBR3'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'TGFBR3'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'TGFBR3'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CUL1', 'BIRC2'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'TGFBR3'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR3'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR3C1', 'RXRA'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PMAIP1', 'CCND1', 'RB1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'RB1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'PMAIP1', 'CCND1', 'RB1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PMAIP1', 'CCND1', 'RB1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PMAIP1', 'CCND1', 'RB1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'PMAIP1', 'CCND1', 'RB1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'PMAIP1', 'CCND1', 'RB1'}, number: 3
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RB1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP7', 'BCL2L1', 'AKT1'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'GRB2', 'HIF1A', 'COL4A2', 'CDKN1A', 'AKT1', 'JAK1'}, number: 7
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP7', 'BCL2L1', 'AKT1'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP7', 'BCL2L1', 'AKT1'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'STAT3', 'JAK1', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'STAT3', 'JAK1', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'STAT3', 'JAK1', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT3', 'JAK1', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP7', 'BCL2L1', 'AKT1'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP7', 'GRB2', 'BCL2L1', 'AKT1', 'STAT3'}, number: 5
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'GRB2', 'CDKN1A', 'AKT1', 'STAT3'}, number: 5
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'HIF1A'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP7', 'BCL2L1', 'AKT1'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'STAT3', 'JAK1', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'AKT1'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'IL6R', 'GRB2', 'COL4A2', 'CDKN1A', 'AKT1', 'BCL2L1', 'JAK1'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CDKN1A'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'STAT3', 'JAK1', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'STAT3', 'JAK1', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'CDKN1A'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'STAT3', 'JAK1', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP7', 'BCL2L1', 'AKT1', 'GRB2'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT3', 'AKT1', 'GRB2'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL6R', 'GRB2', 'AKT1', 'JAK1', 'STAT3'}, number: 5
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6R', 'GRB2', 'HIF1A', 'COL4A2', 'STAT3', 'CDKN1A', 'AKT1', 'JAK1'}, number: 8
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'IL6R', 'GRB2', 'HIF1A', 'COL4A2', 'CDKN1A', 'AKT1', 'BCL2L1', 'JAK1'}, number: 9
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP7', 'BCL2L1', 'AKT1'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CASP7'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP7', 'BCL2L1', 'AKT1'}, number: 3
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Hijack Of Ubiquitination By SARS CoV 2 WP4860, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K2', 'JAK1', 'AKT1', 'GRB2'}, number: 4
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'RUNX2', 'STAT3'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1', 'RUNX2'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RUNX2', 'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RUNX2', 'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RUNX2', 'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ATF1', 'GRB2', 'PDPK1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 9
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'PIAS1', 'JAK2', 'JAK1'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3'}, number: 5
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'GRB2'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 5
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'ATF1'}, number: 1
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'GRB2'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 6
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'YES1'}, number: 1
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRB2', 'PDPK1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 7
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'GRB2'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RUNX2', 'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 7
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'YES1', 'GRB2'}, number: 4
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RUNX2', 'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'GRB2'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GRB2', 'PDPK1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'MAP2K2'}, number: 7
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GRB2', 'PDPK1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'YES1'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GRB2', 'PDPK1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GRB2', 'PDPK1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 7
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 5
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: IL11 Signaling WP2332, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GRB2', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'JAK1', 'MAP2K2'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GRB2', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1'}, number: 7
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1'}, number: 7
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GRB2', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1'}, number: 7
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'CBL', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1', 'MAP2K2'}, number: 8
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1', 'STAT3'}, number: 6
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1', 'MAPT'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GRB2', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 6
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GRB2', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1'}, number: 7
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SHC1', 'SYK', 'AKT1', 'PIK3R1', 'JAK1', 'MAP2K2'}, number: 8
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1'}, number: 7
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'CBL', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1', 'MAP2K2'}, number: 8
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1'}, number: 7
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GRB2', 'MAP2K2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1', 'STAT3', 'MAPT'}, number: 8
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GRB2', 'MAP2K2', 'FOXO3', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1', 'MAPT'}, number: 9
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1', 'MAP2K2'}, number: 7
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SYK', 'AKT1', 'PIK3R1', 'JAK1', 'MAP2K2'}, number: 7
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK1'}, number: 5
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: IL2 Signaling WP49, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GRB2', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'JAK1', 'MAP2K2'}, number: 5
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3'}, number: 2
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GRB2', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GRB2', 'LYN', 'SHC1', 'FOXO3', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 9
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GRB2', 'LYN', 'SHC1', 'FOXO3', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 9
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GRB2', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GRB2', 'LYN', 'SHC1', 'FOXO3', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 9
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2', 'LYN', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3'}, number: 8
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3', 'AKT1', 'MAPT'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GRB2', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 6
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GRB2', 'MAPT', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'LYN', 'SHC1', 'FOXO3', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 9
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'SYK', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 9
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GRB2', 'LYN', 'SHC1', 'FOXO3', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 9
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1'}, number: 5
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'LYN', 'SHC1', 'FOXO3', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 9
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GRB2', 'MAP2K2', 'SHC1', 'FOXO3', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'MAPT'}, number: 9
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GRB2', 'MAP2K2', 'SHC1', 'FOXO3', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAPT'}, number: 10
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GRB2', 'FOXO3', 'SYK', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 6
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: IL5 Signaling WP127, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'AKT1'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'JAK1', 'MAP2K2'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'AKT1'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3'}, number: 2
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'AKT1'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'AKT1'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2', 'SHC1', 'BCL2L1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3'}, number: 7
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 5
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'AKT1'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6R', 'GRB2', 'SHC1', 'BCL2L1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 9
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUNB', 'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 8
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'NCOA1'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'TIMP1'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUNB', 'GRB2', 'SHC1', 'BCL2L1', 'AKT1', 'PIK3R1'}, number: 6
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'MAP2K2'}, number: 7
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL6R', 'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 9
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6R', 'GRB2', 'STAT3', 'NCOA1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 9
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6R', 'GRB2', 'BCL2L1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'AKT1'}, number: 3
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL6R', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL6R', 'JAK1', 'AKT1', 'STAT3'}, number: 4
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: IL6 Signaling WP364, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'BCL2L1', 'AKT1'}, number: 3
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ARAF', 'GRB2', 'RAP1A', 'AKT1', 'RAP1B', 'PAK2', 'MAP2K2'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GRB2', 'MAP2K2', 'ITGA3', 'SHC1', 'AKT1', 'PAK2', 'ITGB1'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CAPNS1', 'AKT1'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ILK', 'PDPK1'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CAPNS1', 'AKT1'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ARAF', 'GRB2', 'RAP1A', 'AKT1', 'RAP1B', 'PAK2', 'MAP2K2'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GRB2', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'ITGB1'}, number: 8
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'ITGB1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GRB2', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'ITGB1'}, number: 8
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ARAF', 'GRB2', 'RAP1A', 'AKT1', 'RAP1B', 'PAK2', 'MAP2K2'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GRB2', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'SHC1', 'PDPK1', 'CSK', 'RAP1A', 'AKT1', 'MAP2K2'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CAPNS1', 'AKT1'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ARAF', 'GRB2', 'RAP1A', 'AKT1', 'RAP1B', 'PAK2', 'MAP2K2'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'ARAF', 'GRB2', 'AKT1', 'MAP2K2'}, number: 4
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ARAF', 'GRB2', 'RAP1A', 'AKT1', 'RAP1B', 'PAK2', 'MAP2K2'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CAPNS1', 'AKT1'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RAP1A', 'AKT1'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRB2', 'ITGA5', 'ITGA10', 'ITGA3', 'SHC1', 'PDPK1', 'RAP1A', 'AKT1', 'RAP1B', 'ITGB1', 'PAK2', 'MAP2K2'}, number: 12
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'ITGB1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GRB2', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'MAP2K2'}, number: 4
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ILK', 'RAP1A', 'PDPK1'}, number: 3
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'SHC1', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CAPNS1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GRB2', 'SHC1', 'PDPK1', 'RAP1A', 'AKT1', 'MAP2K2'}, number: 6
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GRB2', 'SHC1', 'PDPK1', 'RAP1A', 'AKT1', 'MAP2K2'}, number: 6
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GRB2', 'MAP2K2', 'ITGA5', 'ITGA10', 'ITGA3', 'PDPK1', 'AKT1', 'ITGB1'}, number: 8
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GRB2', 'MAP2K2', 'ITGA5', 'ITGA10', 'ITGA3', 'PDPK1', 'AKT1', 'ITGB1'}, number: 8
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHC1', 'AKT1'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CAPNS1', 'AKT1'}, number: 2
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'INSR', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JAK2', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JAK2', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JAK2', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1', 'JAK2', 'PDPK1', 'STAT3'}, number: 4
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JAK2', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK2', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'INSR'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'AKT1', 'INSR', 'JAK2', 'PDPK1'}, number: 4
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'INSR', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JAK2', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK2', 'IRS2', 'AKT1', 'STAT3'}, number: 4
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JAK2', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IRS2', 'PDPK1', 'AKT1', 'JAK2', 'STAT3'}, number: 5
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IRS2', 'PDPK1', 'AKT1', 'INSR', 'JAK2', 'STAT3'}, number: 6
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'INSR', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'INSR', 'IRS2', 'AKT1'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRS2', 'PDPK1', 'AKT1', 'INSR', 'JAK2', 'STAT3'}, number: 6
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'PDPK1', 'AKT1', 'INSR', 'JAK2'}, number: 5
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'INSR', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'INSR', 'JAK2', 'AKT1', 'STAT3'}, number: 4
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'INSR', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Leptin Insulin Signaling Overlap WP3935, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GRB2', 'SHC1', 'FOXO1', 'AKT1', 'SP1', 'JAK1', 'MAP2K2'}, number: 7
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'SHC1', 'PIK3R1', 'STAT3', 'FOXO1', 'AKT1', 'ERBB2', 'SP1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 11
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3'}, number: 6
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CFL2', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 5
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'AKT1', 'ERBB2', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 6
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'GRB2'}, number: 4
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 5
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'EIF4E', 'MAP2K2'}, number: 8
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 5
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'MAP2K2'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 5
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'SP1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 8
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1', 'NCOA1'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'SP1', 'PIK3R1'}, number: 5
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'SH2B1', 'AKT1', 'PIK3R1', 'JAK2', 'EIF4E', 'MAP2K2'}, number: 9
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'SH2B1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'EIF4E', 'MAP2K2'}, number: 10
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'ACACA'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ACACA', 'GRB2', 'PIK3R1', 'STAT3', 'FOXO1', 'NCOA1', 'AKT1', 'SP1', 'JAK2', 'JAK1', 'EIF4E', 'MAP2K2'}, number: 12
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1', 'ACACA'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ACACA', 'GRB2', 'FOXO1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'EIF4E', 'MAP2K2'}, number: 9
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 6
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'AKT1'}, number: 2
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Leptin Signaling WP2034, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'BCL2L1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'YY1', 'CCND1', 'EGFR'}, number: 3
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'BCL2L1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'BCL2L1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ERBB2', 'JAK2', 'EGFR'}, number: 3
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'BCL2L1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JAK2', 'BCL2L1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'ERBB2', 'CCND1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'ERBB2', 'CCND1', 'EGFR'}, number: 3
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'ERBB2', 'CCND1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'BCL2L1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'EGFR', 'BCL2L1', 'JAK2', 'EIF4E'}, number: 5
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'ERBB2', 'CCND1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'ERBB2', 'CCND1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'BCL2L1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JAK2', 'EIF4E'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JAK2', 'EIF4E'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EIF4E', 'NR3C1', 'JAK2', 'EGFR'}, number: 4
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'EGFR', 'BCL2L1', 'JAK2', 'EIF4E'}, number: 5
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'BCL2L1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'BCL2L1'}, number: 1
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'LDLR', 'HMGCR'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'HMGCR'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'LDLR', 'HMGCR'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'FASN', 'LDLR', 'HMGCR'}, number: 3
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FASN', 'HMGCR'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'FASN', 'DLD', 'LDLR'}, number: 3
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GPI', 'SLC1A5'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Reprogramming In Pancreatic Cancer WP5220, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'EHHADH', 'ACSL4', 'ACSL1', 'ACSL3'}, number: 4
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'EHHADH', 'ACSL4', 'ACSL1', 'ACSL3'}, number: 4
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ACSL1', 'ACSL3'}, number: 2
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL3', 'SLC25A20', 'HADHA', 'ACSL4', 'ACSL1', 'HADH', 'ACADVL'}, number: 7
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Fatty Acid Oxidation Disorders WP5123, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'EHHADH', 'ACSL4', 'ACSL1', 'ACSL3'}, number: 4
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'EHHADH', 'ACSL4', 'ACSL1', 'ACSL3'}, number: 4
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ACSL1', 'ACSL3'}, number: 2
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL3', 'SLC25A20', 'HADHA', 'ACSL4', 'ACSL1', 'HADH', 'ACADVL'}, number: 7
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Mitochondrial Long Chain Fatty Acid Beta Oxidation WP368, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NF1', 'EGFR'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NF1', 'EGFR'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAVS'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NF1', 'EGFR'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'EGFR', 'CFL1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NF1', 'EGFR'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCNE2'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NF1', 'EGFR'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCNE2'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'USP1', 'RFC5', 'PCNA', 'RFC4', 'CCNE2'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'NF1', 'CCNE2', 'EGFR'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCNE2'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCNE2'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'USP1', 'RFC5', 'PCNA', 'RFC4'}, number: 4
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCNE2'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNA2'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCNE2', 'EGFR'}, number: 2
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CCNE2'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LAMB2', 'ITGA3', 'COL4A3'}, number: 3
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'LAMB2', 'ITGA3', 'COL4A3'}, number: 3
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LAMB2', 'ITGA3', 'LMNA'}, number: 3
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'LAMB2', 'ITGA3', 'COL4A3'}, number: 3
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'LAMB2'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'EGFR', 'TGFA', 'FOXO1', 'SP1', 'CUL1'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1', 'JUNB', 'GPX3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1', 'RXRA', 'EHHADH', 'DBI', 'FABP1', 'APOA2'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR3', 'STAT3'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1', 'JUNB', 'GPX3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): {'GPX3', 'G6PD'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3', 'STAT3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'TGFBR3', 'STAT3'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'TGFBR3', 'STAT3'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'TGFBR3', 'STAT3'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1', 'JUNB', 'GPX3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'FOXO1', 'SP1', 'STAT3'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'NR1H4', 'RXRA', 'ABCB4'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CUL1', 'STAT3', 'BIRC2'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'STAT3'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'SMC1A', 'CCND1'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'RXRA', 'EGFR', 'TGFA', 'STAT3'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'SMC1A', 'CCND1'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'SMC1A', 'CCND1'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GPX3', 'RXRA', 'MGST3', 'GSTM4', 'TGFA', 'G6PD', 'ALDH3A1', 'GSTA2', 'CBR1', 'SLC39A13', 'CES2'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TGFA', 'CCND1', 'PCK1', 'EGFR'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3', 'STAT3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'SMC1A', 'CCND1'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'SMC1A', 'CCND1'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'TGFBR3', 'STAT3'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'IRS2', 'STAT3'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUNB', 'GPX3', 'GSTM4', 'CES2', 'MGST3', 'CBR1', 'APOA2', 'PCK1', 'EHHADH', 'TGFA', 'FABP1', 'GSTA2', 'SP1', 'SLC39A13', 'G6PD', 'CCND1', 'RXRA', 'DBI', 'ALDH3A1'}, number: 19
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'NR1H4', 'IRS2', 'RXRA', 'ABCB4'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'GPX3', 'RXRA', 'MGST3', 'GSTM4', 'TGFA', 'G6PD', 'ALDH3A1', 'GSTA2', 'CBR1', 'SMC1A', 'SLC39A13', 'CES2'}, number: 14
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1', 'JUNB', 'GPX3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUNB', 'GPX3', 'TGFBR3', 'SP1', 'STAT3'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2', 'RXRA', 'FOXO1', 'NCOA1', 'GSTA2', 'NR1H4', 'CYP3A5', 'ABCB4'}, number: 8
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'SP1', 'JUNB', 'GPX3', 'BIRC2'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'NR1H4', 'RXRA', 'ABCB4'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IRS2', 'STAT3'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3', 'IRS2', 'STAT3'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3', 'STAT3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SREBF1', 'IRS2', 'GPX3', 'RXRA', 'MGST3', 'FASN', 'GSTM4', 'TGFA', 'G6PD', 'ALDH3A1', 'GSTA2', 'NR1H4', 'CBR1', 'SLC39A13', 'CES2', 'ABCB4'}, number: 16
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SREBF1', 'PCK1', 'IRS2', 'RXRA', 'FASN', 'EGFR', 'FOXO1', 'NR3C1', 'NCOA1', 'SP1', 'STAT3'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'FABP1', 'FASN', 'DBI'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'SREBF1', 'PCK1', 'IRS2', 'EGFR', 'TGFA', 'FOXO1'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3', 'STAT3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3', 'STAT3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'LRRC8A', 'TGFBR3', 'STAT3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1', 'JUNB', 'GPX3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'BIRC2'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RPA2', 'RFC1'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'RPA2', 'RFC1'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'ERCC8', 'RFC5', 'RPA2', 'RFC1', 'GTF2H5', 'DDB1', 'RAD23A', 'PCNA', 'RFC4', 'POLE3', 'CCNH'}, number: 11
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RPA2', 'RFC1'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'RPA2', 'RFC1'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ERCC8', 'RFC5', 'RPA2', 'RFC1', 'GTF2H5', 'DDB1', 'RAD23A', 'PCNA', 'RFC4', 'POLE3', 'CCNH'}, number: 11
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'RPA2', 'RFC1'}, number: 2
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Nucleotide Excision Repair WP4753, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL4', 'ACSL1', 'ACSL3'}, number: 3
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL4', 'ACSL1', 'ACSL3'}, number: 3
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'FASN'}, number: 1
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FASN', 'ACSL1', 'ELOVL5', 'ACSL3'}, number: 4
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'FASN', 'ACSL4', 'ACSL1', 'ACSL3'}, number: 4
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'MAP2K2', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GRB2', 'HIF1A', 'MAPK9', 'SHC1', 'AKT1', 'JAK1', 'MAP2K2'}, number: 7
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'JAK1', 'MAPK9'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'MAP2K2', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'PXN', 'NFKBIA'}, number: 10
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'PXN', 'NFKBIA'}, number: 10
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'MAP2K2', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'PXN', 'NFKBIA'}, number: 10
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'STAT3', 'RICTOR', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 10
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP7', 'GRB2', 'MAPK9', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'PXN', 'NFKBIA'}, number: 10
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'MAP2K2', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'MAP2K2', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'HIF1A'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'PXN', 'NFKBIA'}, number: 9
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'PXN', 'NFKBIA'}, number: 10
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'MAP2K2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 9
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUNB', 'MAPK9'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUNB', 'MAPK9', 'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'PXN', 'NFKBIA'}, number: 11
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP7', 'JUNB', 'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 7
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'MAP2K2', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 9
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'MAP2K2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 10
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GRB2', 'HIF1A', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 8
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GRB2', 'HIF1A', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 7
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 6
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CASP7'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ACTB', 'WNT7B', 'CDKN1A', 'CSNK1A1'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SPP1', 'RUNX2'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'SPP1', 'RUNX2'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'SPP1', 'RUNX2'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'SPP1', 'RUNX2'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'WNT7B', 'CDKN1A', 'RB1'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A', 'RB1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'WNT7B', 'CDKN1A', 'RB1'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1A', 'RB1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1A', 'SPP1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'WNT7B', 'CDKN1A', 'RB1'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDKN1A', 'RB1'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'SPP1', 'RUNX2'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT7B', 'JUNB', 'CDKN1A', 'CSNK1A1'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'WNT7B', 'CDKN1A', 'RB1'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUNB', 'SPP1', 'RUNX2'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SREBF1', 'CDKN1A'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SREBF1', 'LMNA', 'SPP1', 'RB1', 'CDKN1A'}, number: 5
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1A', 'SREBF1', 'SPP1'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PAK2', 'AKT1S1'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PAK2'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PAK2', 'AKT1S1'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'AKT1S1'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1S1', 'STAT3'}, number: 2
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1S1'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: PGK1 PKM2 KHKC KHKA Acting As Protein Kinases WP5433, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FABP4'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ILK', 'ACSL5', 'PCK1', 'RXRA', 'ACSL3', 'DBI', 'EHHADH', 'PDPK1', 'FABP1', 'ACSL4', 'LPL', 'FABP4', 'PLIN1', 'APOA2', 'ACSL1'}, number: 15
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1', 'PDPK1'}, number: 2
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ILK', 'ACSL5', 'PCK1', 'RXRA', 'ACSL3', 'DBI', 'EHHADH', 'PDPK1', 'FABP1', 'ACSL4', 'LPL', 'FABP4', 'PLIN1', 'APOA2', 'ACSL1'}, number: 15
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'RXRA'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PCK1', 'RXRA', 'ACSL3', 'PDPK1', 'LPL', 'PLIN1', 'ACSL1'}, number: 7
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'DBI', 'FABP1', 'ACSL4', 'LPL', 'FABP4', 'PLIN1', 'ACSL1'}, number: 9
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1', 'PDPK1'}, number: 2
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FGFR4', 'AKT1', 'MAP2K2'}, number: 3
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CTBP1', 'FGFR4', 'AKT1', 'MAP2K2'}, number: 4
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FGFR4', 'AKT1', 'MAP2K2'}, number: 3
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FGFR4', 'AKT1', 'MAP2K2'}, number: 3
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ERBB2', 'AKT1', 'MAP2K2'}, number: 3
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FGFR4', 'AKT1', 'MAP2K2'}, number: 3
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CHEK1', 'FOXO3', 'SMC1A', 'AKT1', 'PRKDC', 'ERBB2'}, number: 6
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'ERBB2', 'FOXO3', 'AKT1', 'MAP2K2'}, number: 4
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FGFR4', 'AKT1', 'MAP2K2'}, number: 3
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CHEK1', 'FOXO3', 'SMC1A', 'AKT1', 'PRKDC', 'ERBB2'}, number: 6
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PRKDC', 'SMC1A', 'CHEK1', 'AKT1'}, number: 4
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'FGFR4', 'FOXO3', 'AKT1', 'MAP2K2'}, number: 4
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CHEK1', 'FOXO3', 'SMC1A', 'AKT1', 'PRKDC', 'ERBB2'}, number: 6
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'PRKDC', 'SMC1A', 'CHEK1'}, number: 3
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1', 'MAP2K2'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CTBP1', 'PRKDC', 'CHEK1'}, number: 3
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'FGFR4'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CHEK1', 'FOXO3', 'SMC1A', 'AKT1', 'PRKDC', 'ERBB2'}, number: 6
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOXO3', 'AKT1'}, number: 2
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'FOXO3', 'AKT1', 'MAP2K2'}, number: 3
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOXO3', 'AKT1', 'MAP2K2'}, number: 3
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGFR4', 'FOXO3', 'AKT1', 'MAP2K2'}, number: 4
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGFR4', 'FOXO3', 'AKT1', 'MAP2K2'}, number: 4
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Pathways Affected In Adenoid Cystic Carcinoma WP3651, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MDM2', 'IGF1R', 'CYCS', 'AKT1'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'MAP3K6', 'EGFR', 'MAP3K3', 'AKT1', 'MKNK2', 'LAMA5', 'PAK2', 'MAP4K4', 'FGFR4', 'MAP2K2'}, number: 15
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'WWC1', 'ATF3', 'EIF4G1', 'CD47', 'CYCS', 'AKT1S1', 'MAPK9', 'YY1', 'WNT5A', 'MAP3K6', 'MDM2', 'ACTB', 'KREMEN1', 'CDKN1A', 'CSNK1A1', 'CDH12', 'LAMA5', 'MAP4K4', 'MAP2K2', 'MMP14', 'WNT7B', 'VGLL4', 'CSNK1E', 'CTBP1', 'SHC1', 'COL4A3', 'AKT1', 'EFNA5', 'PORCN', 'TEAD1', 'FGFR4', 'TSC2', 'JAK1', 'LAMB2', 'TNIK', 'IGF1R', 'LAMA4', 'EGFR', 'TGFA', 'FZD6', 'FABP4', 'MKNK2', 'RING1', 'CHD8', 'SP1', 'CUL1', 'ITGB1', 'CCND1', 'MAD1L1', 'PDGFA', 'GRB2', 'HIF1A', 'RASSF4', 'ITPR3', 'ITGA3', 'FN1', 'COL4A2', 'FOSL1', 'MAD2L1', 'GABPA', 'FOXO1', 'CCND3', 'LATS2', 'MAP3K3', 'INSR', 'PAK2', 'HMGB1'}, number: 67
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MDM2', 'IGF1R', 'CYCS', 'AKT1'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'FABP4'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'MAPK9'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MDM2', 'IGF1R', 'CYCS', 'AKT1'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1', 'AKT1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'INSR', 'JAK1', 'AKT1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'MAP3K6', 'EGFR', 'MAP3K3', 'AKT1', 'MKNK2', 'LAMA5', 'PAK2', 'MAP4K4', 'FGFR4', 'MAP2K2'}, number: 15
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'JAK1', 'ITGB1'}, number: 7
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'PDGFA', 'FN1', 'LAMB2', 'LAMA5', 'ITGB1'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'MAPK9'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'JAK1', 'ITGB1'}, number: 7
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'MAP3K6', 'EGFR', 'MAP3K3', 'AKT1', 'MKNK2', 'LAMA5', 'PAK2', 'MAP4K4', 'FGFR4', 'MAP2K2'}, number: 15
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'JAK1'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'EGFR', 'FOXO1', 'MAP3K3', 'AKT1', 'SP1', 'JAK1', 'MAP2K2'}, number: 10
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'PDGFA', 'FN1', 'LAMB2', 'LAMA5', 'JAK1'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MDM2', 'IGF1R', 'CYCS', 'AKT1'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'SHC1', 'MAP3K3', 'AKT1', 'CUL1'}, number: 7
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5', 'PDGFA'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'MAP3K6', 'EGFR', 'MAP3K3', 'AKT1', 'MKNK2', 'LAMA5', 'PAK2', 'MAP4K4', 'FGFR4', 'MAP2K2'}, number: 15
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'MAPK9'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'WNT7B', 'CCND1', 'CYCS', 'MAPK9', 'WNT5A', 'GRB2', 'SHC1', 'MDM2', 'FOSL1', 'CCND3', 'CDKN1A', 'AKT1', 'INSR', 'HMGB1'}, number: 14
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'CYCS', 'GRB2', 'EGFR', 'TGFA', 'CDKN1A', 'AKT1', 'MAP2K2'}, number: 8
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PDGFA', 'MAPK9', 'GRB2', 'FN1', 'LAMB2', 'MAP3K6', 'EGFR', 'MAP3K3', 'AKT1', 'MKNK2', 'LAMA5', 'PAK2', 'MAP4K4', 'FGFR4', 'MAP2K2'}, number: 15
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'HIF1A', 'ITPR3', 'SP1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'WNT7B', 'CCND1', 'CYCS', 'MAPK9', 'WNT5A', 'GRB2', 'SHC1', 'MDM2', 'FOSL1', 'CCND3', 'CDKN1A', 'AKT1', 'INSR', 'HMGB1'}, number: 14
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MDM2', 'IGF1R', 'CYCS', 'AKT1'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'FN1', 'LAMB2', 'SHC1', 'AKT1', 'LAMA5', 'JAK1'}, number: 8
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5', 'PDGFA'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAP2K2', 'AKT1', 'MAPK9'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'CCND3', 'CDKN1A', 'AKT1', 'HMGB1'}, number: 7
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'INSR'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'AKT1S1', 'MAPK9', 'MDM2', 'CDKN1A', 'LAMA5', 'MAP2K2', 'SHC1', 'COL4A3', 'AKT1', 'EFNA5', 'FGFR4', 'TSC2', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'TGFA', 'ITGB1', 'CCND1', 'PDGFA', 'GRB2', 'FN1', 'ITGA3', 'COL4A2', 'CCND3', 'INSR', 'PAK2', 'JAK1'}, number: 28
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'INSR', 'JAK1', 'AKT1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'WNT7B', 'CCND1', 'CYCS', 'MAPK9', 'WNT5A', 'GRB2', 'SHC1', 'MDM2', 'FOSL1', 'CCND3', 'CDKN1A', 'AKT1', 'INSR', 'HMGB1'}, number: 14
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'CCND3', 'CDKN1A'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'PDGFA', 'FN1', 'LAMB2', 'LAMA5', 'ITGB1'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'JAK1'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'ITPR3', 'SHC1', 'AKT1', 'JAK1', 'MAP2K2'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'MAP3K3', 'AKT1', 'MAPK9'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'AKT1S1', 'MAPK9', 'WNT5A', 'KREMEN1', 'CDKN1A', 'CSNK1A1', 'WNT7B', 'CSNK1E', 'CTBP1', 'PORCN', 'TSC2', 'TGFA', 'FZD6', 'FABP4', 'CHD8', 'SP1', 'CCND1', 'FOSL1', 'CCND3', 'HMGB1'}, number: 20
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'FGFR4'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'WNT7B', 'CCND1', 'CYCS', 'MAPK9', 'WNT5A', 'GRB2', 'SHC1', 'MDM2', 'FOSL1', 'TGFA', 'CCND3', 'CDKN1A', 'AKT1', 'INSR', 'HMGB1'}, number: 15
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'SHC1', 'AKT1', 'SP1', 'JAK1'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP14'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC2', 'CYCS', 'GRB2', 'SHC1', 'MDM2', 'IGF1R', 'AKT1', 'SP1'}, number: 8
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC2', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'MAP2K2'}, number: 6
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TSC2', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'INSR', 'JAK1', 'MAP2K2'}, number: 8
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'INSR', 'JAK1', 'AKT1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2', 'TGFA', 'CDKN1A', 'AKT1', 'INSR'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1S1', 'MDM2', 'CDKN1A', 'LAMA5', 'MAP2K2', 'AKT1', 'EFNA5', 'FGFR4', 'TSC2', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'SP1', 'ITGB1', 'PDGFA', 'GRB2', 'HIF1A', 'FN1', 'ITGA3', 'COL4A2', 'FOXO1', 'INSR', 'JAK1'}, number: 24
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'FABP4', 'AKT1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1S1', 'MDM2', 'CDKN1A', 'LAMA5', 'MAP2K2', 'COL4A3', 'AKT1', 'EFNA5', 'FGFR4', 'TSC2', 'LAMB2', 'IGF1R', 'LAMA4', 'EGFR', 'TGFA', 'ITGB1', 'CCND1', 'PDGFA', 'GRB2', 'HIF1A', 'FN1', 'ITGA3', 'COL4A2', 'FOXO1', 'CCND3', 'INSR', 'JAK1'}, number: 27
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'INSR', 'JAK1', 'AKT1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MDM2', 'IGF1R', 'CYCS', 'AKT1'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'INSR', 'SHC1', 'JAK1', 'AKT1'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5', 'PDGFA'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'PDGFA', 'IGF1R', 'FOXO1', 'AKT1', 'INSR'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'INSR', 'JAK1', 'AKT1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CYCS'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MDM2', 'IGF1R', 'CYCS', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LAMB2', 'ITGA3', 'COL4A3', 'CDKN1A', 'AKT1', 'LAMA5', 'ITGB1'}, number: 7
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ILK'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'AKT1', 'ITGB1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5', 'ITGB1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'AKT1', 'ITGB1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'NCK1', 'PCNA', 'AKT1'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5', 'AKT1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PCNA', 'CDKN1A', 'AKT1'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VTN', 'LAMB2', 'ITGA3', 'COL4A3', 'CDKN1A', 'AKT1', 'LAMA5', 'ITGB1'}, number: 8
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5', 'ITGB1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ILK', 'PCNA', 'CDKN1A'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NCK1', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NCK1', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'AKT1'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VTN', 'LAMB2', 'ITGA3', 'CDKN1A', 'AKT1', 'LAMA5', 'ITGB1'}, number: 7
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VTN', 'LAMB2', 'ITGA3', 'COL4A3', 'CDKN1A', 'AKT1', 'LAMA5', 'ITGB1'}, number: 8
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'VTN', 'LAMB2', 'LAMA5'}, number: 3
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NFKBIA', 'GRB2', 'MAPK9', 'FLNA', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ITGB1', 'JAK1', 'MAP2K2'}, number: 7
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3', 'MAPK9'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NFKBIA', 'GRB2', 'MAPK9', 'FLNA', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'ITGB1'}, number: 11
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'ITGB1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'ITGB1'}, number: 11
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NFKBIA', 'GRB2', 'MAPK9', 'FLNA', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 10
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA2', 'MAPK9', 'GRB2', 'CBL', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 12
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 9
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NFKBIA', 'GRB2', 'MAPK9', 'FLNA', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'AKT1', 'ERBB2', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NFKBIA', 'GRB2', 'MAPK9', 'FLNA', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'SHC1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'PXN', 'NFKBIA'}, number: 9
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ITGB1', 'PIK3R1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 9
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'ITGB1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 10
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'NFKBIA', 'IRS2', 'GRB2', 'CBL', 'FLNA', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 12
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'PXN', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 10
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 5
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKBIA', 'IRS2', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3', 'MAP2K2'}, number: 10
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NFKBIA', 'IRS2', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 11
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'IRS2', 'AKT1'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRS2', 'GRB2', 'AKT1', 'ITGB1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3', 'MAP2K2'}, number: 9
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'GRB2', 'MAP2K2', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'ITGB1'}, number: 8
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHC1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 6
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'JAK1', 'STAT3'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'NEDD4'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'PSMB8'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PSMD2'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HLA-B'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'HLA-B'}, number: 1
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'UBA1', 'UBA7'}, number: 2
Term: Proteasome Degradation WP183, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'FN1', 'STMN1', 'EGFR', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 8
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'FN1', 'EGFR', 'FOXO1', 'AKT1', 'ITGB1'}, number: 7
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'MAPK9'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1', 'AKT1'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'FN1', 'STMN1', 'EGFR', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 8
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'STAT3', 'AKT1', 'ITGB1', 'PIK3R1', 'PXN', 'NFKBIA'}, number: 8
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'FN1', 'ITGB1'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAPK9', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'STAT3', 'AKT1', 'ITGB1', 'PIK3R1', 'PXN', 'NFKBIA'}, number: 8
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'FN1', 'STMN1', 'EGFR', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 8
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'PXN', 'NFKBIA'}, number: 7
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'STMN1', 'EGFR', 'FOXO1', 'NCK1', 'AKT1', 'ERBB2', 'PIK3R1', 'STAT3'}, number: 10
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP7', 'GRB2', 'MAPK9', 'STAT3', 'AKT1', 'PIK3R1', 'PXN', 'NFKBIA'}, number: 8
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STMN1', 'AKT1', 'STAT3'}, number: 3
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'FN1'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'FN1'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'FN1', 'STMN1', 'EGFR', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 8
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAPK9', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 5
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'EGFR', 'AKT1', 'ERBB2', 'PIK3R1', 'STAT3'}, number: 6
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'FN1', 'STMN1', 'EGFR', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 8
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'GRB2', 'MAPK9', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 5
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'FN1', 'STAT3', 'AKT1', 'PIK3R1', 'PXN', 'NFKBIA'}, number: 7
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'FN1'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAPK9', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'MSH2', 'AKT1'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'FN1', 'EGFR', 'AKT1', 'PIK3R1', 'ITGB1'}, number: 7
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 5
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'FN1', 'ITGB1'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'PXN', 'NFKBIA'}, number: 7
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'AKT1', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 5
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK9', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MSH2', 'MAPK9'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'GRB2', 'MAPK9', 'AKT1', 'ERBB2', 'PIK3R1'}, number: 5
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'STAT3', 'AKT1', 'PIK3R1', 'PXN', 'NFKBIA'}, number: 7
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP7', 'GRB2', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 5
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'NCK1', 'AKT1', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 7
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'NCK1', 'AKT1', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 7
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1', 'GRB2'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GRB2', 'FN1', 'EGFR', 'FOXO1', 'AKT1', 'PIK3R1', 'STAT3', 'ITGB1'}, number: 8
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GRB2', 'FN1', 'EGFR', 'FOXO1', 'AKT1', 'PIK3R1', 'ITGB1'}, number: 7
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'STAT3'}, number: 3
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'FN1'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'AKT1'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CASP7'}, number: 1
Term: RAC1 PAK1 P38 MMP2 Pathway WP3303, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP7', 'PIK3R1', 'AKT1', 'NFKBIA'}, number: 4
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RRAS2', 'CD14', 'PDGFA', 'FN1', 'EGFR', 'PIK3R1', 'PAK2', 'FGFR4', 'MAP2K2'}, number: 9
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PDGFA', 'FN1', 'EGFR', 'ACTB', 'PAK2', 'FGFR4', 'MAP2K2'}, number: 7
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RRAS2', 'CD14', 'PDGFA', 'FN1', 'EGFR', 'PIK3R1', 'PAK2', 'FGFR4', 'MAP2K2'}, number: 9
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PIK3R1', 'PXN', 'PDGFA', 'CSK'}, number: 4
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'FN1', 'PDGFA'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'CD14', 'MAP2K2'}, number: 3
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PIK3R1', 'PXN', 'PDGFA', 'CSK'}, number: 4
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RRAS2', 'CD14', 'PDGFA', 'FN1', 'EGFR', 'PIK3R1', 'PAK2', 'FGFR4', 'MAP2K2'}, number: 9
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PIK3R1', 'PXN', 'PDGFA', 'CSK'}, number: 4
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'CFL1', 'EGFR', 'CSK', 'PIK3R1', 'MAP2K2'}, number: 5
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1', 'PDGFA'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PIK3R1', 'PXN', 'PDGFA', 'CSK'}, number: 4
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'DIAPH1', 'CFL2'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'FN1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'FN1', 'PDGFA'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RRAS2', 'CD14', 'PDGFA', 'FN1', 'EGFR', 'PIK3R1', 'PAK2', 'FGFR4', 'MAP2K2'}, number: 9
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'CD14', 'MAP2K2'}, number: 3
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3R1', 'EGFR', 'MAP2K2'}, number: 3
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RRAS2', 'CD14', 'PDGFA', 'FN1', 'EGFR', 'PIK3R1', 'PAK2', 'FGFR4', 'MAP2K2'}, number: 9
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PDGFA', 'FN1', 'CSK', 'PIK3R1', 'PXN'}, number: 5
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'FN1', 'PDGFA'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'CD14', 'MAP2K2'}, number: 3
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RRAS2', 'PDGFA', 'FN1', 'EGFR', 'PIK3R1', 'PAK2', 'FGFR4', 'MAP2K2'}, number: 8
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'FN1', 'PDGFA'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PIK3R1', 'PXN', 'PDGFA', 'CSK'}, number: 4
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MYLK', 'PIK3R1', 'MAP2K2'}, number: 3
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'MAP2K2'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'FGFR4'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'PXN', 'CSK'}, number: 3
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CFL1', 'PIK3R1', 'MAP2K2'}, number: 3
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CFL1', 'PIK3R1', 'MAP2K2'}, number: 3
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PDGFA', 'FN1', 'EGFR', 'PIK3R1', 'FGFR4', 'MAP2K2'}, number: 6
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PDGFA', 'FN1', 'EGFR', 'PIK3R1', 'FGFR4', 'MAP2K2'}, number: 6
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3R1', 'CFL1'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'FGFR4'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'FN1', 'PDGFA'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'CFL1'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAD2L1', 'MAD1L1'}, number: 2
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'STMN1'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'MDM2', 'CCND3', 'CDKN1A', 'HMGB1'}, number: 5
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'STMN1'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'STMN1'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'ABL1', 'STMN1'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'ABL1', 'STMN1'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'STMN1'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'RPA2', 'MDM2', 'RB1', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2', 'HMGB1'}, number: 13
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'RB1'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'STMN1'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'RPA2', 'MDM2', 'RB1', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2', 'HMGB1'}, number: 13
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'RFC5', 'RPA2', 'MDM2', 'RB1', 'PCNA', 'CCND3', 'CDKN1A', 'RFC4', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2', 'HMGB1'}, number: 16
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MDM2', 'CCND3', 'CDKN1A', 'ABL1', 'CCNE2'}, number: 6
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'RPA2', 'MDM2', 'RB1', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2', 'HMGB1'}, number: 13
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'RPA2', 'MDM2', 'RB1', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2'}, number: 12
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'CHEK1', 'RPA2', 'RFC5', 'PCNA', 'CCND3', 'CDKN1A', 'RFC4', 'PRKDC', 'HMGB1'}, number: 10
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'CHEK1', 'RPA2', 'MDM2', 'RB1', 'CCND3', 'CDKN1A', 'PRKDC', 'SMC1A', 'ABL1', 'CCNE2', 'HMGB1'}, number: 13
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNA2', 'CDKN1A'}, number: 2
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'MDM2', 'RB1'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'MDM2', 'CCND3', 'CDKN1A', 'CCNE2'}, number: 5
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CCNE2'}, number: 1
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MDM2'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'PRKCZ', 'AKT1'}, number: 4
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'PRKCZ'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL1'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'PRKCZ', 'AKT1'}, number: 4
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PIK3R1', 'PRKCZ', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PIK3R1', 'PRKCZ', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'PRKCZ', 'AKT1'}, number: 4
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PIK3R1', 'PRKCZ', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PIK3R1', 'PRKCZ', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'PRKCZ', 'AKT1'}, number: 4
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'PRKCZ', 'AKT1'}, number: 4
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'INSR', 'PIK3R1', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'PRKCZ', 'AKT1'}, number: 4
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'INSR', 'PIK3R1', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'PRKCZ', 'AKT1'}, number: 4
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'INSR'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'INSR', 'PIK3R1', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'INSR', 'PIK3R1', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PIK3R1', 'PRKCZ', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'PIK3R1', 'IRS2', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'PRKCZ', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL1'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'INSR', 'PIK3R1', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'PRKCZ', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PIK3R1', 'IRS2', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TNFRSF1A', 'IRS2', 'AKT1', 'INSR', 'PIK3R1'}, number: 5
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'INSR', 'PIK3R1', 'IRS2', 'AKT1'}, number: 4
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRS2', 'AKT1', 'INSR', 'PIK3R1', 'ACSL1'}, number: 5
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1', 'ACSL1'}, number: 2
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'INSR', 'PIK3R1', 'IRS2', 'AKT1'}, number: 4
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'INSR', 'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 4
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'TNFRSF1A'}, number: 1
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'INSR', 'AKT1'}, number: 2
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'INSR', 'TNFRSF1A', 'AKT1'}, number: 3
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Roles Of Ceramides In Development Of Insulin Resistance WP5181, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'TNFRSF1A', 'AKT1'}, number: 3
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'LDLR', 'HMGCR'}, number: 2
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'LDLR'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'HMGCR'}, number: 2
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'LDLR'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'LDLR', 'HMGCR'}, number: 2
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'FASN', 'SREBF1', 'HMGCR', 'LDLR'}, number: 4
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FASN', 'SREBF1', 'HMGCR'}, number: 3
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'FASN', 'LDLR'}, number: 2
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SREBF1'}, number: 1
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: SREBF And miR33 In Cholesterol And Lipid Homeostasis WP2011, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'NFKBIA', 'CYCS', 'BCL2L1', 'AKT1', 'PIK3R1', 'BIRC2'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FN1', 'LAMB2', 'PIK3R1', 'AKT1', 'LAMA5', 'NFKBIA'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'CYCS', 'FN1', 'LAMB2', 'ITGA3', 'COL4A2', 'LAMA4', 'COL4A3', 'CDKN1A', 'AKT1', 'LAMA5', 'ITGB1'}, number: 12
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'NFKBIA', 'CYCS', 'BCL2L1', 'AKT1', 'PIK3R1', 'BIRC2'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'NFKBIA', 'CYCS', 'BCL2L1', 'AKT1', 'PIK3R1', 'BIRC2'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1', 'AKT1'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FN1', 'LAMB2', 'PIK3R1', 'AKT1', 'LAMA5', 'NFKBIA'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NFKBIA', 'PIK3R1', 'AKT1', 'ITGB1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5', 'ITGB1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'NFKBIA', 'PIK3R1', 'AKT1', 'ITGB1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FN1', 'LAMB2', 'PIK3R1', 'AKT1', 'LAMA5', 'NFKBIA'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5', 'RXRA'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'NFKBIA', 'CYCS', 'BCL2L1', 'AKT1', 'PIK3R1', 'BIRC2'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NFKBIA', 'SKP1', 'BCL2L1', 'AKT1', 'PIK3R1', 'BIRC2'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FN1', 'LAMB2', 'PIK3R1', 'AKT1', 'LAMA5', 'NFKBIA'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'CYCS', 'RB1', 'CDKN1A', 'AKT1', 'PIK3R1', 'CCNE2'}, number: 7
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'CYCS', 'RXRA', 'RB1', 'CDKN1A', 'AKT1', 'PIK3R1'}, number: 7
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FN1', 'LAMB2', 'PIK3R1', 'AKT1', 'LAMA5', 'NFKBIA'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'CYCS', 'RB1', 'CDKN1A', 'AKT1', 'PIK3R1', 'CCNE2'}, number: 7
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'NFKBIA', 'CYCS', 'BCL2L1', 'AKT1', 'PIK3R1', 'BIRC2'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'FN1', 'LAMB2', 'PIK3R1', 'AKT1', 'LAMA5', 'NFKBIA'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'CYCS', 'RB1', 'CDKN1A', 'AKT1', 'CCNE2'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'FN1', 'LAMB2', 'ITGA3', 'PIK3R1', 'COL4A2', 'LAMA4', 'COL4A3', 'CDKN1A', 'AKT1', 'BCL2L1', 'LAMA5', 'CCNE2', 'ITGB1'}, number: 14
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'CYCS', 'RB1', 'CDKN1A', 'AKT1', 'PIK3R1', 'CCNE2'}, number: 7
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CYCS', 'RB1', 'CDKN1A', 'CCNE2'}, number: 5
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5', 'ITGB1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'RXRA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'CYCS', 'RXRA', 'RB1', 'CDKN1A', 'AKT1', 'PIK3R1', 'CCNE2'}, number: 8
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NFKBIA', 'CYCS', 'BCL2L1', 'AKT1', 'PIK3R1', 'BIRC2'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PIK3R1', 'AKT1', 'NFKBIA'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA', 'PIK3R1', 'CDKN1A', 'AKT1'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RXRA', 'FN1', 'LAMB2', 'ITGA3', 'PIK3R1', 'COL4A2', 'RB1', 'LAMA4', 'CDKN1A', 'AKT1', 'LAMA5', 'ITGB1'}, number: 12
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'FN1', 'LAMB2', 'ITGA3', 'PIK3R1', 'COL4A2', 'LAMA4', 'COL4A3', 'CDKN1A', 'AKT1', 'BCL2L1', 'LAMA5', 'CCNE2', 'ITGB1'}, number: 14
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'NFKBIA', 'CYCS', 'BCL2L1', 'AKT1', 'PIK3R1', 'BIRC2'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'FN1', 'LAMB2', 'LAMA5'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CCNE2', 'CYCS'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'NFKBIA', 'CYCS', 'BCL2L1', 'AKT1', 'PIK3R1', 'BIRC2'}, number: 6
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'YY1', 'SP1', 'AKT1'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'DBI', 'LPL'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'SP1', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'SCARB1', 'LDLR', 'HMGCR'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'LDLR', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'LDLR', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DBI', 'SP1', 'LPL'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'SCARB1', 'LDLR', 'HMGCR'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'LDLR', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SP1', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'SP1', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'SCARB1', 'LDLR', 'HMGCR'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SREBF1', 'ACACA', 'FASN', 'SCARB1', 'HMGCR', 'AKT1', 'LDLR'}, number: 7
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FDPS', 'LSS', 'NR1H2', 'SREBF1', 'ACACA', 'FASN', 'HMGCR', 'LPL', 'AKT1', 'SP1'}, number: 10
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACACA', 'FASN', 'DBI', 'SCARB1', 'LPL', 'AKT1', 'LDLR'}, number: 7
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1', 'SREBF1', 'ACACA'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'ITGB1'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'STAT3', 'ITGB1'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'ITGB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'POLR3F'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'STAT3', 'ITGB1'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HLA-B', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'HLA-B'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA10', 'EGFR', 'ITGB1'}, number: 3
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'ITGB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA10', 'ITGB1', 'EGFR', 'STAT3'}, number: 4
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA10', 'EGFR', 'ITGB1'}, number: 3
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): {'SDHB'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'SDHB'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): {'SDHB'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): {'IDH1'}, number: 1
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'IDH1', 'PCK1'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'DLD', 'PC'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'FN1', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ATF3', 'CCND1', 'MAPK9', 'GRB2', 'FN1', 'SHC1', 'CDKN1A', 'AKT1', 'ITGB1', 'SP1', 'PAK2', 'CUL1', 'MAP2K2'}, number: 13
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1', 'JUNB'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGIF1', 'TGFBR3', 'RUNX2', 'MAPK9'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1', 'JUNB'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1', 'FN1', 'RUNX2'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'TGFBR3', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'FN1', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RUNX2', 'MAPK9', 'GRB2', 'SHC1', 'TGFBR3', 'AKT1', 'TGIF1', 'PIK3R1', 'ITGB1'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'FN1', 'ITGB1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RUNX2', 'MAPK9', 'GRB2', 'SHC1', 'TGFBR3', 'AKT1', 'TGIF1', 'PIK3R1', 'ITGB1'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'FN1', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RUNX2', 'MAPK9', 'GRB2', 'SHC1', 'TGFBR3', 'AKT1', 'TGIF1', 'PIK3R1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1', 'JUNB'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MEF2A', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'SP1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1', 'PIAS1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'SHC1', 'SKP1', 'AKT1', 'PIK3R1', 'CUL1'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'FN1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'FN1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'FN1', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'CDKN1A', 'AKT1', 'PIK3R1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'GRB2', 'CDKN1A', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GRB2', 'MAPK9', 'FN1', 'AKT1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'CDKN1A', 'AKT1', 'PIK3R1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'FN1', 'SHC1', 'AKT1', 'PIK3R1'}, number: 5
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'FN1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CDKN1A', 'AKT1'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'FN1', 'SHC1', 'CDKN1A', 'AKT1', 'ITGB1', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 11
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'TGFBR3', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'CDKN1A', 'AKT1', 'PIK3R1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CDKN1A'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'FN1', 'ITGB1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RUNX2', 'MAPK9', 'GRB2', 'SHC1', 'TGFBR3', 'AKT1', 'TGIF1', 'PIK3R1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'PIK3R1', 'AKT1', 'MAPK9'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'JUNB', 'MAPK9', 'CDKN1A', 'SP1'}, number: 5
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'MAPK9', 'GRB2', 'SHC1', 'CDKN1A', 'AKT1', 'PIK3R1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1', 'JUNB'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUNB', 'RUNX2', 'MAPK9', 'GRB2', 'SHC1', 'TGFBR3', 'TGIF1', 'AKT1', 'SP1', 'PIK3R1'}, number: 10
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUNB', 'GRB2', 'PIK3R1', 'SHC1', 'AKT1', 'SP1'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MEF2A', 'MAPK9', 'GRB2', 'SHC1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MEF2A', 'MAPK9', 'GRB2', 'SHC1', 'TGFBR3', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFBR3', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A', 'AKT1'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MEF2A', 'GRB2', 'FN1', 'ITGB1', 'CDKN1A', 'AKT1', 'SP1', 'PIK3R1', 'MAP2K2'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAR2A', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'GRB2', 'MAP2K2', 'FN1', 'CDKN1A', 'AKT1', 'PIK3R1', 'ITGB1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFBR3', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'TGFBR3', 'PIK3R1', 'SHC1', 'AKT1'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'FN1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFBR3', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1', 'JUNB'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'IGF1R'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FN1', 'PIK3R1', 'EGFR'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'FN1', 'IGF1R', 'EGFR', 'ITGB1'}, number: 5
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'IGF1R'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'IGF1R'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FN1', 'PIK3R1', 'EGFR'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'ITGB1'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'FN1', 'ITGB1'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'ITGB1'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FN1', 'PIK3R1', 'EGFR'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'EGFR'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'IGF1R'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'FN1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'FN1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FN1', 'PIK3R1', 'EGFR'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'PIK3R1', 'CHEK1', 'RB1'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR', 'CCND1', 'PIK3R1', 'RB1'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FN1', 'PIK3R1', 'EGFR'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'PIK3R1', 'CHEK1', 'RB1'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'IGF1R'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'FN1', 'PIK3R1', 'JAK2'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'FN1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'CHEK1', 'RB1'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'ITGA5', 'FN1', 'IGF1R', 'EGFR', 'PIK3R1', 'JAK2', 'ITGB1'}, number: 8
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'PIK3R1', 'CHEK1', 'RB1'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CHEK1', 'RB1'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'FN1', 'ITGB1'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'CHEK1'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'PIK3R1', 'CHEK1', 'RB1'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PIK3R1', 'IGF1R'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA5', 'FN1', 'IGF1R', 'EGFR', 'RB1', 'PIK3R1', 'JAK2', 'ITGB1'}, number: 8
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'ITGA5', 'FN1', 'IGF1R', 'EGFR', 'PIK3R1', 'JAK2', 'ITGB1'}, number: 8
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'IGF1R'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'FN1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'IGF1R'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'IGF1R'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TSC2', 'ACTB', 'AKT1S1', 'GRB2'}, number: 4
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'ACSL4', 'PLIN1', 'ACSL1'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA2', 'GRB2'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'CREB3L2', 'CREB5', 'CREB3L3'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TSC2', 'CREB3L3', 'AKT1S1', 'GRB2', 'CREB3L2', 'CREB5'}, number: 6
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'GRB2'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TSC2', 'ACSL5', 'AKT1S1', 'ACSL3', 'ACSL4', 'PLIN1', 'ACSL1'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC2', 'GRB2'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'TSC2', 'GRB2'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TSC2', 'GRB2'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'GRB2'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'TSC2', 'CREB3L3', 'AKT1S1', 'ACSL3', 'GRB2', 'CREB3L2', 'CREB5', 'PLIN1', 'ACSL1'}, number: 9
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'SLC25A20', 'ACSL4', 'PLIN1', 'ACSL1'}, number: 6
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TSC2', 'CREB3L3', 'AKT1S1', 'GRB2', 'CREB3L2', 'CREB5'}, number: 6
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RAP1A', 'PIK3R1', 'AKT1', 'RAP1B'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JAK1', 'CCND3', 'IGF1R', 'AKT1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RAP1A', 'PIK3R1', 'AKT1', 'RAP1B'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'GNAI1', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'JAK2', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'GNAI1', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'JAK2', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RAP1A', 'PIK3R1', 'AKT1', 'RAP1B'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'GNAI1', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'JAK2', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PDPK1', 'STAT3', 'RAP1A', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'GNAI1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'JAK2', 'STAT3'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RAP1A', 'PIK3R1', 'AKT1', 'RAP1B'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'CCND3', 'RB1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'RB1', 'STAT3'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RAP1A', 'PIK3R1', 'AKT1', 'RAP1B'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'CCND3', 'RB1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'GNAI1', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'JAK2', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1', 'RAP1A', 'CCND3', 'RB1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2', 'JAK1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IGF1R', 'PDPK1', 'RAP1A', 'CCND3', 'AKT1', 'RAP1B', 'PIK3R1', 'JAK2', 'JAK1'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'CCND3', 'RB1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND3', 'RB1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'GNAI1', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'JAK2', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RAP1A', 'CCND3', 'PDPK1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'AKT1', 'PIK3R1', 'CCND3', 'RB1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'GNAI1', 'STAT3', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'JAK2', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PDPK1', 'RAP1A', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3'}, number: 6
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PDPK1', 'STAT3', 'RAP1A', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IGF1R', 'RB1', 'PDPK1', 'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IGF1R', 'PDPK1', 'CCND3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 7
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'STAT3', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'IGF1R', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'JAK1', 'AKT1', 'STAT3'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EIF4G1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EIF4E'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF4E', 'EEF2'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EIF4E', 'EEF2'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EEF2'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EIF4E'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EIF4E'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'FN1', 'GRB2', 'PRKCZ', 'FAS', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PAK2', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EIF4G1', 'MMP14', 'CCND1', 'CYCS', 'AKT1S1', 'MAPK9', 'GRB2', 'FN1', 'SHC1', 'MDM2', 'FOXO1', 'AKT1', 'ITGB1', 'PAK2', 'HMGB1', 'MAP2K2'}, number: 16
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'PRKCZ', 'NFKBIA'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'MAPK9'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1', 'AKT1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'STAT3', 'CAMKK2', 'AKT1', 'CFL1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'FN1', 'GRB2', 'PRKCZ', 'FAS', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PAK2', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'FOXO3', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'ITGB1', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 14
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'FN1', 'ITGB1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'FOXO3', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'ITGB1', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 14
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'FN1', 'GRB2', 'PRKCZ', 'FAS', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PAK2', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'FOXO3', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1', 'MAPK9', 'CFL1', 'GRB2', 'CBL', 'PRKCZ', 'SHC1', 'PDPK1', 'CSK', 'NCK1', 'FOXO1', 'RAP1A', 'RICTOR', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 17
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'FOXO3', 'CSK', 'RAP1A', 'BCL2L1', 'AKT1', 'RAP1B', 'PXN', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 14
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'ABL1', 'STAT3'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'FN1', 'GRB2', 'PRKCZ', 'FAS', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PAK2', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'FOXO3', 'FAS', 'AKT1', 'PIK3R1', 'HMGB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'CYCS', 'GRB2', 'FOXO3', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 8
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'FN1', 'GRB2', 'PRKCZ', 'FAS', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'PAK2', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'FOXO3', 'FAS', 'AKT1', 'PIK3R1', 'HMGB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'FN1', 'PRKCZ', 'SHC1', 'FOXO3', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'FAS', 'RAP1A', 'AKT1', 'ABL1', 'HMGB1'}, number: 8
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'AKT1S1', 'MAPK9', 'MDM2', 'PDPK1', 'PIK3R1', 'MAP2K2', 'SHC1', 'FOXO3', 'AKT1', 'ABL1', 'RAP1A', 'BCL2L1', 'RAP1B', 'EIF4E', 'ITGB1', 'CCND1', 'GRB2', 'FN1', 'PAK2'}, number: 19
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'STAT3', 'CAMKK2', 'AKT1', 'CFL1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'FOXO3', 'FAS', 'AKT1', 'PIK3R1', 'HMGB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'FAS', 'ABL1'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'FN1', 'ITGB1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'FOXO3', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'NFKBIA', 'GRB2', 'CBL', 'SHC1', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 8
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKBIA', 'MAPK9', 'PRKCZ', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'AKT1S1', 'MAPK9', 'FAS', 'PDPK1', 'RAP1A', 'HMGB1'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'CYCS', 'ABL1', 'MAPK9', 'GRB2', 'SHC1', 'MDM2', 'FOXO3', 'FAS', 'AKT1', 'PIK3R1', 'HMGB1'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'GRB2', 'PRKCZ', 'SHC1', 'FOXO3', 'CSK', 'RAP1A', 'AKT1', 'RAP1B', 'PXN', 'PIK3R1', 'STAT3', 'NFKBIA'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'BSG', 'MMP14'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYCS', 'GRB2', 'SHC1', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAPK9', 'CFL1', 'MAP2K2', 'GRB2', 'SHC1', 'FOXO3', 'PDPK1', 'STAT3', 'NCK1', 'RAP1A', 'AKT1', 'PIK3R1', 'EIF4E', 'NFKBIA'}, number: 14
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK9', 'CFL1', 'CAMKK2', 'MAP2K2', 'GRB2', 'SHC1', 'FOXO3', 'PDPK1', 'STAT3', 'NCK1', 'RAP1A', 'AKT1', 'PIK3R1', 'EIF4E', 'NFKBIA'}, number: 15
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'STAT3', 'CAMKK2', 'AKT1', 'CFL1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'SHC1', 'AKT1', 'GRB2'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1', 'CAMKK2', 'PIK3R1', 'ACACA'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1S1', 'ACACA', 'GRB2', 'FN1', 'FOXO3', 'MDM2', 'FAS', 'STAT3', 'PDPK1', 'FOXO1', 'AKT1', 'ITGB1', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 15
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1', 'ACACA'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'AKT1S1', 'ACACA', 'GRB2', 'FN1', 'FOXO3', 'MDM2', 'PDPK1', 'FOXO1', 'BCL2L1', 'AKT1', 'ITGB1', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 15
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT3', 'CAMKK2', 'AKT1', 'CFL1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'CFL1', 'CAMKK2', 'SHC1', 'AKT1', 'PIK3R1', 'STAT3'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'AKT1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'STAT3', 'CAMKK2', 'AKT1', 'CFL1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CYCS'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CYCS', 'MDM2', 'FAS', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 7
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PMAIP1', 'MDM2', 'CYCS', 'FAS'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FAS'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'CCND3', 'CDKN1A'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PMAIP1', 'MDM2', 'CYCS', 'FAS'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PMAIP1', 'MDM2', 'CYCS', 'FAS'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FAS'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FAS'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PMAIP1', 'MDM2', 'CYCS', 'FAS'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'ABL1'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FAS'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CYCS', 'CCNG1', 'MDM2', 'CDKN1A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'ABL1', 'CHEK1', 'RPA2', 'RFC1', 'RAD50', 'CCND1', 'PMAIP1', 'CCND3', 'RAD17', 'CCNE2'}, number: 19
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDKN1A', 'CYCS', 'RB1', 'CCND1'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FAS'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'CYCS', 'CHEK1', 'RAD17', 'RPA2', 'MDM2', 'RB1', 'FAS', 'RFC1', 'PMAIP1', 'CCND3', 'CDKN1A', 'PRKDC', 'RAD50', 'SMC1A', 'ABL1', 'CCNE2'}, number: 18
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PMAIP1', 'MDM2', 'CYCS', 'FAS'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CYCS', 'CHEK1', 'RAD17', 'RPA2', 'MDM2', 'RB1', 'FAS', 'RFC1', 'PMAIP1', 'CCND3', 'CDKN1A', 'PRKDC', 'RAD50', 'SMC1A', 'ABL1', 'CCNE2'}, number: 18
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MDM2', 'CCND3', 'CDKN1A', 'ABL1', 'CCNE2'}, number: 6
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'CCND1', 'CYCS', 'CHEK1', 'RAD17', 'RPA2', 'MDM2', 'RB1', 'FAS', 'RFC1', 'PMAIP1', 'CCND3', 'CDKN1A', 'PRKDC', 'RAD50', 'SMC1A', 'ABL1', 'CCNE2'}, number: 18
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CYCS', 'CCNG1', 'MDM2', 'CDKN1A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'ABL1', 'CHEK1', 'RPA2', 'RFC1', 'RAD50', 'CCND1', 'PMAIP1', 'CCND3', 'RAD17', 'CCNE2'}, number: 19
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'CHEK1', 'RPA2', 'CCNG1', 'RFC1', 'FAS', 'PMAIP1', 'CCND3', 'CDKN1A', 'PRKDC', 'RAD50'}, number: 11
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'CYCS', 'CHEK1', 'RAD17', 'RPA2', 'MDM2', 'RB1', 'FAS', 'RFC1', 'PMAIP1', 'CCND3', 'CDKN1A', 'PRKDC', 'RAD50', 'SMC1A', 'ABL1', 'CCNE2'}, number: 18
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'PMAIP1', 'MDM2', 'CYCS', 'FAS'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FAS', 'CDKN1A', 'MDM2', 'RB1'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'MDM2', 'CCND3', 'CDKN1A', 'CCNE2'}, number: 5
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PMAIP1', 'MDM2', 'CYCS', 'FAS'}, number: 4
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): {'CCNE2', 'CYCS'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PMAIP1', 'MDM2', 'CYCS', 'FAS'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'MDM2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP2K2', 'PDGFA', 'GRB2', 'NFKBIA'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'PDGFA', 'GRB2', 'MDM2', 'FOXO1', 'CDKN1A', 'MAP2K2'}, number: 7
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'MDM2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'MDM2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP2K2', 'PDGFA', 'GRB2', 'NFKBIA'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAP2K2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP2K2', 'PDGFA', 'GRB2', 'NFKBIA'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K2', 'FOXO1', 'GRB2'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'MDM2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP2K2', 'PDGFA', 'GRB2', 'NFKBIA'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAP2K2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'MDM2', 'GRB2'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAP2K2', 'CCND1', 'CDKN1A', 'GRB2'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP2K2', 'PDGFA', 'GRB2', 'NFKBIA'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'MDM2', 'GRB2'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'MDM2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAP2K2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'MDM2'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'PDGFA', 'GRB2', 'MDM2', 'CDKN1A', 'MAP2K2'}, number: 6
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'MDM2', 'GRB2'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'MDM2'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'MAP2K2', 'GRB2', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAP2K2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'CDKN1A'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'CDKN1A', 'MDM2', 'GRB2'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GRB2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'FOXO1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GRB2', 'MDM2', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K2', 'GRB2', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K2', 'GRB2', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'GRB2'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PDGFA', 'GRB2', 'MDM2', 'FOXO1', 'CDKN1A', 'MAP2K2'}, number: 6
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'PDGFA', 'GRB2', 'MDM2', 'FOXO1', 'CDKN1A', 'MAP2K2'}, number: 7
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'MDM2', 'NFKBIA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): {'FOXO1', 'PDGFA'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'MDM2', 'NFKBIA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/105, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JAK1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1487 , Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'IL6R', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JAK2', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1494, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JAK2', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JAK2', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JAK2', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JAK2', 'STAT3'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1586, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1816, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'JAK2', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK2', 'IL6R', 'JAK1'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'IL6R', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/2009, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JAK2', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'JAK2', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JAK2', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JAK2', 'STAT3'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JAK2', 'IL6R', 'JAK1', 'STAT3'}, number: 4
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL6R', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK2', 'IL6R', 'JAK1', 'STAT3'}, number: 4
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK2', 'IL6R', 'JAK1'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL6R', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'JAK2', 'IL6R', 'JAK1', 'STAT3'}, number: 4
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/870, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL6R', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/887, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/896, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Section 12.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 8.5.5.

final_geneoverlaptable_C10=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs10,orient='index')
Section 12.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 131. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count10= {}

for index, row in exploded_df10_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count10:
            variable_count10[unique_KE] = 1
    else:
            variable_count10[unique_KE] += 1

Step 132. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df10=pd.DataFrame.from_dict(variable_count10,orient='index')
reset_variable_count_df10 = variable_count_df10.reset_index()
reset_variable_count_df10.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C10=final_geneoverlaptable_C10.reset_index(level=[1])
Genesetoverlaptable_C10.reset_index(inplace=True)
Genesetoverlaptable_C10.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C10=pd.merge(reset_variable_count_df10,Genesetoverlaptable_C10, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C10.loc[:,'Percent geneset overlap']= tabulation_C10.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C10.to_excel('geneoverlap-calculation-Troglitazone1uM.xlsx')

Section 13. Comparison 11: Valproic acid 1mM

Section 13.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 8.

Step 133. The table containing the differential expressed genes for comparison 8 to control is loaded with the filter for significance.

Comparison11_DEG= pd.read_csv("C:/Users/shaki/Downloads/BackgroundORA_EGEOD69851/GSE69844.ValproicAcid-1mM.tsv",sep='\t')
Comparison11_DEG = Comparison11_DEG.drop(Comparison11_DEG[Comparison11_DEG['Entrez.Gene']== '---'].index)
Comparison_11_DEG= Comparison11_DEG[Comparison11_DEG['padj'] < 0.05]
Comparison_11_DEG = Comparison_11_DEG.copy()  
Comparison_11_DEG['Entrez.Gene'] = Comparison_11_DEG['Entrez.Gene'].astype(str)

Step 134. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C11= pd.merge(mergeddataframe,Comparison_11_DEG, on='Entrez.Gene')
merged_dataframe_DEG_C11.drop(columns={'Gene.Symbol_x','ID','GB_LIST','SPOT_ID'})

KEID WPtitle WPID Entrez.Gene N padj P.Value t B logFC Gene.Symbol_y
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 6376 129 0.03828 0.002960 -4.65 -1.613897 -0.336 CX3CL1
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 85480 129 0.03810 0.002930 4.65 -1.605083 0.569 TSLP
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 4790 129 0.00474 0.000045 -9.71 2.793094 -0.474 NFKB1
3 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 4087 169 0.01048 0.000270 -7.19 0.949504 -0.358 SMAD2
4 https://identifiers.org/aop.events/875 Neuroinflammation and glutamatergic signaling WP5083 4087 169 0.01508 0.000597 -6.25 0.105977 -0.277 SMAD2
... ... ... ... ... ... ... ... ... ... ... ...
5143 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 627 398 0.02840 0.001810 5.11 -1.082374 0.430 BDNF
5144 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 627 398 0.03051 0.002030 4.99 -1.208727 0.248 BDNF
5145 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 6195 398 0.04932 0.004470 4.28 -2.058304 0.407 RPS6KA1
5146 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 5594 398 0.02600 0.001560 5.25 -0.926098 0.193 MAPK1
5147 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 29904 398 0.02964 0.001930 -5.04 -1.155171 -0.226 EEF2K

5148 rows × 11 columns

Step 135. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05. It is revealed that this comparison has a gene which is not present in the network. Therefore downstreamsteps can’t be executed.

variable_n_dictionary_count11= {}

for index, row in merged_dataframe_DEG_C11.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count11:
            variable_n_dictionary_count11[unique_KE] = 1
        else:
            variable_n_dictionary_count11[unique_KE] += 1

Step 136. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe11=pd.DataFrame.from_dict(variable_n_dictionary_count11,orient='index')
n_variable_dataframe11

0
https://identifiers.org/aop.events/486 3
https://identifiers.org/aop.events/875 51
https://identifiers.org/aop.events/2007 38
https://identifiers.org/aop.events/1495 81
https://identifiers.org/aop.events/105 18
... ...
https://identifiers.org/aop.events/1820 1
https://identifiers.org/aop.events/896 7
https://identifiers.org/aop.events/1549 17
https://identifiers.org/aop.events/357 8
https://identifiers.org/aop.events/352 100

98 rows × 1 columns

n_variable_dataframe11_reset = n_variable_dataframe11.reset_index()
n_variable_dataframe11_reset.columns = ['KEID', 'n']
merged_dataframe11= pd.merge(merged_dataframe_DEG_C11, n_variable_dataframe11_reset, on='KEID')

Section 13.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 137. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(Comparison11_DEG.index)
B
48786

Step 138. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison11_DEG_filtered=Comparison11_DEG[Comparison11_DEG['padj'] < 0.05]
b=len(Comparison11_DEG_filtered)
b
4496

Section 13.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 139. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

DEG_in_DEGtable11 = set(Comparison_11_DEG['Entrez.Gene'])
genecolum_aopnetwork= nodetable[nodetable['CTL.Type'] == 'gene']
set1_DEG_in_AOP_network= set(genecolum_aopnetwork['CTL.GeneID'])
DEGS_present_in_AOPnetwork = list(DEG_in_DEGtable11 & set1_DEG_in_AOP_network)
len(DEGS_present_in_AOPnetwork)
367
Final_dataframe_ES= merged_dataframe11.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([48786 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_genes_in_network']=pd.Series([2739 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['Number_DEG_present_in_network']=pd.Series([367 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([4496 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES9=Final_Dataframe_ES.copy()

Step 140. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES9.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES9.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES9

KEID N n B Number_genes_in_network Number_DEG_present_in_network b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 3 48786 2739 367 4496 0.2523483406438798
1 https://identifiers.org/aop.events/875 169 51 48786 2739 367 4496 3.2745556865800496
2 https://identifiers.org/aop.events/2007 184 38 48786 2739 367 4496 2.240962981587498
3 https://identifiers.org/aop.events/1495 253 81 48786 2739 367 4496 3.474028737006456
4 https://identifiers.org/aop.events/105 165 18 48786 2739 367 4496 1.1837431252021997
... ... ... ... ... ... ... ... ...
93 https://identifiers.org/aop.events/1820 57 1 48786 2739 367 4496 0.19036804645064617
94 https://identifiers.org/aop.events/896 82 7 48786 2739 367 4496 0.9263030552903394
95 https://identifiers.org/aop.events/1549 101 17 48786 2739 367 4496 1.826402346640358
96 https://identifiers.org/aop.events/357 21 8 48786 2739 367 4496 4.133706151499745
97 https://identifiers.org/aop.events/352 398 100 48786 2739 367 4496 2.7263765446449324

98 rows × 8 columns

Step 141. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe11=[]

for index, row in Copy_Final_DataFrame_ES9.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe11.append(p)
             
Hypergeometricpvalue_dataframe11=pd.DataFrame(p_value_dataframe11)
Hypergeometricpvalue_dataframe11.columns= ['Hypergeometric p-value']
merged_finaltable11=pd.concat([Copy_Final_DataFrame_ES9,Hypergeometricpvalue_dataframe11],axis=1)

Section 13.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 142. Lastly, we filter the results to showcase the significant KEs for comparison 4.

filteredversion_C11= merged_finaltable11[(merged_finaltable11['Enrichmentscore']>str(1))& (merged_finaltable11['Hypergeometric p-value'] < 0.05)]
filteredversion_C11.to_excel('filteredversionC11.xlsx')
SignificantKE_list11=filteredversion_C11['KEID'].tolist()

Section 13.5. Calculation of percent gene overlap to ORA

Section 13.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 143. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable11 = mergeddataframe_final[mergeddataframe_final['KEID'].isin(SignificantKE_list11)]
significantKEIDgenetable11=significantKEID_genetable11.drop(columns={'WPtitle','ID'})
Section 13.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 144. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA11= pd.read_csv("C:/Users/shaki/Downloads/GEOD69851_ORApathwaytable/Comparison8-Troglitazone-100.txt", sep='\t')
datafileORA11=pd.DataFrame(datafile_ORA11)
filtereddatafileORA_11=datafileORA8[datafileORA8['Adjusted P-value'] < 0.05]
filtereddatafileORA_11

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human VEGFA VEGFR2 Signaling WP3888 7.734291e-19 6.334385e-16 0 0 2.459218 102.55790 ATF2;TRAF3IP2;ARPC5L;ICAM1;BSG;AKT1;LUC7L;UBAP...
1 WikiPathways_2024_Human Sterol Regulatory Element Binding Proteins SRE... 5.200839e-12 2.129744e-09 0 0 5.581778 145.02690 SCARB1;IDI1;SEC23A;PRKAA1;SAR1A;SAR1B;INSIG2;I...
2 WikiPathways_2024_Human EGF EGFR Signaling WP437 5.388344e-11 1.471018e-08 0 0 2.888704 68.30110 USP6NL;ATF1;SH3KBP1;INPPL1;PTEN;PIK3C2B;EPS8;R...
3 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 1.127974e-08 2.309527e-06 0 0 1.980242 36.23894 KEAP1;IRS2;AHR;NR3C1;RGS2;SCP2;CCND1;FTH1;PDK4...
4 WikiPathways_2024_Human mRNA Processing WP411 3.119745e-08 5.110143e-06 0 0 2.926105 50.57167 CELF2;HNRNPU;EFTUD2;PTBP1;SNRNP70;RBM17;SNRPN;...
... ... ... ... ... ... ... ... ... ...
195 WikiPathways_2024_Human MFAP5 Effect On Permeability And Motility Of E... 1.078404e-02 4.483315e-02 0 0 3.318194 15.03038 JUN;CREB1;ACTN1;PXN;ITPR1;MAPK1;ITGAV;LPP;VCL;...
196 WikiPathways_2024_Human Interactions Between LOXL4 And Oxidative Stres... 1.078404e-02 4.483315e-02 0 0 3.318194 15.03038 DDR1;BMP2;SUV39H1;CDC37;ANXA5;FN1;IGFBP7;EXOC6...
197 WikiPathways_2024_Human Thymic Stromal Lymphopoietin TSLP Signaling WP... 1.191519e-02 4.879272e-02 0 0 2.257395 10.00013 LYN;STAT5B;MAP2K2;YES1;TSLP;STAT3;GAB2;MAPK14;...
198 WikiPathways_2024_Human Amyotrophic Lateral Sclerosis ALS WP2447 1.191519e-02 4.879272e-02 0 0 2.257395 10.00013 DAXX;TOMM40;MAP2K2;MAPK14;TNFRSF1A;CST3;PPP3CA...
199 WikiPathways_2024_Human IL5 Signaling WP127 1.191519e-02 4.879272e-02 0 0 2.257395 10.00013 LYN;STAT5B;JUN;MAP2K2;SYK;SHC1;STAT3;PIK3R1;FO...

200 rows × 9 columns

dropped_datafileORA_df11=filtereddatafileORA_11.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf11=dropped_datafileORA_df11.copy()
droppeddatafileORAdf11['Genes']= droppeddatafileORAdf11['Genes'].replace({';':','},regex=True)
df11_ORApathwaytable=droppeddatafileORAdf11.copy()
df11_ORApathwaytable['Genes'] = df11_ORApathwaytable['Genes'].astype(str)
df11_ORApathwaytable['Genes'] = df11_ORApathwaytable['Genes'].str.split(',')
exploded_df11_ORApathwaytable = df11_ORApathwaytable.explode('Genes', ignore_index=True)
Section 13.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 145. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets11= exploded_df11_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets11= significantKEIDgenetable11.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs11 = {}

for term, ORA_genes in ORA_gene_sets11.items():
    for KEID, KEID_genes in SignificantKE_gene_sets11.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs11[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs11:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs11.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
IOPub data rate exceeded.
The Jupyter server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--ServerApp.iopub_data_rate_limit`.

Current values:
ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
ServerApp.rate_limit_window=3.0 (secs)



Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'LAMA1', 'IKBKG', 'LAMB1', 'NFKB1', 'LAMA5', 'PIK3R1', 'ITGA6', 'BCL2', 'COL4A3', 'AKT1', 'COL4A4', 'CDK2', 'PIK3CA', 'LAMB2', 'LAMA4', 'RELA', 'COL4A1', 'BCL2L1', 'CDKN1B', 'PTEN', 'ITGB1', 'CDK6', 'CCND1', 'FN1', 'ITGA3', 'COL4A2', 'ITGAV', 'AKT2', 'ITGA2', 'COL4A6'}, number: 30
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA', 'BCL2', 'NFKB1', 'AKT1', 'PTEN'}, number: 5
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IKBKG', 'NFKBIA', 'CYCS', 'TRAF2', 'BID', 'BCL2', 'RELA', 'BIRC3', 'NFKB1', 'BCL2L1', 'AKT1', 'PIK3R1', 'CASP3', 'BIRC2'}, number: 14
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3CA', 'BCL2', 'NFKB1', 'AKT1', 'PIK3R1', 'PTEN'}, number: 6
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'PIK3CA', 'CASP3', 'AKT1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'NFKB1', 'BCL2', 'AKT1'}, number: 3
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IKBKG', 'NFKBIA', 'CYCS', 'TRAF2', 'BID', 'BCL2', 'RELA', 'BIRC3', 'NFKB1', 'BCL2L1', 'AKT1', 'PIK3R1', 'CASP3', 'BIRC2'}, number: 14
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'NFKB1', 'JUN', 'RELA', 'BIRC2'}, number: 4
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'IL1B', 'RELA', 'NFKB1', 'TLR4'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PRKAA1', 'JUN', 'IL1B', 'WWTR1', 'ULK1', 'NFKB1', 'CREB1', 'PTEN'}, number: 8
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'BIRC2'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1', 'JUN', 'STAT3'}, number: 3
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'BIRC2'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'NFKB1', 'CREB1', 'IL1B', 'STAT3'}, number: 4
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'IL1B', 'RELA', 'NFKB1', 'TLR4'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'PARD3', 'IL1B', 'RELA', 'NFKB1', 'STAT3'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN', 'IL1B', 'RELA', 'NFKB1', 'TLR4'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'PARD3', 'IL1B', 'RELA', 'NFKB1', 'STAT3'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'IL1B', 'RELA', 'NFKB1', 'TLR4'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'IL1B', 'NFKB1', 'STAT3', 'IRF8'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'PARD3', 'IL1B', 'RELA', 'NFKB1', 'STAT3'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'PRKCI', 'CREB1', 'PTEN', 'STAT3'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'BIRC2'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'PARD3', 'MAP3K14', 'IL1B', 'RELA', 'NFKB1', 'STAT3', 'BIRC2'}, number: 8
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'CFL2', 'PTEN', 'STAT3'}, number: 4
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'IL1B', 'RELA', 'NFKB1', 'TLR4'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN', 'IL1B', 'RELA', 'NFKB1', 'TLR4'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'JUN', 'NFKB1', 'CREB1', 'PTEN', 'BCL6'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'IL1B', 'RELA', 'NFKB1', 'TLR4'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'JUN', 'IL1B', 'NFKB1', 'CREB1', 'PTEN', 'BCL6'}, number: 7
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'BIRC2'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PARD3', 'IL1B', 'RELA', 'NFKB1', 'STAT3', 'IRF8'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'IL1B', 'IRF8'}, number: 2
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN', 'TLR4', 'RELA'}, number: 3
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN', 'IL1B', 'RELA', 'NFKB1', 'TLR4'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN', 'TLR4', 'RELA'}, number: 3
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'CREB1'}, number: 2
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKAA1', 'PCK1', 'RELA', 'ULK1', 'NFKB1', 'CREB1', 'TLR4', 'PTEN'}, number: 8
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'NFKB1', 'CREB1', 'IL1B', 'STAT3'}, number: 4
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'JUN', 'NFKB1', 'CREB1', 'PTEN', 'BCL6'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'CREB1'}, number: 2
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'PARD3', 'IL1B', 'RELA', 'NFKB1', 'STAT3'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RELA', 'NFKB1', 'STAT3'}, number: 3
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'IL1B', 'RELA', 'NFKB1'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKAA1', 'JUN', 'PCK1', 'ULK1', 'NFKB1', 'PTEN'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'JUN', 'IL1B', 'NFKB1', 'CREB1', 'PTEN', 'BCL6'}, number: 7
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'PARD3', 'RELA', 'NFKB1', 'STAT3'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'CREB1', 'BIRC2'}, number: 6
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PRKAA1', 'JUN', 'RELA', 'RANBP9', 'NFKB1', 'CREB1', 'STAT3'}, number: 7
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKAA1', 'JUN', 'IL1B', 'RELA', 'RANBP9', 'NFKB1', 'CREB1', 'PTEN', 'STAT3'}, number: 9
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'NFKB1', 'CREB1', 'IL1B', 'STAT3'}, number: 4
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKAA1', 'SREBF1'}, number: 2
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PRKAA1', 'NR1H2', 'SREBF1', 'PCK1', 'RAB10', 'WWTR1', 'ULK1', 'CREB1', 'RAB8A', 'PTEN', 'STAT3'}, number: 11
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAA1'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKAA1', 'SREBF1', 'PCK1', 'RAB10', 'RELA', 'ULK1', 'NFKB1', 'CREB1', 'TLR4', 'RAB8A', 'PTEN'}, number: 11
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL1B', 'NFKB1', 'CREB1', 'PTEN', 'STAT3'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'NFKB1', 'JUN', 'RELA', 'BIRC2'}, number: 4
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL1B', 'NFKB1', 'CREB1', 'PTEN', 'STAT3'}, number: 5
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'NFKB1', 'CREB1', 'IL1B', 'STAT3'}, number: 4
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: Smith Magenis And Potocki Lupski Syndrome Copy Number Variation WP5381, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'BIRC2'}, number: 5
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IGF1R', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PTEN', 'FOXO1', 'IGF1R', 'AKT1'}, number: 4
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IGF1R', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IGF1R', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'FOXO1', 'PTEN', 'AKT1'}, number: 3
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IGF1R', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PTEN', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PTEN', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'PTEN', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IGF1R', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PTEN', 'IGF1R', 'AKT1'}, number: 3
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PTEN', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PTEN'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'PTEN', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'IGF1R', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PTEN', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PTEN', 'FOXO1', 'IGF1R', 'AKT1'}, number: 4
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PTEN', 'FOXO1', 'IGF1R', 'AKT1'}, number: 4
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PTEN', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IGF1R', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PTEN', 'AKT1'}, number: 2
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Somatroph Axis GH Relationship To Dietary Restriction And Aging WP4186, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IGF1R', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PRKAA1', 'PRKAG3', 'YY1', 'PIK3CA', 'CREB1', 'AKT1', 'SP1', 'PRKAB2'}, number: 8
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'DBI', 'LPL', 'PPARG'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'CREB1', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'SP1', 'CREB1', 'AKT1'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'SCARB1', 'LDLR', 'HMGCR'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CA', 'LDLR', 'CREB1', 'AKT1'}, number: 4
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SP1', 'CREB1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'PIK3CA', 'LDLR', 'CREB1', 'AKT1'}, number: 4
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CREB1', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKAA1', 'PRKAG3', 'PIK3CA', 'CREB1', 'AKT1', 'PRKAB2'}, number: 6
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'CREB1', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CA', 'LDLR', 'CREB1', 'AKT1'}, number: 4
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'CREB1', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKAA1', 'PRKAG3', 'DBI', 'PPARG', 'LPL', 'SP1', 'PRKAB2'}, number: 7
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'SCARB1', 'LDLR', 'HMGCR'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'PIK3CA', 'LDLR', 'CREB1', 'AKT1'}, number: 4
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3CA', 'SP1', 'AKT1'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'SP1', 'CREB1', 'AKT1'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'SCARB1', 'LDLR', 'HMGCR'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PRKAA1', 'CREB1', 'AKT1'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKAA1', 'PIK3CA', 'CREB1', 'AKT1'}, number: 4
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'CREB1', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'CREB1', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKAA1', 'PRKAG3', 'SREBF1', 'ACACA', 'FASN', 'PIK3CA', 'SCARB1', 'HMGCR', 'AKT1', 'LDLR', 'PRKAB2'}, number: 11
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FDPS', 'SREBF1', 'FDFT1', 'HMGCR', 'IDI1', 'NR1H2', 'ACACA', 'FASN', 'PPARG', 'HMGCS1', 'LPL', 'CREB1', 'AKT1', 'PRKAA1', 'LPIN1', 'PIK3CA', 'MVD', 'CYP51A1', 'SP1'}, number: 19
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAA1', 'PRKAG3', 'ACACA', 'FASN', 'DBI', 'ACLY', 'SCARB1', 'LPL', 'AKT1', 'LDLR', 'PRKAB2'}, number: 11
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKAA1', 'SREBF1', 'ACACA', 'PIK3CA', 'CREB1', 'AKT1'}, number: 6
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA', 'CREB1', 'AKT1'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3CA', 'CREB1', 'AKT1'}, number: 3
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'CREB1', 'AKT1'}, number: 2
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'SP1'}, number: 1
Term: Sterol Regulatory Element Binding Proteins SREBP Signaling WP1982, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IKBKG', 'JUN', 'RELA', 'NFKB1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 7
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'MAPK1', 'NFKB1', 'PIK3R1', 'REL', 'MAP2K2', 'NFATC1', 'MAPK14', 'AKT1', 'MAP3K8', 'PAK1', 'RAF1', 'RELA', 'ATF2', 'CRK', 'FOS', 'JUN', 'GRB2', 'NFKBIA'}, number: 21
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'MAPK9', 'PAK1', 'GRB2', 'RAF1', 'SHC1', 'MAPK1', 'NFKB1', 'ATF2', 'CREB1', 'MAPK14', 'AKT1', 'MAP2K2'}, number: 13
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS', 'NFKB1', 'MAPK14'}, number: 3
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'REL', 'NFKBIA'}, number: 5
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'AKT1', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 9
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS', 'NFKB1', 'JUN', 'MAPK9'}, number: 4
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'AKT1', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 9
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS', 'NFKB1', 'MAPK14'}, number: 3
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'FOS'}, number: 5
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'MAPK1', 'NFKB1', 'PIK3R1', 'REL', 'MAP2K2', 'NFATC1', 'MAPK14', 'AKT1', 'MAP3K8', 'PAK1', 'RAF1', 'RELA', 'ATF2', 'CRK', 'FOS', 'JUN', 'GRB2', 'NFKBIA'}, number: 21
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'PAK1', 'GRB2', 'RAF1', 'SHC1', 'RELA', 'MAPK1', 'NFKB1', 'AKT1', 'CRK', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 15
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IKBKG', 'JUN', 'NFKBIA', 'MAPK9', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'FOS', 'MAP3K8', 'PIK3R1', 'MAP2K2'}, number: 13
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'PAK1', 'GRB2', 'RAF1', 'SHC1', 'RELA', 'MAPK1', 'NFKB1', 'AKT1', 'CRK', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 15
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'MAPK1', 'NFKB1', 'PIK3R1', 'REL', 'MAP2K2', 'NFATC1', 'MAPK14', 'AKT1', 'MAP3K8', 'PAK1', 'RAF1', 'RELA', 'ATF2', 'CRK', 'FOS', 'JUN', 'GRB2', 'NFKBIA'}, number: 21
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'FOS', 'NFKB1', 'JUN', 'MAPK9'}, number: 4
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'PAK1', 'GRB2', 'RAF1', 'SHC1', 'RELA', 'MAPK1', 'NFKB1', 'AKT1', 'CRK', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 15
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS', 'NFKB1', 'MAPK14'}, number: 3
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GAB2', 'JUN', 'MAPK9', 'PAK1', 'GRB2', 'CBL', 'RAF1', 'SHC1', 'PDPK1', 'MAPK1', 'NCK1', 'CREB1', 'MAPK14', 'AKT1', 'CRK', 'FOS', 'PIK3R1', 'MAP2K2'}, number: 18
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'REL', 'NFKBIA'}, number: 5
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'AKT1', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 9
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAP3K14', 'MAPK9', 'PAK1', 'GRB2', 'RAF1', 'SHC1', 'RELA', 'MAPK1', 'NFKB1', 'AKT1', 'CRK', 'MAP3K8', 'PIK3R1', 'REL', 'NFKBIA'}, number: 17
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'PAK1'}, number: 2
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'MAPK1', 'NFKB1', 'PIK3R1', 'REL', 'MAP2K2', 'NFATC1', 'MAPK14', 'AKT1', 'MAP3K8', 'PAK1', 'RAF1', 'RELA', 'ATF2', 'CRK', 'FOS', 'JUN', 'GRB2', 'NFKBIA'}, number: 21
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'IKBKG', 'JUN', 'NFKBIA', 'MAPK9', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'FOS', 'MAP3K8', 'PIK3R1', 'MAP2K2'}, number: 13
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN', 'MAPK9', 'GRB2', 'SHC1', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'PIK3R1'}, number: 9
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'RAF1', 'MAPK1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'MAPK1', 'NFKB1', 'PIK3R1', 'REL', 'MAP2K2', 'NFATC1', 'MAPK14', 'AKT1', 'MAP3K8', 'PAK1', 'RAF1', 'RELA', 'ATF2', 'CRK', 'FOS', 'JUN', 'GRB2', 'NFKBIA'}, number: 21
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'RAF1', 'MAPK1', 'ATF2', 'CREB1', 'ITPR1'}, number: 5
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN', 'MAPK9', 'GRB2', 'SHC1', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'PIK3R1'}, number: 9
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'AKT1', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 9
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IKBKG', 'PAK1', 'GRB2', 'RAF1', 'SHC1', 'RELA', 'MAPK1', 'NFKB1', 'AKT1', 'CRK', 'PIK3R1', 'NFKBIA'}, number: 12
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN', 'RELA', 'MAPK14', 'FOS', 'NFKBIA'}, number: 5
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'IKBKG', 'JUN', 'NFKBIA', 'MAPK9', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'FOS', 'MAP3K8', 'PIK3R1', 'REL', 'MAP2K2'}, number: 14
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN', 'RELA', 'MAPK14', 'FOS', 'NFKBIA'}, number: 5
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CREB1', 'AKT1'}, number: 2
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GAB2', 'IKBKG', 'MAPK9', 'PAK1', 'GRB2', 'RAF1', 'SHC1', 'PDPK1', 'RELA', 'MAPK1', 'NFKB1', 'ATF2', 'CREB1', 'AKT1', 'PIK3R1', 'REL', 'MAP2K2'}, number: 17
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'FOS'}, number: 5
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN', 'MAPK9', 'GRB2', 'SHC1', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'PIK3R1'}, number: 9
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'GAB2', 'GRB2', 'SHC1', 'MAPK1', 'CREB1', 'AKT1'}, number: 6
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'PAK1', 'GRB2', 'RAF1', 'SHC1', 'RELA', 'MAPK1', 'NFKB1', 'AKT1', 'CRK', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 15
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GAB2', 'NFKBIA', 'GRB2', 'CBL', 'SHC1', 'RELA', 'MAPK1', 'NFKB1', 'ATF2', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'MAP2K2'}, number: 14
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IKBKG', 'JUN', 'NFKBIA', 'MAP3K14', 'MAPK9', 'RELA', 'MAPK1', 'NFKB1', 'ATF2', 'MAPK14', 'AKT1', 'PIK3R1', 'REL', 'MAP2K2'}, number: 14
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'MAPK9', 'PDPK1', 'NFATC1', 'NFKB1', 'MAPK14', 'FOS'}, number: 7
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN', 'MAPK9', 'GRB2', 'SHC1', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'PIK3R1'}, number: 9
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS', 'NFKB1', 'MAPK14'}, number: 3
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'PAK1', 'GRB2', 'RAF1', 'SHC1', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'CRK', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 16
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GAB2', 'IKBKG', 'JUN', 'MAP3K14', 'GRB2', 'SHC1', 'RELA', 'MAPK1', 'NFKB1', 'CREB1', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 15
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GAB2', 'IKBKG', 'MAPK9', 'PDPK1', 'MAPK1', 'NCK1', 'NFKB1', 'PIK3R1', 'MAP2K2', 'SHC1', 'CREB1', 'MAPK14', 'AKT1', 'RAF1', 'RELA', 'FOS', 'JUN', 'GRB2', 'NFKBIA'}, number: 19
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IKBKG', 'JUN', 'NFKBIA', 'MAPK9', 'GRB2', 'RAF1', 'SHC1', 'PDPK1', 'RELA', 'MAPK1', 'NCK1', 'NFKB1', 'CREB1', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'MAP2K2'}, number: 18
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'FOS'}, number: 5
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'GAB2', 'GRB2', 'SHC1', 'MAPK1', 'CREB1', 'AKT1'}, number: 6
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IKBKG', 'GRB2', 'RAF1', 'PDPK1', 'MAPK1', 'ATF2', 'CREB1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 10
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IKBKG', 'GRB2', 'RAF1', 'PDPK1', 'RELA', 'MAPK1', 'NFKB1', 'ATF2', 'CREB1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 12
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'FOS'}, number: 5
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IKBKG', 'JUN', 'RELA', 'NFKB1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 7
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SHC1', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'FOS', 'PIK3R1'}, number: 7
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'MAPK1', 'RAF1', 'AKT1', 'MAPK9'}, number: 4
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'FOS'}, number: 5
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS', 'NFKB1', 'MAPK14'}, number: 3
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAP3K14', 'RELA', 'NFKB1', 'AKT1', 'FOS', 'PIK3R1', 'NFKBIA'}, number: 9
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NFKB1', 'EGFR'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'NFKB1', 'EGFR', 'ITGB1'}, number: 3
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NFKB1', 'EGFR'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'NFKB1', 'STAT3', 'ITGB1'}, number: 3
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'NFKB1', 'POLR3F'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'NFKB1', 'STAT3', 'ITGB1'}, number: 3
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NFKB1', 'EGFR'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'HLA-B', 'NFKB1', 'STAT3'}, number: 3
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'PIAS3', 'STAT3'}, number: 3
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NFKB1', 'EGFR'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NFKB1', 'EGFR'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'HLA-B', 'NFKB1', 'STAT3'}, number: 3
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'HLA-B'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA10', 'EGFR', 'NFKB1', 'DDIT4', 'ITGB1'}, number: 5
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DDIT4', 'NFKB1'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA10', 'EGFR', 'DDIT4', 'STAT3', 'ITGB1'}, number: 5
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA10', 'EGFR', 'NFKB1', 'DDIT4', 'ITGB1'}, number: 5
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'NFKB1', 'STAT3'}, number: 2
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): {'SDHD', 'SDHB'}, number: 2
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'DLD'}, number: 1
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle Aka Krebs Or Citric Acid Cycle WP78, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'IDH1', 'PCK1'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ACLY', 'DLD', 'PC'}, number: 3
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'DLD', 'DLAT'}, number: 2
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TCA Cycle And Deficiency Of Pyruvate Dehydrogenase Complex PDHc WP2453, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'JUN', 'PIK3R1', 'AKT1'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PPM1A', 'JUN', 'MAPK9', 'GRB2', 'TGFBR2', 'FN1', 'RAF1', 'MEF2C', 'MAPK1', 'RAC1', 'ATF2', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 17
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ATF3', 'MAPK9', 'MAPK1', 'MAP2K2', 'SHC1', 'ITGB4', 'PDK1', 'AKT1', 'MAPK14', 'RAF1', 'ATF2', 'SP1', 'ITGB1', 'CCND1', 'JUN', 'GRB2', 'FN1', 'PAK2', 'ITGA2'}, number: 19
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS', 'SP1', 'JUNB', 'MAPK14'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'FOS', 'JUN', 'PIK3R1', 'AKT1'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'ZEB2', 'JUN', 'MAPK9', 'SMAD2', 'TGFBR2', 'EP300', 'FOS', 'TGIF1', 'SMAD3'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'FOS', 'JUN', 'PIK3R1', 'AKT1'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS', 'SP1', 'JUNB', 'MAPK14'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD2', 'FN1', 'MAPK1', 'AKT1', 'TNC', 'SMAD3'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'SMAD2', 'TGFBR2', 'MAPK1', 'AKT1', 'FOS', 'SMAD3'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PPM1A', 'JUN', 'MAPK9', 'GRB2', 'TGFBR2', 'FN1', 'RAF1', 'MEF2C', 'MAPK1', 'RAC1', 'ATF2', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 17
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'ZEB2', 'JUN', 'MAPK9', 'SMAD2', 'GRB2', 'TGFBR2', 'RAF1', 'SHC1', 'EP300', 'MAPK1', 'RAC1', 'AKT1', 'FOS', 'TGIF1', 'PIK3R1', 'SMAD3', 'ITGB1'}, number: 17
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN', 'MAPK9', 'MAPK1', 'RAC1', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'MAP2K2'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'ZEB2', 'JUN', 'MAPK9', 'SMAD2', 'GRB2', 'TGFBR2', 'RAF1', 'SHC1', 'EP300', 'MAPK1', 'RAC1', 'AKT1', 'FOS', 'TGIF1', 'PIK3R1', 'SMAD3', 'ITGB1'}, number: 17
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PPM1A', 'JUN', 'MAPK9', 'GRB2', 'TGFBR2', 'FN1', 'RAF1', 'MEF2C', 'MAPK1', 'RAC1', 'ATF2', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 17
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'ZEB2', 'JUN', 'MAPK9', 'SMAD2', 'TGFBR2', 'EP300', 'FOS', 'TGIF1', 'SMAD3'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'ZEB2', 'JUN', 'MAPK9', 'SMAD2', 'GRB2', 'TGFBR2', 'RAF1', 'SHC1', 'EP300', 'MAPK1', 'RAC1', 'AKT1', 'FOS', 'TGIF1', 'PIK3R1', 'SMAD3'}, number: 16
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS', 'SP1', 'JUNB', 'MAPK14'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MEF2A', 'JUN', 'CAV1', 'ITCH', 'MAPK9', 'GRB2', 'HGS', 'RAF1', 'MEF2C', 'SHC1', 'MAPK1', 'RAC1', 'MAPK14', 'AKT1', 'FOS', 'SP1', 'PIK3R1', 'MAP2K2'}, number: 18
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1', 'PIAS1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'FOS', 'JUN', 'PIK3R1', 'AKT1'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'MAPK9', 'GRB2', 'RAF1', 'SHC1', 'MAPK1', 'RAC1', 'AKT1', 'PIK3R1'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'RAC1', 'AKT1'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PPM1A', 'JUN', 'MAPK9', 'GRB2', 'TGFBR2', 'FN1', 'RAF1', 'MEF2C', 'MAPK1', 'RAC1', 'ATF2', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 17
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN', 'MAPK9', 'MAPK1', 'RAC1', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'MAP2K2'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'CCND1', 'JUN', 'MAPK9', 'GRB2', 'SHC1', 'MAPK1', 'RAC1', 'PDK1', 'AKT1', 'PIK3R1', 'SMAD3'}, number: 12
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'GRB2', 'RAF1', 'MAPK1', 'PDK1', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PPM1A', 'JUN', 'MAPK9', 'GRB2', 'TGFBR2', 'FN1', 'RAF1', 'MEF2C', 'MAPK1', 'RAC1', 'ATF2', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'PAK2', 'MAP2K2'}, number: 17
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'TGFBR2', 'RAF1', 'MAPK1', 'ATF2', 'SP1', 'SMAD3'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'JUN', 'MAPK9', 'GRB2', 'SHC1', 'MAPK1', 'RAC1', 'PDK1', 'AKT1', 'PIK3R1', 'SMAD3'}, number: 12
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'FOS', 'JUN', 'PIK3R1', 'AKT1'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GRB2', 'FN1', 'RAF1', 'SHC1', 'MAPK1', 'RAC1', 'AKT1', 'PIK3R1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS', 'JUN', 'MAPK14'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN', 'MAPK9', 'MAPK1', 'RAC1', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'MAP2K2'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS', 'JUN', 'MAPK14'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'CCND1', 'AKT1'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'MAPK9', 'GRB2', 'FN1', 'RAF1', 'SHC1', 'MAPK1', 'RAC1', 'ATF2', 'ITGB4', 'AKT1', 'TNC', 'ITGB1', 'PIK3R1', 'PAK2', 'ITGA2', 'MAP2K2'}, number: 17
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'SMAD2', 'TGFBR2', 'MAPK1', 'AKT1', 'FOS', 'SMAD3'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'CCND1', 'JUN', 'MAPK9', 'GRB2', 'SHC1', 'MAPK1', 'RAC1', 'PDK1', 'AKT1', 'PIK3R1', 'SMAD3'}, number: 12
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'CCND1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MAPK1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'ZEB2', 'JUN', 'MAPK9', 'SMAD2', 'GRB2', 'TGFBR2', 'RAF1', 'SHC1', 'EP300', 'MAPK1', 'RAC1', 'AKT1', 'FOS', 'TGIF1', 'PIK3R1', 'SMAD3'}, number: 16
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'SHC1', 'EP300', 'MAPK1', 'ATF2', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'MAP2K2'}, number: 10
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'MAPK9', 'MAPK1', 'ATF2', 'MAPK14', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'JUN', 'JUNB', 'MAPK9', 'TGFBR2', 'RAC1', 'MAPK14', 'FOS', 'SP1'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'CCND1', 'JUN', 'MAPK9', 'GRB2', 'TGFBR2', 'SHC1', 'MAPK1', 'RAC1', 'PDK1', 'AKT1', 'PIK3R1', 'SMAD3'}, number: 13
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS', 'SP1', 'JUNB', 'MAPK14'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'ZEB2', 'JUNB', 'MAPK9', 'MAPK1', 'RAC1', 'PIK3R1', 'SMAD2', 'SHC1', 'MAPK14', 'AKT1', 'RAF1', 'FOS', 'SP1', 'SMAD3', 'JUN', 'GRB2', 'TGFBR2', 'EP300', 'TGIF1'}, number: 19
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN', 'JUNB', 'GRB2', 'SHC1', 'MAPK1', 'MAPK14', 'AKT1', 'FOS', 'SP1', 'PIK3R1'}, number: 10
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MEF2A', 'JUN', 'MAPK9', 'GRB2', 'RAF1', 'MEF2C', 'SHC1', 'MAPK1', 'RAC1', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'MAP2K2'}, number: 14
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MEF2A', 'JUN', 'MAPK9', 'SMAD2', 'GRB2', 'TGFBR2', 'RAF1', 'MEF2C', 'SHC1', 'MAPK1', 'RAC1', 'MAPK14', 'AKT1', 'FOS', 'PIK3R1', 'SMAD3', 'MAP2K2'}, number: 17
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'SMAD2', 'TGFBR2', 'MAPK1', 'AKT1', 'FOS', 'SMAD3'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MAPK1', 'SHC1', 'AKT1', 'GRB2'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2', 'PIK3R1', 'AKT1'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MEF2A', 'GRB2', 'FN1', 'RAF1', 'MEF2C', 'MAPK1', 'E2F4', 'ITGB1', 'ATF2', 'ITGB4', 'KLF6', 'AKT1', 'TNC', 'SP1', 'PIK3R1', 'ITGA2', 'SMAD3', 'MAP2K2'}, number: 18
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAR2A', 'AKT1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'GRB2', 'FN1', 'RAF1', 'MAPK1', 'RAC1', 'ATF2', 'ITGB4', 'AKT1', 'TNC', 'ITGB1', 'PIK3R1', 'ITGA2', 'MAP2K2'}, number: 14
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SMAD2', 'TGFBR2', 'MAPK1', 'AKT1', 'FOS', 'SMAD3'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN', 'PIK3R1', 'AKT1'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SMAD2', 'TGFBR2', 'SHC1', 'MAPK1', 'AKT1', 'FOS', 'PIK3R1', 'SMAD3'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'MAPK9', 'SMAD2', 'RAF1', 'MAPK1', 'AKT1'}, number: 5
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'SMAD2', 'TGFBR2', 'MAPK1', 'AKT1', 'FOS', 'SMAD3'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS', 'SP1', 'JUNB', 'MAPK14'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'FOS', 'JUN', 'PIK3R1', 'AKT1'}, number: 4
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP7', 'IKBKG', 'JUN', 'TNFRSF1A', 'TRAF2', 'TNFRSF1B', 'BID', 'BIRC2', 'BIRC3', 'MAP3K1', 'NFKB1', 'BCL2L1', 'AKT1', 'CASP3', 'NFKBIA'}, number: 15
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'MAP2K7', 'MAPK1', 'RAC1', 'NFKB1', 'REL', 'TNFRSF1B', 'TBK1', 'AKT1', 'MAP3K8', 'CASP3', 'TNFRSF1A', 'RAF1', 'TAB3', 'NFKB2', 'JUN', 'TRAF2', 'GRB2', 'MAP3K1', 'MAP3K3', 'NFKBIA'}, number: 23
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'TRAF2', 'MAPK9', 'GRB2', 'RAF1', 'MAP2K7', 'MAPK1', 'MAP3K1', 'NFKB1', 'MAP3K3', 'AKT1', 'CSNK2A1'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'IKBKG', 'NFKB1', 'REL', 'NFKBIA'}, number: 4
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP7', 'IKBKG', 'JUN', 'TNFRSF1A', 'MAP3K14', 'TNFRSF1B', 'TRAF2', 'BID', 'BIRC2', 'BIRC3', 'MAP3K1', 'NFKB1', 'BCL2L1', 'AKT1', 'CASP3', 'NFKBIA'}, number: 16
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1', 'JUN', 'MAPK9'}, number: 3
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP7', 'IKBKG', 'JUN', 'TNFRSF1A', 'MAP3K14', 'TNFRSF1B', 'TRAF2', 'BID', 'BIRC2', 'BIRC3', 'MAP3K1', 'NFKB1', 'BCL2L1', 'AKT1', 'CASP3', 'NFKBIA'}, number: 16
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'TNFRSF1A', 'TNFRSF1B', 'MAPK1', 'NFKB1', 'AKT1', 'NFKB2'}, number: 6
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'MAP2K7', 'MAPK1', 'RAC1', 'NFKB1', 'REL', 'TNFRSF1B', 'TBK1', 'AKT1', 'MAP3K8', 'CASP3', 'TNFRSF1A', 'RAF1', 'TAB3', 'NFKB2', 'JUN', 'TRAF2', 'GRB2', 'MAP3K1', 'MAP3K3', 'NFKBIA'}, number: 23
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'GRB2', 'RAF1', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'NFKBIA'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'MAP2K7', 'MAPK1', 'RAC1', 'NFKB1', 'TBK1', 'TAB3', 'AKT1', 'MAP3K8', 'NFKBIA'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'GRB2', 'RAF1', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'NFKBIA'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'MAP2K7', 'MAPK1', 'RAC1', 'NFKB1', 'REL', 'TNFRSF1B', 'TBK1', 'AKT1', 'MAP3K8', 'CASP3', 'TNFRSF1A', 'RAF1', 'TAB3', 'NFKB2', 'JUN', 'TRAF2', 'GRB2', 'MAP3K1', 'MAP3K3', 'NFKBIA'}, number: 23
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'NFKB1', 'JUN', 'MAPK9'}, number: 3
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'GRB2', 'RAF1', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'NFKBIA'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'MAPK9', 'GRB2', 'RAF1', 'MAPK1', 'RAC1', 'MAP3K1', 'MAP3K3', 'AKT1'}, number: 9
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'TNFRSF1A', 'TNFRSF1B'}, number: 2
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'IKBKG', 'NFKB1', 'REL', 'NFKBIA'}, number: 4
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP7', 'IKBKG', 'JUN', 'TNFRSF1A', 'MAP3K14', 'TNFRSF1B', 'TRAF2', 'BID', 'BIRC2', 'BIRC3', 'MAP3K1', 'NFKB1', 'BCL2L1', 'AKT1', 'CASP3', 'NFKBIA'}, number: 16
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'BID', 'MAP2K7', 'MAPK1', 'RAC1', 'NFKB1', 'HSP90AA1', 'PSMD2', 'REL', 'CASP7', 'TNFRSF1B', 'TANK', 'BIRC3', 'TBK1', 'RFK', 'AKT1', 'MAP3K8', 'CASP3', 'BIRC2', 'CDC37', 'TNFRSF1A', 'TNFAIP3', 'RAF1', 'CSNK2A1', 'TAB3', 'BCL2L1', 'NFKB2', 'JUN', 'CYBA', 'TRAF2', 'GRB2', 'MAP3K1', 'MAP3K3', 'NFKBIA'}, number: 36
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'MAP2K7', 'MAPK1', 'RAC1', 'NFKB1', 'REL', 'TNFRSF1B', 'TBK1', 'AKT1', 'MAP3K8', 'CASP3', 'TNFRSF1A', 'RAF1', 'TAB3', 'NFKB2', 'JUN', 'TRAF2', 'GRB2', 'MAP3K1', 'MAP3K3', 'NFKBIA'}, number: 23
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'MAP2K7', 'MAPK1', 'RAC1', 'NFKB1', 'TBK1', 'TAB3', 'AKT1', 'MAP3K8', 'NFKBIA'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN', 'MAPK9', 'BID', 'GRB2', 'MAPK1', 'RAC1', 'NFKB1', 'MAP3K1', 'AKT1', 'CASP3', 'NFKB2'}, number: 11
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'GRB2', 'BID', 'RAF1', 'MAPK1', 'AKT1', 'CASP3'}, number: 6
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IKBKG', 'MAP3K14', 'MAPK9', 'MAP2K7', 'MAPK1', 'RAC1', 'NFKB1', 'REL', 'TNFRSF1B', 'TBK1', 'AKT1', 'MAP3K8', 'CASP3', 'TNFRSF1A', 'RAF1', 'TAB3', 'NFKB2', 'JUN', 'TRAF2', 'GRB2', 'MAP3K1', 'MAP3K3', 'NFKBIA'}, number: 23
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'MAPK1', 'RAF1'}, number: 2
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN', 'MAPK9', 'BID', 'GRB2', 'MAPK1', 'RAC1', 'NFKB1', 'MAP3K1', 'AKT1', 'CASP3', 'NFKB2'}, number: 11
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP7', 'IKBKG', 'JUN', 'TNFRSF1A', 'MAP3K14', 'TNFRSF1B', 'TRAF2', 'BID', 'BIRC2', 'BIRC3', 'MAP3K1', 'NFKB1', 'BCL2L1', 'AKT1', 'CASP3', 'NFKBIA'}, number: 16
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IKBKG', 'TNFRSF1A', 'TNFRSF1B', 'GRB2', 'RAF1', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'NFKBIA'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN', 'NFKBIA'}, number: 2
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'MAP2K7', 'MAPK1', 'RAC1', 'NFKB1', 'TBK1', 'TAB3', 'AKT1', 'MAP3K8', 'REL', 'NFKB2', 'NFKBIA'}, number: 14
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN', 'NFKBIA'}, number: 2
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BID', 'CASP3', 'AKT1'}, number: 3
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HSP90AA1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDC37', 'IKBKG', 'MAPK9', 'GRB2', 'RAF1', 'MAPK1', 'RAC1', 'NFKB1', 'BCL2L1', 'AKT1', 'HSP90AA1', 'REL'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'TNFRSF1A', 'TNFRSF1B', 'MAPK1', 'NFKB1', 'AKT1', 'NFKB2'}, number: 6
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN', 'MAPK9', 'BID', 'GRB2', 'MAPK1', 'RAC1', 'NFKB1', 'MAP3K1', 'AKT1', 'CASP3', 'NFKB2'}, number: 11
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'BID', 'CASP3'}, number: 2
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MAPK1', 'AKT1', 'GRB2'}, number: 3
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'GRB2', 'RAF1', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'NFKBIA'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'MAPK1', 'NFKB1', 'AKT1', 'NFKBIA'}, number: 5
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAP3K14', 'MAPK9', 'MAP2K7', 'MAPK1', 'MAP3K1', 'NFKB1', 'TAB3', 'AKT1', 'MAP3K3', 'REL', 'NFKBIA'}, number: 13
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RAC1', 'NFKB1', 'HSP90AA1', 'CSNK2A1'}, number: 6
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN', 'MAPK9', 'BID', 'GRB2', 'MAPK1', 'RAC1', 'NFKB1', 'MAP3K1', 'AKT1', 'HSP90AA1', 'CASP3', 'NFKB2'}, number: 12
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'GRB2', 'RAF1', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'NFKBIA'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP7', 'IKBKG', 'JUN', 'TNFRSF1A', 'MAP3K14', 'TNFRSF1B', 'TRAF2', 'BID', 'BIRC2', 'GRB2', 'MAPK1', 'BIRC3', 'NFKB1', 'MAP3K1', 'BCL2L1', 'AKT1', 'CASP3', 'NFKBIA'}, number: 18
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IKBKG', 'JUN', 'MAPK9', 'GRB2', 'RAF1', 'CSNK2A1', 'MAPK1', 'RAC1', 'NFKB1', 'MAP3K1', 'AKT1', 'CASP3', 'NFKBIA'}, number: 13
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IKBKG', 'JUN', 'TNFRSF1A', 'TNFRSF1B', 'MAPK9', 'GRB2', 'RAF1', 'CSNK2A1', 'MAPK1', 'RAC1', 'NFKB1', 'MAP3K1', 'AKT1', 'CASP3', 'NFKB2', 'NFKBIA'}, number: 16
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TNFRSF1A', 'TNFRSF1B', 'MAPK1', 'NFKB1', 'AKT1', 'NFKB2'}, number: 6
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MAPK1', 'AKT1', 'GRB2'}, number: 3
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1', 'HSP90AA1'}, number: 2
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDC37', 'IKBKG', 'GRB2', 'RAF1', 'MAPK1', 'AKT1', 'HSP90AA1'}, number: 7
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDC37', 'IKBKG', 'GRB2', 'RAF1', 'MAPK1', 'RAC1', 'NFKB1', 'BCL2L1', 'AKT1', 'HSP90AA1'}, number: 10
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TNFRSF1A', 'TNFRSF1B', 'MAPK1', 'NFKB1', 'AKT1', 'NFKB2'}, number: 6
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP7', 'IKBKG', 'JUN', 'TNFRSF1A', 'TRAF2', 'TNFRSF1B', 'BID', 'BIRC2', 'BIRC3', 'MAP3K1', 'NFKB1', 'BCL2L1', 'AKT1', 'CASP3', 'NFKBIA'}, number: 15
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'TNFRSF1A', 'TNFRSF1B', 'MAPK1', 'NFKB1', 'AKT1', 'NFKB2'}, number: 6
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'TNFRSF1A', 'MAPK9', 'RAF1', 'MAPK1', 'AKT1', 'CASP3'}, number: 6
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TNFRSF1A', 'TNFRSF1B', 'MAPK1', 'NFKB1', 'AKT1', 'NFKB2'}, number: 6
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TNF Alpha Signaling WP231, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP7', 'IKBKG', 'JUN', 'TNFRSF1A', 'MAP3K14', 'TNFRSF1B', 'TRAF2', 'BID', 'BIRC2', 'BIRC3', 'MAP3K1', 'NFKB1', 'BCL2L1', 'AKT1', 'CASP3', 'NFKBIA'}, number: 16
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP7', 'JUN', 'NFKBIA', 'TRAF2', 'RELA', 'BIRC3', 'NFKB1', 'AKT1', 'CASP3', 'BIRC2'}, number: 10
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'TRAF2', 'MAP3K14', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'AKT2', 'CASP3', 'NFKB2', 'NFKBIA'}, number: 15
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'TRAF2', 'MAPK9', 'RAF1', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'AKT2'}, number: 9
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKB1', 'RELA', 'NFKBIA'}, number: 3
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP7', 'JUN', 'NFKBIA', 'TRAF2', 'MAP3K14', 'RELA', 'BIRC3', 'NFKB1', 'AKT1', 'CASP3', 'BIRC2'}, number: 11
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'NFKB1', 'MAPK9'}, number: 3
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP7', 'JUN', 'NFKBIA', 'TRAF2', 'MAP3K14', 'RELA', 'BIRC3', 'NFKB1', 'AKT1', 'CASP3', 'BIRC2'}, number: 11
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'MAPK1', 'NFKB2', 'NFKB1', 'AKT1'}, number: 4
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'TRAF2', 'MAP3K14', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'AKT2', 'CASP3', 'NFKB2', 'NFKBIA'}, number: 15
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2', 'NFKBIA'}, number: 10
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'AKT2', 'NFKBIA'}, number: 10
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2', 'NFKBIA'}, number: 10
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'TRAF2', 'MAP3K14', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'AKT2', 'CASP3', 'NFKB2', 'NFKBIA'}, number: 15
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'NFKB1', 'MAPK9'}, number: 3
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2', 'NFKBIA'}, number: 10
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RAF1', 'MAPK1', 'RAC1', 'MAPK14', 'AKT1'}, number: 7
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKB1', 'RELA', 'NFKBIA'}, number: 3
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP7', 'JUN', 'NFKBIA', 'TRAF2', 'MAP3K14', 'RELA', 'BIRC3', 'NFKB1', 'AKT1', 'CASP3', 'BIRC2'}, number: 11
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CASP7', 'JUN', 'NFKBIA', 'TRAF2', 'MAP3K14', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'BIRC3', 'AKT1', 'AKT2', 'CASP3', 'NFKB2', 'BIRC2'}, number: 17
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'TRAF2', 'MAP3K14', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'AKT2', 'CASP3', 'NFKB2', 'NFKBIA'}, number: 15
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN', 'MAPK9', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'AKT2', 'NFKBIA'}, number: 10
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN', 'MAPK9', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2', 'CASP3', 'NFKB2'}, number: 9
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RAF1', 'MAPK1', 'AKT1', 'AKT2', 'CASP3'}, number: 5
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'TRAF2', 'MAP3K14', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'AKT2', 'CASP3', 'NFKB2', 'NFKBIA'}, number: 15
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'MAPK1', 'RAF1'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN', 'MAPK9', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2', 'CASP3', 'NFKB2'}, number: 9
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP7', 'JUN', 'NFKBIA', 'TRAF2', 'MAP3K14', 'RELA', 'BIRC3', 'NFKB1', 'AKT1', 'CASP3', 'BIRC2'}, number: 11
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2', 'NFKBIA'}, number: 8
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN', 'MAPK14', 'RELA', 'NFKBIA'}, number: 4
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'AKT2', 'NFKB2', 'NFKBIA'}, number: 11
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN', 'MAPK14', 'RELA', 'NFKBIA'}, number: 4
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CASP3', 'AKT1'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2'}, number: 8
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'MAPK1', 'NFKB2', 'NFKB1', 'AKT1'}, number: 4
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN', 'MAPK9', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2', 'CASP3', 'NFKB2'}, number: 9
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CASP3'}, number: 1
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2', 'NFKBIA'}, number: 10
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKBIA'}, number: 6
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'MAP3K14', 'MAPK9', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKBIA'}, number: 9
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RAC1', 'NFKB1', 'MAPK14'}, number: 5
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN', 'MAPK9', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2', 'CASP3', 'NFKB2'}, number: 9
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'AKT2', 'NFKBIA'}, number: 11
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP7', 'JUN', 'NFKBIA', 'TRAF2', 'MAP3K14', 'RELA', 'MAPK1', 'BIRC3', 'NFKB1', 'MAPK14', 'AKT1', 'CASP3', 'BIRC2'}, number: 13
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'CASP3', 'NFKBIA'}, number: 11
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'MAPK9', 'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'CASP3', 'NFKB2', 'NFKBIA'}, number: 12
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'MAPK1', 'NFKB2', 'NFKB1', 'AKT1'}, number: 4
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT2', 'AKT1'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MAPK1', 'RAF1', 'AKT2', 'AKT1'}, number: 4
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT2', 'AKT1'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RAF1', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'AKT1', 'AKT2'}, number: 7
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'MAPK1', 'NFKB2', 'NFKB1', 'AKT1'}, number: 4
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP7', 'JUN', 'NFKBIA', 'TRAF2', 'RELA', 'BIRC3', 'NFKB1', 'AKT1', 'CASP3', 'BIRC2'}, number: 10
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'MAPK1', 'NFKB2', 'NFKB1', 'AKT1'}, number: 4
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'MAPK9', 'RAF1', 'MAPK1', 'AKT1', 'CASP3'}, number: 5
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'MAPK1', 'NFKB2', 'NFKB1', 'AKT1'}, number: 4
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: TNF Related Weak Inducer Of Apoptosis TWEAK Signaling WP2036, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP7', 'JUN', 'NFKBIA', 'TRAF2', 'MAP3K14', 'RELA', 'BIRC3', 'NFKB1', 'AKT1', 'CASP3', 'BIRC2'}, number: 11
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'JUN', 'BCL2', 'IGF1', 'IGF1R', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'JUN', 'FN1', 'EGFR', 'RAC1', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'CCND1', 'FN1', 'BCL2', 'IGF1', 'IGF1R', 'EGFR', 'NFKB1', 'CDK2', 'PTEN', 'ITGB1'}, number: 11
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN', 'BCL2', 'IGF1', 'IGF1R', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1', 'JUN'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN', 'BCL2', 'IGF1', 'IGF1R', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'NFKB1', 'BCL2', 'IGF1'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'JUN', 'FN1', 'EGFR', 'RAC1', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'RAC1', 'NFKB1', 'PIK3R1', 'JAK2', 'ITGB1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'RAC1', 'NFKB1', 'PIK3R1', 'JUN'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'RAC1', 'NFKB1', 'PIK3R1', 'JAK2', 'ITGB1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'JUN', 'FN1', 'EGFR', 'RAC1', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'NFKB1', 'JAK2', 'JUN'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'RAC1', 'NFKB1', 'PIK3R1', 'JAK2'}, number: 5
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'EGFR', 'RAC1', 'PIK3R1', 'JAK2', 'PTEN'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN', 'BCL2', 'IGF1', 'IGF1R', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'RAC1', 'NFKB1', 'PIK3R1', 'JAK2'}, number: 5
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1', 'PTEN'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'JUN', 'FN1', 'EGFR', 'RAC1', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'RAC1', 'NFKB1', 'PIK3R1', 'JUN'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'JUN', 'CCND1', 'BCL2', 'RB1', 'RAC1', 'NFKB1', 'CDKN1B', 'PIK3R1', 'CDK2', 'PTEN'}, number: 10
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR', 'CCND1', 'PIK3R1', 'RB1'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'JUN', 'FN1', 'EGFR', 'RAC1', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'JUN', 'CCND1', 'BCL2', 'RB1', 'RAC1', 'NFKB1', 'CDKN1B', 'PIK3R1', 'CDK2', 'PTEN'}, number: 10
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN', 'BCL2', 'IGF1', 'IGF1R', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'FN1', 'RAC1', 'NFKB1', 'PIK3R1', 'JAK2'}, number: 5
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'RAC1', 'NFKB1', 'PIK3R1', 'JUN'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1B', 'CCND1', 'CDK2', 'RB1'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3R1', 'JAK2'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'JAK2', 'ITGA5', 'FN1', 'BCL2', 'IGF1', 'IGF1R', 'EGFR', 'RAC1', 'NFKB1', 'CDKN1B', 'PIK3R1', 'CDK2', 'PTEN', 'ITGB1'}, number: 15
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'NFKB1', 'BCL2', 'IGF1'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'JUN', 'CCND1', 'BCL2', 'RB1', 'RAC1', 'NFKB1', 'CDKN1B', 'PIK3R1', 'CDK2', 'PTEN'}, number: 10
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDKN1B', 'CCND1', 'CDK2', 'RB1'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'RAC1', 'NFKB1', 'PIK3R1', 'JAK2'}, number: 5
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'NFKB1', 'PIK3R1', 'JAK2'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKB1', 'PIK3R1', 'JUN'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'CCND1', 'RAC1', 'NFKB1', 'CDK2', 'PTEN'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN', 'CCND1', 'BCL2', 'RB1', 'RAC1', 'NFKB1', 'CDKN1B', 'PIK3R1', 'CDK2', 'PTEN'}, number: 10
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'RAC1', 'NFKB1', 'PIK3R1', 'JAK2'}, number: 5
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN', 'BCL2', 'IGF1', 'IGF1R', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'RAC1', 'NFKB1', 'PIK3R1', 'JAK2'}, number: 5
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'BCL2', 'IGF1', 'RAC1', 'NFKB1', 'PIK3R1', 'JAK2', 'PTEN'}, number: 8
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'NFKB1', 'BCL2', 'IGF1'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA5', 'FN1', 'IGF1', 'IGF1R', 'EGFR', 'RB1', 'CDKN1B', 'PIK3R1', 'JAK2', 'PTEN', 'ITGB1'}, number: 11
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'JAK2', 'ITGA5', 'FN1', 'BCL2', 'IGF1', 'IGF1R', 'EGFR', 'RAC1', 'NFKB1', 'CDKN1B', 'PIK3R1', 'CDK2', 'PTEN', 'ITGB1'}, number: 15
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'NFKB1', 'BCL2', 'IGF1', 'PTEN'}, number: 4
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN', 'BCL2', 'IGF1', 'IGF1R', 'NFKB1', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'BCL2', 'IGF1', 'NFKB1', 'PIK3R1', 'JAK2', 'PTEN'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'NFKB1', 'BCL2', 'IGF1'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN', 'BCL2', 'IGF1', 'IGF1R', 'NFKB1', 'PIK3R1'}, number: 6
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'PRKAG3', 'RHEB', 'AKT1S1', 'ULK1', 'AKT1', 'PRKAB2'}, number: 8
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FKBP1A'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RAC1', 'AKT1', 'FKBP1A'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RAC1', 'AKT1', 'FKBP1A'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'FKBP1A'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RAC1', 'AKT1', 'FKBP1A'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AKT1', 'RAC1', 'RICTOR'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'PRKAG3', 'RHEB', 'AKT1S1', 'ULK1', 'RAC1', 'AKT1', 'DDIT4', 'PRKAB2'}, number: 10
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'RHEB', 'AKT1'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RAC1', 'AKT1', 'FKBP1A'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'PRKAG3', 'AKT1S1', 'ULK1', 'RAC1', 'DDIT4', 'PRKAB2'}, number: 8
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'RAC1', 'AKT1'}, number: 2
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RAC1', 'AKT1', 'FKBP1A'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC2', 'RHEB', 'AKT1'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'HMGCR'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PRKAA1', 'RHEB', 'TSC2', 'RAC1', 'AKT1'}, number: 5
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKAA1', 'RAC1', 'AKT1', 'TSC2'}, number: 4
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'RHEB', 'AKT1'}, number: 3
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'PRKAG3', 'HMGCR', 'AKT1', 'PRKAB2'}, number: 6
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'RHEB', 'AKT1S1', 'ULK1', 'HMGCR', 'AKT1', 'IDI1', 'DDIT4'}, number: 9
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAA1', 'PRKAG3', 'AKT1', 'PRKAB2'}, number: 4
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'RHEB', 'AKT1S1', 'ULK1', 'RAC1', 'AKT1', 'DDIT4'}, number: 8
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Target Of Rapamycin Signaling WP1471, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'NFKB1', 'JUN', 'NFKBIA'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PPP3CA', 'JUN', 'IL1B', 'MAPK1', 'NFATC1', 'NFKB1', 'MAPK14', 'IL6', 'FOS', 'NFKBIA'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'HIF1A', 'IL1B', 'MAPK1', 'NFKB1', 'MAPK14', 'IL6', 'JAK1'}, number: 8
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS', 'NFKB1', 'MAPK14'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKB1', 'NFKBIA'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'FOS', 'NFKB1', 'JUN', 'NFKBIA'}, number: 4
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'SMAD2', 'NFKB1', 'FOS', 'JAK1', 'STAT3'}, number: 6
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'FOS', 'NFKB1', 'JUN', 'NFKBIA'}, number: 4
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS', 'NFKB1', 'MAPK14'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD2', 'MAPK1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'IL6R', 'SMAD2', 'IL1B', 'IFNGR1', 'MAPK1', 'NFKB1', 'IL6', 'FOS', 'JAK1', 'STAT3'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PPP3CA', 'JUN', 'IL1B', 'MAPK1', 'NFATC1', 'NFKB1', 'MAPK14', 'IL6', 'FOS', 'NFKBIA'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'JUN', 'SMAD2', 'IL1B', 'MAPK1', 'NFKB1', 'IL6', 'FOS', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 11
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN', 'IL1B', 'MAPK1', 'NFKB1', 'MAPK14', 'IL6', 'FOS', 'NFKBIA'}, number: 8
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'JUN', 'SMAD2', 'IL1B', 'MAPK1', 'NFKB1', 'IL6', 'FOS', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 11
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PPP3CA', 'JUN', 'IL1B', 'MAPK1', 'NFATC1', 'NFKB1', 'MAPK14', 'IL6', 'FOS', 'NFKBIA'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'SMAD2', 'IL1B', 'IFNGR1', 'NFKB1', 'IL6', 'FOS', 'JAK2', 'JAK1', 'STAT3'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'JUN', 'SMAD2', 'IL1B', 'MAPK1', 'NFKB1', 'IL6', 'FOS', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 11
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS', 'NFKB1', 'MAPK14'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'MAPK1', 'MAPK14', 'FOS', 'JAK2', 'JAK1', 'STAT3'}, number: 7
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'RXRA', 'TYK2', 'IL1B', 'IFNGR1', 'IL6', 'JAK2', 'JAK1'}, number: 7
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKB1', 'NFKBIA'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'FOS', 'NFKB1', 'JUN', 'NFKBIA'}, number: 4
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'JUN', 'IL6', 'IL1B', 'MAPK1', 'NFKB1', 'HSP90AA1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 9
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PPP3CA', 'JUN', 'IL1B', 'MAPK1', 'NFATC1', 'NFKB1', 'MAPK14', 'IL6', 'FOS', 'NFKBIA'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN', 'IL1B', 'MAPK1', 'NFKB1', 'MAPK14', 'IL6', 'FOS', 'NFKBIA'}, number: 8
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'JUN'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'MAPK1', 'RXRA', 'STAT3'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PPP3CA', 'JUN', 'IL1B', 'MAPK1', 'NFATC1', 'NFKB1', 'MAPK14', 'IL6', 'FOS', 'NFKBIA'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'MAPK1', 'HIF1A'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'IL1B', 'JUN'}, number: 4
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'FOS', 'NFKB1', 'JUN', 'NFKBIA'}, number: 4
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IL1B', 'IFNGR1', 'MAPK1', 'NFKB1', 'IL6', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 9
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'TYK2', 'IL1B', 'IFNGR1', 'JAK2', 'JAK1'}, number: 5
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS', 'JUN', 'MAPK14', 'NFKBIA'}, number: 4
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN', 'IL1B', 'MAPK1', 'NFKB1', 'MAPK14', 'IL6', 'FOS', 'NFKBIA'}, number: 8
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS', 'JUN', 'MAPK14', 'NFKBIA'}, number: 4
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK2', 'TYK2', 'JAK1', 'IFNGR1'}, number: 4
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA', 'HSP90AA1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6R', 'HSP90AA1', 'MAPK1', 'NFKB1', 'IL6', 'JAK2', 'JAK1'}, number: 7
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'IL6R', 'SMAD2', 'IL1B', 'IFNGR1', 'MAPK1', 'NFKB1', 'IL6', 'FOS', 'JAK1', 'STAT3'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'JUN'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'JUN', 'SMAD2', 'IL1B', 'MAPK1', 'NFKB1', 'IL6', 'FOS', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 11
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'TYK2', 'MAPK1', 'NFKB1', 'MAPK14', 'FOS', 'NFIL3', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'IL1B', 'MAPK1', 'NFKB1', 'MAPK14', 'NFKBIA'}, number: 6
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPP3CA', 'JUN', 'RXRA', 'NFATC1', 'NFKB1', 'MAPK14', 'HSP90AA1', 'FOS'}, number: 8
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1', 'RXRA'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'JUN', 'RXRA', 'IL1B', 'MAPK1', 'NFKB1', 'HSP90AA1'}, number: 6
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS', 'NFKB1', 'MAPK14'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUN', 'SMAD2', 'MAPK1', 'NFKB1', 'MAPK14', 'FOS', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN', 'MAPK1', 'NFKB1', 'MAPK14', 'FOS', 'NFKBIA'}, number: 6
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'JUN', 'MAPK1', 'NFKB1', 'MAPK14', 'FOS', 'JAK2', 'STAT3', 'NFKBIA'}, number: 8
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'JUN', 'IL6R', 'SMAD2', 'IL1B', 'IFNGR1', 'MAPK1', 'NFKB1', 'MAPK14', 'IL6', 'FOS', 'JAK2', 'JAK1', 'STAT3', 'NFKBIA'}, number: 14
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL6R', 'SMAD2', 'IL1B', 'IFNGR1', 'MAPK1', 'NFKB1', 'IL6', 'FOS', 'JAK1', 'STAT3'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA', 'HSP90AA1'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AHR', 'IL6R', 'RXRA', 'HIF1A', 'IL6', 'MAPK1', 'RORA', 'RARA', 'HSP90AA1', 'JAK2', 'JAK1', 'STAT3'}, number: 12
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6R', 'HIF1A', 'IL6', 'MAPK1', 'NFKB1', 'HSP90AA1', 'JAK2', 'JAK1'}, number: 8
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL6R', 'SMAD2', 'IL1B', 'IFNGR1', 'MAPK1', 'NFKB1', 'IL6', 'FOS', 'JAK1', 'STAT3'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'NFKB1', 'JUN', 'NFKBIA'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL6R', 'SMAD2', 'IL1B', 'IFNGR1', 'MAPK1', 'NFKB1', 'IL6', 'FOS', 'JAK2', 'JAK1', 'STAT3'}, number: 11
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'MAPK1', 'SMAD2'}, number: 2
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL6R', 'SMAD2', 'IL1B', 'IFNGR1', 'MAPK1', 'NFKB1', 'IL6', 'FOS', 'JAK1', 'STAT3'}, number: 10
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS', 'NFKB1', 'MAPK14'}, number: 3
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'FOS', 'NFKB1', 'JUN', 'NFKBIA'}, number: 4
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK12', 'SOS2', 'GRB2', 'RPS6KA3', 'ATF2', 'MAPK14', 'PRKACB'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'PRKAG3', 'RHEB', 'RPS6KB2', 'AKT1S1', 'GRB2', 'RPS6KA3', 'ACTB', 'ATF2', 'CREB1', 'MAPK14', 'PPARGC1A', 'PRKAB2'}, number: 14
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL5', 'ACSL3', 'PPARG', 'CPT1A', 'ACSL4', 'PLIN1', 'ACSL1'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK12', 'SOS2', 'GRB2', 'RPS6KA3', 'ATF2', 'MAPK14', 'PRKACB'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'SOS2', 'PRKACB', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAPK12', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'SOS2', 'PRKACB', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK12', 'SOS2', 'GRB2', 'RPS6KA3', 'ATF2', 'MAPK14', 'PRKACB'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'SOS2', 'PRKACB', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA2', 'SOS2', 'GRB2', 'RPS6KA3', 'CREB1', 'MAPK14'}, number: 6
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'SOS2', 'PRKACB', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK12', 'SOS2', 'GRB2', 'RPS6KA3', 'ATF2', 'MAPK14', 'PRKACB'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAPK12', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CREB1', 'SOS2', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'SOS2', 'GRB2'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK12', 'SOS2', 'GRB2', 'RPS6KA3', 'ATF2', 'MAPK14', 'PRKACB'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'CREB3L3', 'CREB3L2', 'ATF2', 'CREB1', 'CREB5'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CREB1', 'SOS2', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'SOS2', 'PRKACB', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAPK12', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'PRKAG3', 'RHEB', 'CREB3L3', 'RPS6KB2', 'AKT1S1', 'SOS2', 'GRB2', 'CREB3L2', 'ATF2', 'CREB1', 'CREB5', 'PRKACB', 'PRKAB2'}, number: 15
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CREB1', 'SOS2', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'TSC2', 'RHEB', 'CREB1', 'GRB2'}, number: 4
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'SOS2', 'PRKACB', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'ATF2', 'MAPK14', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'ATF2', 'MAPK14'}, number: 2
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'PRKAG3', 'ACSL5', 'AKT1S1', 'ACSL3', 'PPARG', 'CPT1A', 'ACSL4', 'ACSL1', 'MAPK14', 'PLIN1', 'PRKAB2'}, number: 13
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CREB1', 'SOS2', 'GRB2'}, number: 3
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SOS2', 'MAPK14', 'PRKACB', 'GRB2'}, number: 4
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'TSC2', 'RHEB', 'GRB2', 'CREB1', 'MAPK14'}, number: 5
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'RHEB', 'GRB2', 'RPS6KA3', 'CREB1', 'MAPK14'}, number: 7
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'GRB2', 'RPS6KA3', 'CREB1', 'MAPK14'}, number: 6
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'TSC2', 'RHEB', 'CREB1', 'GRB2'}, number: 4
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'PRKAG3', 'RPS6KB2', 'CPT1A', 'PRKACB', 'PPARGC1A', 'PRKAB2'}, number: 8
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'RHEB', 'CREB3L3', 'RPS6KB2', 'AKT1S1', 'ACSL3', 'GRB2', 'PPARG', 'CREB3L2', 'ATF2', 'CREB1', 'PLIN1', 'CREB5', 'PPARGC1A', 'ACSL1'}, number: 16
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKAA1', 'PRKAG3', 'ACSL5', 'ACSL3', 'CPT1A', 'SLC25A20', 'ACSL4', 'ACSL1', 'PLIN1', 'PRKACB', 'PRKAB2'}, number: 11
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKAA1', 'TSC2', 'RHEB', 'CREB3L3', 'RPS6KB2', 'AKT1S1', 'SOS2', 'GRB2', 'CREB3L2', 'ATF2', 'CREB1', 'CREB5', 'PPARGC1A'}, number: 13
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thermogenesis WP4321, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'AKT1', 'NFKB1', 'RELA', 'NFKBIA'}, number: 4
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKB2', 'NFKBIA'}, number: 9
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK9', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'JAK1', 'MAP2K2'}, number: 7
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKB1', 'RELA', 'NFKBIA'}, number: 3
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'AKT1', 'NFKB1', 'RELA', 'NFKBIA'}, number: 4
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'STAT3', 'NFKB1', 'JAK1', 'MAPK9'}, number: 4
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'AKT1', 'NFKB1', 'RELA', 'NFKBIA'}, number: 4
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'STAT3', 'MAPK1', 'NFKB2', 'NFKB1', 'AKT1', 'JAK1'}, number: 6
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKB2', 'NFKBIA'}, number: 9
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'TSLP', 'MAPK9', 'LYN', 'RELA', 'STAT3', 'STAT5B', 'MAPK1', 'NFKB1', 'AKT1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 12
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKBIA'}, number: 8
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'TSLP', 'MAPK9', 'LYN', 'RELA', 'STAT3', 'STAT5B', 'MAPK1', 'NFKB1', 'AKT1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 12
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKB2', 'NFKBIA'}, number: 9
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'TSLP', 'MAPK9', 'STAT3', 'NFKB1', 'JAK2', 'JAK1'}, number: 6
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'LYN', 'RELA', 'STAT3', 'STAT5B', 'MAPK1', 'NFKB1', 'AKT1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 11
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GAB2', 'MAPK9', 'STAT3', 'STAT5B', 'MAPK1', 'MAPK14', 'AKT1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 10
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKB1', 'RELA', 'NFKBIA'}, number: 3
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'AKT1', 'NFKB1', 'RELA', 'NFKBIA'}, number: 4
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'LYN', 'RELA', 'STAT3', 'STAT5B', 'MAPK1', 'NFKB1', 'AKT1', 'JAK2', 'NFKB2', 'NFKBIA'}, number: 11
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'STAT3'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKB2', 'NFKBIA'}, number: 9
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKBIA'}, number: 8
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK9', 'MAPK1', 'NFKB1', 'AKT1', 'NFKB2'}, number: 5
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT5B', 'MAPK1', 'AKT1', 'STAT3', 'MAP2K2'}, number: 5
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKB2', 'NFKBIA'}, number: 9
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'MAPK9', 'MAPK1', 'NFKB1', 'AKT1', 'NFKB2'}, number: 5
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'AKT1', 'NFKB1', 'RELA', 'NFKBIA'}, number: 4
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'LYN', 'RELA', 'STAT3', 'STAT5B', 'MAPK1', 'NFKB1', 'AKT1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 10
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MAPK14', 'RELA', 'NFKBIA'}, number: 3
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKB2', 'NFKBIA'}, number: 9
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MAPK14', 'RELA', 'NFKBIA'}, number: 3
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'YES1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GAB2', 'MAPK9', 'RELA', 'MAPK1', 'NFKB1', 'AKT1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 9
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'STAT3', 'MAPK1', 'NFKB2', 'NFKB1', 'AKT1', 'JAK1'}, number: 6
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK9', 'MAPK1', 'NFKB1', 'AKT1', 'NFKB2'}, number: 5
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'GAB2', 'MAPK1', 'AKT1'}, number: 3
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'LYN', 'RELA', 'STAT3', 'STAT5B', 'MAPK1', 'NFKB1', 'AKT1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 11
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GAB2', 'MAP2K2', 'RELA', 'STAT3', 'STAT5B', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 12
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKBIA'}, number: 8
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFKB1', 'MAPK14', 'MAPK9'}, number: 3
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'MAPK9', 'YES1', 'MAPK1', 'NFKB1', 'AKT1', 'NFKB2'}, number: 6
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'LYN', 'RELA', 'STAT3', 'STAT5B', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'JAK2', 'JAK1', 'NFKBIA'}, number: 12
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'GAB2', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'NFKBIA'}, number: 7
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'GAB2', 'MAPK9', 'MAP2K2', 'RELA', 'STAT5B', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'JAK2', 'STAT3', 'NFKBIA'}, number: 12
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAPK9', 'MAP2K2', 'RELA', 'STAT3', 'STAT5B', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'JAK2', 'JAK1', 'NFKB2', 'NFKBIA'}, number: 13
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'STAT3', 'MAPK1', 'NFKB2', 'NFKB1', 'AKT1', 'JAK1'}, number: 6
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'GAB2', 'MAPK1', 'AKT1'}, number: 3
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'AKT1', 'YES1'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'STAT3', 'STAT5B', 'MAPK1', 'AKT1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 7
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RELA', 'MAPK1', 'NFKB1', 'AKT1', 'JAK2', 'JAK1', 'MAP2K2'}, number: 7
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'STAT3', 'MAPK1', 'NFKB2', 'NFKB1', 'AKT1', 'JAK1'}, number: 6
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'AKT1', 'NFKB1', 'RELA', 'NFKBIA'}, number: 4
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'STAT3', 'MAPK1', 'NFKB1', 'AKT1', 'JAK2', 'JAK1', 'NFKB2'}, number: 7
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'MAPK1', 'AKT1', 'MAPK9'}, number: 3
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'STAT3', 'MAPK1', 'NFKB2', 'NFKB1', 'AKT1', 'JAK1'}, number: 6
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: Thymic Stromal Lymphopoietin TSLP Signaling WP2203, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'AKT1', 'NFKB1', 'RELA', 'NFKBIA'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'BRAF', 'PIK3CA', 'RAF1', 'MAPK1', 'RAP1A', 'MAPK14', 'AKT1', 'RAP1B', 'PIK3R1', 'GNA12'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PIK3CA', 'RAF1', 'IGF1R', 'MAPK1', 'CREB1', 'MAPK14', 'AKT1', 'CCND3', 'CDK2', 'JAK1'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JAK1', 'STAT3'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'PLCB1', 'MAPK1', 'CREB1', 'AKT1', 'JAK1', 'STAT3'}, number: 6
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'BRAF', 'PIK3CA', 'RAF1', 'MAPK1', 'RAP1A', 'MAPK14', 'AKT1', 'RAP1B', 'PIK3R1', 'GNA12'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'BRAF', 'JAK2', 'PLCB1', 'PIK3CA', 'RAF1', 'GNAI1', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'GNB1', 'JAK1', 'STAT3'}, number: 16
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3CA', 'MAPK1', 'MAPK14', 'AKT1', 'PIK3R1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'BRAF', 'JAK2', 'PLCB1', 'PIK3CA', 'RAF1', 'GNAI1', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'GNB1', 'JAK1', 'STAT3'}, number: 16
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'BRAF', 'PIK3CA', 'RAF1', 'MAPK1', 'RAP1A', 'MAPK14', 'AKT1', 'RAP1B', 'PIK3R1', 'GNA12'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JAK2', 'JAK1', 'STAT3'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'BRAF', 'JAK2', 'PLCB1', 'PIK3CA', 'RAF1', 'GNAI1', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'GNB1', 'JAK1', 'STAT3'}, number: 16
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'BRAF', 'RAF1', 'PDPK1', 'MAPK1', 'RAP1A', 'CREB1', 'MAPK14', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 12
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'BRAF', 'JAK2', 'PLCB1', 'PIK3CA', 'RAF1', 'GNAI1', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'GNB1', 'STAT3'}, number: 15
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'AKT1', 'PIK3CA', 'GNAQ', 'STAT3'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'BRAF', 'PIK3CA', 'RAF1', 'MAPK1', 'RAP1A', 'MAPK14', 'AKT1', 'RAP1B', 'PIK3R1', 'GNA12'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3CA', 'MAPK1', 'MAPK14', 'AKT1', 'PIK3R1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CA', 'RB1', 'MAPK1', 'CREB1', 'CCND3', 'AKT1', 'CDKN1B', 'PIK3R1', 'CDK2'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'BRAF', 'PIK3CA', 'RAF1', 'RB1', 'MAPK1', 'AKT1', 'PIK3R1', 'STAT3'}, number: 8
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'BRAF', 'PIK3CA', 'RAF1', 'MAPK1', 'RAP1A', 'MAPK14', 'AKT1', 'RAP1B', 'PIK3R1', 'GNA12'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'MAPK1', 'GNAQ', 'RAF1', 'CREB1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'PIK3CA', 'RB1', 'MAPK1', 'CREB1', 'CCND3', 'AKT1', 'CDKN1B', 'PIK3R1', 'CDK2'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'BRAF', 'JAK2', 'PLCB1', 'PIK3CA', 'RAF1', 'GNAI1', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'GNB1', 'JAK1', 'STAT3'}, number: 16
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3CA', 'PIK3R1', 'JAK2', 'JAK1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3CA', 'MAPK1', 'MAPK14', 'AKT1', 'PIK3R1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'RB1', 'RAP1A', 'CREB1', 'CCND3', 'AKT1', 'CDKN1B', 'CDK2'}, number: 7
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3CA', 'PIK3R1', 'JAK2', 'JAK1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK2', 'PIK3CA', 'RAF1', 'IGF1R', 'PDPK1', 'GNB1', 'MAPK1', 'RAP1A', 'CREB1', 'CCND3', 'AKT1', 'RAP1B', 'CDKN1B', 'PIK3R1', 'CDK2', 'JAK1'}, number: 16
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'PLCB1', 'MAPK1', 'CREB1', 'AKT1', 'JAK1', 'STAT3'}, number: 6
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CA', 'RB1', 'MAPK1', 'CREB1', 'CCND3', 'AKT1', 'CDKN1B', 'PIK3R1', 'CDK2'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'RB1', 'CCND3', 'CREB1', 'CDKN1B', 'CDK2'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MAPK1', 'BRAF', 'CREB1', 'AKT1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'BRAF', 'JAK2', 'PLCB1', 'PIK3CA', 'RAF1', 'GNAI1', 'MAPK1', 'RAP1A', 'AKT1', 'RAP1B', 'PIK3R1', 'GNB1', 'JAK1', 'STAT3'}, number: 16
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'PLCB1', 'PIK3CA', 'MAPK1', 'GNAQ', 'MAPK14', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 10
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK1', 'PIK3R1', 'MAPK14', 'AKT1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PLCB1', 'PDPK1', 'RAP1A', 'CCND3', 'MAPK14', 'CDK2'}, number: 6
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'PIK3CA', 'RB1', 'MAPK1', 'CREB1', 'CCND3', 'AKT1', 'CDKN1B', 'PIK3R1', 'CDK2'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GNAI2', 'GNAI3', 'BRAF', 'JAK2', 'PLCB1', 'PIK3CA', 'RAF1', 'GNAI1', 'MAPK1', 'RAP1A', 'MAPK14', 'AKT1', 'RAP1B', 'PIK3R1', 'GNB1', 'JAK1', 'STAT3'}, number: 17
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'BRAF', 'IGF1R', 'MAPK1', 'CREB1', 'MAPK14', 'AKT1', 'PIK3R1'}, number: 7
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'BRAF', 'RAF1', 'PDPK1', 'MAPK1', 'RAP1A', 'CREB1', 'MAPK14', 'AKT1', 'PIK3R1', 'JAK2', 'STAT3'}, number: 11
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PLCB1', 'PIK3CA', 'RAF1', 'PDPK1', 'MAPK1', 'RAP1A', 'CREB1', 'MAPK14', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 13
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PLCB1', 'MAPK1', 'CREB1', 'AKT1', 'JAK1', 'STAT3'}, number: 6
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MAPK1', 'BRAF', 'CREB1', 'AKT1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CA', 'PIK3R1', 'PLCB1', 'AKT1'}, number: 4
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK2', 'PIK3CA', 'RAF1', 'IGF1R', 'RB1', 'PDPK1', 'MAPK1', 'CREB1', 'AKT1', 'CDKN1B', 'PIK3R1', 'GNB1', 'JAK1', 'STAT3'}, number: 14
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK2', 'PIK3CA', 'RAF1', 'IGF1R', 'PDPK1', 'GNB1', 'MAPK1', 'CREB1', 'CCND3', 'AKT1', 'CDKN1B', 'PIK3R1', 'CDK2', 'JAK1'}, number: 14
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PLCB1', 'PIK3CA', 'MAPK1', 'CREB1', 'AKT1', 'JAK1', 'STAT3'}, number: 7
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PLCB1', 'PIK3CA', 'MAPK1', 'CREB1', 'AKT1', 'PIK3R1', 'JAK2', 'JAK1', 'STAT3'}, number: 9
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'BRAF', 'PIK3CA', 'RAF1', 'MAPK1', 'AKT1'}, number: 5
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PLCB1', 'MAPK1', 'CREB1', 'AKT1', 'JAK1', 'STAT3'}, number: 6
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Thyroid Stimulating Hormone TSH Signaling WP2032, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'IGF1R', 'AKT1'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FOXO1', 'CREB1', 'IL6', 'PPARGC1A', 'INSR'}, number: 5
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PPARG', 'RXRA'}, number: 2
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'INSR', 'CREB1', 'IL6'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'FOXO1', 'CREB1', 'TWIST1'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'RXRA', 'IL6'}, number: 2
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'INSR', 'CREB1'}, number: 2
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'INSR', 'CREB1'}, number: 2
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CEBPB', 'INSR', 'RXRA'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'INSR', 'CREB1', 'IL6'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'INSR', 'CREB1', 'IL6'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'INSR', 'CREB1'}, number: 2
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL6'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB', 'IRS2'}, number: 2
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPARG', 'RXRA'}, number: 2
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A', 'IRS2', 'RXRA'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CEBPB', 'CREB1', 'RXRA', 'INSR'}, number: 4
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CREB1', 'IRS2'}, number: 2
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'INSR', 'CREB1', 'IRS2', 'IL6'}, number: 4
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'INSR', 'CREB1', 'IL6'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'IRS2', 'RXRA', 'CEBPB', 'PPARGC1A', 'INSR'}, number: 5
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPIN1', 'IRS2', 'RXRA', 'CEBPB', 'PPARG', 'TWIST1', 'CEBPD', 'FOXO1', 'NR3C1', 'CREB1', 'IL6', 'PPARGC1A', 'INSR', 'NRIP1'}, number: 14
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'FOXO1', 'CREB1', 'IL6', 'PPARGC1A', 'INSR'}, number: 6
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'INSR', 'CREB1', 'IL6'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'INSR', 'CREB1', 'IL6'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'INSR', 'CREB1', 'IL6'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1', 'NFE2L2', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1', 'NFE2L2', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1', 'NFE2L2', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'PIK3CA', 'NFE2L2'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'PIK3CA', 'CEBPB', 'KEAP1', 'HMOX1', 'MAF', 'GSTA2', 'NFE2L2', 'GCLC'}, number: 10
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'PIK3CA', 'CEBPB'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'KEAP1', 'HMOX1', 'GSTA2', 'NFE2L2', 'GCLC'}, number: 7
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'PIK3CA', 'CEBPB', 'KEAP1', 'HMOX1', 'MAF', 'GSTA2', 'NFE2L2', 'GCLC'}, number: 10
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1', 'NFE2L2', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1', 'PIK3CA', 'GCLC', 'NFE2L2'}, number: 4
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1', 'NFE2L2', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'PIK3CA', 'CEBPB', 'KEAP1', 'HMOX1', 'MAF', 'GSTA2', 'NFE2L2', 'GCLC'}, number: 10
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3CA', 'CEBPB'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1', 'NFE2L2', 'GCLC'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PPARG'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPARG'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'DDIT3', 'CEBPB'}, number: 2
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EGR2'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EGR2'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CEBPB', 'SREBF1'}, number: 2
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SREBF1', 'CEBPB', 'KLF5', 'PPARG', 'CEBPD', 'DDIT3', 'CEBPG', 'EGR2', 'KLF15'}, number: 9
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SREBF1'}, number: 1
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Cascade Regulating Adipogenesis WP4211, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EIF4G1'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'EIF2AK2'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'EIF2AK3', 'EIF2S1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'EIF2AK3', 'EIF2S1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'EIF2AK3', 'EIF2S1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'EIF2AK2'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'EIF2AK2'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'EIF4E'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'EEF2K'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'EIF2AK3', 'EIF2S1'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'EEF2K'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EEF2K', 'EIF4E', 'EIF2S1', 'EEF2'}, number: 4
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'EIF4E', 'EIF2S1', 'EEF2'}, number: 3
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'EEF2K'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'EEF2K', 'EEF2'}, number: 2
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EIF4E'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EIF4E'}, number: 1
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Translation Factors WP107, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RPS6KA4', 'MAP2K5', 'MAPK9', 'PIK3CA', 'MAP2K7', 'MAPK1', 'MAPK14', 'AKT1', 'AKT2', 'PIK3R1', 'MAP2K2'}, number: 11
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP2K5', 'EIF4G1', 'RPS6KB2', 'MAPK9', 'PIK3CA', 'MAP2K7', 'CSNK2A1', 'MAPK1', 'PDK1', 'MAPK14', 'AKT1', 'AKT2', 'MAP2K2'}, number: 13
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RPS6KA4', 'MAP2K5', 'MAPK9', 'PIK3CA', 'MAP2K7', 'MAPK1', 'MAPK14', 'AKT1', 'AKT2', 'PIK3R1', 'MAP2K2'}, number: 11
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAPK1', 'AKT1', 'AKT2', 'PIK3R1'}, number: 6
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAP2K7', 'MAPK1', 'MAPK14', 'AKT1', 'AKT2', 'PIK3R1', 'MAP2K2'}, number: 9
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAPK1', 'AKT1', 'AKT2', 'PIK3R1'}, number: 6
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RPS6KA4', 'MAP2K5', 'MAPK9', 'PIK3CA', 'MAP2K7', 'MAPK1', 'MAPK14', 'AKT1', 'AKT2', 'PIK3R1', 'MAP2K2'}, number: 11
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'MAPK9'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAPK1', 'AKT1', 'AKT2', 'PIK3R1'}, number: 6
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP2K5', 'RPS6KA2', 'MAPK9', 'MAPK1', 'MAPK14', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 8
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAP2K7', 'MAPK1', 'AKT1', 'AKT2', 'PIK3R1', 'CSNK2A1'}, number: 8
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RPS6KA4', 'MAP2K5', 'MAPK9', 'PIK3CA', 'MAP2K7', 'MAPK1', 'MAPK14', 'AKT1', 'AKT2', 'PIK3R1', 'MAP2K2'}, number: 11
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAP2K7', 'MAPK1', 'MAPK14', 'AKT1', 'AKT2', 'PIK3R1', 'MAP2K2'}, number: 9
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAPK1', 'PDK1', 'AKT1', 'AKT2', 'PIK3R1'}, number: 7
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'PIK3CA', 'MAPK1', 'PDK1', 'AKT1', 'AKT2', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RPS6KA4', 'MAP2K5', 'MAPK9', 'PIK3CA', 'MAP2K7', 'MAPK1', 'MAPK14', 'AKT1', 'AKT2', 'PIK3R1', 'MAP2K2'}, number: 11
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAPK1', 'PDK1', 'AKT1', 'AKT2', 'PIK3R1'}, number: 7
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PIK3CA', 'MAPK1', 'AKT1', 'AKT2', 'PIK3R1'}, number: 5
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3CA', 'PIK3R1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAP2K7', 'MAPK1', 'MAPK14', 'AKT1', 'AKT2', 'PIK3R1', 'MAP2K2'}, number: 9
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'AKT1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3CA', 'PIK3R1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RPS6KB2', 'MAPK9', 'PIK3CA', 'MAPK1', 'AKT1', 'AKT2', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 9
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAPK1', 'PDK1', 'AKT1', 'AKT2', 'PIK3R1'}, number: 7
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAPK1', 'AKT1', 'AKT2', 'PIK3R1'}, number: 6
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'PIK3CA', 'MAPK1', 'MAPK14', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 6
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK9', 'MAP2K7', 'MAPK1', 'MAPK14', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 7
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CSNK2A1', 'MAPK14', 'MAPK9'}, number: 3
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAPK1', 'PDK1', 'AKT1', 'AKT2', 'PIK3R1'}, number: 7
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'MAPK1', 'MAPK14', 'AKT1', 'AKT2', 'PIK3R1'}, number: 7
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'MAPK1', 'PIK3R1', 'MAPK14', 'AKT1'}, number: 4
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'MAP2K5', 'MAPK9', 'CSNK2A1', 'MAPK1', 'MAPK14', 'AKT1', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 9
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'MAP2K5', 'MAPK9', 'PIK3CA', 'CSNK2A1', 'MAPK1', 'MAPK14', 'AKT1', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 10
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RPS6KB2', 'PIK3CA', 'AKT1', 'AKT2', 'PIK3R1'}, number: 5
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RPS6KB2', 'PIK3CA', 'MAPK1', 'AKT1', 'AKT2', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 8
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT2', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RPS6KB2', 'PIK3CA', 'MAPK1', 'AKT1', 'AKT2', 'PIK3R1', 'EIF4E', 'MAP2K2'}, number: 8
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'MAPK1', 'PIK3CA', 'AKT1'}, number: 3
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'MAPK1', 'PIK3CA', 'PIK3R1', 'AKT1'}, number: 4
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'MAPK1', 'PIK3CA', 'AKT1', 'MAPK9'}, number: 4
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'MAPK14'}, number: 1
Term: Translation Inhibitors In Chronically Activated PDGFRA Cells WP4566, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'PIK3R1', 'AKT1'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'RBBP4', 'SUZ12'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK6', 'RB1'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK6', 'RB1'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK6', 'RB1'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK6', 'RB1'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK6'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK6', 'RB1'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK6', 'RB1'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK6', 'RB1'}, number: 2
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RB1'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK6'}, number: 1
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Tumor Suppressor Activity Of SMARCB1 WP4204, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'PMAIP1'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'DDIT3', 'ATF4', 'IL1B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DDIT3', 'BCL2', 'IL1B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'PMAIP1'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'PMAIP1'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'BCL2', 'IL1B'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'DDIT3', 'ATF4', 'IL1B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'DDIT3', 'ATF4', 'IL1B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'PMAIP1'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'BID', 'IL1B'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'EIF2AK3', 'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'IL1B', 'DDIT3', 'TXNIP', 'PMAIP1', 'ATF4', 'HSPA5', 'EIF2S1', 'NFE2L2'}, number: 13
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'DDIT3', 'ATF4', 'IL1B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'BID', 'PMAIP1', 'BCL2', 'TNFRSF10B'}, number: 4
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'BID'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'DDIT3', 'ATF4', 'IL1B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'EIF2AK3', 'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'IL1B', 'DDIT3', 'TXNIP', 'PMAIP1', 'ATF4', 'HSPA5', 'EIF2S1', 'NFE2L2'}, number: 13
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'EIF2AK3', 'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'IL1B', 'DDIT3', 'TXNIP', 'PMAIP1', 'ATF4', 'HSPA5', 'EIF2S1', 'NFE2L2'}, number: 13
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'PMAIP1'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BCL2', 'ATF4'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'BCL2', 'IL1B'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BID', 'PMAIP1', 'BCL2', 'TNFRSF10B'}, number: 4
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1', 'NFE2L2', 'TNFRSF10B'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'EIF2AK3', 'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'IL1B', 'DDIT3', 'TXNIP', 'PMAIP1', 'ATF4', 'HSPA5', 'EIF2S1', 'NFE2L2'}, number: 13
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'PMAIP1', 'NFE2L2'}, number: 6
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'EIF2S1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'BCL2', 'IL1B', 'EIF2S1'}, number: 3
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'BCL2', 'IL1B'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'DDIT3', 'ATF4'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'ATF4'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'BCL2', 'IL1B'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'PMAIP1'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'BCL2', 'IL1B'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'BCL2', 'IL1B'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CASP2', 'TNFRSF10B', 'BID', 'BCL2', 'PMAIP1'}, number: 5
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'BCL2', 'RELA', 'NFKB1', 'AKT1', 'IRF3', 'CASP3'}, number: 6
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9', 'FN1', 'IL1B', 'RELA', 'EGFR', 'MAPK1', 'DDIT3', 'NFKB1', 'MAPK14', 'AKT1', 'IL6', 'IRF3', 'CASP3'}, number: 13
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAPK9', 'FN1', 'BCL2', 'IL1B', 'EGFR', 'MAPK1', 'DDIT3', 'NFKB1', 'MAPK14', 'AKT1', 'IL6', 'CDK2', 'PTEN'}, number: 13
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1', 'NFKB1', 'MAPK14'}, number: 3
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'BCL2', 'AIFM2', 'RELA', 'NFKB1', 'AKT1', 'IRF3', 'CASP3'}, number: 7
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'MAPK9', 'SMAD2', 'EP300', 'NFKB1', 'SMAD3', 'STAT3'}, number: 6
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'BCL2', 'AIFM2', 'RELA', 'NFKB1', 'AKT1', 'IRF3', 'CASP3'}, number: 7
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1', 'NFKB1', 'MAPK14'}, number: 3
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD2', 'FN1', 'MAPK1', 'AKT1', 'SMAD3'}, number: 5
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'SMAD2', 'BCL2', 'IL1B', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'SMAD3', 'STAT3'}, number: 9
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9', 'FN1', 'IL1B', 'RELA', 'EGFR', 'MAPK1', 'DDIT3', 'NFKB1', 'MAPK14', 'AKT1', 'IL6', 'IRF3', 'CASP3'}, number: 13
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'SMAD2', 'ICAM1', 'IL1B', 'RELA', 'EP300', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'SMAD3', 'JAK2', 'STAT3'}, number: 13
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'MAPK9', 'IL1B', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'IL6', 'IRF3'}, number: 9
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'SMAD2', 'ICAM1', 'IL1B', 'RELA', 'EP300', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'SMAD3', 'JAK2', 'STAT3'}, number: 13
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9', 'FN1', 'IL1B', 'RELA', 'EGFR', 'MAPK1', 'DDIT3', 'NFKB1', 'MAPK14', 'AKT1', 'IL6', 'IRF3', 'CASP3'}, number: 13
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'MAPK9', 'SMAD2', 'ICAM1', 'IL1B', 'EP300', 'NFKB1', 'IL6', 'SMAD3', 'JAK2', 'STAT3'}, number: 10
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'SMAD2', 'IL1B', 'RELA', 'EP300', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'SMAD3', 'JAK2', 'STAT3'}, number: 12
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1', 'NFKB1', 'MAPK14'}, number: 3
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK9', 'EGFR', 'MAPK1', 'MAPK14', 'AKT1', 'JAK2', 'PTEN', 'STAT3'}, number: 8
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1', 'JAK2', 'IL1B', 'IL6'}, number: 4
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'BCL2', 'AIFM2', 'RELA', 'NFKB1', 'AKT1', 'IRF3', 'CASP3'}, number: 7
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'CYBA', 'MAPK9', 'IL1B', 'RELA', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'JAK2', 'CASP3', 'STAT3'}, number: 11
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'AKT1', 'PTEN', 'STAT3'}, number: 4
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'DDIT3', 'BCL2', 'IL1B'}, number: 3
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9', 'FN1', 'IL1B', 'RELA', 'EGFR', 'MAPK1', 'DDIT3', 'NFKB1', 'MAPK14', 'AKT1', 'IL6', 'IRF3', 'CASP3'}, number: 13
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'MAPK9', 'IL1B', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'IL6', 'IRF3'}, number: 9
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK1', 'MAPK9', 'BCL2', 'MAPK1', 'NFKB1', 'AKT1', 'PTEN', 'SMAD3', 'CDK2', 'CASP3'}, number: 10
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'EGFR', 'MAPK1', 'AKT1', 'CASP3', 'STAT3'}, number: 5
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9', 'FN1', 'IL1B', 'RELA', 'EGFR', 'MAPK1', 'DDIT3', 'NFKB1', 'MAPK14', 'AKT1', 'IL6', 'IRF3', 'CASP3'}, number: 13
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'MAPK1', 'SMAD3'}, number: 2
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK1', 'MAPK9', 'BCL2', 'IL1B', 'MAPK1', 'DDIT3', 'NFKB1', 'AKT1', 'PTEN', 'SMAD3', 'CDK2', 'CASP3'}, number: 12
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'DDIT3', 'BCL2', 'IL1B'}, number: 3
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'BCL2', 'AIFM2', 'RELA', 'NFKB1', 'AKT1', 'IRF3', 'CASP3'}, number: 7
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'ICAM1', 'FN1', 'IL1B', 'RELA', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'JAK2', 'STAT3'}, number: 10
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'ICAM1', 'JAK2', 'IL1B'}, number: 3
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MAPK14', 'RELA'}, number: 2
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'MAPK9', 'IL1B', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'IL6', 'IRF3'}, number: 9
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MAPK14', 'RELA'}, number: 2
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK1', 'CDK2', 'CASP3', 'AKT1'}, number: 4
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'JAK2', 'MAPK9', 'FN1', 'BCL2', 'RELA', 'EGFR', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'CDK2', 'PTEN'}, number: 12
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'SMAD2', 'BCL2', 'IL1B', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'SMAD3', 'STAT3'}, number: 9
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK1', 'MAPK9', 'BCL2', 'MAPK1', 'NFKB1', 'AKT1', 'PTEN', 'SMAD3', 'CDK2', 'CASP3'}, number: 10
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK1', 'CDK2', 'CASP3'}, number: 3
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'SMAD2', 'IL1B', 'RELA', 'EP300', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'SMAD3', 'JAK2', 'STAT3'}, number: 12
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RELA', 'EP300', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'JAK2', 'STAT3'}, number: 8
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'MAPK9', 'IL1B', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1'}, number: 7
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NCF2', 'MAPK9', 'ICAM1', 'HMOX1', 'NFKB1', 'MAPK14', 'CDK2', 'PTEN'}, number: 8
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK1', 'MAPK9', 'BCL2', 'IL1B', 'MAPK1', 'HMOX1', 'NFKB1', 'DDIT3', 'AKT1', 'PTEN', 'SMAD3', 'CDK2', 'CASP3'}, number: 13
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1', 'NFKB1', 'MAPK14'}, number: 3
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'SMAD2', 'RELA', 'EP300', 'MAPK1', 'HMOX1', 'NFKB1', 'MAPK14', 'AKT1', 'SMAD3', 'JAK2', 'STAT3'}, number: 12
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'BCL2', 'AIFM2', 'RELA', 'MAPK1', 'HMOX1', 'NFKB1', 'MAPK14', 'AKT1', 'IRF3', 'CASP3'}, number: 10
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NCF2', 'MAPK9', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'JAK2', 'CASP3', 'STAT3'}, number: 10
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NCF2', 'MAPK9', 'SMAD2', 'BCL2', 'IL1B', 'RELA', 'MAPK1', 'NFKB1', 'MAPK14', 'AKT1', 'IL6', 'PTEN', 'SMAD3', 'JAK2', 'CASP3', 'STAT3'}, number: 16
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'SMAD2', 'BCL2', 'IL1B', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'SMAD3', 'STAT3'}, number: 9
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MAPK1', 'AKT1'}, number: 2
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1', 'AKT1'}, number: 2
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FN1', 'ABCA1', 'EGFR', 'MAPK1', 'DDIT3', 'AKT1', 'IL6', 'IRF3', 'JAK2', 'PTEN', 'STAT3', 'SMAD3'}, number: 12
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'ABCA1', 'AKT1'}, number: 2
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK2', 'FN1', 'BCL2', 'RELA', 'EGFR', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'CDK2', 'PTEN'}, number: 11
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SMAD2', 'BCL2', 'IL1B', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'SMAD3', 'PTEN', 'STAT3'}, number: 10
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'BCL2', 'RELA', 'NFKB1', 'AKT1', 'IRF3', 'CASP3'}, number: 6
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'SMAD2', 'BCL2', 'IL1B', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'SMAD3', 'JAK2', 'PTEN', 'STAT3'}, number: 11
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'MAPK9', 'SMAD2', 'MAPK1', 'AKT1', 'CASP3'}, number: 5
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'SMAD2', 'BCL2', 'IL1B', 'MAPK1', 'NFKB1', 'AKT1', 'IL6', 'SMAD3', 'STAT3'}, number: 9
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1', 'NFKB1', 'MAPK14'}, number: 3
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'BCL2', 'AIFM2', 'RELA', 'NFKB1', 'AKT1', 'IRF3', 'CASP3'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'JUN', 'CYCS', 'BIRC5', 'BCL2', 'MDM2', 'RELA', 'FAS', 'NFKB1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAPK9', 'MAP2K7', 'FLNB', 'MEF2C', 'TAOK2', 'MAPK1', 'RAC1', 'CCL2', 'NFKB1', 'PIK3R1', 'MAP2K2', 'FAS', 'NFATC1', 'MAPK14', 'AKT1', 'MAPK12', 'PAK1', 'PIK3CA', 'SRF', 'RAF1', 'RELA', 'ATF2', 'RAP1A', 'RAP1B', 'CRK', 'PPP3CA', 'JUN', 'GRB2', 'FN1', 'ATF4', 'HSPB1', 'PAK2', 'NFKBIA'}, number: 33
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EIF4G1', 'CYCS', 'AKT1S1', 'MAPK9', 'MAP2K7', 'MDM2', 'CCL2', 'MAPK1', 'NFKB1', 'MAP2K2', 'MMP14', 'BCL2', 'CTNNA1', 'SHC1', 'CREB1', 'MAPK14', 'AKT1', 'PRKAA1', 'EPHA2', 'PAK1', 'PIK3CA', 'RAF1', 'VEGFA', 'ATF2', 'ITGB1', 'JUN', 'CCND1', 'GRB2', 'FN1', 'FOXO1', 'ITGAV', 'PAK2', 'HMGB1'}, number: 33
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKB1', 'RELA', 'NFKBIA'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'JUN', 'CYCS', 'BIRC5', 'BCL2', 'MDM2', 'RELA', 'FAS', 'NFKB1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PDPK1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1', 'JUN', 'STAT3', 'MAPK9'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'JUN', 'CYCS', 'BIRC5', 'BCL2', 'MDM2', 'RELA', 'FAS', 'NFKB1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'MAPK1', 'FN1', 'AKT1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'CFL1', 'CAMKK2', 'BCL2', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'PPP1CA', 'STAT3'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAPK9', 'MAP2K7', 'FLNB', 'MEF2C', 'TAOK2', 'MAPK1', 'RAC1', 'CCL2', 'NFKB1', 'PIK3R1', 'MAP2K2', 'FAS', 'NFATC1', 'MAPK14', 'AKT1', 'MAPK12', 'PAK1', 'PIK3CA', 'SRF', 'RAF1', 'RELA', 'ATF2', 'RAP1A', 'RAP1B', 'CRK', 'PPP3CA', 'JUN', 'GRB2', 'FN1', 'ATF4', 'HSPB1', 'PAK2', 'NFKBIA'}, number: 33
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MAPK9', 'CSK', 'MAPK1', 'RAC1', 'CCL2', 'NFKB1', 'PIK3R1', 'STAT3', 'SHC1', 'FOXO3', 'AKT1', 'PAK1', 'ICAM1', 'PIK3CA', 'RAF1', 'RELA', 'VEGFA', 'RAP1A', 'RAP1B', 'CRK', 'ITGB1', 'JUN', 'GRB2', 'PXN', 'NFKBIA'}, number: 25
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'JUN', 'MAPK12', 'MAPK9', 'MAP2K2', 'PIK3CA', 'MAP2K7', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 14
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MAPK9', 'CSK', 'MAPK1', 'RAC1', 'CCL2', 'NFKB1', 'PIK3R1', 'STAT3', 'SHC1', 'FOXO3', 'AKT1', 'PAK1', 'ICAM1', 'PIK3CA', 'RAF1', 'RELA', 'VEGFA', 'RAP1A', 'RAP1B', 'CRK', 'ITGB1', 'JUN', 'GRB2', 'PXN', 'NFKBIA'}, number: 25
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAPK9', 'MAP2K7', 'FLNB', 'MEF2C', 'TAOK2', 'MAPK1', 'RAC1', 'CCL2', 'NFKB1', 'PIK3R1', 'MAP2K2', 'FAS', 'NFATC1', 'MAPK14', 'AKT1', 'MAPK12', 'PAK1', 'PIK3CA', 'SRF', 'RAF1', 'RELA', 'ATF2', 'RAP1A', 'RAP1B', 'CRK', 'PPP3CA', 'JUN', 'GRB2', 'FN1', 'ATF4', 'HSPB1', 'PAK2', 'NFKBIA'}, number: 33
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'JUN', 'MAPK9', 'ICAM1', 'VEGFA', 'CCL2', 'NFKB1', 'STAT3'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'MAPK9', 'CSK', 'MAPK1', 'RAC1', 'NFKB1', 'PIK3R1', 'STAT3', 'SHC1', 'FOXO3', 'AKT1', 'PAK1', 'PIK3CA', 'RAF1', 'RELA', 'RAP1A', 'RAP1B', 'CRK', 'JUN', 'GRB2', 'PXN', 'NFKBIA'}, number: 21
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAPK9', 'HGS', 'MEF2C', 'PDPK1', 'CSK', 'MAPK1', 'NCK1', 'RAC1', 'RICTOR', 'EPS15', 'PIK3R1', 'STAT3', 'MAP2K2', 'PRKCI', 'SHC1', 'CREB1', 'MAPK14', 'AKT1', 'ABL1', 'IQGAP1', 'RAB5A', 'PAK1', 'CBL', 'RAF1', 'RAP1A', 'CRK', 'JUN', 'CAV1', 'ITCH', 'CFL1', 'STAM', 'GRB2', 'FOXO1'}, number: 33
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKB1', 'RELA', 'NFKBIA'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'JUN', 'CYCS', 'BIRC5', 'BCL2', 'MDM2', 'RELA', 'FAS', 'NFKB1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'MAPK9', 'MAP2K7', 'CSK', 'MAPK1', 'RAC1', 'CCL2', 'NFKB1', 'HSP90AA1', 'PIK3R1', 'STAT3', 'SHC1', 'FOXO3', 'AKT1', 'PAK1', 'PIK3CA', 'RAF1', 'RELA', 'RAP1A', 'BCL2L1', 'RAP1B', 'CRK', 'JUN', 'GRB2', 'PXN', 'NFKBIA'}, number: 25
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PAK1', 'PIK3CA', 'RAC1', 'AKT1', 'ABL1', 'STAT3'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'TXNIP', 'EIF2AK3', 'BCL2', 'ATF4'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAPK9', 'MAP2K7', 'FLNB', 'MEF2C', 'TAOK2', 'MAPK1', 'RAC1', 'CCL2', 'NFKB1', 'PIK3R1', 'MAP2K2', 'FAS', 'NFATC1', 'MAPK14', 'AKT1', 'MAPK12', 'PAK1', 'PIK3CA', 'SRF', 'RAF1', 'RELA', 'ATF2', 'RAP1A', 'RAP1B', 'CRK', 'PPP3CA', 'JUN', 'GRB2', 'FN1', 'ATF4', 'HSPB1', 'PAK2', 'NFKBIA'}, number: 33
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'JUN', 'MAPK12', 'MAPK9', 'MAP2K2', 'PIK3CA', 'MAP2K7', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 14
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CYCS', 'MAPK9', 'MDM2', 'MAPK1', 'RAC1', 'NFKB1', 'PIK3R1', 'BCL2', 'SHC1', 'FOXO3', 'FAS', 'CREB1', 'AKT1', 'ABL1', 'PIK3CA', 'JUN', 'CCND1', 'GRB2', 'HMGB1'}, number: 19
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'CYCS', 'GRB2', 'PIK3CA', 'RAF1', 'FOXO3', 'MAPK1', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAPK9', 'MAP2K7', 'FLNB', 'MEF2C', 'TAOK2', 'MAPK1', 'RAC1', 'CCL2', 'NFKB1', 'PIK3R1', 'MAP2K2', 'FAS', 'NFATC1', 'MAPK14', 'AKT1', 'MAPK12', 'PAK1', 'PIK3CA', 'SRF', 'RAF1', 'RELA', 'ATF2', 'RAP1A', 'RAP1B', 'CRK', 'PPP3CA', 'JUN', 'GRB2', 'FN1', 'ATF4', 'HSPB1', 'PAK2', 'NFKBIA'}, number: 33
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'RAF1', 'MAPK1', 'ATF2', 'CREB1', 'ATF4'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CYCS', 'MAPK9', 'MDM2', 'MAPK1', 'RAC1', 'NFKB1', 'PIK3R1', 'EIF2AK3', 'BCL2', 'SHC1', 'FOXO3', 'FAS', 'CREB1', 'AKT1', 'ABL1', 'PIK3CA', 'TXNIP', 'JUN', 'CCND1', 'GRB2', 'ATF4', 'HMGB1'}, number: 22
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'TXNIP', 'EIF2AK3', 'BCL2', 'ATF4'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'JUN', 'CYCS', 'BIRC5', 'BCL2', 'MDM2', 'RELA', 'FAS', 'NFKB1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'CSK', 'MAPK1', 'RAC1', 'NFKB1', 'PIK3R1', 'STAT3', 'SHC1', 'FOXO3', 'AKT1', 'PAK1', 'ICAM1', 'PIK3CA', 'RAF1', 'RELA', 'RAP1A', 'RAP1B', 'CRK', 'GRB2', 'FN1', 'PXN', 'NFKBIA'}, number: 21
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'ICAM1', 'PIK3CA', 'PIK3R1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'JUN', 'MAPK14', 'RELA', 'NFKBIA'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'JUN', 'MAPK12', 'MAPK9', 'MAP2K2', 'PIK3CA', 'MAP2K7', 'RELA', 'MAPK1', 'RAC1', 'NFKB1', 'MAPK14', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 14
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'JUN', 'MAPK14', 'RELA', 'NFKBIA'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'FAS', 'RAP1A', 'CREB1', 'AKT1', 'ABL1', 'HMGB1'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3CA', 'PIK3R1'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA', 'EPHA2', 'HSP90AA1'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'AKT1S1', 'MAPK9', 'MDM2', 'PDPK1', 'MAPK1', 'RAC1', 'NFKB1', 'HSP90AA1', 'PIK3R1', 'MAP2K2', 'BCL2', 'SHC1', 'FOXO3', 'CREB1', 'AKT1', 'ABL1', 'PRKAA1', 'RAB5A', 'EPHA2', 'PAK1', 'PIK3CA', 'RAF1', 'RELA', 'VEGFA', 'ATF2', 'RAP1A', 'BCL2L1', 'RAP1B', 'EIF4E', 'ITGB1', 'CCND1', 'GRB2', 'FN1', 'ATF4', 'ITGAV', 'PAK2'}, number: 36
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'CFL1', 'CAMKK2', 'BCL2', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'PPP1CA', 'STAT3'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CYCS', 'MAPK9', 'MDM2', 'MAPK1', 'RAC1', 'NFKB1', 'PIK3R1', 'BCL2', 'SHC1', 'FOXO3', 'FAS', 'CREB1', 'AKT1', 'ABL1', 'PIK3CA', 'JUN', 'CCND1', 'GRB2', 'HMGB1'}, number: 19
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CCND1', 'CYCS', 'MDM2', 'FAS', 'CREB1', 'ABL1'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'GRB2', 'SHC1', 'MAPK1', 'CREB1', 'AKT1'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'MAPK9', 'CSK', 'MAPK1', 'RAC1', 'NFKB1', 'PIK3R1', 'STAT3', 'SHC1', 'FOXO3', 'AKT1', 'PAK1', 'PIK3CA', 'RAF1', 'RELA', 'RAP1A', 'RAP1B', 'CRK', 'JUN', 'GRB2', 'PXN', 'NFKBIA'}, number: 21
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'NFKBIA', 'GRB2', 'PIK3CA', 'CBL', 'BIRC5', 'SHC1', 'RELA', 'MAPK1', 'NFKB1', 'ATF2', 'MAPK14', 'AKT1', 'PIK3R1', 'STAT3', 'MAP2K2'}, number: 15
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'JUN', 'NFKBIA', 'MAPK9', 'MAP2K7', 'RELA', 'CCL2', 'MAPK1', 'NFKB1', 'ATF2', 'MAPK14', 'AKT1', 'PIK3R1', 'MAP2K2'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NCF2', 'AKT1S1', 'MAPK9', 'PDPK1', 'CCL2', 'RAC1', 'NFKB1', 'HSP90AA1', 'FAS', 'NFATC1', 'MAPK14', 'PRKAA1', 'EPHA2', 'ICAM1', 'RAP1A', 'PPP3CA', 'JUN', 'CCND1', 'HMGB1'}, number: 19
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CYCS', 'MAPK9', 'MDM2', 'MAPK1', 'RAC1', 'NFKB1', 'HSP90AA1', 'PIK3R1', 'EIF2AK3', 'BCL2', 'SHC1', 'FOXO3', 'FAS', 'CREB1', 'AKT1', 'ABL1', 'EPHA2', 'PIK3CA', 'TXNIP', 'JUN', 'CCND1', 'GRB2', 'ATF4', 'HMGB1'}, number: 24
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'MAPK9', 'CSK', 'MAPK1', 'RAC1', 'NFKB1', 'PIK3R1', 'STAT3', 'SHC1', 'FOXO3', 'MAPK14', 'AKT1', 'PAK1', 'PIK3CA', 'RAF1', 'RELA', 'RAP1A', 'RAP1B', 'CRK', 'JUN', 'GRB2', 'PXN', 'NFKBIA'}, number: 22
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'JUN', 'CYCS', 'GRB2', 'BIRC5', 'BCL2', 'SHC1', 'MDM2', 'RELA', 'FAS', 'MAPK1', 'NFKB1', 'CREB1', 'BCL2L1', 'AKT1', 'MAPK14', 'PIK3R1', 'NFKBIA'}, number: 17
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NCF2', 'MAPK9', 'MEF2C', 'PDPK1', 'MAPK1', 'NCK1', 'RAC1', 'NFKB1', 'PIK3R1', 'STAT3', 'MAP2K2', 'SHC1', 'FOXO3', 'CREB1', 'MAPK14', 'AKT1', 'PRKAA1', 'ACACB', 'RAF1', 'RELA', 'RAP1A', 'BMP2', 'EIF4E', 'JUN', 'CFL1', 'GRB2', 'NFKBIA'}, number: 27
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NCF2', 'MAPK9', 'MEF2C', 'PDPK1', 'MAPK1', 'NCK1', 'RAC1', 'NFKB1', 'PIK3R1', 'STAT3', 'MAP2K2', 'BCL2', 'SHC1', 'FOXO3', 'CREB1', 'MAPK14', 'AKT1', 'PPP1CA', 'PRKAA1', 'ACACB', 'PIK3CA', 'RAF1', 'RELA', 'RAP1A', 'BMP2', 'EIF4E', 'JUN', 'CFL1', 'GRB2', 'CAMKK2', 'NFKBIA'}, number: 31
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'CFL1', 'CAMKK2', 'BCL2', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'PPP1CA', 'STAT3'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'GRB2', 'SHC1', 'MAPK1', 'CREB1', 'AKT1'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKAA1', 'EPHA2', 'ACACB', 'ACACA', 'CAMKK2', 'PIK3CA', 'AKT1', 'HSP90AA1', 'PIK3R1'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1S1', 'MEF2C', 'MDM2', 'PDPK1', 'MAPK1', 'HSP90AA1', 'PIK3R1', 'STAT3', 'MAP2K2', 'ACACA', 'CTNNA1', 'FOXO3', 'FAS', 'CREB1', 'AKT1', 'PRKAA1', 'EPHA2', 'PIK3CA', 'RAF1', 'VEGFA', 'ATF2', 'BMP2', 'EIF4E', 'ITGB1', 'GRB2', 'FN1', 'FOXO1', 'ATF4', 'ITGAV'}, number: 29
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'AKT1', 'PRKAA1', 'ACACB', 'ACACA'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1S1', 'MDM2', 'PDPK1', 'MAPK1', 'RAC1', 'NFKB1', 'HSP90AA1', 'PIK3R1', 'MAP2K2', 'ACACA', 'BCL2', 'FOXO3', 'CREB1', 'AKT1', 'PRKAA1', 'EPHA2', 'PIK3CA', 'RAF1', 'RELA', 'VEGFA', 'ATF2', 'BCL2L1', 'EIF4E', 'ITGB1', 'CCND1', 'GRB2', 'FN1', 'FOXO1', 'ATF4', 'ITGAV'}, number: 30
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'CFL1', 'INPP5K', 'CAMKK2', 'PIK3CA', 'BCL2', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'PPP1CA', 'STAT3'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'JUN', 'CYCS', 'BIRC5', 'BCL2', 'MDM2', 'RELA', 'FAS', 'NFKB1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'CFL1', 'CAMKK2', 'PIK3CA', 'BCL2', 'SHC1', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'PPP1CA', 'PIK3R1', 'STAT3'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'MAPK9', 'PIK3CA', 'RAF1', 'MAPK1', 'AKT1'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'CFL1', 'CAMKK2', 'BCL2', 'MAPK1', 'NFKB1', 'CREB1', 'AKT1', 'PPP1CA', 'STAT3'}, number: 9
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'JUN', 'CYCS', 'BIRC5', 'BCL2', 'MDM2', 'RELA', 'FAS', 'NFKB1', 'BCL2L1', 'AKT1', 'PIK3R1', 'NFKBIA'}, number: 12
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RAB5A', 'CREB1'}, number: 2
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'CREB3L2', 'CREB1', 'CREB5', 'CREB3L3'}, number: 4
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'RAB5A', 'CREB3L3', 'RAB5C', 'CREB3L2', 'CREB5', 'CREB1', 'PRKACB', 'RAB5B'}, number: 8
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CREB3L2', 'CREB1', 'CREB5', 'CREB3L3'}, number: 4
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): {'PRKACB'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CREB3L2', 'CREB1', 'CREB5', 'CREB3L3'}, number: 4
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Vasopressin Regulated Water Reabsorption WP5085, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'NFKBIA'}, number: 5
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'PPP3CA', 'IKBKG', 'RELA', 'MAP3K1', 'NFATC1', 'NFKB1', 'MAPK14', 'IL6', 'PPP3R1', 'NFKBIA'}, number: 10
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP3K1', 'NFKB1', 'MAPK14', 'IL6'}, number: 4
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'IKBKG', 'NFKB1', 'RELA', 'NFKBIA'}, number: 4
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'NFKBIA'}, number: 5
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1', 'SMAD3'}, number: 2
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'NFKBIA'}, number: 5
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'NFKB1', 'SMAD3', 'IL6'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'PPP3CA', 'IKBKG', 'RELA', 'MAP3K1', 'NFATC1', 'NFKB1', 'MAPK14', 'IL6', 'PPP3R1', 'NFKBIA'}, number: 10
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'IL6', 'SMAD3', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'MAPK14', 'IL6', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'IL6', 'SMAD3', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'PPP3CA', 'IKBKG', 'RELA', 'MAP3K1', 'NFATC1', 'NFKB1', 'MAPK14', 'IL6', 'PPP3R1', 'NFKBIA'}, number: 10
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'NFKB1', 'SMAD3', 'IL6'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'IL6', 'SMAD3', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MAP3K1', 'MAPK14'}, number: 2
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'RXRA', 'IL6'}, number: 2
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'IKBKG', 'NFKB1', 'RELA', 'NFKBIA'}, number: 4
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'NFKBIA'}, number: 5
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'IL6', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'PPP3CA', 'IKBKG', 'RELA', 'MAP3K1', 'NFATC1', 'NFKB1', 'MAPK14', 'IL6', 'PPP3R1', 'NFKBIA'}, number: 10
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'MAPK14', 'IL6', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'MAP3K1', 'NFKB1', 'SMAD3'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'PPP3CA', 'IKBKG', 'RELA', 'MAP3K1', 'NFATC1', 'NFKB1', 'MAPK14', 'IL6', 'PPP3R1', 'NFKBIA'}, number: 10
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'MAP3K1', 'NFKB1', 'SMAD3'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'NFKBIA'}, number: 5
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'IL6', 'NFKBIA'}, number: 5
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'MAPK14', 'RELA', 'NFKBIA'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'MAPK14', 'IL6', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'MAPK14', 'RELA', 'NFKBIA'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IKBKG', 'NFKB1', 'RELA', 'IL6'}, number: 4
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'NFKB1', 'SMAD3', 'IL6'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAP3K1', 'NFKB1', 'SMAD3'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'IL6', 'SMAD3', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'NFKB1', 'MAPK14', 'RELA', 'NFKBIA'}, number: 4
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'MAPK14', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPP3CA', 'RXRA', 'NFATC1', 'NFKB1', 'MAPK14', 'PPP3R1'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'MAP3K1', 'NFKB1', 'SMAD3', 'RXRA'}, number: 4
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'IKBKG', 'RELA', 'NFKB1', 'MAPK14', 'SMAD3', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'MAPK14', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'MAPK14', 'NFKBIA'}, number: 6
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'MAPK14', 'IL6', 'SMAD3', 'NFKBIA'}, number: 8
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'NFKB1', 'SMAD3', 'IL6'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IKBKG', 'RXRA', 'NR3C1', 'IL6', 'SMAD3'}, number: 5
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IKBKG', 'NFKB1', 'RELA', 'IL6'}, number: 4
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'NFKB1', 'SMAD3', 'IL6'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'NFKBIA'}, number: 5
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'NFKB1', 'SMAD3', 'IL6'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'PPP3R1'}, number: 1
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'NFKB1', 'SMAD3', 'IL6'}, number: 3
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1', 'MAPK14'}, number: 2
Term: Vitamin D In Inflammatory Diseases WP4482, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IKBKG', 'RELA', 'MAP3K1', 'NFKB1', 'NFKBIA'}, number: 5
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'DDIT3', 'IRF3'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DDIT3', 'FOXO1', 'CREB1', 'CTNNA1'}, number: 4
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PPARG'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'DDIT3', 'IRF3'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'STAT5B'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'STAT5B'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'DDIT3', 'IRF3'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'STAT5B'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STAT5B', 'FOXO1', 'CREB1'}, number: 3
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'STAT5B'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'DDIT3', 'IRF3'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT5B'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'DDIT3', 'IRF3'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'DDIT3', 'CREB1'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'STAT5B'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CEBPB'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'STAT5B'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'STAT5B', 'CEBPB'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPARG'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'DDIT3', 'CEBPB', 'CREB1'}, number: 3
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'STAT5B'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'IRF3', 'CREB1'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'STAT5B', 'CREB1', 'EGR2'}, number: 3
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'STAT5B', 'CREB1', 'EGR2'}, number: 3
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CEBPB', 'SREBF1'}, number: 2
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SREBF1', 'CEBPD', 'STAT5B', 'MECOM', 'RARA', 'KLF5', 'CTNNA1', 'PPARG', 'CREB1', 'EGR2', 'IRF3', 'DDIT3', 'NR2F2', 'RORA', 'KLF4', 'KLF15', 'CEBPB', 'FOXO1', 'NR3C1'}, number: 19
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FOXO1', 'SREBF1', 'CREB1'}, number: 3
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: White Fat Cell Differentiation WP4149, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IRF3'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: mRNA Processing WP411, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC3A2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'NFE2L2', 'ATF4'}, number: 2
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'NFE2L2', 'ATF4'}, number: 2
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2', 'ATF4'}, number: 2
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11', 'KEAP1'}, number: 3
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11', 'KEAP1'}, number: 3
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'NFE2L2', 'SLC7A11', 'KEAP1', 'ATF4'}, number: 4
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11', 'KEAP1'}, number: 3
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'CYCS', 'TNFRSF10B', 'BID', 'MDM2', 'FAS', 'PMAIP1', 'CASP3'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'GADD45A', 'CASP3', 'FAS'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'CYCS', 'E2F1', 'MDM2', 'ATM', 'CREB1', 'CCND3', 'CDK2'}, number: 8
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'CYCS', 'TNFRSF10B', 'BID', 'MDM2', 'FAS', 'PMAIP1', 'CASP3'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'CYCS', 'TNFRSF10B', 'BID', 'MDM2', 'FAS', 'PMAIP1', 'CASP3'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'GADD45A', 'CASP3', 'FAS'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'GADD45A', 'CASP3', 'FAS'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1', 'CREB1', 'E2F1'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'CYCS', 'TNFRSF10B', 'BID', 'MDM2', 'FAS', 'PMAIP1', 'CASP3'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'BID', 'CASP3'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'CDK1', 'ABL1'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'GADD45A', 'CASP3', 'FAS'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CYCS', 'SESN1', 'BID', 'TLK1', 'CCNG1', 'MDM2', 'CDC25A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'GADD45A', 'CREB1', 'ABL1', 'CDK2', 'CASP3', 'TNFRSF10B', 'CCNB1', 'RPA2', 'RRM2B', 'E2F1', 'RFC1', 'SFN', 'CDC25C', 'CDKN1B', 'RAD50', 'FANCD2', 'RAD1', 'CDK6', 'CCND1', 'ATM', 'PMAIP1', 'CCND3', 'RAD17', 'NBN'}, number: 36
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK6', 'CCND1', 'CYCS', 'BID', 'E2F1', 'RB1', 'GADD45A', 'CASP3'}, number: 8
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'GADD45A', 'CASP3', 'FAS'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CYCS', 'SESN1', 'BID', 'TLK1', 'MDM2', 'CDC25A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'GADD45A', 'CREB1', 'ABL1', 'CDK2', 'CASP3', 'TNFRSF10B', 'CCNB1', 'RPA2', 'RRM2B', 'E2F1', 'RFC1', 'SFN', 'CDC25C', 'CDKN1B', 'RAD50', 'FANCD2', 'RAD1', 'CDK6', 'CCND1', 'ATM', 'PMAIP1', 'CCND3', 'RAD17', 'NBN'}, number: 35
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BID', 'PMAIP1', 'TNFRSF10B'}, number: 3
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'CYCS', 'TNFRSF10B', 'BID', 'MDM2', 'FAS', 'PMAIP1', 'CASP3'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CYCS', 'SESN1', 'BID', 'TLK1', 'MDM2', 'CDC25A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'GADD45A', 'CREB1', 'ABL1', 'CDK2', 'CASP3', 'TNFRSF10B', 'CCNB1', 'RPA2', 'RRM2B', 'E2F1', 'RFC1', 'SFN', 'CDC25C', 'CDKN1B', 'RAD50', 'FANCD2', 'RAD1', 'CDK6', 'CCND1', 'ATM', 'PMAIP1', 'CCND3', 'RAD17', 'NBN'}, number: 35
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK6', 'CCND1', 'MDM2', 'CREB1', 'CCND3', 'CDKN1B', 'ABL1', 'CDK2'}, number: 8
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CYCS', 'SESN1', 'BID', 'TLK1', 'MDM2', 'CDC25A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'GADD45A', 'CREB1', 'ABL1', 'CDK2', 'CASP3', 'TNFRSF10B', 'CCNB1', 'RPA2', 'RRM2B', 'E2F1', 'RFC1', 'SFN', 'CDC25C', 'CDKN1B', 'RAD50', 'FANCD2', 'RAD1', 'CDK6', 'CCND1', 'ATM', 'PMAIP1', 'CCND3', 'RAD17', 'NBN'}, number: 35
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CYCS', 'SESN1', 'BID', 'TLK1', 'CCNG1', 'MDM2', 'CDC25A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'GADD45A', 'CREB1', 'ABL1', 'CDK2', 'CASP3', 'TNFRSF10B', 'CCNB1', 'RPA2', 'RRM2B', 'E2F1', 'RFC1', 'SFN', 'CDC25C', 'CDKN1B', 'RAD50', 'FANCD2', 'RAD1', 'CDK6', 'CCND1', 'ATM', 'PMAIP1', 'CCND3', 'RAD17', 'NBN'}, number: 36
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SESN1', 'CCNG1', 'CDC25A', 'PRKDC', 'FAS', 'GADD45A', 'CDK2', 'TNFRSF10B', 'RRM2B', 'RPA2', 'RFC1', 'SFN', 'CDC25C', 'RAD50', 'FANCD2', 'CCND1', 'ATM', 'PMAIP1', 'CCND3', 'NBN'}, number: 20
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CYCS', 'SESN1', 'BID', 'TLK1', 'MDM2', 'CDC25A', 'PRKDC', 'SMC1A', 'CDK1', 'RB1', 'FAS', 'GADD45A', 'CREB1', 'ABL1', 'CDK2', 'CASP3', 'TNFRSF10B', 'CCNB1', 'RPA2', 'RRM2B', 'E2F1', 'RFC1', 'SFN', 'CDC25C', 'CDKN1B', 'RAD50', 'FANCD2', 'RAD1', 'CDK6', 'CCND1', 'ATM', 'PMAIP1', 'CCND3', 'RAD17', 'NBN'}, number: 35
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYCS', 'TNFRSF10B', 'BID', 'MDM2', 'FAS', 'PMAIP1', 'CREB1', 'CASP3'}, number: 8
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CREB1', 'CASP3'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CREB1', 'CASP3'}, number: 2
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNB1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MDM2', 'FAS', 'RB1', 'E2F1', 'GADD45A', 'CREB1', 'CDKN1B'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK6', 'CCND1', 'MDM2', 'CREB1', 'CCND3', 'CDKN1B', 'CDK2'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'CYCS', 'TNFRSF10B', 'BID', 'MDM2', 'FAS', 'PMAIP1', 'CASP3'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'CASP3'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'CYCS', 'TNFRSF10B', 'BID', 'MDM2', 'FAS', 'PMAIP1', 'CASP3'}, number: 7
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'IKBKG', 'BCL2', 'MDM2', 'NFKB1', 'NFKBIA'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'MAP2K2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 9
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'PDGFA', 'GRB2', 'PIK3CA', 'BCL2', 'RAF1', 'MDM2', 'MAPK1', 'FOXO1', 'NFKB1', 'MAP2K2'}, number: 11
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'IKBKG', 'NFKB1', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'IKBKG', 'BCL2', 'MDM2', 'NFKB1', 'NFKBIA'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'IKBKG', 'BCL2', 'MDM2', 'NFKB1', 'NFKBIA'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'BCL2'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'MAP2K2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 9
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 8
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'IKBKG', 'MAP2K2', 'PIK3CA', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 6
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 8
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'MAP2K2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 9
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 8
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GRB2', 'RAF1', 'MAPK1', 'FOXO1', 'MAP2K2'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'PDGFA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'IKBKG', 'NFKB1', 'NFKBIA'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'IKBKG', 'BCL2', 'MDM2', 'NFKB1', 'NFKBIA'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 8
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'MAP2K2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 9
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'IKBKG', 'MAP2K2', 'PIK3CA', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 6
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1', 'GRB2', 'PIK3CA', 'BCL2', 'MDM2', 'MAPK1', 'NFKB1', 'CDKN1B'}, number: 8
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CCND1', 'GRB2', 'PIK3CA', 'RAF1', 'MAPK1', 'MAP2K2'}, number: 6
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'MAP2K2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 9
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'MAPK1', 'RAF1'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CCND1', 'GRB2', 'PIK3CA', 'BCL2', 'MDM2', 'MAPK1', 'NFKB1', 'CDKN1B'}, number: 8
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'IKBKG', 'BCL2', 'MDM2', 'NFKB1', 'NFKBIA'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 8
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'IKBKG', 'MAP2K2', 'PIK3CA', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 6
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'NFKBIA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDKN1B', 'CCND1', 'MDM2'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IKBKG', 'CCND1', 'PDGFA', 'GRB2', 'PIK3CA', 'BCL2', 'RAF1', 'MDM2', 'MAPK1', 'NFKB1', 'CDKN1B', 'MAP2K2'}, number: 12
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'BCL2'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1', 'GRB2', 'PIK3CA', 'BCL2', 'MDM2', 'MAPK1', 'NFKB1', 'CDKN1B'}, number: 8
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDKN1B', 'CCND1', 'MDM2'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'MAPK1', 'GRB2'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 8
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'GRB2', 'MAP2K2', 'PIK3CA', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 6
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'IKBKG', 'NFKBIA', 'MAPK1', 'NFKB1', 'MAP2K2'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'NFKB1'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'MAPK1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CCND1', 'GRB2', 'PIK3CA', 'BCL2', 'MDM2', 'MAPK1', 'NFKB1', 'CDKN1B'}, number: 8
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'IKBKG', 'GRB2', 'PIK3CA', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 7
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'IKBKG', 'GRB2', 'BCL2', 'MDM2', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 7
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'IKBKG', 'GRB2', 'MAP2K2', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 7
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IKBKG', 'GRB2', 'MAP2K2', 'PIK3CA', 'BCL2', 'RAF1', 'MAPK1', 'NFKB1', 'NFKBIA'}, number: 9
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'BCL2'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'MAPK1', 'GRB2'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3CA'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IKBKG', 'PDGFA', 'GRB2', 'PIK3CA', 'RAF1', 'MDM2', 'MAPK1', 'FOXO1', 'CDKN1B', 'MAP2K2'}, number: 10
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IKBKG', 'CCND1', 'PDGFA', 'GRB2', 'PIK3CA', 'BCL2', 'RAF1', 'MDM2', 'MAPK1', 'FOXO1', 'NFKB1', 'CDKN1B', 'MAP2K2'}, number: 13
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'MAPK1', 'PIK3CA', 'NFKB1', 'BCL2'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'IKBKG', 'BCL2', 'MDM2', 'NFKB1', 'NFKBIA'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'MAPK1', 'PIK3CA', 'NFKB1', 'BCL2'}, number: 4
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): {'MAPK1', 'PIK3CA', 'RAF1'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'MAPK1', 'NFKB1', 'BCL2'}, number: 3
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'IKBKG', 'BCL2', 'MDM2', 'NFKB1', 'NFKBIA'}, number: 5
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1', 'E2F1', 'ATM', 'CCND3', 'CREB1'}, number: 5
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'ABL1', 'CREB1', 'E2F1'}, number: 3
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'ABL1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CDK6', 'CCND1', 'E2F1', 'ATM', 'CREB1', 'CCND3', 'CDC25A', 'CDKN1B', 'ABL1'}, number: 9
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'CDK6', 'CCND1', 'E2F1'}, number: 3
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'CDK6', 'CCND1', 'E2F1', 'ATM', 'CREB1', 'CCND3', 'CDC25A', 'CDKN1B', 'ABL1'}, number: 9
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CDK6', 'CCND1', 'E2F1', 'ATM', 'CREB1', 'CCND3', 'CDC25A', 'CDKN1B', 'ABL1'}, number: 9
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDK6', 'CCND1', 'CCND3', 'CREB1', 'CDKN1B', 'ABL1'}, number: 6
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDK6', 'CCND1', 'E2F1', 'ATM', 'CREB1', 'CCND3', 'CDC25A', 'CDKN1B', 'ABL1'}, number: 9
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): {'CDK6', 'CCND1', 'E2F1', 'ATM', 'CREB1', 'CCND3', 'CDC25A', 'CDKN1B', 'ABL1'}, number: 9
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDC25A', 'CCND1', 'CCND3', 'ATM'}, number: 4
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'CDK6', 'CCND1', 'E2F1', 'ATM', 'CREB1', 'CCND3', 'CDC25A', 'CDKN1B', 'ABL1'}, number: 9
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1B', 'CREB1', 'E2F1'}, number: 3
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDK6', 'CCND1', 'CCND3', 'CREB1', 'CDKN1B'}, number: 5
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'CREB1'}, number: 1
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNAs Involved In DNA Damage Response WP1545, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1086, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'NFKB1', 'RELA', 'IL6'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'NFKB1', 'JAK1', 'IL6'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1172, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1262, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'NFKB1', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1365, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'IL6R', 'IL6ST', 'STAT3', 'NFKB1', 'IL6', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'NFKB1', 'RELA', 'IL6'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RELA', 'STAT3', 'NFKB1', 'IL6', 'JAK2', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1495, Title of overlapping gene(s): {'NFKB1', 'RELA', 'IL6'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RELA', 'STAT3', 'NFKB1', 'IL6', 'JAK2', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'NFKB1', 'RELA', 'IL6'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'NFKB1', 'IL6', 'JAK2', 'JAK1', 'STAT3'}, number: 5
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RELA', 'STAT3', 'NFKB1', 'IL6', 'JAK2', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JAK2', 'JAK1', 'STAT3'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1549, Title of overlapping gene(s): {'JAK2', 'JAK1', 'IL6'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1574, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1575, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1579, Title of overlapping gene(s): {'RELA', 'NFKB1', 'IL6', 'JAK2', 'STAT3'}, number: 5
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1582, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'NFKB1', 'RELA', 'IL6'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1668 , Title of overlapping gene(s): {'NFKB1', 'RELA', 'IL6'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1670, Title of overlapping gene(s): {'STAT3'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1738, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1739, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1740, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1748, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'NFKB1', 'RELA', 'IL6'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1752, Title of overlapping gene(s): {'IL6ST'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/177, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1814 , Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1817, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1818, Title of overlapping gene(s): {'RELA', 'STAT3', 'NFKB1', 'IL6', 'JAK2', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1819, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'RELA'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1848, Title of overlapping gene(s): {'NFKB1', 'RELA', 'IL6'}, number: 3
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'RELA'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1901, Title of overlapping gene(s): {'JAK2', 'JAK1'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IL6R', 'RELA', 'NFKB1', 'IL6', 'JAK2', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'IL6R', 'IL6ST', 'STAT3', 'NFKB1', 'IL6', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/2007, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/201, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RELA', 'STAT3', 'NFKB1', 'IL6', 'JAK2', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/2013, Title of overlapping gene(s): {'RELA', 'STAT3', 'NFKB1', 'JAK2', 'JAK1'}, number: 5
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/202, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/244 , Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RELA', 'STAT3', 'NFKB1', 'JAK2', 'JAK1'}, number: 5
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/357, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/381, Title of overlapping gene(s): {'NFKB1', 'JAK2', 'RELA', 'STAT3'}, number: 4
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'IL6R', 'IL6ST', 'RELA', 'STAT3', 'NFKB1', 'IL6', 'JAK2', 'JAK1'}, number: 8
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'IL6R', 'IL6ST', 'STAT3', 'NFKB1', 'IL6', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/389, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6R', 'IL6ST', 'STAT3', 'IL6', 'JAK2', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/459, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IL6R', 'RELA', 'NFKB1', 'IL6', 'JAK2', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'IL6R', 'IL6ST', 'STAT3', 'NFKB1', 'IL6', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/55, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/618, Title of overlapping gene(s): {'IL6R', 'IL6ST', 'STAT3', 'NFKB1', 'IL6', 'JAK2', 'JAK1'}, number: 7
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/759, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'IL6R', 'IL6ST', 'STAT3', 'NFKB1', 'IL6', 'JAK1'}, number: 6
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/888, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFKB1'}, number: 1
Term: ncRNAs Involved In STAT3 Signaling In Hepatocellular Carcinoma WP4337, KEID: https://identifiers.org/aop.events/898, Title of overlapping gene(s): {'NFKB1', 'RELA'}, number: 2
Section 13.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 8.5.5.

final_geneoverlaptable_C11=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs11,orient='index')
Section 13.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 146. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count11= {}

for index, row in exploded_df11_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count11:
            variable_count11[unique_KE] = 1
    else:
            variable_count11[unique_KE] += 1

Step 147. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df11=pd.DataFrame.from_dict(variable_count11,orient='index')
reset_variable_count_df11 = variable_count_df11.reset_index()
reset_variable_count_df11.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C11=final_geneoverlaptable_C11.reset_index(level=[1])
Genesetoverlaptable_C11.reset_index(inplace=True)
Genesetoverlaptable_C11.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C11=pd.merge(reset_variable_count_df11,Genesetoverlaptable_C11, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C11.loc[:,'Percent geneset overlap']= tabulation_C11.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C11.to_excel('geneoverlap-calculation-Valproicacid1mM.xlsx')

Section 14. Metadata

Step 148. At last, the metadata belonging to this Jupyter Notebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
Last updated: 2025-06-03T16:32:44.751048+02:00

Python implementation: CPython
Python version       : 3.12.3
IPython version      : 8.25.0

Compiler    : MSC v.1938 64 bit (AMD64)
OS          : Windows
Release     : 11
Machine     : AMD64
Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
CPU cores   : 8
Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
pandas==2.2.3
json==2.0.9
ipykernel==6.28.0
numpy==1.26.4
scipy==1.13.1
py4cytoscape==1.9.0

References:

  1. Martens M, Meuleman AB, Kearns J, de Windt C, Evelo CT, Willighagen EL. Molecular Adverse Outcome Pathways: towards the implementation of transcriptomics data in risk assessments. bioRxiv. 2023:2023.03.02.530766.

  2. How can I iterate over rows in a Pandas DataFrame?[Internet]. Stack Overflow. Available from: https://stackoverflow.com/questions/16476924/how-can-i-iterate-over-rows-in-a-pandas-dataframe

  3. Python - Loop Dictionaries[Internet]. www.w3schools.com. Available from: https://www.w3schools.com/python/python_dictionaries_loop.asp

  4. Priya. apply(set) to two columns in a pandas dataframe[Internet]. Stack Overflow. 2018. Available from: https://stackoverflow.com/questions/52367388/applyset-to-two-columns-in-a-pandas-dataframe

  5. amnesic. Converting pandas dataframe to dictionary with same keys over multiple rows[Internet]. Stack Overflow. 2022. Available from: https://stackoverflow.com/questions/71006325/converting-pandas-dataframe-to-dictionary-with-same-keys-over-multiple-rows/71006478#71006478

  6. SuperDougDougy. GroupBy results to dictionary of lists[Internet]. Stack Overflow. 2015. Available from: https://stackoverflow.com/questions/29876184/groupby-results-to-dictionaryoflists%E2%80%8C

Part 10: KE enrichment analysis and benchmarking for dataset: GSE44729

The AOP project ► Key objective 2

Author: Shakira Agata

This Jupyter Notebook shows the steps for the execution of KE enrichment analysis and benchmarking to Overrepresentation Analysis(ORA) for dataset: GSE44729 This notebook is subdivided into nine sections:

  • Section 1: Creation of dictKE dictionary
  • Section 2: Creation of dictWP dictionary
  • Section 3: Creation of KEgenes dictionary
  • Section 4: Calculation of N variable
  • Section 5: Comparison 1: Acrolein timepoint 2
    • Section 5.1: Calculation of n variable
    • Section 5.2:Calculation of variable B and variable b
    • Section 5.3: Calculation of enrichment score & hypergeometric p-value
    • Section 5.4: Filtering results
    • Section 5.5: Calculation of percent gene overlap
      • Section 5.5.1 Creation of significant KE table
      • Section 5.5.2 Significant ORA pathway table
      • Section 5.5.3 Creation of for loop
      • Section 5.5.4 Tabulation
      • Section 5.5.5 Percent overlap calculation
  • Section 6: Comparison 2: Chloropicrin timepoint 1
    • Section 6.1: Calculation of n variable
    • Section 6.2:Calculation of variable B and variable b
    • Section 6.3: Calculation of enrichment score & hypergeometric p-value
    • Section 6.4: Filtering results
    • Section 6.5: Calculation of percent gene overlap
      • Section 6.5.1 Creation of significant KE table
      • Section 6.5.2 Significant ORA pathway table
      • Section 6.5.3 Creation of for loop
      • Section 6.5.4 Tabulation
      • Section 6.5.5 Percent overlap calculation
  • Section 7: Comparison 3: Chloropicrin timepoint 2
    • Section 7.1: Calculation of n variable
    • Section 7.2:Calculation of variable B and variable b
    • Section 7.3: Calculation of enrichment score & hypergeometric p-value
    • Section 7.4: Filtering results
    • Section 7.5: Calculation of percent gene overlap
      • Section 7.5.1 Creation of significant KE table
      • Section 7.5.2 Significant ORA pathway table
      • Section 7.5.3 Creation of for loop
      • Section 7.5.4 Tabulation
      • Section 7.5.5 Percent overlap calculation
  • Section 8: Comparison 4: Maleic anhydride timepoint 2
    • Section 8.1: Calculation of n variable
    • Section 8.2:Calculation of variable B and variable b
    • Section 8.3: Calculation of enrichment score & hypergeometric p-value
    • Section 8.4: Filtering results
    • Section 8.5: Calculation of percent gene overlap
      • Section 8.5.1 Creation of significant KE table
      • Section 8.5.2 Significant ORA pathway table
      • Section 8.5.3 Creation of for loop
      • Section 8.5.4 Tabulation
      • Section 8.5.5 Percent overlap calculation
  • Section 9: Metadata

Section 1: Creation of dictKE dictionary

In this section, the dictKE dictionary will be made which is used to retrieve the first neighbors of the key events present in the inflammatory stress response pathway AOP network.

Step 1. First, the necessary packages and inflammatory stress response pathway AOP network were loaded.

import pandas as pd
import numpy as np
from scipy.stats import hypergeom
import matplotlib.pyplot as plt
import scipy.stats as ss
import py4cytoscape as p4c
p4c.cytoscape_ping()
p4c.cytoscape_version_info()
You are connected to Cytoscape!





{'apiVersion': 'v1',
 'cytoscapeVersion': '3.10.1',
 'automationAPIVersion': '1.9.0',
 'py4cytoscapeVersion': '1.9.0'}
network=p4c.open_session('Agata,S.-Part4 Complete Molecular inflammation-process related AOP network.cys')
Opening C:\Users\shaki\Downloads\Agata,S.-Part4 Complete Molecular inflammation-process related AOP network.cys...

Step 2. Next, the nodetable and the original nodetable derived from the KE-WP mapping results are loaded.

nodetable=p4c.get_table_columns()
dataframe_for_dictKE=pd.read_excel('Nodetable-dictKE.xlsx')
df_corrected=pd.read_excel('nodetable-dictWP.xlsx').reset_index(drop=True)

Step 3. The dataframe will now be converted into a dictionary where the keys are the IDs from the key events and the values are the titles of the molecular pathways.

completedataframe_for_dictKE=dataframe_for_dictKE[['ID (KEID)','WPtitle']].copy()
complete_dataframe_for_dictKE=completedataframe_for_dictKE.rename(columns={"ID (KEID)":"KEID"})

Step 4. The format of the dataframe will now be converted into a dictionary format.

dictKE= complete_dataframe_for_dictKE.to_dict('records')

Section 2: Creation of dictWP dictionary

In this section, the dictWP dictionary will be created. The dictWP dictionary will contain the first neighbours: genes of the individual molecular pathways mapped to the inflammatory stress response pathway AOP network.

Step 5. First, the dataframe is created in which the molecular pathways mapped to the network are filtered.

df4= nodetable[nodetable['type'] == 'Molecular pathway']

Step 6. A duplicate network will be created for which we will create filters to only contain gene and molecular pathway nodes in the network in preparation for the dictWP creation. This requires a composite filter to exclude Molecular Initiating Event (MIE) nodes, Key Event (KE) nodes and Adverse Outcome (AO) nodes.

Clonednetwork_fordictWP= p4c.clone_network() 
p4c.rename_network('Cloned molecular inflammatory stress response pathway AOP network for dict WP')
{'network': 132,
 'title': 'Cloned molecular inflammatory stress response pathway AOP network for dict WP'}
MIEfilter= p4c.create_column_filter('MIE filter', 'type', 'MIE', 'CONTAINS', network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
KEfilter= p4c.create_column_filter('KE filter', 'type', 'KE', 'CONTAINS',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
AOfilter= p4c.create_column_filter('AO filter', 'type', 'AO', 'CONTAINS',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
combined_MIEKEAOfilter= p4c.create_composite_filter('MIE KE AO filter', ['MIE filter','KE filter','AO filter'],type='ANY',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.

Step 7. You will delete the selected filtered nodes from the composite filter to only maintain the molecular pathway nodes and gene nodes.

Deletednodes= p4c.delete_selected_nodes(network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')

Step 8. A for loop will be created for the WP dictionary which contains the WP titles as the keys and the names of the genes as values. Due to settings of the get_first_neighbours function, it is not possible to retrieve the gene IDs with this function.

name_list_WP=df_corrected['name'].tolist()
dictWP = {}

for name in name_list_WP:
        gene_neighbors_per_WP = p4c.get_first_neighbors(node_names=name, network= 'Cloned molecular inflammatory stress response pathway AOP network for dict WP', as_nested_list=False)
        dictWP[name] = gene_neighbors_per_WP

print(dictWP)  
{'Overview of proinflammatory and profibrotic mediators': ['IL25', 'IL12A', 'CXCL8', 'IL13', 'CSF1', 'IFNL2', 'IL17D', 'IFNL1', 'IL3', 'CSF2', 'CXCL1', 'CXCL5', 'IL1B', 'IL17C', 'IL17B', 'IL10', 'IL6', 'IFNG', 'IL17A', 'VEGFA', 'IL17F', 'IL23A', 'IL12B', 'IL5', 'IL4', 'CCL20', 'MMP9', 'TGFB1', 'CXCL12', 'CCL2', 'IL2', 'CCL3L1', 'CCL28', 'CTF1', 'IL33', 'CCL1', 'SPP1', 'EPO', 'LIF', 'MMP3', 'PF4', 'PPBP', 'LTA', 'EBI3', 'CSF3', 'CXCL2', 'IL7', 'OSM', 'IL22', 'CCL27', 'IL31', 'CCL15', 'CNTF', 'CXCL11', 'CXCL3', 'IL18', 'CXCL16', 'CXCL13', 'TNFSF13', 'AREG', 'IL1A', 'IL11', 'CCL22', 'TNFSF13B', 'CCL8', 'CXCL9', 'IL21', 'IL9', 'CXCL6', 'CCL21', 'NFKB1', 'CCL26', 'IFNL3', 'TNF', 'CCL5', 'IL26', 'CCL18', 'CCL4L2', 'CCL14', 'IFNW1', 'CCL13', 'IFNK', 'TSLP', 'IL24', 'IL20', 'CCL16', 'CCL23', 'CXCL17', 'IL36RN', 'IL36A', 'IL1F10', 'IL36B', 'XCL2', 'IL37', 'IL36G', 'PF4V1', 'CCL11', 'MMP1', 'IFNB1', 'CXCL10', 'IFNA7', 'CCL3', 'CCL4', 'IL27', 'IFNA14', 'IFNA1', 'IFNA17', 'IFNA13', 'IFNA4', 'IFNA5', 'IFNA16', 'IFNA2', 'IFNA10', 'IL19', 'IL15', 'IFNA6', 'IFNA8', 'IFNA21', 'IL1RN', 'XCL1', 'CXCL14', 'CCL19', 'CCL25', 'CCL7', 'CCL24', 'CX3CL1', 'CCL17'], 'Cytosolic DNA-sensing pathway': ['CASP1', 'RIPK1', 'IL6', 'RIPK3', 'IRF3', 'IL1B', 'NFKBIA', 'POLR2F', 'POLR2E', 'IKBKB', 'TRADD', 'ATG5', 'CASP10', 'CASP8', 'NLRX1', 'AIM2', 'NFKBIB', 'NFKB1', 'CCL5', 'CHUK', 'IRF7', 'IKBKG', 'IKBKE', 'TBK1', 'POLR2L', 'POLR2K', 'ATG12', 'FADD', 'POLR2H', 'IL18', 'PYCARD', 'ADAR', 'STING1', 'POLR1C', 'CGAS', 'POLR3F', 'IL33', 'MAVS', 'POLR3GL', 'TRIM25', 'POLR3G', 'DDX58', 'POLR3H', 'POLR3E', 'POLR3B', 'CYLD', 'IFNB1', 'IFNA7', 'RELA', 'CCL4', 'ISG15', 'POLR1D', 'POLR3C', 'CXCL10', 'POLR3D', 'POLR3K', 'POLR3A', 'CCL4L2', 'ZBP1', 'RNF125', 'IFNA8', 'IFNA6', 'IFNA21', 'IFNA17', 'IFNA16', 'IFNA14', 'IFNA13', 'IFNA10', 'IFNA4', 'IFNA2', 'IFNA1', 'IFNA5', 'TREX1'], 'miRNA regulation of DNA damage response': ['BID', 'BRCA1', 'FAS', 'RAD51', 'CASP8', 'SMC1A', 'BAX', 'CDKN1A', 'RAD52', 'PRKDC', 'PML', 'RPA2', 'RAD50', 'CASP3', 'PMAIP1', 'FANCD2', 'CHEK1', 'ATM', 'RAD17', 'CASP9', 'TP53', 'CDK4', 'MDM2', 'TNFRSF10B', 'CDK2', 'CCND2', 'APAF1', 'CDKN1B', 'RAD1', 'CCNG1', 'ABL1', 'CCNE1', 'BBC3', 'CCND1', 'CHEK2', 'H2AX', 'ATR', 'RAD9A', 'PIDD1', 'MYC', 'MRE11', 'NBN', 'MIR29B1', 'MIR145', 'CREB1', 'CDK1', 'CYCS', 'MIR421', 'MIR449A', 'MIR373', 'MIR222', 'MIR449B', 'MIR3591', 'ATRIP', 'TP53AIP1', 'CCNB3', 'TLK2', 'HUS1B', 'RFC1', 'E2F1', 'CCNB1', 'RB1', 'DDB2', 'CCNE2', 'CDK6', 'CCND3', 'CCNB2', 'GADD45A', 'CDK5', 'CDC25C', 'MIR34B', 'MIR21', 'MIR29C', 'MCM7', 'MIR20A', 'MIR106B', 'MIR17HG', 'MIR195', 'MIR424', 'MIR17', 'CDC20B', 'MIR330', 'MIR221', 'MIR16-1', 'MIR203A', 'MIR181A1', 'MIR223', 'MIR15A', 'MIR29A', 'MIR24-1', 'TLK1', 'SFN', 'MIR210', 'GADD45G', 'RRM2B', 'SESN1', 'GADD45B', 'CDC25A'], 'miRNAs involved in DNA damage response': ['CDKN1A', 'MIR92A1', 'MIR18A', 'MYC', 'ATM', 'ABL1', 'H2AX', 'MIR145', 'MIR29B1', 'CREB1', 'CDKN1B', 'MIR143', 'CCNE1', 'TP53', 'RAD52', 'CCND1', 'MIRLET7D', 'MIRLET7F1', 'MIR34C', 'MIRLET7A1', 'MIR23B', 'MIR20A', 'MIR106B', 'MIR424', 'MIR195', 'MIR330', 'MIR17', 'MIR449B', 'MIR222', 'MIR181B1', 'MIR449A', 'MIR421', 'MIR373', 'E2F1', 'MIRLET7B', 'CDK6', 'MIR34B', 'MIR29C', 'MIR21', 'CCND3', 'CDC25A', 'MIR449C', 'MIR19B1', 'MIR100', 'MIR542', 'MIR374B', 'MIR503', 'MIR450B', 'MIR19A', 'MIR497', 'MIR3074', 'MIR450A2', 'MIR25', 'MIR93', 'MIR372', 'MIR371A', 'MIR210', 'MIR181A1', 'MIR203A', 'MIR27A', 'MIR223', 'MIR29A', 'MIR23A', 'MIR221', 'MIR15A', 'MIR16-1', 'MIR27B', 'MIR15B'], 'Neuroinflammation and glutamatergic signaling': ['IL4R', 'IL6', 'IL10', 'IL10RB', 'IGF1', 'IL1B', 'IL1R1', 'IL4', 'IFNG', 'SMAD4', 'INSR', 'IRS1', 'JAK1', 'IL12A', 'IL12B', 'IL13', 'CAMKK2', 'ADCY3', 'CREB1', 'DLD', 'AKT1', 'GRM1', 'PSAT1', 'FOS', 'GLS2', 'GLS', 'ARC', 'CAMK2B', 'CAMK2D', 'CAMK2A', 'CAMKK1', 'SOCS3', 'SLC1A1', 'SLC1A2', 'SLC1A3', 'TGFB1', 'TGFB2', 'TGFB3', 'SLC1A6', 'SLC2A1', 'STAT1', 'STAT3', 'TNF', 'TNFRSF1A', 'CALM1', 'CAMK4', 'TNFRSF1B', 'IL1R2', 'NFKB1', 'SLC17A7', 'PRKCA', 'PRKCB', 'MAPK1', 'MAPK3', 'NGF', 'PDHA1', 'SLC38A2', 'PSPH', 'SHMT2', 'BCL2', 'BDNF', 'GRIK2', 'GRIK3', 'GRIK4', 'GRIK5', 'GRIA2', 'GRIA3', 'GRIA4', 'GRIK1', 'GRIN2C', 'GRIN2D', 'IL1A', 'IL13RA1', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GRM2', 'SLC38A3', 'GRIN3A', 'GRIN3B', 'CNTF', 'DAO', 'DLAT', 'LRRC8B', 'NSMF', 'PHGDH', 'GFAP', 'DISC1', 'GOT1', 'SLC6A9', 'CAMK2G', 'LRRC8E', 'SLC38A1', 'STAT6', 'TGFBR3', 'TRAF5', 'LRRC8C', 'SLC38A5', 'GLUL', 'PLCB3', 'PLCB4', 'TRPM4', 'PLCB2', 'LTA', 'SHMT1', 'SLC1A4', 'SLC17A6', 'SRR', 'LRRC8D', 'LRRC8A', 'SLC7A10', 'PPP1CB', 'PPP1CC', 'PRKACA', 'PRKCG', 'NOS1', 'PPP1CA', 'SLC2A3', 'TGFBR1', 'TGFBR2', 'FGF2', 'PLCB1', 'GRIA1', 'GRIN1', 'GRIN2A', 'GRIN2B', 'IL6R', 'IL6ST', 'IL10RA', 'LIF', 'IFNGR1', 'IFNGR2', 'SMAD2', 'SMAD3', 'SMAD7', 'NFKB2', 'CFL1', 'ADCY8', 'ADCY1'], 'Electron transport chain: OXPHOS system in mitochondria': ['SLC25A6', 'SLC25A14', 'SLC25A27', 'MT-ND3', 'MT-ND4', 'MT-ND6', 'UCP3', 'MT-ND4L', 'MT-ND5', 'MT-ND2', 'COX11', 'COX8A', 'SDHA', 'COX5A', 'SDHC', 'SDHD', 'ATP5IF1', 'NDUFA11', 'NDUFA1', 'COX7A2', 'UQCRQ', 'COX6A2', 'COX7A1', 'NDUFS7', 'MT-CYB', 'UQCR10', 'NDUFA2', 'NDUFA3', 'NDUFA7', 'NDUFA8', 'NDUFA5', 'NDUFA6', 'NDUFB1', 'NDUFB2', 'NDUFA9', 'NDUFA10', 'UQCR11', 'MT-ND1', 'SLC25A5', 'COX17', 'COX7A2L', 'MT-CO2', 'MT-CO3', 'SCO1', 'NDUFA4', 'UQCRFS1', 'SURF1', 'UCP2', 'COX4I1', 'COX6B1', 'COX6C', 'COX5B', 'COX6A1', 'COX7B', 'COX7C', 'MT-CO1', 'UCP1', 'NDUFA13', 'SLC25A4', 'UQCRB', 'UQCRH', 'UQCRC1', 'UQCRC2', 'NDUFB4', 'NDUFB5', 'NDUFB3', 'NDUFB8', 'NDUFB10', 'NDUFB6', 'NDUFB7', 'NDUFS1', 'NDUFC1', 'NDUFC2', 'NDUFV1', 'NDUFS4', 'NDUFS2', 'NDUFS3', 'NDUFS8', 'NDUFV2', 'NDUFS5', 'NDUFS6', 'NDUFV3', 'NDUFA12', 'ATP5MF', 'NDUFB9', 'DMAC2L', 'ATP5F1E', 'MT-ATP8', 'MT-ATP6', 'NDUFAB1', 'ATP5F1B', 'ATP5F1A', 'ATP5F1D', 'ATP5F1C', 'ATP5MC1', 'ATP5PB', 'ATP5MC3', 'ATP5MC2', 'ATP5PF', 'ATP5ME', 'ATP5PO', 'COX15', 'ATP5MG', 'ATP5PD', 'SDHB'], 'TLR4 signaling and tolerance': ['TRAM1', 'TIRAP', 'TLR4', 'IL6', 'IRF3', 'TRAF3', 'NFKB1', 'TAB2', 'TAB1', 'MYD88', 'TRAF6', 'RIPK1', 'IKBKE', 'CXCL8', 'NFKBIA', 'TICAM1', 'IKBKG', 'IRAK3', 'TNF', 'CHUK', 'IKBKB', 'MAP3K7', 'IRAK4', 'IRAK1', 'TBK1', 'IRF7', 'INPP5D', 'IFNB1'], 'Toll-like receptor signaling': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5'], 'Nod-like receptor (NLR) signaling': ['ERBIN', 'CHUK', 'IKBKB', 'MAPK8', 'MAP3K7', 'IKBKG', 'CD40', 'EPHB2', 'RELA'], 'NRF2 pathway': ['SLC6A20', 'SLC6A18', 'FTH1', 'GSTM4', 'SLC39A2', 'SLC39A13', 'SLC6A5', 'SLC5A10', 'SLC7A11', 'SLC2A13', 'SLC6A1', 'CBR3', 'CES5A', 'SLC5A11', 'CBR1', 'SLC2A6', 'SLC39A3', 'SLC2A5', 'MGST3', 'SLC39A6', 'SLC39A1', 'SLC2A12', 'SLC39A4', 'SLC39A12', 'SLC5A12', 'GSTA5', 'GPX2', 'ADH7', 'SLC6A9', 'MAFF', 'CYP4A11', 'GSTA4', 'SLC6A19', 'GSTA3', 'CES3', 'CES2', 'SLC2A14', 'CES4A', 'GCLC', 'UGT1A7', 'UGT1A4', 'CYP2A6', 'SLC5A8', 'SLC6A14', 'SRXN1', 'MAFG', 'SLC6A17', 'SLC2A7', 'SLC39A10', 'SLC2A10', 'TXNRD3', 'CES1', 'AGER', 'TXNRD1', 'SLC5A3', 'GPX3', 'SLC2A3', 'HGF', 'HMOX1', 'PDGFB', 'KEAP1', 'SERPINA1', 'UGT1A1', 'GSTA1', 'GSTA2', 'GSTM2', 'TGFBR2', 'SLC2A2', 'UGT1A6', 'UGT2B7', 'NQO1', 'FGF13', 'GSTM1', 'EPHA2', 'TXN', 'NRG1', 'SLC5A5', 'ABCC3', 'NFE2L2', 'ABCC4', 'HSP90AA1', 'HSP90AB1', 'TGFB2', 'UGT1A9', 'ABCC2', 'RXRA', 'SLC2A4', 'HSPA1A', 'G6PD', 'PGD', 'SLC6A3', 'TGFA', 'SQSTM1', 'SLC2A1', 'SLC5A7', 'HBEGF', 'TGFB1', 'SLC6A2', 'SLC39A14', 'GSR', 'SLC5A1', 'GGT1', 'GSTT2', 'SLC5A4', 'BLVRB', 'SLC39A9', 'EPHA3', 'SLC6A16', 'ME1', 'SLC6A15', 'SLC6A7', 'SLC6A13', 'GCLM', 'MGST2', 'GSTP1', 'FTL', 'SLC39A8', 'SLC5A6', 'SLC2A8', 'SLC5A2', 'SLC39A5', 'SLC6A6', 'SLC6A8', 'SLC6A11', 'DNAJB1', 'SLC2A11', 'SLC39A11', 'GSTM3', 'GSTM5', 'SLC5A9', 'PRDX6', 'PRDX1', 'EGR1', 'SLC2A9', 'SOD3', 'ALDH3A1', 'SLC6A4', 'PTGR1', 'ABCC5', 'SLC39A7', 'PPARD'], 'Cellular proteostasis': ['PFDN6', 'VBP1', 'PFDN2', 'PFDN1', 'PFDN5', 'PFDN4'], 'Unfolded protein response': ['MBTPS1', 'ATF4', 'MBTPS2', 'NFE2L2', 'HSPA5', 'PPP1R15A', 'XBP1', 'ATF6', 'EIF2S1', 'ERN1', 'DDIT3', 'EIF2AK3', 'BBC3', 'TNFRSF10B', 'IL1B', 'TP53', 'PMAIP1', 'BID', 'TXNIP', 'BCL2L11', 'BCL2', 'RTCB', 'CASP2'], 'Oxidative phosphorylation': ['NDUFB9', 'ATP5MF', 'ATP5MC3', 'ATP5ME', 'ATP5PF', 'ATP6AP1', 'ATP5PO', 'ATP5MC1', 'ATP5MC2', 'NDUFAB1', 'ATP5F1A', 'ATP5F1B', 'ATP5F1D', 'ATP5F1E', 'DMAC2L', 'ATP5PB', 'ATP5PD', 'ATP5MG', 'MT-ATP6', 'MT-ND2', 'MT-ND3', 'MT-ND4', 'MT-ND4L', 'MT-ND5', 'MT-ND6', 'GZMB', 'MT-ND1', 'ATP6AP2', 'NDUFA4', 'NDUFA4L2', 'NDUFS1', 'NDUFS2', 'NDUFS3', 'NDUFV1', 'NDUFS4', 'NDUFS5', 'NDUFS6', 'NDUFS8', 'NDUFV2', 'NDUFV3', 'NDUFB1', 'NDUFB2', 'NDUFB4', 'NDUFB5', 'NDUFB6', 'NDUFB7', 'NDUFB8', 'NDUFB10', 'NDUFC1', 'NDUFC2', 'NDUFA11', 'NDUFS7', 'NDUFA2', 'NDUFA3', 'NDUFA5', 'NDUFA6', 'NDUFA7', 'NDUFA8', 'NDUFA9', 'NDUFA10'], 'Soluble ACE2-mediated cell entry of SARS-CoV-2': ['AVPR1B', 'ACE2', 'AGTR1', 'ADAM17'], 'DNA damage response (only ATM dependent)': ['FRAT1', 'LDLR', 'FOSL1', 'CDKN1A', 'BAD', 'BAK1', 'MAPK9', 'MAP3K1', 'ABL1', 'BIK', 'SOS2', 'MAP3K4', 'BAX', 'MAPK8', 'CDKN1B', 'TGFB1', 'FASLG', 'FOXO3', 'CAT', 'RAC2', 'SOS1', 'MDM2', 'RAC1', 'MAP3K7', 'G6PC1', 'PMAIP1', 'ATM', 'BCL2L11', 'TP53', 'SMAD4', 'SHC1', 'IRS1', 'HMGB1', 'INSR', 'BCL2', 'AKT2', 'AKT3', 'AKT1', 'RAC3', 'BBC3', 'CDKN2A', 'NFKB1', 'GSK3B', 'PIK3R4', 'HRAS', 'JUN', 'RHOA', 'MYC', 'CTNNB1', 'PIK3C2G', 'PIK3C3', 'PIK3CA', 'PIK3CB', 'PIK3CD', 'PIK3CG', 'PIK3R1', 'PIK3R2', 'NRAS', 'WNT16', 'PIK3C2A', 'CCND1', 'WNT1', 'WNT5A', 'WNT10B', 'AXIN1', 'PIK3R3', 'CCND2', 'MAPK10', 'PPP2R5C', 'MAPK1', 'PCK2', 'CCNG2', 'MLKL', 'LEF1', 'TCF7', 'TCF7L2', 'TCF7L1', 'CCND3', 'CDC42', 'APC', 'ERBB2', 'PDK1', 'SMAD3', 'PTEN', 'GRB2', 'NFKB2', 'DVL1', 'DVL2', 'DVL3', 'PIK3R5', 'PPP2R5E', 'WNT2', 'KRAS', 'PIK3C2B', 'PLAU', 'WNT4', 'WNT10A', 'WNT5B', 'WNT3A', 'WNT3', 'WNT6', 'WNT7A', 'WNT7B', 'WNT11', 'WNT2B', 'RBL2', 'TP73', 'BCL6', 'SCP2'], 'DNA damage response': ['PML', 'PRKDC', 'CDKN1A', 'RAD52', 'BRCA1', 'BID', 'FAS', 'RAD51', 'CASP8', 'SMC1A', 'BAX', 'MRE11', 'MYC', 'NBN', 'PIDD1', 'RFC1', 'ATRIP', 'TP53AIP1', 'TLK2', 'CCNB3', 'HUS1B', 'CHEK1', 'RAD17', 'CASP3', 'CDK1', 'CYCS', 'RAD9A', 'ATR', 'CHEK2', 'H2AX', 'CREB1', 'TNFRSF10B', 'CDK2', 'CASP9', 'CDK4', 'MDM2', 'TP53', 'PMAIP1', 'AKT1', 'FANCD2', 'ATM', 'ABL1', 'CCNE1', 'BBC3', 'CCND1', 'CDKN1B', 'RAD1', 'RAD50', 'RPA2', 'CCND2', 'APAF1', 'RB1', 'CCNE2', 'CCNB2', 'CDC25C', 'CDK5', 'CDK6', 'CCND3', 'GADD45A', 'CCNB1', 'DDB2', 'E2F1', 'GADD45G', 'CDC25A', 'TLK1', 'GADD45B', 'SFN', 'RRM2B', 'SESN1'], 'NRF2-ARE regulation': ['GSK3B', 'SRC', 'PRKCA', 'MAPK8', 'PIK3CA', 'INSR', 'CEBPB', 'FYN', 'MAF', 'SLC7A11', 'GCLM', 'RBX1', 'CUL3', 'AIMP2', 'YES1', 'KEAP1', 'NFE2L2', 'GCLC', 'EPHB2', 'NQO1', 'HMOX1', 'GSTA2', 'PGAM5'], 'Canonical NF-kB pathway': ['NFKB1', 'NFKBIA', 'IKBKB', 'NFKBIE', 'CHUK', 'IKBKG', 'RELA', 'REL'], '-': [], 'Mitochondrial complex I assembly model OXPHOS system': ['NDUFAF1', 'NDUFB9', 'ACAD9', 'NDUFAB1', 'ECSIT', 'COA1', 'TIMMDC1', 'FOXRED1', 'DMAC1', 'NDUFAF3', 'TMEM70', 'NUBPL', 'TMEM186', 'MT-ND6', 'NDUFAF6', 'NDUFAF7', 'TMEM126B', 'MT-ND2', 'MT-ND4L', 'MT-ND4', 'MT-ND5', 'DMAC2', 'NDUFAF4', 'NDUFA2', 'NDUFS5', 'NDUFS2', 'NDUFS6', 'NDUFS4', 'NDUFB5', 'NDUFB3', 'NDUFC1', 'NDUFA1', 'NDUFB1', 'MT-ND1', 'NDUFAF2', 'NDUFA13', 'NDUFB11', 'NDUFA12', 'NDUFA8', 'NDUFV3', 'NDUFA6', 'NDUFA5', 'NDUFB7', 'NDUFV2', 'NDUFS1', 'NDUFV1', 'NDUFC2', 'NDUFA10', 'NDUFB10', 'NDUFB4', 'NDUFB8', 'NDUFB2', 'NDUFA7', 'NDUFS3', 'NDUFB6', 'NDUFA3'], 'Downregulation of ACE2 by SARS-CoV-2 spike protein': ['ACE', 'AGTR1', 'AGTR2', 'ACE2'], 'PPAR signaling': ['ACAA1', 'ACOX3', 'ACSL4', 'NR1H3', 'SCD', 'CPT1B', 'SLC27A6', 'FABP1', 'DBI', 'ACSBG1', 'HMGCS2', 'APOA5', 'ADIPOQ', 'ACSL1', 'LPL', 'CYP7A1', 'CD36', 'PDPK1', 'FADS2', 'RXRA', 'PCK1', 'CYP4A11', 'APOA2', 'ACSBG2', 'PPARD', 'ME1', 'ACADL', 'EHHADH', 'ACSL3', 'PLTP', 'PCK2', 'ILK', 'AQP7', 'ACOX2', 'PLIN1', 'FABP6', 'PPARA', 'CYP8B1', 'MMP1', 'UCP1', 'ACADM', 'APOA1', 'PPARG', 'CYP27A1', 'SLC27A2', 'SLC27A5', 'GK3P', 'FABP5', 'OLR1', 'APOC3', 'CPT1A', 'RXRB', 'RXRG', 'SLC27A4', 'FABP4', 'ACOX1', 'FABP2', 'ANGPTL4', 'ACSL6', 'ACSL5', 'CPT2', 'GK2', 'SCP2', 'SLC27A1', 'FABP3', 'SORBS1', 'CPT1C', 'FABP7'], 'AMP-activated protein kinase signaling': ['GYS1', 'AKT2', 'RPS6KB1', 'PIK3R2', 'PIK3CG', 'ADRA1A', 'PIK3CA', 'CAMKK2', 'PIK3R3', 'CCNA1', 'CCNA2', 'PIK3R1', 'TP53', 'AKT1', 'INSR', 'TSC1', 'FASN', 'ADIPOQ', 'CPT1B', 'TSC2', 'CDKN1A', 'SREBF1', 'PIK3C3', 'CAMKK1', 'PIK3CB', 'EEF2K', 'ADRA1B', 'MTOR', 'EIF4EBP1', 'HMGCR', 'LEP', 'RPS6KB2', 'PIK3CD', 'SLC2A4', 'PRKAA2', 'PRKAB1', 'PRKAG3', 'PRKAA1', 'PRKAB2', 'PRKAG2', 'RPTOR', 'PRKAG1', 'CPT1A', 'STRADB', 'CAB39', 'PFKFB3', 'PRKACB', 'PRKACG', 'ACACA', 'ELAVL1', 'LIPE', 'STK11', 'CCNB1', 'GYS2', 'PPARGC1B', 'PLCB1', 'STRADA', 'CRTC2', 'HNF4A', 'LEPR', 'ACACB', 'EEF2', 'ADIPOR2', 'INS-IGF2', 'ADIPOR1', 'CPT1C', 'SLC2A4RG'], 'Cholestasis': ['ATP8B1', 'HMGCR', 'LDLR', 'ABCC2', 'SCARB1', 'ABCG8', 'RXRA', 'TJP2', 'ABCG5', 'SLC22A1', 'ABCB4', 'NR1I3', 'SLC10A1', 'NR1H4', 'SLCO1A2', 'EPHX1', 'ABCC3', 'ABCB11', 'ABCC4'], 'Farnesoid X receptor pathway': ['UGT2B4', 'IRS2', 'SLC27A5', 'CYP8B1', 'IP6K3', 'ABCB4', 'NR0B2', 'SULT2A1', 'NR1H4', 'FGF19', 'BAAT', 'SLC10A1', 'ABCB11', 'SLCO2B1', 'RXRA', 'CYP7A1', 'CYP3A4', 'PPARGC1A', 'FKBP5'], 'BDNF-TrkB signaling': ['EIF4EBP1', 'EEF2K', 'MTOR', 'MKNK1', 'DLG4', 'TRPC6', 'TRPC3', 'TSC2', 'MAPK1', 'PIK3CG', 'RHEB', 'RPS6KB1', 'RPS6KA1', 'CREB1', 'SOS1', 'SHC1', 'AKT1', 'HRAS', 'BDNF', 'TSC1', 'MAP2K1', 'NRAS', 'ARC', 'GAB1', 'GAB2', 'KRAS', 'NTRK2', 'PLCG1', 'ADCY1', 'GRIN1', 'GRB2', 'BRAF', 'HOMER1'], 'EGF/EGFR signaling': ['IQSEC1', 'USP6NL', 'EPS8', 'REPS2', 'ATXN2', 'ERRFI1', 'MYBL2', 'CDC42', 'GAB2', 'RIN1', 'HGS', 'USP8', 'IQGAP1', 'STAM', 'RAB5A', 'PTK2', 'PTEN', 'PRKCZ', 'PLD2', 'PLD1', 'PLCG1', 'PIK3C2B', 'PLCE1', 'TWIST1', 'AURKA', 'STAT5B', 'STAT5A', 'BRAF', 'RAP1A', 'RALGDS', 'RALB', 'RALA', 'DNM1', 'RALBP1', 'CFL1', 'STAMBP', 'EGF', 'E2F1', 'NEDD8', 'NCK1', 'FOXO4', 'STMN1', 'KRAS', 'ARF6', 'GRB2', 'NOS3', 'GAB1', 'PIAS3', 'STAM2', 'INPP5D', 'AP2B1', 'AP2A1', 'AP2S1', 'SPRY2', 'PXDN', 'STXBP1', 'NDUFA13', 'PEBP1', 'NEDD4', 'LIMK2', 'SH3KBP1', 'EPS15L1', 'INPPL1', 'EPN1', 'EPS15', 'ABI1', 'AP2M1', 'PRKCI', 'MT-CO2', 'DOK2', 'PLSCR1', 'ASAP1', 'MTOR', 'EIF4EBP1', 'CSK', 'PTK2B', 'MAP3K3', 'MAP3K1', 'PAK1', 'MAP3K4', 'MEF2A', 'MEF2D', 'MEF2C', 'PDPK1', 'PCNA', 'MAPK1', 'PRKCB', 'MAPK7', 'MAPK4', 'PIK3R2', 'PIK3R1', 'PRKCA', 'MAPK8', 'MAPK14', 'ELK1', 'EGFR', 'CRK', 'CREB1', 'FOXO1', 'AKT1', 'FOS', 'GJA1', 'RICTOR', 'JAK1', 'HRAS', 'FOSB', 'ABL1', 'CBLC', 'JUN', 'JAK2', 'JUND', 'MAP4K1', 'MAP3K2', 'VAV3', 'PTPN5', 'PTPRR', 'ARHGEF1', 'SH3GL2', 'RASA1', 'RAF1', 'RPS6KA1', 'PTK6', 'MAP2K5', 'RAC1', 'PTPN11', 'MAPK9', 'MAP2K2', 'MAP2K1', 'STAT3', 'STAT1', 'SOS2', 'SOS1', 'SRC', 'SP1', 'RPS6KA3', 'RPS6KA2', 'SHC1', 'RPS6KB1', 'NCK2', 'ITCH', 'CAV2', 'CAV1', 'ATF1', 'ROCK1', 'PRKCD', 'SYNJ1', 'CRKL', 'ERBB2', 'ELK4', 'TNK2', 'GRB10', 'PTPN12', 'SH2D2A', 'SH3GL3', 'BCAR1', 'CBL', 'RPS6KA5', 'CBLB', 'VAV2', 'VAV1', 'NCOA3', 'CAMK2A'], 'Glutathione metabolism': ['GPX4', 'IDH1', 'GGT1', 'G6PD', 'GPX1', 'GPX2', 'GPX3', 'GSTA5', 'GCLM', 'GSR', 'GSTT2', 'GSTA1', 'GSTM1', 'GCLC', 'GSTM2', 'GGT5', 'OPLAH', 'ANPEP', 'GSS'], 'Apoptosis': ['NFKBIB', 'NFKBIE', 'MIR29B1', 'MIR29B2', 'BCL2L11', 'CDKN2A', 'CHUK', 'BIRC2', 'BIRC3', 'XIAP', 'BIRC5', 'DFFA', 'DFFB', 'AKT1', 'BBC3', 'APAF1', 'FASLG', 'IRF3', 'IGF1', 'FAS', 'IKBKB', 'MCL1', 'MDM2', 'MAP3K1', 'MYC', 'NFKB1', 'IRF7', 'JUN', 'CYCS', 'MAPK10', 'DIABLO', 'BAD', 'BAK1', 'BAX', 'BCL2', 'PMAIP1', 'NFKBIA', 'PIK3R1', 'BID', 'MAP2K4', 'BOK', 'TNF', 'TNFRSF1A', 'BCL2L1', 'BCL2L2', 'CASP1', 'CASP2', 'CASP3', 'CASP4', 'CASP6', 'TNFRSF1B', 'TP53', 'TRAF3', 'IKBKG', 'TRADD', 'TNFRSF25', 'RIPK1', 'CRADD', 'HRK', 'CASP7', 'CASP8', 'CASP9', 'CASP10', 'TNFSF10', 'FADD', 'TNFRSF10B', 'CFLAR', 'LTA', 'RELA', 'IGF1R', 'TRAF1', 'TRAF2', 'TNFRSF21', 'BNIP3L', 'SCAF11', 'GZMB', 'HELLS', 'IGF2', 'IRF2', 'IRF4', 'PRF1', 'IRF6', 'TP73', 'TP63', 'MIR29A', 'IRF5', 'IRF1'], 'Cholesterol biosynthesis pathway in hepatocytes': ['ABCG1', 'HMGCS1', 'CYP51A1', 'ACOT1', 'ELOVL3', 'ELOVL2', 'HMGCS2', 'NR1H2', 'SC5D', 'GGPS1', 'ACAT2', 'NSDHL', 'HSD17B7', 'LSS', 'PMVK', 'EBP', 'FDFT1', 'LBR', 'TM7SF2', 'IDI1', 'HMGCR', 'ELOVL4', 'SCD', 'MVD', 'CYP7A1', 'SREBF1', 'ACSL1', 'FADS2', 'IDI2', 'CYP27A1', 'CH25H', 'ABCA1', 'MYLIP', 'ACSL3', 'ELOVL5', 'MVK', 'NR1H3', 'FDPS', 'CYP46A1', 'MSMO1', 'ACOT2', 'DHCR24', 'PLPP6'], 'Focal adhesion: PI3K-Akt-mTOR-signaling': ['MTOR', 'EIF4EBP1', 'ITGB8', 'PIK3CG', 'COMP', 'PIK3R2', 'PPP2R1A', 'RHEB', 'JAK2', 'HSP90AB1', 'ITGA6', 'HIF1A', 'IL2RB', 'MAPK1', 'GYS1', 'PPP2CB', 'IKBKB', 'TSC2', 'MAPK3', 'AKT2', 'LAMC2', 'PIK3CB', 'GNB1', 'PPP2R5C', 'IL4R', 'SREBF1', 'ITGB5', 'GSK3B', 'HSP90AA1', 'LAMB1', 'IGF1', 'PIK3C2A', 'BAD', 'CDKN1A', 'TSC1', 'VEGFD', 'COL1A2', 'JAK1', 'PRKAA2', 'GNG8', 'GNGT2', 'RPTOR', 'EGFR', 'PIK3R1', 'AKT1', 'EIF4E', 'FOXO1', 'VEGFC', 'ITGB1', 'IL2RG', 'GNG3', 'ITGB2', 'CASP9', 'ITGB4', 'LAMC1', 'MDM2', 'IL2RA', 'NGF', 'IRS4', 'THBS1', 'PPP2R1B', 'RPS6', 'PDPK1', 'ITGB7', 'PIK3CA', 'FOXO3', 'GNG11', 'GNG13', 'PRKAA1', 'RAF1', 'LAMA5', 'FOXA1', 'GNGT1', 'MAP2K2', 'ITGB6', 'GNB4', 'PPP2CA', 'VEGFA', 'GNB3', 'CDKN1B', 'PPARGC1A', 'IL2', 'CREB1', 'SLC2A1', 'AKT3', 'EPAS1', 'ATF2', 'SOS1', 'FN1', 'VTN', 'COL1A1', 'RPS6KB1', 'FGF8', 'COL3A1', 'GNG4', 'MLST8', 'IKBKG', 'ITGB3', 'INS', 'GNG10', 'NRAS', 'ULK1', 'GNG7', 'RPS6KB2', 'HRAS', 'GNG5', 'SLC2A4', 'PIK3R4', 'GNG2', 'IRS2', 'CSF1', 'F2R', 'INSR', 'THBS3', 'IRS1', 'MAP2K1', 'VEGFB', 'GNG12', 'GNB2', 'PRL', 'LAMB2', 'PIK3CD', 'FGF4', 'PPP2R2C', 'PPP2R3A', 'FGF22', 'FGF10', 'ITGAE', 'PHLPP1', 'COL4A4', 'COL5A3', 'LIPE', 'FGF20', 'ITGA8', 'FGFR1', 'COL11A1', 'CREB3L3', 'SLC2A3', 'LAMA3', 'LAMC3', 'KITLG', 'TNC', 'PHLPP2', 'EIF4B', 'FLT4', 'PPP2R5B', 'FGFR3', 'FGFR2', 'ELAVL1', 'PPP2R5A', 'TBC1D1', 'LPAR2', 'NGFR', 'NOS2', 'ITGA2B', 'ITGA3', 'ITGAL', 'IBSP', 'HGF', 'CDC37', 'RAB2A', 'CREB3', 'MET', 'JAK3', 'FGF21', 'CSF3', 'GYS2', 'FGF6', 'VWF', 'ITGA10', 'EPHA2', 'COL6A2', 'IFNAR1', 'PIK3R5', 'ITGAX', 'IGF1R', 'FGF7', 'LPAR6', 'ANGPT1', 'PPP2R5E', 'PELO', 'LPAR4', 'CREB5', 'OSMR', 'PDGFC', 'ITGA9', 'EFNA3', 'CREB3L4', 'ITGA11', 'CSH1', 'CHAD', 'CAB39', 'EIF4E2', 'ITGA7', 'COL4A2', 'COL2A1', 'EGF', 'FGF2', 'ITGAV', 'KDR', 'HIF3A', 'PFKFB2', 'TNN', 'TEK', 'PGF', 'CSF3R', 'RAB14', 'ATF4', 'KRAS', 'PIK3C2B', 'COL5A1', 'EPO', 'FGF13', 'PDGFRA', 'PRLR', 'THBS4', 'GHR', 'LAMA4', 'PPP2R5D', 'PDGFRB', 'FGF1', 'TNR', 'ITGA4', 'FGF12', 'PFKFB4', 'SPP1', 'STK11', 'PDGFB', 'PIK3IP1', 'OSM', 'EFNA2', 'PPP2R3C', 'ANGPT2', 'NOS1', 'RAB10', 'FLT1', 'FGF9', 'CAB39L', 'FGF14', 'LAMA1', 'ANGPT4', 'TCL1A', 'FGF11', 'ITGA5', 'FGFR4', 'SLC2A2', 'FGF19', 'DDIT4', 'RAB8A', 'HSP90B1', 'NOS3', 'ITGA2', 'EFNA1', 'IL7R', 'CHRM1', 'TNXB', 'CREB3L1', 'KIT', 'ITGAD', 'PPP2R2B', 'FGF18', 'PFKFB1', 'CRTC2', 'IL6R', 'IFNAR2', 'FGF17', 'PTEN', 'IFNB1', 'LPAR3', 'PDGFD', 'PFKFB3', 'PTK2', 'EIF4E1B', 'PPP2R2D', 'CSF1R', 'CREB3L2', 'CHRM2', 'GRB2', 'EFNA5', 'COL4A1', 'EPOR', 'FGF3', 'THBS2', 'IL3RA', 'RAB11B', 'LPAR5', 'RELN', 'STRADA', 'ACACA', 'EFNA4', 'IFNA7', 'LAMB3', 'LAMA2', 'FGF16', 'ATF6B', 'TCL1B', 'AKT1S1', 'COL5A2', 'COL11A2', 'LPAR1', 'COL4A6', 'PDGFA'], 'Transcriptional cascade regulating adipogenesis': ['KLF2', 'DDIT3', 'KLF15', 'KLF5', 'CEBPG', 'GATA3', 'CEBPD', 'SREBF1', 'CEBPA', 'GATA2', 'PPARG', 'CEBPB', 'EGR2'], 'White fat cell differentiation (WP4149)': ['KLF2', 'MECOM', 'EBF1', 'KLF15', 'KLF5', 'DDIT3', 'TCF7L1', 'INS', 'FOXO1', 'WNT10B', 'IRF3', 'TLE3', 'KLF4', 'CREB1', 'NR3C1', 'GATA3', 'CEBPD', 'CEBPA', 'SREBF1', 'CTNNA1', 'NR1H3', 'GATA2', 'RARA', 'PPARG', 'STAT5B', 'CEBPB', 'STAT5A', 'EGR2', 'RORA', 'NR2F2', 'ZNF423', 'IRF4'], 'mBDNF and proBDNF regulation of GABA neurotransmission': ['SHC1', 'PIK3R1', 'CREB1', 'PIK3CA', 'PIK3R3', 'GABRA1', 'PIK3CB', 'RHOA', 'JAK2', 'PIK3R2', 'PIK3CG', 'STAT3', 'BDNF', 'GABRG2', 'ROCK1', 'GABRG1', 'AP2A1', 'AP2A2', 'CREM', 'GABRP', 'GABRE', 'AP2B1', 'PTEN', 'PLCG1', 'NTRK2', 'NGFR', 'GABRD', 'GABRG3', 'GABRQ', 'GABRA5', 'GABRB3', 'SLC12A5', 'GABRA3', 'GABRA6', 'GABRA4', 'GABRA2', 'GABRB2', 'GABRB1'], 'Neuroinflammation': ['MTOR', 'CHUK', 'JUN', 'FOS', 'TLR4', 'NFKBIA', 'MAPK14', 'MAPK8', 'NOS2', 'MT-CO2', 'MT-CO1', 'RELA', 'ASCC1'], 'Liver X receptor pathway': ['ABCG8', 'ABCG5', 'SCD', 'RXRA', 'SREBF1', 'CYP3A4', 'CYP7A1', 'CYP2B6', 'NR1H3', 'FASN'], 'Adipogenesis': ['ADIPOQ', 'FOXC2', 'LMNA', 'GATA2', 'SFRP4', 'RARA', 'CDKN1A', 'CEBPA', 'ZMPSTE24', 'CEBPD', 'IL6', 'IRS1', 'INS', 'LPL', 'LEP', 'MEF2B', 'MEF2A', 'MEF2D', 'MEF2C', 'PCK1', 'AHR', 'EPAS1', 'FOXO1', 'GATA3', 'WWTR1', 'NR3C1', 'IGF1', 'HIF1A', 'FAS', 'CREB1', 'CTNNB1', 'NR1H3', 'PPARGC1A', 'NCOA2', 'BMP2', 'SCD', 'SLC2A4', 'BMP3', 'BMP4', 'RXRA', 'SOCS1', 'NCOA1', 'SOCS3', 'IRS2', 'WNT10B', 'IRS4', 'NRIP1', 'STAT1', 'SREBF1', 'STAT3', 'STAT2', 'TNF', 'TGFB1', 'WNT1', 'SP1', 'CYP26B1', 'PPARD', 'HMGA1', 'MIF', 'STAT6', 'PNPLA3', 'KLF7', 'GADD45A', 'DDIT3', 'GATA4', 'EBF1', 'GDF10', 'BSCL2', 'KLF15', 'MBNL1', 'GTF3A', 'NDN', 'ASIP', 'FRZB', 'PCK2', 'CISD1', 'KLF5', 'SPOCK1', 'MIXL1', 'NR2F1', 'AGPAT2', 'PLIN2', 'CELF1', 'ID3', 'RBL1', 'NAMPT', 'E2F4', 'RXRG', 'RBL2', 'GH1', 'LIF', 'IL6ST', 'LIPE', 'LIFR', 'SMAD3', 'OSM', 'SERPINE1', 'PPARA', 'PLIN1', 'PRLR', 'PPARG', 'CEBPB', 'CNTFR', 'CFD', 'KLF6', 'DVL1', 'AGT', 'E2F1', 'PTGIS', 'TRIB3', 'BMP1', 'RB1', 'STAT5B', 'STAT5A', 'TWIST1', 'HNF1A', 'WNT5B', 'FZD1', 'NCOR2', 'UCP1', 'RORA', 'LPIN3', 'LPIN2', 'RETN', 'GADD45B', 'NCOR1', 'DLK1', 'EGR2', 'CYP26A1', 'LPIN1'], 'IL9 signaling': ['CDK9', 'IL2RG', 'JAK1', 'PIK3R1', 'MAPK3', 'MAPK1', 'PIK3R2', 'MAP2K2', 'MAP2K1', 'STAT3', 'STAT1', 'IL9', 'IL9R', 'GRB2', 'JAK3', 'STAT5B', 'STAT5A'], 'Airway smooth muscle cell contraction': ['RYR1', 'GNAQ', 'IL13', 'RHOA', 'CALM1', 'GDI1', 'ROCK2', 'PPP1R14A', 'ROCK1', 'PLCB1', 'PPP1CB', 'MYL1', 'ADRB2', 'MYLK', 'CD38', 'ITPR3'], 'IL4 signaling': ['ATF2', 'CHUK', 'HRH1', 'CEBPA', 'STAT1', 'STAT3', 'TYK2', 'BAD', 'PTPN6', 'PTPN11', 'SOS1', 'RPS6KB1', 'SHC1', 'PIK3R2', 'PIK3R1', 'NFKBIA', 'PIK3CD', 'PIK3CA', 'MAPK11', 'MAPK1', 'MAPK3', 'JAK1', 'JAK2', 'IRS1', 'NFKB1', 'IKBKB', 'BIRC5', 'IL4R', 'IL2RG', 'IL4', 'EP300', 'ELK1', 'AKT1', 'MAPK14', 'GATA3', 'FOS', 'RELA', 'STAT5B', 'STAT5A', 'JAK3', 'CEBPB', 'GRB2', 'FLNA', 'STAT6', 'IRS2', 'SOCS1', 'CBL', 'SOCS3', 'DOK2', 'GAB2', 'NFIL3', 'INPP5D', 'FES', 'SOCS5'], 'GABA receptor signaling': ['SLC32A1', 'GAD1', 'ABAT', 'GAD2', 'GABRA1', 'SLC6A11', 'GABRG2', 'ALDH9A1', 'GPHN', 'SLC6A1', 'GABBR2', 'AP2B1', 'AP2S1', 'GABRE', 'AP2A1', 'AP2A2', 'GABRP', 'GABRA3', 'GABRG1', 'GABRA4', 'GABRB2', 'AP2M1', 'GABRA2', 'GABRB3', 'GABRG3', 'GABRB1', 'GABRA5', 'GABRQ', 'GABRA6', 'GABBR1', 'GABRD'], 'IL1 signaling': ['NFKBIB', 'MAP3K14', 'JUN', 'IRAK1', 'IRAK2', 'IKBKB', 'IL1B', 'IL1R1', 'AKT1', 'MAPK14', 'TAB3', 'TAB2', 'TAB1', 'MAP3K2', 'ATF2', 'IRAK3', 'CHUK', 'IL1A', 'MAP3K7', 'UBE2N', 'UBE2V1', 'TRAF6', 'SQSTM1', 'IKBKG', 'PTPN11', 'MAP2K3', 'MAP2K2', 'PELI2', 'PELI1', 'MAP2K6', 'MAP2K7', 'MAP2K4', 'CCL2', 'MAPK1', 'MAPK3', 'TOLLIP', 'MAP2K1', 'MAPK9', 'MAPK8', 'MAP3K1', 'MAP3K3', 'NFKB1', 'MYD88', 'ECSIT', 'IRAK4', 'PIK3R1', 'PIK3R2', 'NFKBIA', 'REL', 'RELA', 'PLCG1', 'PRKCZ', 'MAPKAPK2', 'IL1RAP', 'HSPB2'], 'MAPK signaling': ['CACNA1G', 'CACNA2D2', 'MAPK8IP2', 'CACNB1', 'CACNG5', 'CACNG4', 'CACNA1S', 'MKNK2', 'CACNA1I', 'CACNA1F', 'CACNG7', 'DUSP3', 'CACNG1', 'RAPGEF2', 'DUSP16', 'MAPK8IP1', 'HSPA2', 'CACNG6', 'DUSP9', 'TAOK3', 'MAPK8IP3', 'CACNA1A', 'CACNG8', 'CACNA2D4', 'CACNA1C', 'CACNA2D1', 'CACNA1D', 'CACNA2D3', 'CACNG2', 'CACNB3', 'HSPA6', 'CACNB4', 'DUSP8', 'NTF3', 'CACNA1H', 'CACNA1E', 'HSPA1B', 'HSPA1L', 'NTF4', 'CACNG3', 'DUSP10', 'DUSP4', 'DUSP6', 'DUSP7', 'HSPB1', 'MAPT', 'MAX', 'NLK', 'MAP3K20', 'PPM1A', 'PPM1B', 'PPP3CB', 'PPP3CC', 'PPP3R1', 'PPP3R2', 'TAOK1', 'PTPN7', 'PTPRR', 'PTPN5', 'MAPKAPK5', 'MKNK1', 'TAOK2', 'MAP3K14', 'TNFRSF1A', 'FGF8', 'SOS1', 'NGF', 'PRKCA', 'RPS6KA4', 'MAP4K2', 'RAC3', 'GNG12', 'HRAS', 'MAPK11', 'LRRK2', 'CHUK', 'AKT3', 'TAB1', 'MAP3K2', 'MAP4K1', 'MAP3K8', 'ATF2', 'CRK', 'MAPK14', 'DAXX', 'EGFR', 'ELK1', 'AKT1', 'AKT2', 'TAB2', 'FOS', 'GNA12', 'HSPA1A', 'FAS', 'IKBKB', 'IL1B', 'IL1R1', 'FASLG', 'JUN', 'JUND', 'ARRB1', 'ARRB2', 'MEF2C', 'MAP3K1', 'MAP3K4', 'MAP3K5', 'MAP3K11', 'MYC', 'NFATC1', 'NFKB1', 'NRAS', 'PAK1', 'PAK2', 'ECSIT', 'PPP3CA', 'PPP5C', 'MAPK1', 'MAPK3', 'MAPK7', 'MAPK8', 'MAPK9', 'MAPK10', 'MAPK13', 'MAP2K1', 'MAP2K2', 'MAP2K3', 'MAP2K5', 'MAP2K6', 'MAP2K7', 'RAC1', 'RAC2', 'RAF1', 'RASA1', 'RPS6KA3', 'BDNF', 'MAPK12', 'MAP2K4', 'SOS2', 'SRF', 'STK3', 'MAP3K7', 'TGFB1', 'TGFB2', 'TGFB3', 'TNF', 'TP53', 'TRAF6', 'MAP3K12', 'IL1R2', 'CASP3', 'MAP4K3', 'IKBKG', 'MAP3K6', 'MAP3K13', 'RPS6KA5', 'CD14', 'MAP4K4', 'NFATC3', 'FLNC', 'FLNB', 'CACNA1B', 'ELK4', 'CACNB2', 'CRKL', 'GADD45A', 'DDIT3', 'DUSP1', 'NR4A1', 'HSPA8', 'IL1A', 'PRKCD', 'LAMTOR3', 'MAPKAPK2', 'CDC25B', 'RASGRF1', 'FGFR2', 'FGFR3', 'RASGRP2', 'FGF10', 'FGF22', 'FGF4', 'NFKB2', 'ARAF', 'FGF20', 'STK4', 'FGF14', 'FGF9', 'RELB', 'PLA2G4C', 'FGF21', 'FGF6', 'FGF1', 'PDGFRB', 'FGF12', 'MAPKAPK3', 'PLA2G4A', 'FGF23', 'RRAS', 'FGF13', 'RRAS2', 'FGF5', 'FGF2', 'FGF7', 'PRKACB', 'NTRK2', 'RASGRP3', 'FGF18', 'DUSP2', 'FGF17', 'PLA2G4D', 'FGFR4', 'FGF11', 'FGF19', 'PRKACG', 'PLA2G4F', 'RASGRP4', 'RELA', 'FGF3', 'PLA2G4E', 'FGF16', 'NF1', 'PDGFA', 'PLA2G4B', 'RASGRP1', 'EGF', 'FGFR1', 'MRAS', 'FLNA', 'GRB2', 'KRAS', 'STMN1', 'ATF4', 'NTRK1', 'PDGFB', 'PRKACA', 'PRKCG', 'RAP1A', 'RAP1B', 'RASA2', 'RASGRF2', 'BRAF', 'TGFBR1', 'TGFBR2', 'TRAF2', 'CDC42'], 'Cytokines and inflammatory response': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3'], 'Inflammatory response pathway': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2'], 'Molecular pathway for oxidative stress': [], 'Interleukin-1 induced activation of NF-kB': ['AJUBA', 'SQSTM1', 'TRAF6', 'UBE2N', 'IRAK1', 'UBE2V1', 'NFKB1', 'IL1A', 'PRKCZ', 'TIFA'], 'Oxidative stress response': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH'], 'Growth factors and hormones in beta cell proliferation': ['PDX1', 'MYC', 'INS', 'IGF1', 'INSR', 'FOXO1', 'AKT3', 'CDK4', 'CDK2', 'MAPK3', 'MAPK1', 'AKT1', 'AKT2', 'SMAD7', 'KRAS', 'PDGFA', 'IGF1R', 'BRAF', 'FLT1', 'TGFBR1', 'PGF', 'CRTC2', 'RASSF1', 'DLK1', 'FOXM1', 'RAB43'], 'Microtubule cytoskeleton regulation': ['GSK3B', 'ABL1', 'RHO', 'TAOK1', 'MAPT', 'PRKCA', 'CAMK4', 'GNAQ', 'AKT1', 'PAK1', 'STAT3', 'SRC', 'CDK1', 'PIK3CA', 'RAC1', 'F2RL2', 'CDC42', 'PRKACA', 'TRIO', 'PHLDB2', 'DIAPH1', 'TPPP', 'MAPKAPK2', 'CFL2', 'DPYSL2', 'SPRED1', 'CLASP1', 'TESK2', 'ROCK1', 'PTEN', 'AURKB', 'APC', 'WNT3A', 'TIAM1', 'DVL1', 'PARD6A', 'STMN1', 'PTPRA', 'CLIP1', 'EPHB2', 'MAPRE1', 'MAP1B', 'KIF2C', 'LIMK1', 'MARK2', 'MARK1'], 'Axon guidance': [], 'Disruption of postsynaptic signaling by CNV': ['GRM1', 'ARC', 'MAPK1', 'MAPK3', 'NRXN1', 'NRXN2', 'NRXN3', 'DLG2', 'SHANK1', 'GRIN2D', 'GRIN2C', 'YWHAG', 'CAMK2G', 'RPH3A', 'SYNGAP1', 'GRIN1', 'GRIN2A', 'GRIN2B', 'NLGN1', 'HOMER1', 'CYFIP1', 'NLGN2', 'NLGN3', 'NLGN4X', 'DLG1', 'RYR2', 'DLGAP1', 'CAMK2B', 'STX1A', 'TJP1', 'FMR1', 'CAMK2A', 'CAMK2D'], 'Brain-derived neurotrophic factor (BDNF) signaling': ['CREB1', 'CHUK', 'MAPK14', 'CTNNB1', 'CSNK2A1', 'VAV3', 'BCL2L11', 'MAP3K2', 'EIF4EBP1', 'MTOR', 'MAPT', 'ALPL', 'NFATC4', 'PTPRF', 'NTF3', 'GRIP1', 'PTK2B', 'DLG1', 'PRKAA2', 'PIK3R1', 'SHC3', 'PIK3R2', 'PRKAA1', 'PPP2CA', 'MAP3K1', 'NCAM1', 'JAK2', 'JUN', 'MEF2C', 'MEF2A', 'PDPK1', 'NCF2', 'NFKB1', 'NGF', 'NFKBIA', 'AKT1', 'FOXO3', 'FOS', 'EIF4E', 'ELK1', 'IKBKB', 'IRS1', 'SHC2', 'GSK3B', 'HRAS', 'FRS2', 'CFL1', 'VAV2', 'CAMK2A', 'CAMK4', 'SYN1', 'STAT3', 'TSC2', 'TRAF6', 'IRS2', 'SQSTM1', 'RPS6KA5', 'IKBKG', 'CASP3', 'RPS6', 'RPS6KA1', 'RPS6KA3', 'BDNF', 'RPS6KB1', 'RAF1', 'NCF1', 'SRC', 'STAT1', 'BMP2', 'SHC1', 'BAD', 'MAPK10', 'MAPK9', 'MAP2K1', 'MAP2K2', 'MAP2K5', 'PTPN11', 'RAB3A', 'RAC1', 'MAPK8', 'MAPK1', 'MAPK7', 'MAPK3', 'DOK5', 'PRKCD', 'NSF', 'CDK5R1', 'NCK2', 'MARCKS', 'EIF2S2', 'DOCK3', 'DPYSL2', 'SH2B1', 'CDKL5', 'RANBP9', 'GRIA3', 'GRIA2', 'YBX1', 'CDH2', 'CDK5', 'EGR1', 'SIRPA', 'EIF2S1', 'EEF2', 'CNR1', 'EGR2', 'NTRK3', 'RACK1', 'FRS3', 'LINGO1', 'KCNA3', 'CDC42', 'CRTC1', 'IGF2BP1', 'RHOG', 'CAMK1', 'KSR1', 'SH2B2', 'GABRB3', 'CYFIP1', 'ACACB', 'KCNN2', 'SPP1', 'KIDINS220', 'RASGRF1', 'RAP1A', 'RELA', 'SORT1', 'STAT5B', 'ADAM17', 'TIAM1', 'STAT5A', 'APC', 'SHC4', 'FYN', 'GRIA1', 'GRB2', 'GRIN2B', 'GRIN1', 'NGFR', 'NCK1', 'NTRK1', 'PLCG1', 'NTRK2'], 'TGF-beta receptor signaling': ['ZFYVE9', 'ENG', 'RUNX3', 'TGFBR3', 'LEF1', 'FKBP1A', 'BAMBI', 'FST', 'EGF', 'FOXH1', 'NOG', 'SERPINE1', 'TGFBR2', 'TGFBR1', 'LEFTY2', 'SPP1', 'SKIL', 'SMAD3', 'SMAD2', 'SMAD7', 'SMAD6', 'LIF', 'INHBA', 'SKI', 'TGIF1', 'ZNF423', 'LEFTY1', 'ZEB2', 'LTBP1', 'SMAD1', 'SMAD4', 'SMAD5', 'JAK1', 'JUN', 'SMAD9', 'CTNNB1', 'EP300', 'FOS', 'HRAS', 'CREBBP', 'IFNG', 'ITGB6', 'TFE3', 'RUNX2', 'BMP4', 'MAPK3', 'MAPK9', 'TNF', 'WNT1', 'STAT1', 'STAT3', 'TGFB1', 'THBS1', 'NFKB1', 'MIR302A'], 'Cells and molecules involved in local acute inflammatory response': ['SELPLG', 'TNF', 'IL6', 'ITGB1', 'CXCL8', 'ITGB2', 'IL1A', 'VCAM1', 'ICAM1', 'C3', 'SELP', 'C5', 'C7', 'C6', 'ITGA4', 'ITGAL', 'KNG1'], 'Chemokine signaling': ['RAC1', 'VAV3', 'RAF1', 'AKT1', 'VAV1', 'ARRB2', 'ADCY3', 'ARRB1', 'ELMO1', 'CCL28', 'PAK1', 'SHC3', 'PIK3R1', 'CXCL5', 'GNG3', 'SHC1', 'VAV2', 'NCF1', 'MAP2K1', 'STAT3', 'GNG4', 'GNG8', 'CRK', 'GNGT2', 'PRKCB', 'HRAS', 'GNG5', 'GNG12', 'GNB2', 'PIK3CD', 'STAT2', 'GNG2', 'GNG7', 'GRK6', 'LYN', 'GNG10', 'CHUK', 'NRAS', 'CCL5', 'IKBKG', 'ROCK1', 'CCL26', 'FGR', 'CCL22', 'PLCB4', 'CRKL', 'CCR6', 'CXCL9', 'PLCB2', 'CCL21', 'ROCK2', 'CXCL13', 'PLCB3', 'CXCL11', 'PRKCD', 'CXCL3', 'CXCL16', 'CCL15', 'CCL27', 'CXCR2', 'ADCY2', 'CDC42', 'RASGRP2', 'PRKCZ', 'GNAI3', 'GNAI2', 'CCL1', 'JAK3', 'RAP1A', 'KRAS', 'ADCY4', 'GNAI1', 'RAP1B', 'CXCR4', 'CCR2', 'ADCY7', 'ADCY8', 'PRKACB', 'PIK3R5', 'PARD3', 'PRKACG', 'ADCY1', 'PF4', 'PPBP', 'ADCY9', 'BRAF', 'TIAM1', 'GRB2', 'ADCY6', 'STAT5B', 'ADCY5', 'RELA', 'GRK2', 'CCL11', 'PTK2', 'CXCL10', 'CCL3', 'CCL4', 'GRK5', 'SHC4', 'CCR3', 'PLCB1', 'CX3CL1', 'WAS', 'CCL17', 'CSK', 'NFKBIB', 'CCL24', 'WASL', 'CCL7', 'ITK', 'PTK2B', 'PREX1', 'GRK4', 'CCR7', 'CCL25', 'DOCK2', 'XCL1', 'CXCL14', 'TIAM2', 'CXCR5', 'CCR1', 'CX3CR1', 'CXCR6', 'CCL19', 'XCR1', 'CCR9', 'CCR8', 'CCR4', 'PRKX', 'CCR10', 'GRK1', 'CXCR3', 'BCAR1', 'PIK3CB', 'GNB5', 'GNB1', 'GSK3B', 'PXN', 'JAK2', 'MAPK1', 'SOS2', 'NFKBIA', 'HCK', 'MAPK3', 'IKBKB', 'AKT2', 'PIK3R2', 'PIK3CG', 'CXCL12', 'NFKB1', 'GNB3', 'GNB4', 'CCL20', 'STAT1', 'SOS1', 'AKT3', 'PIK3R3', 'FOXO3', 'PIK3CA', 'GNG13', 'GNG11', 'GNGT1', 'RAC2', 'SHC2'], 'DNA repair pathways full network': ['FAAP24', 'RFC3', 'PCNA', 'RPA1', 'FANCD2', 'FANCI', 'BRCA2', 'BRIP1', 'CHEK1', 'ATM', 'POLE3', 'WRN', 'RFC4', 'USP1', 'FANCC', 'ATR', 'EXO1', 'POLH', 'CENPX', 'FANCM', 'FANCA', 'FAAP100', 'FANCF', 'FANCB', 'POLE', 'ERCC4', 'POLD4', 'CENPS', 'FANCG', 'FAN1', 'HMGB1', 'H2AX', 'APEX1', 'RBX1', 'XRCC5', 'MLH1', 'PMS2', 'PARP2', 'XPC', 'XRCC4', 'LIG4', 'GTF2H5', 'MNAT1', 'POLB', 'GTF2H3', 'GTF2H1', 'ERCC2', 'RAD23B', 'RAP1A', 'CDK7', 'DDB2', 'CCNH', 'GTF2H2', 'PARP1', 'ERCC3', 'GTF2H4', 'RAD23A', 'LIG3', 'REV3L', 'PNKP', 'ERCC8', 'NTHL1', 'XRCC1', 'UNG', 'MSH2', 'POLI', 'MPG', 'LIG1', 'NEIL3', 'MSH3', 'OGG1', 'MSH6', 'POLM', 'SMUG1', 'MBD4', 'TERF2', 'MUTYH', 'ERCC5', 'REV1', 'XPA', 'TDG', 'CUL4A', 'CETN2', 'DCLRE1C', 'NEIL2', 'CUL4B', 'POLL', 'DDB1', 'FEN1', 'APEX2', 'MGMT', 'NHEJ1', 'XRCC6', 'RAD54B', 'ERCC6', 'PRKDC', 'RAD52', 'BRCA1', 'ERCC1', 'MRE11', 'RFC1', 'RFC2', 'RAD51', 'POLD1', 'POLD3', 'PALB2', 'POLE2', 'NBN', 'RPA3', 'POLD2', 'RAD51C', 'RFC5', 'FANCE', 'RAD50', 'WDR48', 'POLE4', 'FANCL', 'RPA2', 'POLK'], 'Type II interferon signaling': ['PSMB9', 'ISG15', 'CXCL10', 'NOS2', 'IFNGR1', 'IFNGR2', 'IFI6', 'ICAM1', 'CXCL9', 'PRKCD', 'IFNB1', 'HLA-B', 'CIITA', 'OAS1', 'IFNA2', 'IRF1', 'TAP1', 'REG1A', 'IRF4', 'IRF8', 'IRF2', 'SOCS3', 'STAT1', 'STAT2', 'H4C1', 'SOCS1', 'IFIT2', 'IRF9', 'PTPN11', 'CYBB', 'IL1B', 'IFNG', 'JAK2', 'JAK1', 'SPI1', 'GBP1', 'EIF2AK2'], 'Interferon-mediated signaling': ['IFNAR1', 'IFNAR2', 'IFNA7', 'IFNGR2', 'IFNB1', 'IFNGR1', 'IFNE', 'IFNA14', 'IFNA10', 'IFNA13', 'IFNA1', 'IFNA2', 'IFNA6', 'IFNA8', 'IFNA4', 'IFNA5', 'IFNA21', 'IFNA16', 'IFNA17', 'IFNK', 'IFNW1', 'PRKCA', 'PIK3R1', 'PIK3CA', 'IFNL2', 'IFNL1', 'IFNL3', 'IFNG', 'JAK1', 'IL10RB', 'JAK2', 'IRF9', 'IFNLR1', 'IFNL4', 'TYK2', 'STAT1', 'STAT2'], 'Apoptosis modulation and signaling': ['BIRC7', 'TNFRSF10A', 'BBC3', 'BIRC5', 'CASP10', 'CASP9', 'CASP7', 'DFFA', 'BMF', 'CAPNS1', 'APAF1', 'MAP3K14', 'JUN', 'PTPN13', 'PMAIP1', 'BCL2L11', 'PTRH2', 'TNFRSF10B', 'TNFSF10', 'MADD', 'HTRA2', 'SEPTIN4', 'BNIP3', 'BLK', 'BIRC3', 'BIRC2', 'BOK', 'BAX', 'BAK1', 'BCL2A1', 'BCL2', 'BCL2L2', 'BCL2L10', 'BCL2L1', 'BIK', 'BID', 'MIR29B2', 'MIR29B1', 'BAG3', 'BAD', 'TNFRSF10C', 'DIABLO', 'TNFRSF10D', 'CYCS', 'FADD', 'ENDOG', 'DFFB', 'FAS', 'IKBKB', 'HRK', 'FOS', 'FASLG', 'CASP8', 'CASP6', 'CASP3', 'CASP2', 'CDKN2A', 'DAXX', 'CRADD', 'CFLAR', 'PRKD1', 'PIDD1', 'XIAP', 'HSPA1A', 'NAIP', 'TRAF6', 'TRAF3', 'TRADD', 'TNFRSF25', 'TNFRSF1B', 'TNFRSF1A', 'NFKBIA', 'NFKB1', 'MYD88', 'MCL1', 'TOLLIP', 'TNFRSF6B', 'IRAK1', 'IL1R2', 'IL1R1', 'MAPK8', 'MAPK3', 'MAP3K5', 'CASP4', 'CASP1', 'AIFM2', 'RIPK1', 'PEA15', 'AIFM1', 'TP53'], 'Metabolic pathways of fibroblasts': ['ALDH18A1', 'UGDH', 'GCK', 'CD36', 'PYCR1', 'PSPH', 'RHOA', 'GLUD1', 'SLC2A1', 'GPI', 'GLS', 'LDHA', 'SLC1A5', 'PSAT1', 'LOXL2', 'UGP2', 'P3H3', 'SLC16A1', 'P4HA3', 'P3H4', 'PHGDH', 'PGM1', 'BMP1', 'P4HA1', 'ADAMTS2', 'FGFR1', 'SERPINH1', 'PLOD1', 'PLCG1', 'FGFR4', 'LPAR1', 'P4HA2'], 'TGF-beta signaling in thyroid cells for epithelial-mesenchymal transition': ['AKT1', 'VIM', 'CDH1', 'MAPK3', 'TNC', 'SMAD2', 'SMAD3', 'ID1', 'CDH2', 'SNAI2', 'CDH16', 'CDH6', 'MAPK1', 'SNAI1', 'SMAD4', 'RUNX2', 'FN1'], 'Angiotensin II receptor type 1 pathway': ['ACTA2', 'COL1A1', 'MAP2K6', 'MAPK1', 'HIF1A', 'TGFB1', 'PTPN11', 'SP1', 'COL1A2', 'JUND', 'RAF1', 'SMAD4', 'IL11', 'TGFBR2', 'CCN2', 'TGFBR1', 'RRAS', 'F12', 'IL11RA', 'IL6ST', 'AGTR1', 'NOX4', 'RACK1', 'AGT', 'MAS1', 'ACE2', 'PDGFD', 'SMAD3'], 'SARS-CoV-2 replication organelle formation': ['PIK3R4', 'AMBRA1', 'BECN1', 'PIK3C3', 'ZFYVE1', 'ATG14'], 'Toll-like receptor signaling related to MyD88': ['TICAM1', 'TLR2', 'TRAF3', 'TLR4', 'IRF3', 'IKBKB', 'MAPK1', 'NFKB1', 'TOLLIP', 'TIRAP', 'TLR9', 'TICAM2', 'IKBKE', 'IKBKG', 'CHUK', 'TRAF6', 'TBK1', 'TLR6', 'TLR1', 'TLR7', 'IRAK4', 'IRF7', 'IRAK1', 'MYD88', 'TLR8', 'NFKB2', 'TLR3', 'TLR5', 'REL', 'RELB', 'RELA'], 'Wnt signaling': ['SERPINF1', 'MAP3K7', 'CAMK2D', 'PPP3CA', 'SOST', 'PRKCB', 'CSNK2B', 'CTNNB1', 'GSK3B', 'WNT5A', 'CCND1', 'RAC1', 'PRKCA', 'WNT16', 'MYC', 'LRP5', 'RHOA', 'JUN', 'WNT1', 'NFATC3', 'CCND2', 'AXIN1', 'WNT10B', 'PLCB4', 'TCF7', 'CSNK1A1', 'PLCB2', 'ROCK2', 'TCF7L1', 'PLCB3', 'TCF7L2', 'CAMK2G', 'LEF1', 'FZD10', 'CCND3', 'DAAM1', 'NFATC2', 'CTBP1', 'CTBP2', 'PLCB1', 'WNT2', 'PRKCG', 'WNT4', 'PLAU', 'LRP6', 'APC', 'FZD2', 'DVL3', 'DVL2', 'DVL1', 'WNT5B', 'WNT10A', 'FZD3', 'FZD5', 'WNT2B', 'WNT11', 'WNT7B', 'WNT7A', 'WNT6', 'WNT3', 'WNT3A', 'FZD9', 'FZD8', 'FZD7', 'FZD6', 'FZD1', 'GPC4', 'NLK', 'CHD8', 'NFATC4', 'PORCN', 'SFRP1', 'DKK4', 'SFRP4', 'PPP3CB', 'INVS', 'SFRP5', 'PPP3CC', 'PRICKLE1', 'NKD1', 'SFRP2', 'NKD2', 'DAAM2', 'CER1', 'DKK2', 'WIF1', 'VANGL2', 'PRICKLE2', 'SENP2', 'SOX17', 'CXXC4', 'VANGL1', 'CTNNBIP1', 'FRAT2', 'NOTUM', 'PPP3R2', 'PPP3R1', 'CSNK2A3', 'FRAT1', 'CSNK1E', 'ROR1', 'ROR2', 'RYK', 'FOSL1', 'KREMEN1', 'MAPK9', 'CAMK2B', 'CSNK2A2', 'CAMK2A', 'CSNK2A1', 'MAPK8', 'DKK1', 'NFATC1'], 'Pregnane X receptor pathway': ['UGT1A9', 'ABCC2', 'CYP4F12', 'NCOA3', 'PPARGC1A', 'HSP90AA1', 'NCOA1', 'CYP2B6', 'RXRA', 'SRC', 'NRIP1', 'FOXO1', 'CYP3A4', 'NCOA2', 'UGT1A4', 'CYP2A6', 'ABCC4', 'SLCO1B1', 'ABCC3', 'PSMC5', 'ABCB1', 'CYP2C9', 'GSTA2', 'UGT1A1', 'UGT1A6', 'DNAJC7', 'CYP3A7', 'SRPX2', 'CYP3A5', 'CYP2C19', 'NR1I2', 'SULT2A1'], 'TNF-alpha signaling': ['RFK', 'NFKBIE', 'NFKBIB', 'NSMAF', 'PTPRCAP', 'CHUK', 'RIPK3', 'TAB1', 'TRAP1', 'TANK', 'AKT1', 'CYBA', 'CSNK2A1', 'CREBBP', 'MAP3K8', 'RFFL', 'TBK1', 'TAB3', 'TAB2', 'IKBKB', 'HSP90AA1', 'BIRC3', 'BIRC2', 'HRAS', 'APAF1', 'IL6', 'MAP3K3', 'JUN', 'MAP3K1', 'NRAS', 'NFKBIA', 'NFKB1', 'MAP3K5', 'MAPK8', 'MAPK3', 'MAPK1', 'PPP2CA', 'BAD', 'DIABLO', 'MAP2K7', 'MAP2K6', 'MAP2K3', 'MAPK9', 'BCL2L1', 'RAF1', 'RAC1', 'MAP4K2', 'BAX', 'SOS1', 'MAP2K4', 'BID', 'CCL2', 'TNF', 'MAP3K7', 'TRADD', 'MADD', 'IKBKG', 'CASP9', 'CASP8', 'CASP7', 'CASP3', 'TNFRSF1B', 'TNFRSF1A', 'CFLAR', 'MAP3K14', 'FADD', 'RIPK1', 'NOXO1', 'GLUL', 'SMPD2', 'CDC37', 'GRB2', 'KSR2', 'PLK1', 'NFKB2', 'KRAS', 'SKP1', 'REL', 'PSMD2', 'OTUD7B', 'PRKCZ', 'CUL1', 'TXN', 'TRAF2', 'TRAF1', 'TNFAIP3', 'BTRC', 'KSR1', 'FBXW11', 'NOX1', 'SELE', 'PYGL'], 'Complement activation': ['C4A', 'C1QC', 'C1QA', 'C1QB', 'CFP', 'C1R', 'MASP2', 'CD55', 'CFD', 'MASP1', 'CFB', 'C1S', 'C2', 'C3', 'C7', 'C8A', 'C8G', 'C9', 'C4B', 'C5', 'C6', 'C8B'], 'PI3K-Akt signaling': ['NFKB1', 'COL1A1', 'VTN', 'COMP', 'PIK3CG', 'FGF8', 'RPS6KB1', 'ITGB8', 'RHEB', 'PPP2CA', 'VEGFA', 'IL4', 'CCND1', 'CDKN1B', 'IL2', 'COL9A1', 'GNB3', 'PKN1', 'CD19', 'BAD', 'CDKN1A', 'BRCA1', 'IGF1', 'COL9A2', 'GNB5', 'IL4R', 'PIK3CB', 'LAMC2', 'HSP90AA1', 'GSK3B', 'PPP2R5C', 'GNB1', 'EIF4EBP1', 'MTOR', 'SGK3', 'SGK2', 'NTF3', 'NTF4', 'LAMB1', 'ITGA6', 'ITGB5', 'JAK2', 'MAPK1', 'COL9A3', 'HSP90AB1', 'IL2RB', 'SOS2', 'TSC2', 'IKBKB', 'MAPK3', 'CCNE1', 'AKT2', 'PPP2CB', 'GYS1', 'PPP2R1A', 'PIK3R2', 'BDNF', 'F2R', 'RPS6KB2', 'GNG7', 'CSF1', 'GNG12', 'GNG5', 'HRAS', 'VEGFB', 'IKBKG', 'PIK3R6', 'GNG2', 'NRAS', 'INS', 'ITGB3', 'CHUK', 'GNG10', 'TGFA', 'IL3', 'VEGFD', 'TSC1', 'COL1A2', 'SYK', 'MLST8', 'GNG4', 'GNGT2', 'GNG8', 'IRS1', 'THBS3', 'MAP2K1', 'PIK3CD', 'BCL2', 'INSR', 'BCL2L1', 'GNB2', 'LAMB2', 'PRL', 'TP53', 'RPTOR', 'ITGB7', 'PDPK1', 'MCL1', 'PIK3R1', 'AKT1', 'EGFR', 'IL2RG', 'ITGB1', 'EIF4E', 'VEGFC', 'GNG3', 'PRKAA2', 'BCL2L11', 'PRKCA', 'JAK1', 'GNGT1', 'LAMA5', 'PRKAA1', 'ITGB4', 'G6PC1', 'RAF1', 'IL2RA', 'CDK4', 'CASP9', 'NGF', 'LAMC1', 'RAC1', 'MDM2', 'MYC', 'RPS6', 'IL6', 'TLR4', 'THBS1', 'TLR2', 'PPP2R1B', 'CREB1', 'MYB', 'FN1', 'SOS1', 'GNB4', 'ITGB6', 'PIK3R3', 'FASLG', 'ATF2', 'AKT3', 'SGK1', 'GNG11', 'CCND2', 'PIK3CA', 'FOXO3', 'MAP2K2', 'GNG13', 'CDK2', 'PCK1', 'THBS4', 'PRLR', 'VWF', 'FGF6', 'CREB3', 'CSF3', 'LAMA4', 'GHR', 'GYS2', 'PPP2R5D', 'FGF1', 'CSF3R', 'ITGA4', 'PDGFRB', 'FGF12', 'SPP1', 'FGF23', 'TNR', 'STK11', 'PDGFB', 'TCL1A', 'EFNA2', 'OSM', 'COL4A4', 'PHLPP1', 'PPP2R3C', 'FLT3LG', 'ANGPT2', 'MET', 'FGF21', 'JAK3', 'LAMA1', 'FGF14', 'ANGPT4', 'IL7', 'CDC37', 'FGF9', 'FLT1', 'NGFR', 'LPAR2', 'CREB3L3', 'EIF4B', 'PPP2R5A', 'FGFR2', 'LAMC3', 'LAMA3', 'TNC', 'KITLG', 'FGFR1', 'ITGA8', 'PPP2R2C', 'FGF4', 'FGF20', 'FGFR3', 'FGF22', 'PPP2R3A', 'PPP2R5B', 'FGF10', 'ITGA3', 'ITGA2B', 'FLT4', 'PHLPP2', 'HGF', 'IBSP', 'PCK2', 'CCND3', 'CCNE2', 'CDK6', 'PPP2R2A', 'RELA', 'ATF6B', 'NTRK1', 'TCL1B', 'RELN', 'LAMA2', 'COL4A1', 'COL4A6', 'LPAR1', 'LAMB3', 'PDGFA', 'EFNA4', 'GH1', 'ITGA1', 'IFNA7', 'PTEN', 'PPP2R2D', 'LPAR3', 'IFNB1', 'EIF4E1B', 'CHRM1', 'PTK2', 'PDGFD', 'IL7R', 'EFNA1', 'FGF3', 'EPOR', 'IL3RA', 'THBS2', 'GRB2', 'CHRM2', 'EFNA5', 'LPAR5', 'CREB3L2', 'CSF1R', 'KIT', 'CREB3L1', 'FGF18', 'PPP2R2B', 'THEM4', 'FGF17', 'IFNAR2', 'PPP2R5E', 'ANGPT1', 'NTRK2', 'NOS3', 'HSP90B1', 'FGF19', 'ITGA2', 'DDIT4', 'TNXB', 'ITGA5', 'FGF11', 'IL6R', 'FGFR4', 'COL2A1', 'LPAR6', 'FGF2', 'EGF', 'PIK3R5', 'COL6A1', 'FGF7', 'IGF1R', 'IFNAR1', 'COL6A2', 'EPHA2', 'EFNA3', 'ITGA10', 'CREB3L4', 'OSMR', 'CREB5', 'ITGA9', 'PDGFC', 'LPAR4', 'PGF', 'TEK', 'FLT3', 'KDR', 'TNN', 'EPO', 'ATF4', 'FGF13', 'PDGFRA', 'COL4A2', 'KRAS', 'CHAD', 'CSH1', 'ITGA7', 'EIF4E2', 'FGF5', 'ITGA11', 'ITGAV', 'COL4A3', 'COL4A5', 'CSH2', 'PIK3AP1', 'PKN3', 'G6PC3', 'G6PC2', 'PKN2', 'LAMB4', 'IFNA21', 'IFNA5', 'IFNA6', 'IFNA8', 'IFNA16', 'PPP2R3B', 'IFNA17', 'IFNA4', 'IFNA14', 'IFNA13', 'IFNA2', 'IFNA1', 'IFNA10', 'RBL2', 'GH2', 'IGF2', 'COL6A6', 'COL6A3', 'COL6A5'], 'Phosphatidyl inositol phosphate pathway': ['MTMR6', 'MTMR8', 'PI4K2A', 'PI4K2B', 'TPTE2', 'INPP4B', 'PLCB4', 'PLCB3', 'PLCB2', 'PI4KB', 'PIP5K1C', 'INPP5E', 'PLCD4', 'PIK3C2A', 'PIK3CD', 'PIK3CG', 'PIK3CB', 'PIK3CA', 'PLCG2', 'PIK3C2G', 'INPP4A', 'PI4KA', 'PLCD3', 'PLCD1', 'PIKFYVE', 'SACM1L', 'PIP5K1A', 'INPP5D', 'FIG4', 'PIP4K2C', 'MTMR1', 'MTM1', 'OCRL', 'PIP4K2B', 'PIP4K2A', 'PIP5K1B', 'PIP4P2', 'PIP4P1', 'MTMR2', 'PLCE1', 'PLCB1', 'PIK3C2B', 'INPP5K', 'PTEN', 'PLCG1', 'IPMK'], 'GPCRs class C metabotropic glutamate pheromone': ['GRM3', 'GPRC5B', 'GPRC5C', 'GPRC5A', 'GRM1', 'GRM2', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GABBR2', 'GRM6', 'CASR', 'GPRC5D', 'GABBR1'], 'p53 transcriptional gene network': ['PRKAB2', 'PRKAA1', 'PCNA', 'GLS2', 'CDK2', 'POLK', 'CCNG1', 'PRKAB1', 'NCF2', 'PRKAG3', 'FASLG', 'SLC2A1', 'TNFRSF10B', 'APAF1', 'CCL2', 'TSC2', 'CCNE1', 'BBC3', 'BAX', 'PRKAG2', 'ULBP1', 'CDKN1A', 'FAS', 'TIGAR', 'MTOR', 'MSH2', 'CX3CL1', 'ERCC5', 'PML', 'MGMT', 'ACAD11', 'PRKAA2', 'MLST8', 'POLH', 'ADORA2B', 'TNFRSF10D', 'FANCC', 'THBS1', 'PMAIP1', 'RPTOR', 'NOTCH1', 'SERPINE1', 'AURKA', 'LIF', 'MIR34B', 'MIR34C', 'MIR34A', 'GADD45A', 'TP53I3', 'XPC', 'SLC7A11', 'BTG2', 'CDC25C', 'TP53AIP1', 'ULBP2', 'SAT1', 'MLH1', 'ICAM1', 'XRCC5', 'ULK1', 'PRKAG1', 'PIDD1', 'IRF9', 'MIR145', 'TNF', 'GPX1', 'AKT1S1', 'DDB2', 'DEPTOR', 'PTEN', 'DDIT4', 'ISG15', 'RRM2B', 'SESN1', 'CDC25A', 'ULK2', 'IRF5', 'NANOG', 'MIR200C', 'SESN2', 'SCO2', 'SFN', 'FUCA1', 'SIVA1', 'ADGRB1', 'SERPINB5', 'PERP', 'TRAF4', 'ALDH4A1', 'DRAM1', 'E2F7', 'TP53INP1', 'SMR3B', 'CPT1C', 'RPRM', 'ZMAT3'], 'Bile acid synthesis and enterohepatic circulation': ['LDLR', 'CYP7A1', 'ABCG8', 'ABCG5', 'MAPK3', 'MAPK1', 'FXR1', 'SLC10A2', 'FGFR4', 'SLC10A1', 'FGF19', 'ABCB11'], 'Renin-angiotensin-aldosterone system (RAAS': ['CAMK1G', 'CAMK1D', 'CREB3', 'CAMK1', 'CREB3L1', 'AGTR2', 'AGTR1', 'AGT', 'CMA1', 'CREB3L3', 'CREB3L2', 'CREB5', 'CREB3L4', 'ITPR2', 'ITPR1', 'CALML6', 'CALML5', 'CALML4', 'CALML3', 'CALM2', 'ATF6B', 'ATF4', 'STAR', 'ITPR3', 'CYP21A2', 'CYP11A1', 'ACE', 'HSD3B1', 'HSD3B2', 'CYP11B2', 'CAMK2A', 'CALM1', 'CAMK2B', 'CAMK4', 'CAMK2D', 'CREB1', 'GNAQ', 'CALM3', 'ATF2', 'REN', 'CAMK2G', 'ATF1', 'PLCB2', 'CTSG'], 'Autophagy': ['MTOR', 'RPTOR', 'PRKAA1', 'PRKAB2', 'MAP1LC3B', 'PRKAA2', 'MLST8', 'ATG3', 'ATG12', 'AMBRA1', 'PRKAB1', 'PRKAG3', 'ATG101', 'BECN1', 'PIK3C3', 'RB1CC1', 'ATG5', 'PRKAG2', 'ATG16L1', 'PRKAG1', 'ATG13', 'ULK1', 'PIK3R4', 'ATG7', 'ATG14', 'WIPI2', 'AKT1S1', 'DEPTOR', 'ATG9A', 'UVRAG'], 'Ras signaling': ['BAD', 'MAPK9', 'PIK3CB', 'GNGT1', 'RAC2', 'SHC2', 'PAK4', 'ELK1', 'MAP2K2', 'GNG13', 'GNG11', 'PAK6', 'RAF1', 'RAC1', 'GNB4', 'ZAP70', 'GNB3', 'FASLG', 'PIK3CA', 'SOS1', 'AKT3', 'PIK3R3', 'PAK5', 'MAPK3', 'IKBKB', 'AKT2', 'MAPK1', 'SOS2', 'MAPK8', 'NFKB1', 'MAPK10', 'PIK3R2', 'GNB5', 'PAK3', 'GNB1', 'ABL1', 'RHOA', 'GNGT2', 'GNG8', 'GNG4', 'MAP2K1', 'PRKCB', 'SHC3', 'HTR7', 'AKT1', 'PIK3R1', 'RASA1', 'EGFR', 'PAK1', 'PRKCA', 'SHC1', 'GNG3', 'GNG10', 'CHUK', 'IKBKG', 'HRAS', 'GNG7', 'PTPN11', 'PAK2', 'GNG5', 'GNG2', 'PLCG2', 'CALM1', 'NRAS', 'LAT', 'RAC3', 'INSR', 'BCL2L1', 'PIK3CD', 'GNB2', 'GNG12', 'PLA2G4A', 'PLA2G2D', 'EXOC2', 'RASGRF2', 'PDGFRB', 'RAP1A', 'RASAL3', 'PLA2G4C', 'RASA4', 'FLT1', 'RASAL1', 'RAB5B', 'SHOC2', 'RAB5C', 'GAB1', 'PLD1', 'FGFR1', 'CDC42', 'PRKACA', 'RASAL2', 'PLA2G3', 'STK4', 'BRAP', 'RALA', 'RALBP1', 'GAB2', 'FLT4', 'FGFR2', 'RASSF1', 'FGFR3', 'RASGRP2', 'PLA2G10', 'RASGRF1', 'NGFR', 'AFDN', 'ABL2', 'RGL1', 'CALM2', 'RALB', 'RAB5A', 'EPHA2', 'PRKACB', 'RASA2', 'TIAM1', 'KIT', 'PLA1A', 'TTBK1', 'NTRK2', 'RASGRP3', 'RRAS2', 'PDGFRA', 'ETS1', 'RAPGEF5', 'PLD2', 'KRAS', 'IGF1R', 'KSR1', 'PLCE1', 'PLA2G12B', 'PLCG1', 'TEK', 'FLT3', 'PLA2G12A', 'RRAS', 'PRKCG', 'RAP1B', 'PLA2G5', 'KDR', 'CALML4', 'RASGRP1', 'CALML6', 'PLA2G1B', 'KSR2', 'RASGRP4', 'PLAAT3', 'GRIN1', 'GRB2', 'CALML3', 'CALML5', 'RIN1', 'FGFR4', 'ETS2', 'MRAS', 'PLA2G2F', 'PLA2G4D', 'CALM3', 'RALGDS', 'JMJD7-PLA2G4B', 'PRKACG', 'ARF6', 'PLA2G4F', 'MET', 'RGL2', 'PLA2G4B', 'RASSF5', 'GRIN2B', 'NTRK1', 'SHC4', 'RASA3', 'CSF1R', 'GRIN2A', 'PLA2G6', 'FOXO4', 'PLA2G2C', 'PLA2G4E', 'PLA2G2A', 'PLA2G2E', 'SYNGAP1', 'NF1', 'RELA', 'REL'], 'Fatty acid and lipoprotein transport in hepatocytes': ['DBI', 'APOE', 'SOAT1', 'LDLR', 'PCSK9', 'VDAC1', 'ACSL1', 'NPC2', 'SCARB1', 'SLC27A2', 'SORT1', 'APOB', 'ACSL5', 'ACSL6', 'STAR', 'OSBPL5', 'LPA', 'FABP3', 'LDLRAP1', 'SLC27A4', 'LIPA', 'SLC27A1', 'APOA4', 'ACSL3', 'ABCA1', 'MYLIP', 'SLC27A3', 'FABP2', 'APOC1', 'FABP4', 'FABP1', 'LRP1', 'SOAT2', 'STARD3', 'APOC2'], 'Fatty acid beta-oxidation': ['CPT1B', 'HADHA', 'ACADS', 'ACADVL', 'ACSL4', 'CRAT', 'LPL', 'ACAT1', 'HADH', 'GCDH', 'ECHS1', 'ACSL1', 'DLD', 'DECR1', 'ECI1', 'ACADL', 'ACSL3', 'CHKB', 'GPD2', 'ACSS2', 'GK2', 'GK', 'SLC25A20', 'TPI1', 'LIPF', 'CPT2', 'ACSL6', 'ACSL5', 'CPT1A', 'PNPLA2', 'LIPE', 'HADHB', 'ACADM', 'LIPC'], 'Fatty acid biosynthesis': ['ACSL4', 'PECR', 'PC', 'MECR', 'HADH', 'ACSL1', 'FASN', 'ACLY', 'ECHS1', 'ACSS2', 'ACAA2', 'DECR1', 'ACSL3', 'SCD', 'ACACA', 'ECHDC3', 'ECHDC2', 'ACSL5', 'ECHDC1', 'ECH1', 'ACACB', 'ACSL6'], 'Lipid metabolism pathway': ['PRKAB1', 'AKT2', 'PRKAG2', 'PRKAR2A', 'PRKAR1A', 'PRKAR2B', 'ACSBG1', 'ABHD5', 'PRKAR1B', 'HILPDA', 'PRKAG3', 'AKT3', 'ACLY', 'PRKAB2', 'PRKAA1', 'PDHA1', 'PRKAA2', 'AKT1', 'FASN', 'PRKAG1', 'ACSS2', 'BCKDHA', 'PRKACA', 'PRKACG', 'PLIN1', 'LIPE', 'PRKACB', 'PNPLA2', 'ACACA'], 'Regucalcin in proximal tubule epithelial kidney cells': ['TRPV5', 'MTOR', 'CASP9', 'SMAD4', 'RAF1', 'PTH', 'AKT1', 'ACTA2', 'PIK3CA', 'APAF1', 'TNFSF11', 'CASP8', 'TNFRSF1A', 'BAK1', 'TGFB1', 'BAX', 'MAPK1', 'G3BP1', 'PPP3R1', 'SEC16B', 'MAP3K5', 'CALCA', 'CASP3', 'BRAF', 'TGFBR1', 'FFAR3', 'MCU', 'NOS1', 'SMAD2', 'PDE1B', 'RGN'], 'Wnt signaling in kidney disease': ['INVS', 'WNT1', 'WNT5A', 'MAPK10', 'MAPK8', 'WNT16', 'MAPK9', 'RHOA', 'LRP5', 'CTNNB1', 'WNT10B', 'FZD4', 'FZD8', 'FZD5', 'FZD6', 'FZD1', 'FZD7', 'WNT9B', 'WNT4', 'DVL3', 'WNT7A', 'WNT3A', 'WNT10A', 'WNT2B', 'DVL1', 'WNT2', 'WNT3', 'WNT5B', 'WNT6', 'FZD3', 'LRP6', 'WNT11', 'DVL2', 'FZD2', 'FZD9', 'WNT7B'], 'Non-small cell lung cancer': ['CASP8', 'BAK1', 'PIK3CB', 'MAPK3', 'MAPK1', 'BAX', 'SOS2', 'RARB', 'CRABP1', 'CDKN1A', 'BID', 'BAD', 'CRABP2', 'PRKCA', 'TGFA', 'CASP3', 'PRKCB', 'STAT3', 'MAP2K1', 'CDK4', 'MAP2K2', 'RAF1', 'CASP9', 'TP53', 'AKT1', 'PIK3R1', 'CDKN2A', 'EGFR', 'CCND1', 'SOS1', 'AKT2', 'PIK3R2', 'POLK', 'PIK3R3', 'AKT3', 'FOXO3', 'PIK3CA', 'HRAS', 'CYCS', 'RXRA', 'PIK3CD', 'PLCG2', 'NRAS', 'GADD45A', 'E2F2', 'CDK6', 'E2F3', 'FHIT', 'EML4', 'RASSF5', 'GRB2', 'PDK1', 'STAT5B', 'BRAF', 'JAK3', 'E2F1', 'PLCG1', 'PRKCG', 'STAT5A', 'DDB2', 'RB1', 'EGF', 'ERBB2', 'KRAS', 'RASSF1', 'ARAF', 'STK4', 'RXRB', 'GADD45B', 'ALK', 'GADD45G', 'RXRG'], 'Neurotransmitter disorders': ['TPH1', 'DDC', 'TH', 'MAOA', 'SLC18A2', 'SLC6A3', 'TPH2', 'COMT', 'PNMT', 'DBH'], "Parkinson's disease pathway": ['PARK7', 'SNCAIP', 'MIR18A', 'EPRS1', 'MIR375', 'GPR37', 'UBE2L6', 'MAPK14', 'DDC', 'HTRA2', 'APAF1', 'LRRK2', 'CCNE1', 'CASP2', 'CASP3', 'CASP6', 'CASP7', 'CASP9', 'MAPK12', 'PINK1', 'SLC6A3', 'TH', 'UBB', 'PRKN', 'CYCS', 'MAPK11', 'MAPK13', 'MIR34B', 'MIRLET7G', 'MIR34C', 'MIR26B', 'MIR195', 'MIR26A1', 'MIR26A2', 'MIR16-2', 'CCNE2', 'ATXN2', 'MIR503', 'SYT11', 'MIR370', 'MIR19A', 'MIR19B1', 'SEPTIN5', 'MIR132', 'SNCA', 'UCHL1', 'MIR338', 'UBE2J1', 'UBA1', 'UBA7', 'UBE2G1', 'UBE2G2', 'UBE2L3', 'MIR212', 'UBE2J2', 'MIR128-1', 'MIR30A', 'MIR431', 'MIR19B2', 'MIR1224', 'MIR4448', 'MIR10A', 'MIR136', 'MIR485', 'MIR873', 'MIR409', 'MIR433', 'MIR127', 'MIR30E', 'MIR1294', 'MIR128-2'], 'Post-COVID neuroinflammation': [], 'Matrix metalloproteinases': ['MMP2', 'MMP14', 'TIMP2', 'MMP9', 'TNF', 'MMP28', 'MMP7', 'MMP3', 'MMP10', 'MMP8', 'MMP12', 'MMP11', 'MMP13', 'MMP1', 'MMP19', 'MMP15', 'TIMP1', 'TIMP3', 'MMP25', 'MMP20', 'TIMP4', 'TCF20', 'MMP24', 'MMP16', 'MMP21', 'MMP17', 'MMP27', 'MMP26', 'MMP23B', 'BSG'], 'Pleural mesothelioma': ['CDH10', 'CD44', 'MAD1L1', 'CTNNA3', 'SETD5', 'FABP4', 'TNIK', 'LATS2', 'CDH12', 'SETDB1', 'CDH24', 'CIT', 'CDH15', 'AMOT', 'TELO2', 'TTI1', 'CDH20', 'CD274', 'HMGN1', 'CDH19', 'CDH7', 'ULK2', 'WNT16', 'CSNK2A3', 'CDKN1A', 'TEAD3', 'MAP3K9', 'NOTUM', 'KREMEN1', 'NTF3', 'ROR1', 'FOSL1', 'FRAT2', 'CSNK1A1L', 'CSNK1E', 'NTF4', 'RYK', 'SOX17', 'SENP2', 'WIF1', 'DKK2', 'FRAT1', 'ROR2', 'CXXC4', 'SFRP5', 'SFRP4', 'MAX', 'NDRG1', 'PRSS23', 'KIF23', 'AJUBA', 'CER1', 'SFRP2', 'MTOR', 'MMP14', 'MKNK1', 'DKK4', 'SFRP1', 'CHD8', 'MKNK2', 'PORCN', 'EIF4EBP1', 'EIF4G1', 'MMP2', 'GSK3B', 'PAK3', 'MAP3K4', 'BAX', 'ITGA6', 'LAMB1', 'MAP2K4', 'MAP2K7', 'MAP4K4', 'CSNK2A2', 'ACTB', 'TEAD2', 'CDH1', 'MAP2K3', 'PIK3CB', 'LAMC2', 'CTNNA1', 'MAPK9', 'MAP4K3', 'RB1CC1', 'WWTR1', 'BAK1', 'BRCA1', 'IGF1', 'SOS1', 'SLC2A1', 'AKT3', 'ATF2', 'MEF2D', 'RPS6KA1', 'FN1', 'STAT1', 'WNT5A', 'PRKAG3', 'CCND1', 'PPARGC1A', 'PRKAB1', 'NFKB1', 'MAPK10', 'VEGFA', 'MAPK14', 'HBEGF', 'RPS6KB1', 'CCL2', 'DKK1', 'FGF8', 'MAP2K6', 'RHEB', 'PIK3CG', 'TGFB1', 'ACTA2', 'CXCL12', 'PRKAG2', 'MAPK8', 'MAP4K1', 'STK3', 'CCNE1', 'BBC3', 'AKT2', 'RPS6KA5', 'YY1', 'AXIN1', 'MAPK3', 'TSC2', 'CSNK2A1', 'MMP9', 'PAK5', 'MAP3K1', 'HIF1A', 'MAPK1', 'WNT1', 'IL1B', 'MAP2K2', 'BECN1', 'ELK1', 'CREB1', 'CDK2', 'PIK3CA', 'CCND2', 'CTNNB1', 'MAP2K1', 'WNT10B', 'MAP4K2', 'LGALS9', 'MAPK7', 'TSC1', 'SOST', 'CTHRC1', 'CSF2', 'VEGFD', 'MLST8', 'JAK1', 'TGFA', 'ACTG2', 'SHC1', 'ITGB2', 'PRKAA2', 'LRP5', 'CXCL1', 'CXCL5', 'SAV1', 'FOXO1', 'VEGFC', 'ACTC1', 'LIMD1', 'EGFR', 'ACTA1', 'MCL1', 'PAK1', 'CDKN2A', 'ITGB1', 'ATM', 'TP53', 'MINK1', 'RPTOR', 'BARD1', 'MAP3K6', 'AKT1', 'RPS6', 'MYC', 'PAK6', 'YAP1', 'MAP2K5', 'CASP1', 'MDM2', 'CDK4', 'IL10', 'LAMC1', 'IL6', 'PRKAA1', 'RAF1', 'NGF', 'ITGB4', 'SERPINF1', 'PAK4', 'IDO1', 'PRKAB2', 'MAP3K10', 'LAMA5', 'LATS1', 'TCF7', 'EED', 'EZH2', 'PLCB4', 'AREG', 'CCL5', 'INS', 'ITGB3', 'MDM4', 'TEAD4', 'CSNK2B', 'MAP3K3', 'NF2', 'SP1', 'TEAD1', 'MAP3K5', 'SRC', 'HMGB1', 'PAK2', 'PRKAG1', 'ACTG1', 'CSF1', 'HRAS', 'RPS6KA3', 'ULK1', 'JUN', 'ATG13', 'BDNF', 'RPS6KB2', 'LAMB2', 'BCL2', 'MST1', 'VEGFB', 'CYCS', 'MAP3K11', 'INSR', 'PIK3CD', 'MAP3K2', 'SPARC', 'LAMA4', 'PDGFRB', 'FGF1', 'FZD10', 'FGF6', 'PHC1', 'ITGA4', 'FGF12', 'DVL1', 'WNT3', 'CSF3', 'WNT2', 'WNT5B', 'FGF9', 'FGF14', 'FZD3', 'FLT1', 'LAMA1', 'FGF21', 'MET', 'FLT3LG', 'EFNA2', 'ANGPT2', 'WNT11', 'E2F1', 'PDGFB', 'ANGPT4', 'FGF22', 'FGF10', 'FGF4', 'COL4A4', 'FGFR1', 'FGF20', 'LAMC3', 'CUL1', 'LAMA3', 'FGFR3', 'RASSF1', 'LRP6', 'EIF4B', 'FGFR2', 'NGFR', 'HGF', 'KITLG', 'FLT4', 'YWHAB', 'ITGA3', 'DVL2', 'CD47', 'AGER', 'MIRLET7B', 'PRB1', 'MAPKAPK2', 'ATF3', 'CDH2', 'DDIT3', 'BTC', 'TCF7L1', 'TCF7L2', 'NLRP3', 'RBBP4', 'CCND3', 'LEF1', 'CSNK1A1', 'HCFC1', 'PTEN', 'CTBP2', 'PTK2', 'CXCL10', 'EFNA1', 'BMI1', 'ASXL1', 'PDGFD', 'MAD2L1', 'BAP1', 'ITGA2', 'TERT', 'BTRC', 'FZD6', 'CTBP1', 'FGF17', 'DVL3', 'FGFR4', 'FZD5', 'FGF19', 'FGF11', 'WNT4', 'WNT7A', 'DEPTOR', 'FZD7', 'FZD1', 'FGF18', 'KIT', 'EFNA3', 'PDK1', 'MMP3', 'WNT3A', 'ANGPT1', 'PDGFC', 'NTRK2', 'OGT', 'WNT10A', 'ITGAV', 'CDH11', 'IGF1R', 'EPHA2', 'FGF2', 'FGF5', 'FGF7', 'EGF', 'PDGFRA', 'APC', 'COL4A2', 'WNT2B', 'CDK7', 'FLT3', 'RNF2', 'PLAU', 'KDR', 'TRAF2', 'FGF13', 'FGF23', 'CCN2', 'TEK', 'PGF', 'WNT6', 'FGF3', 'CSF1R', 'EFNA5', 'LAMA2', 'FZD9', 'PDGFA', 'LAMB3', 'WNT7B', 'COL4A1', 'GRB2', 'FZD2', 'SUZ12', 'FZD8', 'UHRF1', 'GABPA', 'KDM6A', 'IL34', 'ADAMTS1', 'CDH13', 'WDR5', 'COL4A3', 'SLC3A2', 'COL4A5', 'SETD2', 'CDH4', 'MOB1B', 'LIN28B', 'CDH5', 'PODXL', 'FOXM1', 'KMT2C', 'STK38L', 'SLC7A5', 'ITPR3', 'VGLL4', 'CDH22', 'CDH18', 'IGF2', 'CDH16', 'RASSF6', 'PIGF', 'CDH8', 'MCU', 'RASSF3', 'RASSF7', 'TNNT1', 'RASSF2', 'WWC1', 'CDH6', 'DSC3', 'MOB1A', 'MDK', 'RASSF4', 'CDH9', 'BAG2', 'CDH3', 'SELE', 'CDH17', 'CTNNA2', 'NTRK1', 'COL4A6', 'AKT1S1', 'RING1', 'RASSF5', 'CCL4', 'EFNA4', 'ITGA1'], 'Immune response to tuberculosis': ['JAK2', 'TYK2', 'STAT1', 'JAK1', 'STAT2', 'SOCS1', 'IRF9', 'MX1', 'IFIT1', 'IFITM1', 'IFNGR1', 'PIAS1', 'IFNAR2', 'IFNGR2', 'IFNAR1', 'PSMB8', 'OAS1', 'IFI35', 'IFIT3', 'IRF1', 'TAP1', 'PTPN2', 'MED14']}

Section 3: Creation of KEgenes dictionary

In this section, you will identify the match between the dictKE and dictWP dictionary which will allow for matching between the keys: KE ID from the dictKE to the values:genes from dictWP.

Step 9. The KE_genes_dictionary dictionary will contain the match between the dictKE and dictWP dictionary by adding the values of the dictWP dictionary if the value: WPtitle of dictKE is present in dictWP.

KE_genes_dictionary=[]

for KEID in dictKE:
    WPtitle= KEID['WPtitle']
    
    if WPtitle in dictWP:
        KEID['gene'] = dictWP[WPtitle]
    KE_genes_dictionary.append(KEID)

print(KE_genes_dictionary)
[{'KEID': 'https://identifiers.org/aop.events/486', 'WPtitle': 'Overview of proinflammatory and profibrotic mediators', 'gene': ['IL25', 'IL12A', 'CXCL8', 'IL13', 'CSF1', 'IFNL2', 'IL17D', 'IFNL1', 'IL3', 'CSF2', 'CXCL1', 'CXCL5', 'IL1B', 'IL17C', 'IL17B', 'IL10', 'IL6', 'IFNG', 'IL17A', 'VEGFA', 'IL17F', 'IL23A', 'IL12B', 'IL5', 'IL4', 'CCL20', 'MMP9', 'TGFB1', 'CXCL12', 'CCL2', 'IL2', 'CCL3L1', 'CCL28', 'CTF1', 'IL33', 'CCL1', 'SPP1', 'EPO', 'LIF', 'MMP3', 'PF4', 'PPBP', 'LTA', 'EBI3', 'CSF3', 'CXCL2', 'IL7', 'OSM', 'IL22', 'CCL27', 'IL31', 'CCL15', 'CNTF', 'CXCL11', 'CXCL3', 'IL18', 'CXCL16', 'CXCL13', 'TNFSF13', 'AREG', 'IL1A', 'IL11', 'CCL22', 'TNFSF13B', 'CCL8', 'CXCL9', 'IL21', 'IL9', 'CXCL6', 'CCL21', 'NFKB1', 'CCL26', 'IFNL3', 'TNF', 'CCL5', 'IL26', 'CCL18', 'CCL4L2', 'CCL14', 'IFNW1', 'CCL13', 'IFNK', 'TSLP', 'IL24', 'IL20', 'CCL16', 'CCL23', 'CXCL17', 'IL36RN', 'IL36A', 'IL1F10', 'IL36B', 'XCL2', 'IL37', 'IL36G', 'PF4V1', 'CCL11', 'MMP1', 'IFNB1', 'CXCL10', 'IFNA7', 'CCL3', 'CCL4', 'IL27', 'IFNA14', 'IFNA1', 'IFNA17', 'IFNA13', 'IFNA4', 'IFNA5', 'IFNA16', 'IFNA2', 'IFNA10', 'IL19', 'IL15', 'IFNA6', 'IFNA8', 'IFNA21', 'IL1RN', 'XCL1', 'CXCL14', 'CCL19', 'CCL25', 'CCL7', 'CCL24', 'CX3CL1', 'CCL17']}, {'KEID': 'https://identifiers.org/aop.events/875', 'WPtitle': 'Neuroinflammation and glutamatergic signaling', 'gene': ['IL4R', 'IL6', 'IL10', 'IL10RB', 'IGF1', 'IL1B', 'IL1R1', 'IL4', 'IFNG', 'SMAD4', 'INSR', 'IRS1', 'JAK1', 'IL12A', 'IL12B', 'IL13', 'CAMKK2', 'ADCY3', 'CREB1', 'DLD', 'AKT1', 'GRM1', 'PSAT1', 'FOS', 'GLS2', 'GLS', 'ARC', 'CAMK2B', 'CAMK2D', 'CAMK2A', 'CAMKK1', 'SOCS3', 'SLC1A1', 'SLC1A2', 'SLC1A3', 'TGFB1', 'TGFB2', 'TGFB3', 'SLC1A6', 'SLC2A1', 'STAT1', 'STAT3', 'TNF', 'TNFRSF1A', 'CALM1', 'CAMK4', 'TNFRSF1B', 'IL1R2', 'NFKB1', 'SLC17A7', 'PRKCA', 'PRKCB', 'MAPK1', 'MAPK3', 'NGF', 'PDHA1', 'SLC38A2', 'PSPH', 'SHMT2', 'BCL2', 'BDNF', 'GRIK2', 'GRIK3', 'GRIK4', 'GRIK5', 'GRIA2', 'GRIA3', 'GRIA4', 'GRIK1', 'GRIN2C', 'GRIN2D', 'IL1A', 'IL13RA1', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GRM2', 'SLC38A3', 'GRIN3A', 'GRIN3B', 'CNTF', 'DAO', 'DLAT', 'LRRC8B', 'NSMF', 'PHGDH', 'GFAP', 'DISC1', 'GOT1', 'SLC6A9', 'CAMK2G', 'LRRC8E', 'SLC38A1', 'STAT6', 'TGFBR3', 'TRAF5', 'LRRC8C', 'SLC38A5', 'GLUL', 'PLCB3', 'PLCB4', 'TRPM4', 'PLCB2', 'LTA', 'SHMT1', 'SLC1A4', 'SLC17A6', 'SRR', 'LRRC8D', 'LRRC8A', 'SLC7A10', 'PPP1CB', 'PPP1CC', 'PRKACA', 'PRKCG', 'NOS1', 'PPP1CA', 'SLC2A3', 'TGFBR1', 'TGFBR2', 'FGF2', 'PLCB1', 'GRIA1', 'GRIN1', 'GRIN2A', 'GRIN2B', 'IL6R', 'IL6ST', 'IL10RA', 'LIF', 'IFNGR1', 'IFNGR2', 'SMAD2', 'SMAD3', 'SMAD7', 'NFKB2', 'CFL1', 'ADCY8', 'ADCY1']}, {'KEID': 'https://identifiers.org/aop.events/2007', 'WPtitle': 'miRNAs involved in DNA damage response', 'gene': ['CDKN1A', 'MIR92A1', 'MIR18A', 'MYC', 'ATM', 'ABL1', 'H2AX', 'MIR145', 'MIR29B1', 'CREB1', 'CDKN1B', 'MIR143', 'CCNE1', 'TP53', 'RAD52', 'CCND1', 'MIRLET7D', 'MIRLET7F1', 'MIR34C', 'MIRLET7A1', 'MIR23B', 'MIR20A', 'MIR106B', 'MIR424', 'MIR195', 'MIR330', 'MIR17', 'MIR449B', 'MIR222', 'MIR181B1', 'MIR449A', 'MIR421', 'MIR373', 'E2F1', 'MIRLET7B', 'CDK6', 'MIR34B', 'MIR29C', 'MIR21', 'CCND3', 'CDC25A', 'MIR449C', 'MIR19B1', 'MIR100', 'MIR542', 'MIR374B', 'MIR503', 'MIR450B', 'MIR19A', 'MIR497', 'MIR3074', 'MIR450A2', 'MIR25', 'MIR93', 'MIR372', 'MIR371A', 'MIR210', 'MIR181A1', 'MIR203A', 'MIR27A', 'MIR223', 'MIR29A', 'MIR23A', 'MIR221', 'MIR15A', 'MIR16-1', 'MIR27B', 'MIR15B']}, {'KEID': 'https://identifiers.org/aop.events/2007', 'WPtitle': 'miRNA regulation of DNA damage response', 'gene': ['BID', 'BRCA1', 'FAS', 'RAD51', 'CASP8', 'SMC1A', 'BAX', 'CDKN1A', 'RAD52', 'PRKDC', 'PML', 'RPA2', 'RAD50', 'CASP3', 'PMAIP1', 'FANCD2', 'CHEK1', 'ATM', 'RAD17', 'CASP9', 'TP53', 'CDK4', 'MDM2', 'TNFRSF10B', 'CDK2', 'CCND2', 'APAF1', 'CDKN1B', 'RAD1', 'CCNG1', 'ABL1', 'CCNE1', 'BBC3', 'CCND1', 'CHEK2', 'H2AX', 'ATR', 'RAD9A', 'PIDD1', 'MYC', 'MRE11', 'NBN', 'MIR29B1', 'MIR145', 'CREB1', 'CDK1', 'CYCS', 'MIR421', 'MIR449A', 'MIR373', 'MIR222', 'MIR449B', 'MIR3591', 'ATRIP', 'TP53AIP1', 'CCNB3', 'TLK2', 'HUS1B', 'RFC1', 'E2F1', 'CCNB1', 'RB1', 'DDB2', 'CCNE2', 'CDK6', 'CCND3', 'CCNB2', 'GADD45A', 'CDK5', 'CDC25C', 'MIR34B', 'MIR21', 'MIR29C', 'MCM7', 'MIR20A', 'MIR106B', 'MIR17HG', 'MIR195', 'MIR424', 'MIR17', 'CDC20B', 'MIR330', 'MIR221', 'MIR16-1', 'MIR203A', 'MIR181A1', 'MIR223', 'MIR15A', 'MIR29A', 'MIR24-1', 'TLK1', 'SFN', 'MIR210', 'GADD45G', 'RRM2B', 'SESN1', 'GADD45B', 'CDC25A']}, {'KEID': 'https://identifiers.org/aop.events/1495', 'WPtitle': 'Cytosolic DNA-sensing pathway', 'gene': ['CASP1', 'RIPK1', 'IL6', 'RIPK3', 'IRF3', 'IL1B', 'NFKBIA', 'POLR2F', 'POLR2E', 'IKBKB', 'TRADD', 'ATG5', 'CASP10', 'CASP8', 'NLRX1', 'AIM2', 'NFKBIB', 'NFKB1', 'CCL5', 'CHUK', 'IRF7', 'IKBKG', 'IKBKE', 'TBK1', 'POLR2L', 'POLR2K', 'ATG12', 'FADD', 'POLR2H', 'IL18', 'PYCARD', 'ADAR', 'STING1', 'POLR1C', 'CGAS', 'POLR3F', 'IL33', 'MAVS', 'POLR3GL', 'TRIM25', 'POLR3G', 'DDX58', 'POLR3H', 'POLR3E', 'POLR3B', 'CYLD', 'IFNB1', 'IFNA7', 'RELA', 'CCL4', 'ISG15', 'POLR1D', 'POLR3C', 'CXCL10', 'POLR3D', 'POLR3K', 'POLR3A', 'CCL4L2', 'ZBP1', 'RNF125', 'IFNA8', 'IFNA6', 'IFNA21', 'IFNA17', 'IFNA16', 'IFNA14', 'IFNA13', 'IFNA10', 'IFNA4', 'IFNA2', 'IFNA1', 'IFNA5', 'TREX1']}, {'KEID': 'https://identifiers.org/aop.events/1495', 'WPtitle': 'Nod-like receptor (NLR) signaling', 'gene': ['ERBIN', 'CHUK', 'IKBKB', 'MAPK8', 'MAP3K7', 'IKBKG', 'CD40', 'EPHB2', 'RELA']}, {'KEID': 'https://identifiers.org/aop.events/1495', 'WPtitle': 'Toll-like receptor signaling', 'gene': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5']}, {'KEID': 'https://identifiers.org/aop.events/1495', 'WPtitle': 'TLR4 signaling and tolerance', 'gene': ['TRAM1', 'TIRAP', 'TLR4', 'IL6', 'IRF3', 'TRAF3', 'NFKB1', 'TAB2', 'TAB1', 'MYD88', 'TRAF6', 'RIPK1', 'IKBKE', 'CXCL8', 'NFKBIA', 'TICAM1', 'IKBKG', 'IRAK3', 'TNF', 'CHUK', 'IKBKB', 'MAP3K7', 'IRAK4', 'IRAK1', 'TBK1', 'IRF7', 'INPP5D', 'IFNB1']}, {'KEID': 'https://identifiers.org/aop.events/105', 'WPtitle': 'Electron transport chain: OXPHOS system in mitochondria', 'gene': ['SLC25A6', 'SLC25A14', 'SLC25A27', 'MT-ND3', 'MT-ND4', 'MT-ND6', 'UCP3', 'MT-ND4L', 'MT-ND5', 'MT-ND2', 'COX11', 'COX8A', 'SDHA', 'COX5A', 'SDHC', 'SDHD', 'ATP5IF1', 'NDUFA11', 'NDUFA1', 'COX7A2', 'UQCRQ', 'COX6A2', 'COX7A1', 'NDUFS7', 'MT-CYB', 'UQCR10', 'NDUFA2', 'NDUFA3', 'NDUFA7', 'NDUFA8', 'NDUFA5', 'NDUFA6', 'NDUFB1', 'NDUFB2', 'NDUFA9', 'NDUFA10', 'UQCR11', 'MT-ND1', 'SLC25A5', 'COX17', 'COX7A2L', 'MT-CO2', 'MT-CO3', 'SCO1', 'NDUFA4', 'UQCRFS1', 'SURF1', 'UCP2', 'COX4I1', 'COX6B1', 'COX6C', 'COX5B', 'COX6A1', 'COX7B', 'COX7C', 'MT-CO1', 'UCP1', 'NDUFA13', 'SLC25A4', 'UQCRB', 'UQCRH', 'UQCRC1', 'UQCRC2', 'NDUFB4', 'NDUFB5', 'NDUFB3', 'NDUFB8', 'NDUFB10', 'NDUFB6', 'NDUFB7', 'NDUFS1', 'NDUFC1', 'NDUFC2', 'NDUFV1', 'NDUFS4', 'NDUFS2', 'NDUFS3', 'NDUFS8', 'NDUFV2', 'NDUFS5', 'NDUFS6', 'NDUFV3', 'NDUFA12', 'ATP5MF', 'NDUFB9', 'DMAC2L', 'ATP5F1E', 'MT-ATP8', 'MT-ATP6', 'NDUFAB1', 'ATP5F1B', 'ATP5F1A', 'ATP5F1D', 'ATP5F1C', 'ATP5MC1', 'ATP5PB', 'ATP5MC3', 'ATP5MC2', 'ATP5PF', 'ATP5ME', 'ATP5PO', 'COX15', 'ATP5MG', 'ATP5PD', 'SDHB']}, {'KEID': 'https://identifiers.org/aop.events/105', 'WPtitle': 'Oxidative phosphorylation', 'gene': ['NDUFB9', 'ATP5MF', 'ATP5MC3', 'ATP5ME', 'ATP5PF', 'ATP6AP1', 'ATP5PO', 'ATP5MC1', 'ATP5MC2', 'NDUFAB1', 'ATP5F1A', 'ATP5F1B', 'ATP5F1D', 'ATP5F1E', 'DMAC2L', 'ATP5PB', 'ATP5PD', 'ATP5MG', 'MT-ATP6', 'MT-ND2', 'MT-ND3', 'MT-ND4', 'MT-ND4L', 'MT-ND5', 'MT-ND6', 'GZMB', 'MT-ND1', 'ATP6AP2', 'NDUFA4', 'NDUFA4L2', 'NDUFS1', 'NDUFS2', 'NDUFS3', 'NDUFV1', 'NDUFS4', 'NDUFS5', 'NDUFS6', 'NDUFS8', 'NDUFV2', 'NDUFV3', 'NDUFB1', 'NDUFB2', 'NDUFB4', 'NDUFB5', 'NDUFB6', 'NDUFB7', 'NDUFB8', 'NDUFB10', 'NDUFC1', 'NDUFC2', 'NDUFA11', 'NDUFS7', 'NDUFA2', 'NDUFA3', 'NDUFA5', 'NDUFA6', 'NDUFA7', 'NDUFA8', 'NDUFA9', 'NDUFA10']}, {'KEID': 'https://identifiers.org/aop.events/1816', 'WPtitle': 'Electron transport chain: OXPHOS system in mitochondria', 'gene': ['SLC25A6', 'SLC25A14', 'SLC25A27', 'MT-ND3', 'MT-ND4', 'MT-ND6', 'UCP3', 'MT-ND4L', 'MT-ND5', 'MT-ND2', 'COX11', 'COX8A', 'SDHA', 'COX5A', 'SDHC', 'SDHD', 'ATP5IF1', 'NDUFA11', 'NDUFA1', 'COX7A2', 'UQCRQ', 'COX6A2', 'COX7A1', 'NDUFS7', 'MT-CYB', 'UQCR10', 'NDUFA2', 'NDUFA3', 'NDUFA7', 'NDUFA8', 'NDUFA5', 'NDUFA6', 'NDUFB1', 'NDUFB2', 'NDUFA9', 'NDUFA10', 'UQCR11', 'MT-ND1', 'SLC25A5', 'COX17', 'COX7A2L', 'MT-CO2', 'MT-CO3', 'SCO1', 'NDUFA4', 'UQCRFS1', 'SURF1', 'UCP2', 'COX4I1', 'COX6B1', 'COX6C', 'COX5B', 'COX6A1', 'COX7B', 'COX7C', 'MT-CO1', 'UCP1', 'NDUFA13', 'SLC25A4', 'UQCRB', 'UQCRH', 'UQCRC1', 'UQCRC2', 'NDUFB4', 'NDUFB5', 'NDUFB3', 'NDUFB8', 'NDUFB10', 'NDUFB6', 'NDUFB7', 'NDUFS1', 'NDUFC1', 'NDUFC2', 'NDUFV1', 'NDUFS4', 'NDUFS2', 'NDUFS3', 'NDUFS8', 'NDUFV2', 'NDUFS5', 'NDUFS6', 'NDUFV3', 'NDUFA12', 'ATP5MF', 'NDUFB9', 'DMAC2L', 'ATP5F1E', 'MT-ATP8', 'MT-ATP6', 'NDUFAB1', 'ATP5F1B', 'ATP5F1A', 'ATP5F1D', 'ATP5F1C', 'ATP5MC1', 'ATP5PB', 'ATP5MC3', 'ATP5MC2', 'ATP5PF', 'ATP5ME', 'ATP5PO', 'COX15', 'ATP5MG', 'ATP5PD', 'SDHB']}, {'KEID': 'https://identifiers.org/aop.events/1816', 'WPtitle': 'Oxidative phosphorylation', 'gene': ['NDUFB9', 'ATP5MF', 'ATP5MC3', 'ATP5ME', 'ATP5PF', 'ATP6AP1', 'ATP5PO', 'ATP5MC1', 'ATP5MC2', 'NDUFAB1', 'ATP5F1A', 'ATP5F1B', 'ATP5F1D', 'ATP5F1E', 'DMAC2L', 'ATP5PB', 'ATP5PD', 'ATP5MG', 'MT-ATP6', 'MT-ND2', 'MT-ND3', 'MT-ND4', 'MT-ND4L', 'MT-ND5', 'MT-ND6', 'GZMB', 'MT-ND1', 'ATP6AP2', 'NDUFA4', 'NDUFA4L2', 'NDUFS1', 'NDUFS2', 'NDUFS3', 'NDUFV1', 'NDUFS4', 'NDUFS5', 'NDUFS6', 'NDUFS8', 'NDUFV2', 'NDUFV3', 'NDUFB1', 'NDUFB2', 'NDUFB4', 'NDUFB5', 'NDUFB6', 'NDUFB7', 'NDUFB8', 'NDUFB10', 'NDUFC1', 'NDUFC2', 'NDUFA11', 'NDUFS7', 'NDUFA2', 'NDUFA3', 'NDUFA5', 'NDUFA6', 'NDUFA7', 'NDUFA8', 'NDUFA9', 'NDUFA10']}, {'KEID': 'https://identifiers.org/aop.events/1668 ', 'WPtitle': 'Toll-like receptor signaling', 'gene': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5']}, {'KEID': 'https://identifiers.org/aop.events/1668 ', 'WPtitle': 'TLR4 signaling and tolerance', 'gene': ['TRAM1', 'TIRAP', 'TLR4', 'IL6', 'IRF3', 'TRAF3', 'NFKB1', 'TAB2', 'TAB1', 'MYD88', 'TRAF6', 'RIPK1', 'IKBKE', 'CXCL8', 'NFKBIA', 'TICAM1', 'IKBKG', 'IRAK3', 'TNF', 'CHUK', 'IKBKB', 'MAP3K7', 'IRAK4', 'IRAK1', 'TBK1', 'IRF7', 'INPP5D', 'IFNB1']}, {'KEID': 'https://identifiers.org/aop.events/244 ', 'WPtitle': 'Unfolded protein response', 'gene': ['MBTPS1', 'ATF4', 'MBTPS2', 'NFE2L2', 'HSPA5', 'PPP1R15A', 'XBP1', 'ATF6', 'EIF2S1', 'ERN1', 'DDIT3', 'EIF2AK3', 'BBC3', 'TNFRSF10B', 'IL1B', 'TP53', 'PMAIP1', 'BID', 'TXNIP', 'BCL2L11', 'BCL2', 'RTCB', 'CASP2']}, {'KEID': 'https://identifiers.org/aop.events/244 ', 'WPtitle': 'Cellular proteostasis', 'gene': ['PFDN6', 'VBP1', 'PFDN2', 'PFDN1', 'PFDN5', 'PFDN4']}, {'KEID': 'https://identifiers.org/aop.events/244 ', 'WPtitle': 'NRF2 pathway', 'gene': ['SLC6A20', 'SLC6A18', 'FTH1', 'GSTM4', 'SLC39A2', 'SLC39A13', 'SLC6A5', 'SLC5A10', 'SLC7A11', 'SLC2A13', 'SLC6A1', 'CBR3', 'CES5A', 'SLC5A11', 'CBR1', 'SLC2A6', 'SLC39A3', 'SLC2A5', 'MGST3', 'SLC39A6', 'SLC39A1', 'SLC2A12', 'SLC39A4', 'SLC39A12', 'SLC5A12', 'GSTA5', 'GPX2', 'ADH7', 'SLC6A9', 'MAFF', 'CYP4A11', 'GSTA4', 'SLC6A19', 'GSTA3', 'CES3', 'CES2', 'SLC2A14', 'CES4A', 'GCLC', 'UGT1A7', 'UGT1A4', 'CYP2A6', 'SLC5A8', 'SLC6A14', 'SRXN1', 'MAFG', 'SLC6A17', 'SLC2A7', 'SLC39A10', 'SLC2A10', 'TXNRD3', 'CES1', 'AGER', 'TXNRD1', 'SLC5A3', 'GPX3', 'SLC2A3', 'HGF', 'HMOX1', 'PDGFB', 'KEAP1', 'SERPINA1', 'UGT1A1', 'GSTA1', 'GSTA2', 'GSTM2', 'TGFBR2', 'SLC2A2', 'UGT1A6', 'UGT2B7', 'NQO1', 'FGF13', 'GSTM1', 'EPHA2', 'TXN', 'NRG1', 'SLC5A5', 'ABCC3', 'NFE2L2', 'ABCC4', 'HSP90AA1', 'HSP90AB1', 'TGFB2', 'UGT1A9', 'ABCC2', 'RXRA', 'SLC2A4', 'HSPA1A', 'G6PD', 'PGD', 'SLC6A3', 'TGFA', 'SQSTM1', 'SLC2A1', 'SLC5A7', 'HBEGF', 'TGFB1', 'SLC6A2', 'SLC39A14', 'GSR', 'SLC5A1', 'GGT1', 'GSTT2', 'SLC5A4', 'BLVRB', 'SLC39A9', 'EPHA3', 'SLC6A16', 'ME1', 'SLC6A15', 'SLC6A7', 'SLC6A13', 'GCLM', 'MGST2', 'GSTP1', 'FTL', 'SLC39A8', 'SLC5A6', 'SLC2A8', 'SLC5A2', 'SLC39A5', 'SLC6A6', 'SLC6A8', 'SLC6A11', 'DNAJB1', 'SLC2A11', 'SLC39A11', 'GSTM3', 'GSTM5', 'SLC5A9', 'PRDX6', 'PRDX1', 'EGR1', 'SLC2A9', 'SOD3', 'ALDH3A1', 'SLC6A4', 'PTGR1', 'ABCC5', 'SLC39A7', 'PPARD']}, {'KEID': 'https://identifiers.org/aop.events/244 ', 'WPtitle': 'NRF2-ARE regulation', 'gene': ['GSK3B', 'SRC', 'PRKCA', 'MAPK8', 'PIK3CA', 'INSR', 'CEBPB', 'FYN', 'MAF', 'SLC7A11', 'GCLM', 'RBX1', 'CUL3', 'AIMP2', 'YES1', 'KEAP1', 'NFE2L2', 'GCLC', 'EPHB2', 'NQO1', 'HMOX1', 'GSTA2', 'PGAM5']}, {'KEID': 'https://identifiers.org/aop.events/244 ', 'WPtitle': 'DNA damage response', 'gene': ['PML', 'PRKDC', 'CDKN1A', 'RAD52', 'BRCA1', 'BID', 'FAS', 'RAD51', 'CASP8', 'SMC1A', 'BAX', 'MRE11', 'MYC', 'NBN', 'PIDD1', 'RFC1', 'ATRIP', 'TP53AIP1', 'TLK2', 'CCNB3', 'HUS1B', 'CHEK1', 'RAD17', 'CASP3', 'CDK1', 'CYCS', 'RAD9A', 'ATR', 'CHEK2', 'H2AX', 'CREB1', 'TNFRSF10B', 'CDK2', 'CASP9', 'CDK4', 'MDM2', 'TP53', 'PMAIP1', 'AKT1', 'FANCD2', 'ATM', 'ABL1', 'CCNE1', 'BBC3', 'CCND1', 'CDKN1B', 'RAD1', 'RAD50', 'RPA2', 'CCND2', 'APAF1', 'RB1', 'CCNE2', 'CCNB2', 'CDC25C', 'CDK5', 'CDK6', 'CCND3', 'GADD45A', 'CCNB1', 'DDB2', 'E2F1', 'GADD45G', 'CDC25A', 'TLK1', 'GADD45B', 'SFN', 'RRM2B', 'SESN1']}, {'KEID': 'https://identifiers.org/aop.events/244 ', 'WPtitle': 'DNA damage response (only ATM dependent)', 'gene': ['FRAT1', 'LDLR', 'FOSL1', 'CDKN1A', 'BAD', 'BAK1', 'MAPK9', 'MAP3K1', 'ABL1', 'BIK', 'SOS2', 'MAP3K4', 'BAX', 'MAPK8', 'CDKN1B', 'TGFB1', 'FASLG', 'FOXO3', 'CAT', 'RAC2', 'SOS1', 'MDM2', 'RAC1', 'MAP3K7', 'G6PC1', 'PMAIP1', 'ATM', 'BCL2L11', 'TP53', 'SMAD4', 'SHC1', 'IRS1', 'HMGB1', 'INSR', 'BCL2', 'AKT2', 'AKT3', 'AKT1', 'RAC3', 'BBC3', 'CDKN2A', 'NFKB1', 'GSK3B', 'PIK3R4', 'HRAS', 'JUN', 'RHOA', 'MYC', 'CTNNB1', 'PIK3C2G', 'PIK3C3', 'PIK3CA', 'PIK3CB', 'PIK3CD', 'PIK3CG', 'PIK3R1', 'PIK3R2', 'NRAS', 'WNT16', 'PIK3C2A', 'CCND1', 'WNT1', 'WNT5A', 'WNT10B', 'AXIN1', 'PIK3R3', 'CCND2', 'MAPK10', 'PPP2R5C', 'MAPK1', 'PCK2', 'CCNG2', 'MLKL', 'LEF1', 'TCF7', 'TCF7L2', 'TCF7L1', 'CCND3', 'CDC42', 'APC', 'ERBB2', 'PDK1', 'SMAD3', 'PTEN', 'GRB2', 'NFKB2', 'DVL1', 'DVL2', 'DVL3', 'PIK3R5', 'PPP2R5E', 'WNT2', 'KRAS', 'PIK3C2B', 'PLAU', 'WNT4', 'WNT10A', 'WNT5B', 'WNT3A', 'WNT3', 'WNT6', 'WNT7A', 'WNT7B', 'WNT11', 'WNT2B', 'RBL2', 'TP73', 'BCL6', 'SCP2']}, {'KEID': 'https://identifiers.org/aop.events/1739', 'WPtitle': 'Soluble ACE2-mediated cell entry of SARS-CoV-2', 'gene': ['AVPR1B', 'ACE2', 'AGTR1', 'ADAM17']}, {'KEID': 'https://identifiers.org/aop.events/1739', 'WPtitle': 'Soluble ACE2-mediated cell entry of SARS-CoV-2', 'gene': ['AVPR1B', 'ACE2', 'AGTR1', 'ADAM17']}, {'KEID': 'https://identifiers.org/aop.events/1814 ', 'WPtitle': 'DNA damage response (only ATM dependent)', 'gene': ['FRAT1', 'LDLR', 'FOSL1', 'CDKN1A', 'BAD', 'BAK1', 'MAPK9', 'MAP3K1', 'ABL1', 'BIK', 'SOS2', 'MAP3K4', 'BAX', 'MAPK8', 'CDKN1B', 'TGFB1', 'FASLG', 'FOXO3', 'CAT', 'RAC2', 'SOS1', 'MDM2', 'RAC1', 'MAP3K7', 'G6PC1', 'PMAIP1', 'ATM', 'BCL2L11', 'TP53', 'SMAD4', 'SHC1', 'IRS1', 'HMGB1', 'INSR', 'BCL2', 'AKT2', 'AKT3', 'AKT1', 'RAC3', 'BBC3', 'CDKN2A', 'NFKB1', 'GSK3B', 'PIK3R4', 'HRAS', 'JUN', 'RHOA', 'MYC', 'CTNNB1', 'PIK3C2G', 'PIK3C3', 'PIK3CA', 'PIK3CB', 'PIK3CD', 'PIK3CG', 'PIK3R1', 'PIK3R2', 'NRAS', 'WNT16', 'PIK3C2A', 'CCND1', 'WNT1', 'WNT5A', 'WNT10B', 'AXIN1', 'PIK3R3', 'CCND2', 'MAPK10', 'PPP2R5C', 'MAPK1', 'PCK2', 'CCNG2', 'MLKL', 'LEF1', 'TCF7', 'TCF7L2', 'TCF7L1', 'CCND3', 'CDC42', 'APC', 'ERBB2', 'PDK1', 'SMAD3', 'PTEN', 'GRB2', 'NFKB2', 'DVL1', 'DVL2', 'DVL3', 'PIK3R5', 'PPP2R5E', 'WNT2', 'KRAS', 'PIK3C2B', 'PLAU', 'WNT4', 'WNT10A', 'WNT5B', 'WNT3A', 'WNT3', 'WNT6', 'WNT7A', 'WNT7B', 'WNT11', 'WNT2B', 'RBL2', 'TP73', 'BCL6', 'SCP2']}, {'KEID': 'https://identifiers.org/aop.events/1814 ', 'WPtitle': 'Cellular proteostasis', 'gene': ['PFDN6', 'VBP1', 'PFDN2', 'PFDN1', 'PFDN5', 'PFDN4']}, {'KEID': 'https://identifiers.org/aop.events/1814 ', 'WPtitle': 'Unfolded protein response', 'gene': ['MBTPS1', 'ATF4', 'MBTPS2', 'NFE2L2', 'HSPA5', 'PPP1R15A', 'XBP1', 'ATF6', 'EIF2S1', 'ERN1', 'DDIT3', 'EIF2AK3', 'BBC3', 'TNFRSF10B', 'IL1B', 'TP53', 'PMAIP1', 'BID', 'TXNIP', 'BCL2L11', 'BCL2', 'RTCB', 'CASP2']}, {'KEID': 'https://identifiers.org/aop.events/1814 ', 'WPtitle': 'DNA damage response', 'gene': ['PML', 'PRKDC', 'CDKN1A', 'RAD52', 'BRCA1', 'BID', 'FAS', 'RAD51', 'CASP8', 'SMC1A', 'BAX', 'MRE11', 'MYC', 'NBN', 'PIDD1', 'RFC1', 'ATRIP', 'TP53AIP1', 'TLK2', 'CCNB3', 'HUS1B', 'CHEK1', 'RAD17', 'CASP3', 'CDK1', 'CYCS', 'RAD9A', 'ATR', 'CHEK2', 'H2AX', 'CREB1', 'TNFRSF10B', 'CDK2', 'CASP9', 'CDK4', 'MDM2', 'TP53', 'PMAIP1', 'AKT1', 'FANCD2', 'ATM', 'ABL1', 'CCNE1', 'BBC3', 'CCND1', 'CDKN1B', 'RAD1', 'RAD50', 'RPA2', 'CCND2', 'APAF1', 'RB1', 'CCNE2', 'CCNB2', 'CDC25C', 'CDK5', 'CDK6', 'CCND3', 'GADD45A', 'CCNB1', 'DDB2', 'E2F1', 'GADD45G', 'CDC25A', 'TLK1', 'GADD45B', 'SFN', 'RRM2B', 'SESN1']}, {'KEID': 'https://identifiers.org/aop.events/1740', 'WPtitle': 'Downregulation of ACE2 by SARS-CoV-2 spike protein', 'gene': ['ACE', 'AGTR1', 'AGTR2', 'ACE2']}, {'KEID': 'https://identifiers.org/aop.events/888', 'WPtitle': 'Mitochondrial complex I assembly model OXPHOS system', 'gene': ['NDUFAF1', 'NDUFB9', 'ACAD9', 'NDUFAB1', 'ECSIT', 'COA1', 'TIMMDC1', 'FOXRED1', 'DMAC1', 'NDUFAF3', 'TMEM70', 'NUBPL', 'TMEM186', 'MT-ND6', 'NDUFAF6', 'NDUFAF7', 'TMEM126B', 'MT-ND2', 'MT-ND4L', 'MT-ND4', 'MT-ND5', 'DMAC2', 'NDUFAF4', 'NDUFA2', 'NDUFS5', 'NDUFS2', 'NDUFS6', 'NDUFS4', 'NDUFB5', 'NDUFB3', 'NDUFC1', 'NDUFA1', 'NDUFB1', 'MT-ND1', 'NDUFAF2', 'NDUFA13', 'NDUFB11', 'NDUFA12', 'NDUFA8', 'NDUFV3', 'NDUFA6', 'NDUFA5', 'NDUFB7', 'NDUFV2', 'NDUFS1', 'NDUFV1', 'NDUFC2', 'NDUFA10', 'NDUFB10', 'NDUFB4', 'NDUFB8', 'NDUFB2', 'NDUFA7', 'NDUFS3', 'NDUFB6', 'NDUFA3']}, {'KEID': 'https://identifiers.org/aop.events/1584 ', 'WPtitle': '-', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/1574', 'WPtitle': 'Canonical NF-kB pathway', 'gene': ['NFKB1', 'NFKBIA', 'IKBKB', 'NFKBIE', 'CHUK', 'IKBKG', 'RELA', 'REL']}, {'KEID': 'https://identifiers.org/aop.events/41', 'WPtitle': 'Farnesoid X receptor pathway', 'gene': ['UGT2B4', 'IRS2', 'SLC27A5', 'CYP8B1', 'IP6K3', 'ABCB4', 'NR0B2', 'SULT2A1', 'NR1H4', 'FGF19', 'BAAT', 'SLC10A1', 'ABCB11', 'SLCO2B1', 'RXRA', 'CYP7A1', 'CYP3A4', 'PPARGC1A', 'FKBP5']}, {'KEID': 'https://identifiers.org/aop.events/41', 'WPtitle': 'Cholestasis', 'gene': ['ATP8B1', 'HMGCR', 'LDLR', 'ABCC2', 'SCARB1', 'ABCG8', 'RXRA', 'TJP2', 'ABCG5', 'SLC22A1', 'ABCB4', 'NR1I3', 'SLC10A1', 'NR1H4', 'SLCO1A2', 'EPHX1', 'ABCC3', 'ABCB11', 'ABCC4']}, {'KEID': 'https://identifiers.org/aop.events/41', 'WPtitle': 'AMP-activated protein kinase signaling', 'gene': ['GYS1', 'AKT2', 'RPS6KB1', 'PIK3R2', 'PIK3CG', 'ADRA1A', 'PIK3CA', 'CAMKK2', 'PIK3R3', 'CCNA1', 'CCNA2', 'PIK3R1', 'TP53', 'AKT1', 'INSR', 'TSC1', 'FASN', 'ADIPOQ', 'CPT1B', 'TSC2', 'CDKN1A', 'SREBF1', 'PIK3C3', 'CAMKK1', 'PIK3CB', 'EEF2K', 'ADRA1B', 'MTOR', 'EIF4EBP1', 'HMGCR', 'LEP', 'RPS6KB2', 'PIK3CD', 'SLC2A4', 'PRKAA2', 'PRKAB1', 'PRKAG3', 'PRKAA1', 'PRKAB2', 'PRKAG2', 'RPTOR', 'PRKAG1', 'CPT1A', 'STRADB', 'CAB39', 'PFKFB3', 'PRKACB', 'PRKACG', 'ACACA', 'ELAVL1', 'LIPE', 'STK11', 'CCNB1', 'GYS2', 'PPARGC1B', 'PLCB1', 'STRADA', 'CRTC2', 'HNF4A', 'LEPR', 'ACACB', 'EEF2', 'ADIPOR2', 'INS-IGF2', 'ADIPOR1', 'CPT1C', 'SLC2A4RG']}, {'KEID': 'https://identifiers.org/aop.events/41', 'WPtitle': 'NRF2-ARE regulation', 'gene': ['GSK3B', 'SRC', 'PRKCA', 'MAPK8', 'PIK3CA', 'INSR', 'CEBPB', 'FYN', 'MAF', 'SLC7A11', 'GCLM', 'RBX1', 'CUL3', 'AIMP2', 'YES1', 'KEAP1', 'NFE2L2', 'GCLC', 'EPHB2', 'NQO1', 'HMOX1', 'GSTA2', 'PGAM5']}, {'KEID': 'https://identifiers.org/aop.events/41', 'WPtitle': 'NRF2 pathway', 'gene': ['SLC6A20', 'SLC6A18', 'FTH1', 'GSTM4', 'SLC39A2', 'SLC39A13', 'SLC6A5', 'SLC5A10', 'SLC7A11', 'SLC2A13', 'SLC6A1', 'CBR3', 'CES5A', 'SLC5A11', 'CBR1', 'SLC2A6', 'SLC39A3', 'SLC2A5', 'MGST3', 'SLC39A6', 'SLC39A1', 'SLC2A12', 'SLC39A4', 'SLC39A12', 'SLC5A12', 'GSTA5', 'GPX2', 'ADH7', 'SLC6A9', 'MAFF', 'CYP4A11', 'GSTA4', 'SLC6A19', 'GSTA3', 'CES3', 'CES2', 'SLC2A14', 'CES4A', 'GCLC', 'UGT1A7', 'UGT1A4', 'CYP2A6', 'SLC5A8', 'SLC6A14', 'SRXN1', 'MAFG', 'SLC6A17', 'SLC2A7', 'SLC39A10', 'SLC2A10', 'TXNRD3', 'CES1', 'AGER', 'TXNRD1', 'SLC5A3', 'GPX3', 'SLC2A3', 'HGF', 'HMOX1', 'PDGFB', 'KEAP1', 'SERPINA1', 'UGT1A1', 'GSTA1', 'GSTA2', 'GSTM2', 'TGFBR2', 'SLC2A2', 'UGT1A6', 'UGT2B7', 'NQO1', 'FGF13', 'GSTM1', 'EPHA2', 'TXN', 'NRG1', 'SLC5A5', 'ABCC3', 'NFE2L2', 'ABCC4', 'HSP90AA1', 'HSP90AB1', 'TGFB2', 'UGT1A9', 'ABCC2', 'RXRA', 'SLC2A4', 'HSPA1A', 'G6PD', 'PGD', 'SLC6A3', 'TGFA', 'SQSTM1', 'SLC2A1', 'SLC5A7', 'HBEGF', 'TGFB1', 'SLC6A2', 'SLC39A14', 'GSR', 'SLC5A1', 'GGT1', 'GSTT2', 'SLC5A4', 'BLVRB', 'SLC39A9', 'EPHA3', 'SLC6A16', 'ME1', 'SLC6A15', 'SLC6A7', 'SLC6A13', 'GCLM', 'MGST2', 'GSTP1', 'FTL', 'SLC39A8', 'SLC5A6', 'SLC2A8', 'SLC5A2', 'SLC39A5', 'SLC6A6', 'SLC6A8', 'SLC6A11', 'DNAJB1', 'SLC2A11', 'SLC39A11', 'GSTM3', 'GSTM5', 'SLC5A9', 'PRDX6', 'PRDX1', 'EGR1', 'SLC2A9', 'SOD3', 'ALDH3A1', 'SLC6A4', 'PTGR1', 'ABCC5', 'SLC39A7', 'PPARD']}, {'KEID': 'https://identifiers.org/aop.events/1270', 'WPtitle': 'PPAR signaling', 'gene': ['ACAA1', 'ACOX3', 'ACSL4', 'NR1H3', 'SCD', 'CPT1B', 'SLC27A6', 'FABP1', 'DBI', 'ACSBG1', 'HMGCS2', 'APOA5', 'ADIPOQ', 'ACSL1', 'LPL', 'CYP7A1', 'CD36', 'PDPK1', 'FADS2', 'RXRA', 'PCK1', 'CYP4A11', 'APOA2', 'ACSBG2', 'PPARD', 'ME1', 'ACADL', 'EHHADH', 'ACSL3', 'PLTP', 'PCK2', 'ILK', 'AQP7', 'ACOX2', 'PLIN1', 'FABP6', 'PPARA', 'CYP8B1', 'MMP1', 'UCP1', 'ACADM', 'APOA1', 'PPARG', 'CYP27A1', 'SLC27A2', 'SLC27A5', 'GK3P', 'FABP5', 'OLR1', 'APOC3', 'CPT1A', 'RXRB', 'RXRG', 'SLC27A4', 'FABP4', 'ACOX1', 'FABP2', 'ANGPTL4', 'ACSL6', 'ACSL5', 'CPT2', 'GK2', 'SCP2', 'SLC27A1', 'FABP3', 'SORBS1', 'CPT1C', 'FABP7']}, {'KEID': 'https://identifiers.org/aop.events/1086', 'WPtitle': 'Apoptosis', 'gene': ['NFKBIB', 'NFKBIE', 'MIR29B1', 'MIR29B2', 'BCL2L11', 'CDKN2A', 'CHUK', 'BIRC2', 'BIRC3', 'XIAP', 'BIRC5', 'DFFA', 'DFFB', 'AKT1', 'BBC3', 'APAF1', 'FASLG', 'IRF3', 'IGF1', 'FAS', 'IKBKB', 'MCL1', 'MDM2', 'MAP3K1', 'MYC', 'NFKB1', 'IRF7', 'JUN', 'CYCS', 'MAPK10', 'DIABLO', 'BAD', 'BAK1', 'BAX', 'BCL2', 'PMAIP1', 'NFKBIA', 'PIK3R1', 'BID', 'MAP2K4', 'BOK', 'TNF', 'TNFRSF1A', 'BCL2L1', 'BCL2L2', 'CASP1', 'CASP2', 'CASP3', 'CASP4', 'CASP6', 'TNFRSF1B', 'TP53', 'TRAF3', 'IKBKG', 'TRADD', 'TNFRSF25', 'RIPK1', 'CRADD', 'HRK', 'CASP7', 'CASP8', 'CASP9', 'CASP10', 'TNFSF10', 'FADD', 'TNFRSF10B', 'CFLAR', 'LTA', 'RELA', 'IGF1R', 'TRAF1', 'TRAF2', 'TNFRSF21', 'BNIP3L', 'SCAF11', 'GZMB', 'HELLS', 'IGF2', 'IRF2', 'IRF4', 'PRF1', 'IRF6', 'TP73', 'TP63', 'MIR29A', 'IRF5', 'IRF1']}, {'KEID': 'https://identifiers.org/aop.events/1487 ', 'WPtitle': 'Glutathione metabolism', 'gene': ['GPX4', 'IDH1', 'GGT1', 'G6PD', 'GPX1', 'GPX2', 'GPX3', 'GSTA5', 'GCLM', 'GSR', 'GSTT2', 'GSTA1', 'GSTM1', 'GCLC', 'GSTM2', 'GGT5', 'OPLAH', 'ANPEP', 'GSS']}, {'KEID': 'https://identifiers.org/aop.events/1539', 'WPtitle': 'EGF/EGFR signaling', 'gene': ['IQSEC1', 'USP6NL', 'EPS8', 'REPS2', 'ATXN2', 'ERRFI1', 'MYBL2', 'CDC42', 'GAB2', 'RIN1', 'HGS', 'USP8', 'IQGAP1', 'STAM', 'RAB5A', 'PTK2', 'PTEN', 'PRKCZ', 'PLD2', 'PLD1', 'PLCG1', 'PIK3C2B', 'PLCE1', 'TWIST1', 'AURKA', 'STAT5B', 'STAT5A', 'BRAF', 'RAP1A', 'RALGDS', 'RALB', 'RALA', 'DNM1', 'RALBP1', 'CFL1', 'STAMBP', 'EGF', 'E2F1', 'NEDD8', 'NCK1', 'FOXO4', 'STMN1', 'KRAS', 'ARF6', 'GRB2', 'NOS3', 'GAB1', 'PIAS3', 'STAM2', 'INPP5D', 'AP2B1', 'AP2A1', 'AP2S1', 'SPRY2', 'PXDN', 'STXBP1', 'NDUFA13', 'PEBP1', 'NEDD4', 'LIMK2', 'SH3KBP1', 'EPS15L1', 'INPPL1', 'EPN1', 'EPS15', 'ABI1', 'AP2M1', 'PRKCI', 'MT-CO2', 'DOK2', 'PLSCR1', 'ASAP1', 'MTOR', 'EIF4EBP1', 'CSK', 'PTK2B', 'MAP3K3', 'MAP3K1', 'PAK1', 'MAP3K4', 'MEF2A', 'MEF2D', 'MEF2C', 'PDPK1', 'PCNA', 'MAPK1', 'PRKCB', 'MAPK7', 'MAPK4', 'PIK3R2', 'PIK3R1', 'PRKCA', 'MAPK8', 'MAPK14', 'ELK1', 'EGFR', 'CRK', 'CREB1', 'FOXO1', 'AKT1', 'FOS', 'GJA1', 'RICTOR', 'JAK1', 'HRAS', 'FOSB', 'ABL1', 'CBLC', 'JUN', 'JAK2', 'JUND', 'MAP4K1', 'MAP3K2', 'VAV3', 'PTPN5', 'PTPRR', 'ARHGEF1', 'SH3GL2', 'RASA1', 'RAF1', 'RPS6KA1', 'PTK6', 'MAP2K5', 'RAC1', 'PTPN11', 'MAPK9', 'MAP2K2', 'MAP2K1', 'STAT3', 'STAT1', 'SOS2', 'SOS1', 'SRC', 'SP1', 'RPS6KA3', 'RPS6KA2', 'SHC1', 'RPS6KB1', 'NCK2', 'ITCH', 'CAV2', 'CAV1', 'ATF1', 'ROCK1', 'PRKCD', 'SYNJ1', 'CRKL', 'ERBB2', 'ELK4', 'TNK2', 'GRB10', 'PTPN12', 'SH2D2A', 'SH3GL3', 'BCAR1', 'CBL', 'RPS6KA5', 'CBLB', 'VAV2', 'VAV1', 'NCOA3', 'CAMK2A']}, {'KEID': 'https://identifiers.org/aop.events/201', 'WPtitle': 'BDNF-TrkB signaling', 'gene': ['EIF4EBP1', 'EEF2K', 'MTOR', 'MKNK1', 'DLG4', 'TRPC6', 'TRPC3', 'TSC2', 'MAPK1', 'PIK3CG', 'RHEB', 'RPS6KB1', 'RPS6KA1', 'CREB1', 'SOS1', 'SHC1', 'AKT1', 'HRAS', 'BDNF', 'TSC1', 'MAP2K1', 'NRAS', 'ARC', 'GAB1', 'GAB2', 'KRAS', 'NTRK2', 'PLCG1', 'ADCY1', 'GRIN1', 'GRB2', 'BRAF', 'HOMER1']}, {'KEID': 'https://identifiers.org/aop.events/457', 'WPtitle': 'White fat cell differentiation (WP4149)', 'gene': ['KLF2', 'MECOM', 'EBF1', 'KLF15', 'KLF5', 'DDIT3', 'TCF7L1', 'INS', 'FOXO1', 'WNT10B', 'IRF3', 'TLE3', 'KLF4', 'CREB1', 'NR3C1', 'GATA3', 'CEBPD', 'CEBPA', 'SREBF1', 'CTNNA1', 'NR1H3', 'GATA2', 'RARA', 'PPARG', 'STAT5B', 'CEBPB', 'STAT5A', 'EGR2', 'RORA', 'NR2F2', 'ZNF423', 'IRF4']}, {'KEID': 'https://identifiers.org/aop.events/457', 'WPtitle': 'Transcriptional cascade regulating adipogenesis', 'gene': ['KLF2', 'DDIT3', 'KLF15', 'KLF5', 'CEBPG', 'GATA3', 'CEBPD', 'SREBF1', 'CEBPA', 'GATA2', 'PPARG', 'CEBPB', 'EGR2']}, {'KEID': 'https://identifiers.org/aop.events/457', 'WPtitle': 'Focal adhesion: PI3K-Akt-mTOR-signaling', 'gene': ['MTOR', 'EIF4EBP1', 'ITGB8', 'PIK3CG', 'COMP', 'PIK3R2', 'PPP2R1A', 'RHEB', 'JAK2', 'HSP90AB1', 'ITGA6', 'HIF1A', 'IL2RB', 'MAPK1', 'GYS1', 'PPP2CB', 'IKBKB', 'TSC2', 'MAPK3', 'AKT2', 'LAMC2', 'PIK3CB', 'GNB1', 'PPP2R5C', 'IL4R', 'SREBF1', 'ITGB5', 'GSK3B', 'HSP90AA1', 'LAMB1', 'IGF1', 'PIK3C2A', 'BAD', 'CDKN1A', 'TSC1', 'VEGFD', 'COL1A2', 'JAK1', 'PRKAA2', 'GNG8', 'GNGT2', 'RPTOR', 'EGFR', 'PIK3R1', 'AKT1', 'EIF4E', 'FOXO1', 'VEGFC', 'ITGB1', 'IL2RG', 'GNG3', 'ITGB2', 'CASP9', 'ITGB4', 'LAMC1', 'MDM2', 'IL2RA', 'NGF', 'IRS4', 'THBS1', 'PPP2R1B', 'RPS6', 'PDPK1', 'ITGB7', 'PIK3CA', 'FOXO3', 'GNG11', 'GNG13', 'PRKAA1', 'RAF1', 'LAMA5', 'FOXA1', 'GNGT1', 'MAP2K2', 'ITGB6', 'GNB4', 'PPP2CA', 'VEGFA', 'GNB3', 'CDKN1B', 'PPARGC1A', 'IL2', 'CREB1', 'SLC2A1', 'AKT3', 'EPAS1', 'ATF2', 'SOS1', 'FN1', 'VTN', 'COL1A1', 'RPS6KB1', 'FGF8', 'COL3A1', 'GNG4', 'MLST8', 'IKBKG', 'ITGB3', 'INS', 'GNG10', 'NRAS', 'ULK1', 'GNG7', 'RPS6KB2', 'HRAS', 'GNG5', 'SLC2A4', 'PIK3R4', 'GNG2', 'IRS2', 'CSF1', 'F2R', 'INSR', 'THBS3', 'IRS1', 'MAP2K1', 'VEGFB', 'GNG12', 'GNB2', 'PRL', 'LAMB2', 'PIK3CD', 'FGF4', 'PPP2R2C', 'PPP2R3A', 'FGF22', 'FGF10', 'ITGAE', 'PHLPP1', 'COL4A4', 'COL5A3', 'LIPE', 'FGF20', 'ITGA8', 'FGFR1', 'COL11A1', 'CREB3L3', 'SLC2A3', 'LAMA3', 'LAMC3', 'KITLG', 'TNC', 'PHLPP2', 'EIF4B', 'FLT4', 'PPP2R5B', 'FGFR3', 'FGFR2', 'ELAVL1', 'PPP2R5A', 'TBC1D1', 'LPAR2', 'NGFR', 'NOS2', 'ITGA2B', 'ITGA3', 'ITGAL', 'IBSP', 'HGF', 'CDC37', 'RAB2A', 'CREB3', 'MET', 'JAK3', 'FGF21', 'CSF3', 'GYS2', 'FGF6', 'VWF', 'ITGA10', 'EPHA2', 'COL6A2', 'IFNAR1', 'PIK3R5', 'ITGAX', 'IGF1R', 'FGF7', 'LPAR6', 'ANGPT1', 'PPP2R5E', 'PELO', 'LPAR4', 'CREB5', 'OSMR', 'PDGFC', 'ITGA9', 'EFNA3', 'CREB3L4', 'ITGA11', 'CSH1', 'CHAD', 'CAB39', 'EIF4E2', 'ITGA7', 'COL4A2', 'COL2A1', 'EGF', 'FGF2', 'ITGAV', 'KDR', 'HIF3A', 'PFKFB2', 'TNN', 'TEK', 'PGF', 'CSF3R', 'RAB14', 'ATF4', 'KRAS', 'PIK3C2B', 'COL5A1', 'EPO', 'FGF13', 'PDGFRA', 'PRLR', 'THBS4', 'GHR', 'LAMA4', 'PPP2R5D', 'PDGFRB', 'FGF1', 'TNR', 'ITGA4', 'FGF12', 'PFKFB4', 'SPP1', 'STK11', 'PDGFB', 'PIK3IP1', 'OSM', 'EFNA2', 'PPP2R3C', 'ANGPT2', 'NOS1', 'RAB10', 'FLT1', 'FGF9', 'CAB39L', 'FGF14', 'LAMA1', 'ANGPT4', 'TCL1A', 'FGF11', 'ITGA5', 'FGFR4', 'SLC2A2', 'FGF19', 'DDIT4', 'RAB8A', 'HSP90B1', 'NOS3', 'ITGA2', 'EFNA1', 'IL7R', 'CHRM1', 'TNXB', 'CREB3L1', 'KIT', 'ITGAD', 'PPP2R2B', 'FGF18', 'PFKFB1', 'CRTC2', 'IL6R', 'IFNAR2', 'FGF17', 'PTEN', 'IFNB1', 'LPAR3', 'PDGFD', 'PFKFB3', 'PTK2', 'EIF4E1B', 'PPP2R2D', 'CSF1R', 'CREB3L2', 'CHRM2', 'GRB2', 'EFNA5', 'COL4A1', 'EPOR', 'FGF3', 'THBS2', 'IL3RA', 'RAB11B', 'LPAR5', 'RELN', 'STRADA', 'ACACA', 'EFNA4', 'IFNA7', 'LAMB3', 'LAMA2', 'FGF16', 'ATF6B', 'TCL1B', 'AKT1S1', 'COL5A2', 'COL11A2', 'LPAR1', 'COL4A6', 'PDGFA']}, {'KEID': 'https://identifiers.org/aop.events/457', 'WPtitle': 'Cholesterol biosynthesis pathway in hepatocytes', 'gene': ['ABCG1', 'HMGCS1', 'CYP51A1', 'ACOT1', 'ELOVL3', 'ELOVL2', 'HMGCS2', 'NR1H2', 'SC5D', 'GGPS1', 'ACAT2', 'NSDHL', 'HSD17B7', 'LSS', 'PMVK', 'EBP', 'FDFT1', 'LBR', 'TM7SF2', 'IDI1', 'HMGCR', 'ELOVL4', 'SCD', 'MVD', 'CYP7A1', 'SREBF1', 'ACSL1', 'FADS2', 'IDI2', 'CYP27A1', 'CH25H', 'ABCA1', 'MYLIP', 'ACSL3', 'ELOVL5', 'MVK', 'NR1H3', 'FDPS', 'CYP46A1', 'MSMO1', 'ACOT2', 'DHCR24', 'PLPP6']}, {'KEID': 'https://identifiers.org/aop.events/457', 'WPtitle': 'Adipogenesis', 'gene': ['ADIPOQ', 'FOXC2', 'LMNA', 'GATA2', 'SFRP4', 'RARA', 'CDKN1A', 'CEBPA', 'ZMPSTE24', 'CEBPD', 'IL6', 'IRS1', 'INS', 'LPL', 'LEP', 'MEF2B', 'MEF2A', 'MEF2D', 'MEF2C', 'PCK1', 'AHR', 'EPAS1', 'FOXO1', 'GATA3', 'WWTR1', 'NR3C1', 'IGF1', 'HIF1A', 'FAS', 'CREB1', 'CTNNB1', 'NR1H3', 'PPARGC1A', 'NCOA2', 'BMP2', 'SCD', 'SLC2A4', 'BMP3', 'BMP4', 'RXRA', 'SOCS1', 'NCOA1', 'SOCS3', 'IRS2', 'WNT10B', 'IRS4', 'NRIP1', 'STAT1', 'SREBF1', 'STAT3', 'STAT2', 'TNF', 'TGFB1', 'WNT1', 'SP1', 'CYP26B1', 'PPARD', 'HMGA1', 'MIF', 'STAT6', 'PNPLA3', 'KLF7', 'GADD45A', 'DDIT3', 'GATA4', 'EBF1', 'GDF10', 'BSCL2', 'KLF15', 'MBNL1', 'GTF3A', 'NDN', 'ASIP', 'FRZB', 'PCK2', 'CISD1', 'KLF5', 'SPOCK1', 'MIXL1', 'NR2F1', 'AGPAT2', 'PLIN2', 'CELF1', 'ID3', 'RBL1', 'NAMPT', 'E2F4', 'RXRG', 'RBL2', 'GH1', 'LIF', 'IL6ST', 'LIPE', 'LIFR', 'SMAD3', 'OSM', 'SERPINE1', 'PPARA', 'PLIN1', 'PRLR', 'PPARG', 'CEBPB', 'CNTFR', 'CFD', 'KLF6', 'DVL1', 'AGT', 'E2F1', 'PTGIS', 'TRIB3', 'BMP1', 'RB1', 'STAT5B', 'STAT5A', 'TWIST1', 'HNF1A', 'WNT5B', 'FZD1', 'NCOR2', 'UCP1', 'RORA', 'LPIN3', 'LPIN2', 'RETN', 'GADD45B', 'NCOR1', 'DLK1', 'EGR2', 'CYP26A1', 'LPIN1']}, {'KEID': 'https://identifiers.org/aop.events/457', 'WPtitle': 'Liver X receptor pathway', 'gene': ['ABCG8', 'ABCG5', 'SCD', 'RXRA', 'SREBF1', 'CYP3A4', 'CYP7A1', 'CYP2B6', 'NR1H3', 'FASN']}, {'KEID': 'https://identifiers.org/aop.events/55', 'WPtitle': 'Apoptosis', 'gene': ['NFKBIB', 'NFKBIE', 'MIR29B1', 'MIR29B2', 'BCL2L11', 'CDKN2A', 'CHUK', 'BIRC2', 'BIRC3', 'XIAP', 'BIRC5', 'DFFA', 'DFFB', 'AKT1', 'BBC3', 'APAF1', 'FASLG', 'IRF3', 'IGF1', 'FAS', 'IKBKB', 'MCL1', 'MDM2', 'MAP3K1', 'MYC', 'NFKB1', 'IRF7', 'JUN', 'CYCS', 'MAPK10', 'DIABLO', 'BAD', 'BAK1', 'BAX', 'BCL2', 'PMAIP1', 'NFKBIA', 'PIK3R1', 'BID', 'MAP2K4', 'BOK', 'TNF', 'TNFRSF1A', 'BCL2L1', 'BCL2L2', 'CASP1', 'CASP2', 'CASP3', 'CASP4', 'CASP6', 'TNFRSF1B', 'TP53', 'TRAF3', 'IKBKG', 'TRADD', 'TNFRSF25', 'RIPK1', 'CRADD', 'HRK', 'CASP7', 'CASP8', 'CASP9', 'CASP10', 'TNFSF10', 'FADD', 'TNFRSF10B', 'CFLAR', 'LTA', 'RELA', 'IGF1R', 'TRAF1', 'TRAF2', 'TNFRSF21', 'BNIP3L', 'SCAF11', 'GZMB', 'HELLS', 'IGF2', 'IRF2', 'IRF4', 'PRF1', 'IRF6', 'TP73', 'TP63', 'MIR29A', 'IRF5', 'IRF1']}, {'KEID': 'https://identifiers.org/aop.events/55', 'WPtitle': 'Apoptosis', 'gene': ['NFKBIB', 'NFKBIE', 'MIR29B1', 'MIR29B2', 'BCL2L11', 'CDKN2A', 'CHUK', 'BIRC2', 'BIRC3', 'XIAP', 'BIRC5', 'DFFA', 'DFFB', 'AKT1', 'BBC3', 'APAF1', 'FASLG', 'IRF3', 'IGF1', 'FAS', 'IKBKB', 'MCL1', 'MDM2', 'MAP3K1', 'MYC', 'NFKB1', 'IRF7', 'JUN', 'CYCS', 'MAPK10', 'DIABLO', 'BAD', 'BAK1', 'BAX', 'BCL2', 'PMAIP1', 'NFKBIA', 'PIK3R1', 'BID', 'MAP2K4', 'BOK', 'TNF', 'TNFRSF1A', 'BCL2L1', 'BCL2L2', 'CASP1', 'CASP2', 'CASP3', 'CASP4', 'CASP6', 'TNFRSF1B', 'TP53', 'TRAF3', 'IKBKG', 'TRADD', 'TNFRSF25', 'RIPK1', 'CRADD', 'HRK', 'CASP7', 'CASP8', 'CASP9', 'CASP10', 'TNFSF10', 'FADD', 'TNFRSF10B', 'CFLAR', 'LTA', 'RELA', 'IGF1R', 'TRAF1', 'TRAF2', 'TNFRSF21', 'BNIP3L', 'SCAF11', 'GZMB', 'HELLS', 'IGF2', 'IRF2', 'IRF4', 'PRF1', 'IRF6', 'TP73', 'TP63', 'MIR29A', 'IRF5', 'IRF1']}, {'KEID': 'https://identifiers.org/aop.events/188', 'WPtitle': 'Neuroinflammation', 'gene': ['MTOR', 'CHUK', 'JUN', 'FOS', 'TLR4', 'NFKBIA', 'MAPK14', 'MAPK8', 'NOS2', 'MT-CO2', 'MT-CO1', 'RELA', 'ASCC1']}, {'KEID': 'https://identifiers.org/aop.events/618', 'WPtitle': 'mBDNF and proBDNF regulation of GABA neurotransmission', 'gene': ['SHC1', 'PIK3R1', 'CREB1', 'PIK3CA', 'PIK3R3', 'GABRA1', 'PIK3CB', 'RHOA', 'JAK2', 'PIK3R2', 'PIK3CG', 'STAT3', 'BDNF', 'GABRG2', 'ROCK1', 'GABRG1', 'AP2A1', 'AP2A2', 'CREM', 'GABRP', 'GABRE', 'AP2B1', 'PTEN', 'PLCG1', 'NTRK2', 'NGFR', 'GABRD', 'GABRG3', 'GABRQ', 'GABRA5', 'GABRB3', 'SLC12A5', 'GABRA3', 'GABRA6', 'GABRA4', 'GABRA2', 'GABRB2', 'GABRB1']}, {'KEID': 'https://identifiers.org/aop.events/618', 'WPtitle': 'Neuroinflammation and glutamatergic signaling', 'gene': ['IL4R', 'IL6', 'IL10', 'IL10RB', 'IGF1', 'IL1B', 'IL1R1', 'IL4', 'IFNG', 'SMAD4', 'INSR', 'IRS1', 'JAK1', 'IL12A', 'IL12B', 'IL13', 'CAMKK2', 'ADCY3', 'CREB1', 'DLD', 'AKT1', 'GRM1', 'PSAT1', 'FOS', 'GLS2', 'GLS', 'ARC', 'CAMK2B', 'CAMK2D', 'CAMK2A', 'CAMKK1', 'SOCS3', 'SLC1A1', 'SLC1A2', 'SLC1A3', 'TGFB1', 'TGFB2', 'TGFB3', 'SLC1A6', 'SLC2A1', 'STAT1', 'STAT3', 'TNF', 'TNFRSF1A', 'CALM1', 'CAMK4', 'TNFRSF1B', 'IL1R2', 'NFKB1', 'SLC17A7', 'PRKCA', 'PRKCB', 'MAPK1', 'MAPK3', 'NGF', 'PDHA1', 'SLC38A2', 'PSPH', 'SHMT2', 'BCL2', 'BDNF', 'GRIK2', 'GRIK3', 'GRIK4', 'GRIK5', 'GRIA2', 'GRIA3', 'GRIA4', 'GRIK1', 'GRIN2C', 'GRIN2D', 'IL1A', 'IL13RA1', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GRM2', 'SLC38A3', 'GRIN3A', 'GRIN3B', 'CNTF', 'DAO', 'DLAT', 'LRRC8B', 'NSMF', 'PHGDH', 'GFAP', 'DISC1', 'GOT1', 'SLC6A9', 'CAMK2G', 'LRRC8E', 'SLC38A1', 'STAT6', 'TGFBR3', 'TRAF5', 'LRRC8C', 'SLC38A5', 'GLUL', 'PLCB3', 'PLCB4', 'TRPM4', 'PLCB2', 'LTA', 'SHMT1', 'SLC1A4', 'SLC17A6', 'SRR', 'LRRC8D', 'LRRC8A', 'SLC7A10', 'PPP1CB', 'PPP1CC', 'PRKACA', 'PRKCG', 'NOS1', 'PPP1CA', 'SLC2A3', 'TGFBR1', 'TGFBR2', 'FGF2', 'PLCB1', 'GRIA1', 'GRIN1', 'GRIN2A', 'GRIN2B', 'IL6R', 'IL6ST', 'IL10RA', 'LIF', 'IFNGR1', 'IFNGR2', 'SMAD2', 'SMAD3', 'SMAD7', 'NFKB2', 'CFL1', 'ADCY8', 'ADCY1']}, {'KEID': 'https://identifiers.org/aop.events/618', 'WPtitle': 'GABA receptor signaling', 'gene': ['SLC32A1', 'GAD1', 'ABAT', 'GAD2', 'GABRA1', 'SLC6A11', 'GABRG2', 'ALDH9A1', 'GPHN', 'SLC6A1', 'GABBR2', 'AP2B1', 'AP2S1', 'GABRE', 'AP2A1', 'AP2A2', 'GABRP', 'GABRA3', 'GABRG1', 'GABRA4', 'GABRB2', 'AP2M1', 'GABRA2', 'GABRB3', 'GABRG3', 'GABRB1', 'GABRA5', 'GABRQ', 'GABRA6', 'GABBR1', 'GABRD']}, {'KEID': 'https://identifiers.org/aop.events/389', 'WPtitle': 'BDNF-TrkB signaling', 'gene': ['EIF4EBP1', 'EEF2K', 'MTOR', 'MKNK1', 'DLG4', 'TRPC6', 'TRPC3', 'TSC2', 'MAPK1', 'PIK3CG', 'RHEB', 'RPS6KB1', 'RPS6KA1', 'CREB1', 'SOS1', 'SHC1', 'AKT1', 'HRAS', 'BDNF', 'TSC1', 'MAP2K1', 'NRAS', 'ARC', 'GAB1', 'GAB2', 'KRAS', 'NTRK2', 'PLCG1', 'ADCY1', 'GRIN1', 'GRB2', 'BRAF', 'HOMER1']}, {'KEID': 'https://identifiers.org/aop.events/177', 'WPtitle': 'Electron transport chain: OXPHOS system in mitochondria', 'gene': ['SLC25A6', 'SLC25A14', 'SLC25A27', 'MT-ND3', 'MT-ND4', 'MT-ND6', 'UCP3', 'MT-ND4L', 'MT-ND5', 'MT-ND2', 'COX11', 'COX8A', 'SDHA', 'COX5A', 'SDHC', 'SDHD', 'ATP5IF1', 'NDUFA11', 'NDUFA1', 'COX7A2', 'UQCRQ', 'COX6A2', 'COX7A1', 'NDUFS7', 'MT-CYB', 'UQCR10', 'NDUFA2', 'NDUFA3', 'NDUFA7', 'NDUFA8', 'NDUFA5', 'NDUFA6', 'NDUFB1', 'NDUFB2', 'NDUFA9', 'NDUFA10', 'UQCR11', 'MT-ND1', 'SLC25A5', 'COX17', 'COX7A2L', 'MT-CO2', 'MT-CO3', 'SCO1', 'NDUFA4', 'UQCRFS1', 'SURF1', 'UCP2', 'COX4I1', 'COX6B1', 'COX6C', 'COX5B', 'COX6A1', 'COX7B', 'COX7C', 'MT-CO1', 'UCP1', 'NDUFA13', 'SLC25A4', 'UQCRB', 'UQCRH', 'UQCRC1', 'UQCRC2', 'NDUFB4', 'NDUFB5', 'NDUFB3', 'NDUFB8', 'NDUFB10', 'NDUFB6', 'NDUFB7', 'NDUFS1', 'NDUFC1', 'NDUFC2', 'NDUFV1', 'NDUFS4', 'NDUFS2', 'NDUFS3', 'NDUFS8', 'NDUFV2', 'NDUFS5', 'NDUFS6', 'NDUFV3', 'NDUFA12', 'ATP5MF', 'NDUFB9', 'DMAC2L', 'ATP5F1E', 'MT-ATP8', 'MT-ATP6', 'NDUFAB1', 'ATP5F1B', 'ATP5F1A', 'ATP5F1D', 'ATP5F1C', 'ATP5MC1', 'ATP5PB', 'ATP5MC3', 'ATP5MC2', 'ATP5PF', 'ATP5ME', 'ATP5PO', 'COX15', 'ATP5MG', 'ATP5PD', 'SDHB']}, {'KEID': 'https://identifiers.org/aop.events/177', 'WPtitle': 'Oxidative phosphorylation', 'gene': ['NDUFB9', 'ATP5MF', 'ATP5MC3', 'ATP5ME', 'ATP5PF', 'ATP6AP1', 'ATP5PO', 'ATP5MC1', 'ATP5MC2', 'NDUFAB1', 'ATP5F1A', 'ATP5F1B', 'ATP5F1D', 'ATP5F1E', 'DMAC2L', 'ATP5PB', 'ATP5PD', 'ATP5MG', 'MT-ATP6', 'MT-ND2', 'MT-ND3', 'MT-ND4', 'MT-ND4L', 'MT-ND5', 'MT-ND6', 'GZMB', 'MT-ND1', 'ATP6AP2', 'NDUFA4', 'NDUFA4L2', 'NDUFS1', 'NDUFS2', 'NDUFS3', 'NDUFV1', 'NDUFS4', 'NDUFS5', 'NDUFS6', 'NDUFS8', 'NDUFV2', 'NDUFV3', 'NDUFB1', 'NDUFB2', 'NDUFB4', 'NDUFB5', 'NDUFB6', 'NDUFB7', 'NDUFB8', 'NDUFB10', 'NDUFC1', 'NDUFC2', 'NDUFA11', 'NDUFS7', 'NDUFA2', 'NDUFA3', 'NDUFA5', 'NDUFA6', 'NDUFA7', 'NDUFA8', 'NDUFA9', 'NDUFA10']}, {'KEID': 'https://identifiers.org/aop.events/177', 'WPtitle': 'Electron transport chain: OXPHOS system in mitochondria', 'gene': ['SLC25A6', 'SLC25A14', 'SLC25A27', 'MT-ND3', 'MT-ND4', 'MT-ND6', 'UCP3', 'MT-ND4L', 'MT-ND5', 'MT-ND2', 'COX11', 'COX8A', 'SDHA', 'COX5A', 'SDHC', 'SDHD', 'ATP5IF1', 'NDUFA11', 'NDUFA1', 'COX7A2', 'UQCRQ', 'COX6A2', 'COX7A1', 'NDUFS7', 'MT-CYB', 'UQCR10', 'NDUFA2', 'NDUFA3', 'NDUFA7', 'NDUFA8', 'NDUFA5', 'NDUFA6', 'NDUFB1', 'NDUFB2', 'NDUFA9', 'NDUFA10', 'UQCR11', 'MT-ND1', 'SLC25A5', 'COX17', 'COX7A2L', 'MT-CO2', 'MT-CO3', 'SCO1', 'NDUFA4', 'UQCRFS1', 'SURF1', 'UCP2', 'COX4I1', 'COX6B1', 'COX6C', 'COX5B', 'COX6A1', 'COX7B', 'COX7C', 'MT-CO1', 'UCP1', 'NDUFA13', 'SLC25A4', 'UQCRB', 'UQCRH', 'UQCRC1', 'UQCRC2', 'NDUFB4', 'NDUFB5', 'NDUFB3', 'NDUFB8', 'NDUFB10', 'NDUFB6', 'NDUFB7', 'NDUFS1', 'NDUFC1', 'NDUFC2', 'NDUFV1', 'NDUFS4', 'NDUFS2', 'NDUFS3', 'NDUFS8', 'NDUFV2', 'NDUFS5', 'NDUFS6', 'NDUFV3', 'NDUFA12', 'ATP5MF', 'NDUFB9', 'DMAC2L', 'ATP5F1E', 'MT-ATP8', 'MT-ATP6', 'NDUFAB1', 'ATP5F1B', 'ATP5F1A', 'ATP5F1D', 'ATP5F1C', 'ATP5MC1', 'ATP5PB', 'ATP5MC3', 'ATP5MC2', 'ATP5PF', 'ATP5ME', 'ATP5PO', 'COX15', 'ATP5MG', 'ATP5PD', 'SDHB']}, {'KEID': 'https://identifiers.org/aop.events/177', 'WPtitle': 'Oxidative phosphorylation', 'gene': ['NDUFB9', 'ATP5MF', 'ATP5MC3', 'ATP5ME', 'ATP5PF', 'ATP6AP1', 'ATP5PO', 'ATP5MC1', 'ATP5MC2', 'NDUFAB1', 'ATP5F1A', 'ATP5F1B', 'ATP5F1D', 'ATP5F1E', 'DMAC2L', 'ATP5PB', 'ATP5PD', 'ATP5MG', 'MT-ATP6', 'MT-ND2', 'MT-ND3', 'MT-ND4', 'MT-ND4L', 'MT-ND5', 'MT-ND6', 'GZMB', 'MT-ND1', 'ATP6AP2', 'NDUFA4', 'NDUFA4L2', 'NDUFS1', 'NDUFS2', 'NDUFS3', 'NDUFV1', 'NDUFS4', 'NDUFS5', 'NDUFS6', 'NDUFS8', 'NDUFV2', 'NDUFV3', 'NDUFB1', 'NDUFB2', 'NDUFB4', 'NDUFB5', 'NDUFB6', 'NDUFB7', 'NDUFB8', 'NDUFB10', 'NDUFC1', 'NDUFC2', 'NDUFA11', 'NDUFS7', 'NDUFA2', 'NDUFA3', 'NDUFA5', 'NDUFA6', 'NDUFA7', 'NDUFA8', 'NDUFA9', 'NDUFA10']}, {'KEID': 'https://identifiers.org/aop.events/177', 'WPtitle': 'Electron transport chain: OXPHOS system in mitochondria', 'gene': ['SLC25A6', 'SLC25A14', 'SLC25A27', 'MT-ND3', 'MT-ND4', 'MT-ND6', 'UCP3', 'MT-ND4L', 'MT-ND5', 'MT-ND2', 'COX11', 'COX8A', 'SDHA', 'COX5A', 'SDHC', 'SDHD', 'ATP5IF1', 'NDUFA11', 'NDUFA1', 'COX7A2', 'UQCRQ', 'COX6A2', 'COX7A1', 'NDUFS7', 'MT-CYB', 'UQCR10', 'NDUFA2', 'NDUFA3', 'NDUFA7', 'NDUFA8', 'NDUFA5', 'NDUFA6', 'NDUFB1', 'NDUFB2', 'NDUFA9', 'NDUFA10', 'UQCR11', 'MT-ND1', 'SLC25A5', 'COX17', 'COX7A2L', 'MT-CO2', 'MT-CO3', 'SCO1', 'NDUFA4', 'UQCRFS1', 'SURF1', 'UCP2', 'COX4I1', 'COX6B1', 'COX6C', 'COX5B', 'COX6A1', 'COX7B', 'COX7C', 'MT-CO1', 'UCP1', 'NDUFA13', 'SLC25A4', 'UQCRB', 'UQCRH', 'UQCRC1', 'UQCRC2', 'NDUFB4', 'NDUFB5', 'NDUFB3', 'NDUFB8', 'NDUFB10', 'NDUFB6', 'NDUFB7', 'NDUFS1', 'NDUFC1', 'NDUFC2', 'NDUFV1', 'NDUFS4', 'NDUFS2', 'NDUFS3', 'NDUFS8', 'NDUFV2', 'NDUFS5', 'NDUFS6', 'NDUFV3', 'NDUFA12', 'ATP5MF', 'NDUFB9', 'DMAC2L', 'ATP5F1E', 'MT-ATP8', 'MT-ATP6', 'NDUFAB1', 'ATP5F1B', 'ATP5F1A', 'ATP5F1D', 'ATP5F1C', 'ATP5MC1', 'ATP5PB', 'ATP5MC3', 'ATP5MC2', 'ATP5PF', 'ATP5ME', 'ATP5PO', 'COX15', 'ATP5MG', 'ATP5PD', 'SDHB']}, {'KEID': 'https://identifiers.org/aop.events/177', 'WPtitle': 'Oxidative phosphorylation', 'gene': ['NDUFB9', 'ATP5MF', 'ATP5MC3', 'ATP5ME', 'ATP5PF', 'ATP6AP1', 'ATP5PO', 'ATP5MC1', 'ATP5MC2', 'NDUFAB1', 'ATP5F1A', 'ATP5F1B', 'ATP5F1D', 'ATP5F1E', 'DMAC2L', 'ATP5PB', 'ATP5PD', 'ATP5MG', 'MT-ATP6', 'MT-ND2', 'MT-ND3', 'MT-ND4', 'MT-ND4L', 'MT-ND5', 'MT-ND6', 'GZMB', 'MT-ND1', 'ATP6AP2', 'NDUFA4', 'NDUFA4L2', 'NDUFS1', 'NDUFS2', 'NDUFS3', 'NDUFV1', 'NDUFS4', 'NDUFS5', 'NDUFS6', 'NDUFS8', 'NDUFV2', 'NDUFV3', 'NDUFB1', 'NDUFB2', 'NDUFB4', 'NDUFB5', 'NDUFB6', 'NDUFB7', 'NDUFB8', 'NDUFB10', 'NDUFC1', 'NDUFC2', 'NDUFA11', 'NDUFS7', 'NDUFA2', 'NDUFA3', 'NDUFA5', 'NDUFA6', 'NDUFA7', 'NDUFA8', 'NDUFA9', 'NDUFA10']}, {'KEID': 'https://identifiers.org/aop.events/2011', 'WPtitle': '-', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/2010', 'WPtitle': '-', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/2013', 'WPtitle': 'IL4 signaling', 'gene': ['ATF2', 'CHUK', 'HRH1', 'CEBPA', 'STAT1', 'STAT3', 'TYK2', 'BAD', 'PTPN6', 'PTPN11', 'SOS1', 'RPS6KB1', 'SHC1', 'PIK3R2', 'PIK3R1', 'NFKBIA', 'PIK3CD', 'PIK3CA', 'MAPK11', 'MAPK1', 'MAPK3', 'JAK1', 'JAK2', 'IRS1', 'NFKB1', 'IKBKB', 'BIRC5', 'IL4R', 'IL2RG', 'IL4', 'EP300', 'ELK1', 'AKT1', 'MAPK14', 'GATA3', 'FOS', 'RELA', 'STAT5B', 'STAT5A', 'JAK3', 'CEBPB', 'GRB2', 'FLNA', 'STAT6', 'IRS2', 'SOCS1', 'CBL', 'SOCS3', 'DOK2', 'GAB2', 'NFIL3', 'INPP5D', 'FES', 'SOCS5']}, {'KEID': 'https://identifiers.org/aop.events/2013', 'WPtitle': 'Airway smooth muscle cell contraction', 'gene': ['RYR1', 'GNAQ', 'IL13', 'RHOA', 'CALM1', 'GDI1', 'ROCK2', 'PPP1R14A', 'ROCK1', 'PLCB1', 'PPP1CB', 'MYL1', 'ADRB2', 'MYLK', 'CD38', 'ITPR3']}, {'KEID': 'https://identifiers.org/aop.events/2013', 'WPtitle': 'IL9 signaling', 'gene': ['CDK9', 'IL2RG', 'JAK1', 'PIK3R1', 'MAPK3', 'MAPK1', 'PIK3R2', 'MAP2K2', 'MAP2K1', 'STAT3', 'STAT1', 'IL9', 'IL9R', 'GRB2', 'JAK3', 'STAT5B', 'STAT5A']}, {'KEID': 'https://identifiers.org/aop.events/2006', 'WPtitle': 'DNA damage response (only ATM dependent)', 'gene': ['FRAT1', 'LDLR', 'FOSL1', 'CDKN1A', 'BAD', 'BAK1', 'MAPK9', 'MAP3K1', 'ABL1', 'BIK', 'SOS2', 'MAP3K4', 'BAX', 'MAPK8', 'CDKN1B', 'TGFB1', 'FASLG', 'FOXO3', 'CAT', 'RAC2', 'SOS1', 'MDM2', 'RAC1', 'MAP3K7', 'G6PC1', 'PMAIP1', 'ATM', 'BCL2L11', 'TP53', 'SMAD4', 'SHC1', 'IRS1', 'HMGB1', 'INSR', 'BCL2', 'AKT2', 'AKT3', 'AKT1', 'RAC3', 'BBC3', 'CDKN2A', 'NFKB1', 'GSK3B', 'PIK3R4', 'HRAS', 'JUN', 'RHOA', 'MYC', 'CTNNB1', 'PIK3C2G', 'PIK3C3', 'PIK3CA', 'PIK3CB', 'PIK3CD', 'PIK3CG', 'PIK3R1', 'PIK3R2', 'NRAS', 'WNT16', 'PIK3C2A', 'CCND1', 'WNT1', 'WNT5A', 'WNT10B', 'AXIN1', 'PIK3R3', 'CCND2', 'MAPK10', 'PPP2R5C', 'MAPK1', 'PCK2', 'CCNG2', 'MLKL', 'LEF1', 'TCF7', 'TCF7L2', 'TCF7L1', 'CCND3', 'CDC42', 'APC', 'ERBB2', 'PDK1', 'SMAD3', 'PTEN', 'GRB2', 'NFKB2', 'DVL1', 'DVL2', 'DVL3', 'PIK3R5', 'PPP2R5E', 'WNT2', 'KRAS', 'PIK3C2B', 'PLAU', 'WNT4', 'WNT10A', 'WNT5B', 'WNT3A', 'WNT3', 'WNT6', 'WNT7A', 'WNT7B', 'WNT11', 'WNT2B', 'RBL2', 'TP73', 'BCL6', 'SCP2']}, {'KEID': 'https://identifiers.org/aop.events/2006', 'WPtitle': 'DNA damage response', 'gene': ['PML', 'PRKDC', 'CDKN1A', 'RAD52', 'BRCA1', 'BID', 'FAS', 'RAD51', 'CASP8', 'SMC1A', 'BAX', 'MRE11', 'MYC', 'NBN', 'PIDD1', 'RFC1', 'ATRIP', 'TP53AIP1', 'TLK2', 'CCNB3', 'HUS1B', 'CHEK1', 'RAD17', 'CASP3', 'CDK1', 'CYCS', 'RAD9A', 'ATR', 'CHEK2', 'H2AX', 'CREB1', 'TNFRSF10B', 'CDK2', 'CASP9', 'CDK4', 'MDM2', 'TP53', 'PMAIP1', 'AKT1', 'FANCD2', 'ATM', 'ABL1', 'CCNE1', 'BBC3', 'CCND1', 'CDKN1B', 'RAD1', 'RAD50', 'RPA2', 'CCND2', 'APAF1', 'RB1', 'CCNE2', 'CCNB2', 'CDC25C', 'CDK5', 'CDK6', 'CCND3', 'GADD45A', 'CCNB1', 'DDB2', 'E2F1', 'GADD45G', 'CDC25A', 'TLK1', 'GADD45B', 'SFN', 'RRM2B', 'SESN1']}, {'KEID': 'https://identifiers.org/aop.events/1497', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/1497', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1497', 'WPtitle': 'MAPK signaling', 'gene': ['CACNA1G', 'CACNA2D2', 'MAPK8IP2', 'CACNB1', 'CACNG5', 'CACNG4', 'CACNA1S', 'MKNK2', 'CACNA1I', 'CACNA1F', 'CACNG7', 'DUSP3', 'CACNG1', 'RAPGEF2', 'DUSP16', 'MAPK8IP1', 'HSPA2', 'CACNG6', 'DUSP9', 'TAOK3', 'MAPK8IP3', 'CACNA1A', 'CACNG8', 'CACNA2D4', 'CACNA1C', 'CACNA2D1', 'CACNA1D', 'CACNA2D3', 'CACNG2', 'CACNB3', 'HSPA6', 'CACNB4', 'DUSP8', 'NTF3', 'CACNA1H', 'CACNA1E', 'HSPA1B', 'HSPA1L', 'NTF4', 'CACNG3', 'DUSP10', 'DUSP4', 'DUSP6', 'DUSP7', 'HSPB1', 'MAPT', 'MAX', 'NLK', 'MAP3K20', 'PPM1A', 'PPM1B', 'PPP3CB', 'PPP3CC', 'PPP3R1', 'PPP3R2', 'TAOK1', 'PTPN7', 'PTPRR', 'PTPN5', 'MAPKAPK5', 'MKNK1', 'TAOK2', 'MAP3K14', 'TNFRSF1A', 'FGF8', 'SOS1', 'NGF', 'PRKCA', 'RPS6KA4', 'MAP4K2', 'RAC3', 'GNG12', 'HRAS', 'MAPK11', 'LRRK2', 'CHUK', 'AKT3', 'TAB1', 'MAP3K2', 'MAP4K1', 'MAP3K8', 'ATF2', 'CRK', 'MAPK14', 'DAXX', 'EGFR', 'ELK1', 'AKT1', 'AKT2', 'TAB2', 'FOS', 'GNA12', 'HSPA1A', 'FAS', 'IKBKB', 'IL1B', 'IL1R1', 'FASLG', 'JUN', 'JUND', 'ARRB1', 'ARRB2', 'MEF2C', 'MAP3K1', 'MAP3K4', 'MAP3K5', 'MAP3K11', 'MYC', 'NFATC1', 'NFKB1', 'NRAS', 'PAK1', 'PAK2', 'ECSIT', 'PPP3CA', 'PPP5C', 'MAPK1', 'MAPK3', 'MAPK7', 'MAPK8', 'MAPK9', 'MAPK10', 'MAPK13', 'MAP2K1', 'MAP2K2', 'MAP2K3', 'MAP2K5', 'MAP2K6', 'MAP2K7', 'RAC1', 'RAC2', 'RAF1', 'RASA1', 'RPS6KA3', 'BDNF', 'MAPK12', 'MAP2K4', 'SOS2', 'SRF', 'STK3', 'MAP3K7', 'TGFB1', 'TGFB2', 'TGFB3', 'TNF', 'TP53', 'TRAF6', 'MAP3K12', 'IL1R2', 'CASP3', 'MAP4K3', 'IKBKG', 'MAP3K6', 'MAP3K13', 'RPS6KA5', 'CD14', 'MAP4K4', 'NFATC3', 'FLNC', 'FLNB', 'CACNA1B', 'ELK4', 'CACNB2', 'CRKL', 'GADD45A', 'DDIT3', 'DUSP1', 'NR4A1', 'HSPA8', 'IL1A', 'PRKCD', 'LAMTOR3', 'MAPKAPK2', 'CDC25B', 'RASGRF1', 'FGFR2', 'FGFR3', 'RASGRP2', 'FGF10', 'FGF22', 'FGF4', 'NFKB2', 'ARAF', 'FGF20', 'STK4', 'FGF14', 'FGF9', 'RELB', 'PLA2G4C', 'FGF21', 'FGF6', 'FGF1', 'PDGFRB', 'FGF12', 'MAPKAPK3', 'PLA2G4A', 'FGF23', 'RRAS', 'FGF13', 'RRAS2', 'FGF5', 'FGF2', 'FGF7', 'PRKACB', 'NTRK2', 'RASGRP3', 'FGF18', 'DUSP2', 'FGF17', 'PLA2G4D', 'FGFR4', 'FGF11', 'FGF19', 'PRKACG', 'PLA2G4F', 'RASGRP4', 'RELA', 'FGF3', 'PLA2G4E', 'FGF16', 'NF1', 'PDGFA', 'PLA2G4B', 'RASGRP1', 'EGF', 'FGFR1', 'MRAS', 'FLNA', 'GRB2', 'KRAS', 'STMN1', 'ATF4', 'NTRK1', 'PDGFB', 'PRKACA', 'PRKCG', 'RAP1A', 'RAP1B', 'RASA2', 'RASGRF2', 'BRAF', 'TGFBR1', 'TGFBR2', 'TRAF2', 'CDC42']}, {'KEID': 'https://identifiers.org/aop.events/1497', 'WPtitle': 'IL1 signaling', 'gene': ['NFKBIB', 'MAP3K14', 'JUN', 'IRAK1', 'IRAK2', 'IKBKB', 'IL1B', 'IL1R1', 'AKT1', 'MAPK14', 'TAB3', 'TAB2', 'TAB1', 'MAP3K2', 'ATF2', 'IRAK3', 'CHUK', 'IL1A', 'MAP3K7', 'UBE2N', 'UBE2V1', 'TRAF6', 'SQSTM1', 'IKBKG', 'PTPN11', 'MAP2K3', 'MAP2K2', 'PELI2', 'PELI1', 'MAP2K6', 'MAP2K7', 'MAP2K4', 'CCL2', 'MAPK1', 'MAPK3', 'TOLLIP', 'MAP2K1', 'MAPK9', 'MAPK8', 'MAP3K1', 'MAP3K3', 'NFKB1', 'MYD88', 'ECSIT', 'IRAK4', 'PIK3R1', 'PIK3R2', 'NFKBIA', 'REL', 'RELA', 'PLCG1', 'PRKCZ', 'MAPKAPK2', 'IL1RAP', 'HSPB2']}, {'KEID': 'https://identifiers.org/aop.events/1497', 'WPtitle': 'Toll-like receptor signaling', 'gene': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5']}, {'KEID': 'https://identifiers.org/aop.events/780', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/870', 'WPtitle': 'Growth factors and hormones in beta cell proliferation', 'gene': ['PDX1', 'MYC', 'INS', 'IGF1', 'INSR', 'FOXO1', 'AKT3', 'CDK4', 'CDK2', 'MAPK3', 'MAPK1', 'AKT1', 'AKT2', 'SMAD7', 'KRAS', 'PDGFA', 'IGF1R', 'BRAF', 'FLT1', 'TGFBR1', 'PGF', 'CRTC2', 'RASSF1', 'DLK1', 'FOXM1', 'RAB43']}, {'KEID': 'https://identifiers.org/aop.events/1669', 'WPtitle': 'DNA damage response', 'gene': ['PML', 'PRKDC', 'CDKN1A', 'RAD52', 'BRCA1', 'BID', 'FAS', 'RAD51', 'CASP8', 'SMC1A', 'BAX', 'MRE11', 'MYC', 'NBN', 'PIDD1', 'RFC1', 'ATRIP', 'TP53AIP1', 'TLK2', 'CCNB3', 'HUS1B', 'CHEK1', 'RAD17', 'CASP3', 'CDK1', 'CYCS', 'RAD9A', 'ATR', 'CHEK2', 'H2AX', 'CREB1', 'TNFRSF10B', 'CDK2', 'CASP9', 'CDK4', 'MDM2', 'TP53', 'PMAIP1', 'AKT1', 'FANCD2', 'ATM', 'ABL1', 'CCNE1', 'BBC3', 'CCND1', 'CDKN1B', 'RAD1', 'RAD50', 'RPA2', 'CCND2', 'APAF1', 'RB1', 'CCNE2', 'CCNB2', 'CDC25C', 'CDK5', 'CDK6', 'CCND3', 'GADD45A', 'CCNB1', 'DDB2', 'E2F1', 'GADD45G', 'CDC25A', 'TLK1', 'GADD45B', 'SFN', 'RRM2B', 'SESN1']}, {'KEID': 'https://identifiers.org/aop.events/1669', 'WPtitle': 'DNA damage response (only ATM dependent)', 'gene': ['FRAT1', 'LDLR', 'FOSL1', 'CDKN1A', 'BAD', 'BAK1', 'MAPK9', 'MAP3K1', 'ABL1', 'BIK', 'SOS2', 'MAP3K4', 'BAX', 'MAPK8', 'CDKN1B', 'TGFB1', 'FASLG', 'FOXO3', 'CAT', 'RAC2', 'SOS1', 'MDM2', 'RAC1', 'MAP3K7', 'G6PC1', 'PMAIP1', 'ATM', 'BCL2L11', 'TP53', 'SMAD4', 'SHC1', 'IRS1', 'HMGB1', 'INSR', 'BCL2', 'AKT2', 'AKT3', 'AKT1', 'RAC3', 'BBC3', 'CDKN2A', 'NFKB1', 'GSK3B', 'PIK3R4', 'HRAS', 'JUN', 'RHOA', 'MYC', 'CTNNB1', 'PIK3C2G', 'PIK3C3', 'PIK3CA', 'PIK3CB', 'PIK3CD', 'PIK3CG', 'PIK3R1', 'PIK3R2', 'NRAS', 'WNT16', 'PIK3C2A', 'CCND1', 'WNT1', 'WNT5A', 'WNT10B', 'AXIN1', 'PIK3R3', 'CCND2', 'MAPK10', 'PPP2R5C', 'MAPK1', 'PCK2', 'CCNG2', 'MLKL', 'LEF1', 'TCF7', 'TCF7L2', 'TCF7L1', 'CCND3', 'CDC42', 'APC', 'ERBB2', 'PDK1', 'SMAD3', 'PTEN', 'GRB2', 'NFKB2', 'DVL1', 'DVL2', 'DVL3', 'PIK3R5', 'PPP2R5E', 'WNT2', 'KRAS', 'PIK3C2B', 'PLAU', 'WNT4', 'WNT10A', 'WNT5B', 'WNT3A', 'WNT3', 'WNT6', 'WNT7A', 'WNT7B', 'WNT11', 'WNT2B', 'RBL2', 'TP73', 'BCL6', 'SCP2']}, {'KEID': 'https://identifiers.org/aop.events/1669', 'WPtitle': 'miRNAs involved in DNA damage response', 'gene': ['CDKN1A', 'MIR92A1', 'MIR18A', 'MYC', 'ATM', 'ABL1', 'H2AX', 'MIR145', 'MIR29B1', 'CREB1', 'CDKN1B', 'MIR143', 'CCNE1', 'TP53', 'RAD52', 'CCND1', 'MIRLET7D', 'MIRLET7F1', 'MIR34C', 'MIRLET7A1', 'MIR23B', 'MIR20A', 'MIR106B', 'MIR424', 'MIR195', 'MIR330', 'MIR17', 'MIR449B', 'MIR222', 'MIR181B1', 'MIR449A', 'MIR421', 'MIR373', 'E2F1', 'MIRLET7B', 'CDK6', 'MIR34B', 'MIR29C', 'MIR21', 'CCND3', 'CDC25A', 'MIR449C', 'MIR19B1', 'MIR100', 'MIR542', 'MIR374B', 'MIR503', 'MIR450B', 'MIR19A', 'MIR497', 'MIR3074', 'MIR450A2', 'MIR25', 'MIR93', 'MIR372', 'MIR371A', 'MIR210', 'MIR181A1', 'MIR203A', 'MIR27A', 'MIR223', 'MIR29A', 'MIR23A', 'MIR221', 'MIR15A', 'MIR16-1', 'MIR27B', 'MIR15B']}, {'KEID': 'https://identifiers.org/aop.events/1669', 'WPtitle': 'miRNA regulation of DNA damage response', 'gene': ['BID', 'BRCA1', 'FAS', 'RAD51', 'CASP8', 'SMC1A', 'BAX', 'CDKN1A', 'RAD52', 'PRKDC', 'PML', 'RPA2', 'RAD50', 'CASP3', 'PMAIP1', 'FANCD2', 'CHEK1', 'ATM', 'RAD17', 'CASP9', 'TP53', 'CDK4', 'MDM2', 'TNFRSF10B', 'CDK2', 'CCND2', 'APAF1', 'CDKN1B', 'RAD1', 'CCNG1', 'ABL1', 'CCNE1', 'BBC3', 'CCND1', 'CHEK2', 'H2AX', 'ATR', 'RAD9A', 'PIDD1', 'MYC', 'MRE11', 'NBN', 'MIR29B1', 'MIR145', 'CREB1', 'CDK1', 'CYCS', 'MIR421', 'MIR449A', 'MIR373', 'MIR222', 'MIR449B', 'MIR3591', 'ATRIP', 'TP53AIP1', 'CCNB3', 'TLK2', 'HUS1B', 'RFC1', 'E2F1', 'CCNB1', 'RB1', 'DDB2', 'CCNE2', 'CDK6', 'CCND3', 'CCNB2', 'GADD45A', 'CDK5', 'CDC25C', 'MIR34B', 'MIR21', 'MIR29C', 'MCM7', 'MIR20A', 'MIR106B', 'MIR17HG', 'MIR195', 'MIR424', 'MIR17', 'CDC20B', 'MIR330', 'MIR221', 'MIR16-1', 'MIR203A', 'MIR181A1', 'MIR223', 'MIR15A', 'MIR29A', 'MIR24-1', 'TLK1', 'SFN', 'MIR210', 'GADD45G', 'RRM2B', 'SESN1', 'GADD45B', 'CDC25A']}, {'KEID': 'https://identifiers.org/aop.events/1115', 'WPtitle': 'Oxidative stress response', 'gene': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH']}, {'KEID': 'https://identifiers.org/aop.events/1097', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/202', 'WPtitle': 'Canonical NF-kB pathway', 'gene': ['NFKB1', 'NFKBIA', 'IKBKB', 'NFKBIE', 'CHUK', 'IKBKG', 'RELA', 'REL']}, {'KEID': 'https://identifiers.org/aop.events/202', 'WPtitle': 'IL1 signaling', 'gene': ['NFKBIB', 'MAP3K14', 'JUN', 'IRAK1', 'IRAK2', 'IKBKB', 'IL1B', 'IL1R1', 'AKT1', 'MAPK14', 'TAB3', 'TAB2', 'TAB1', 'MAP3K2', 'ATF2', 'IRAK3', 'CHUK', 'IL1A', 'MAP3K7', 'UBE2N', 'UBE2V1', 'TRAF6', 'SQSTM1', 'IKBKG', 'PTPN11', 'MAP2K3', 'MAP2K2', 'PELI2', 'PELI1', 'MAP2K6', 'MAP2K7', 'MAP2K4', 'CCL2', 'MAPK1', 'MAPK3', 'TOLLIP', 'MAP2K1', 'MAPK9', 'MAPK8', 'MAP3K1', 'MAP3K3', 'NFKB1', 'MYD88', 'ECSIT', 'IRAK4', 'PIK3R1', 'PIK3R2', 'NFKBIA', 'REL', 'RELA', 'PLCG1', 'PRKCZ', 'MAPKAPK2', 'IL1RAP', 'HSPB2']}, {'KEID': 'https://identifiers.org/aop.events/202', 'WPtitle': 'Interleukin-1 induced activation of NF-kB', 'gene': ['AJUBA', 'SQSTM1', 'TRAF6', 'UBE2N', 'IRAK1', 'UBE2V1', 'NFKB1', 'IL1A', 'PRKCZ', 'TIFA']}, {'KEID': 'https://identifiers.org/aop.events/202', 'WPtitle': 'Interleukin-1 induced activation of NF-kB', 'gene': ['AJUBA', 'SQSTM1', 'TRAF6', 'UBE2N', 'IRAK1', 'UBE2V1', 'NFKB1', 'IL1A', 'PRKCZ', 'TIFA']}, {'KEID': 'https://identifiers.org/aop.events/202', 'WPtitle': 'Canonical NF-kB pathway', 'gene': ['NFKB1', 'NFKBIA', 'IKBKB', 'NFKBIE', 'CHUK', 'IKBKG', 'RELA', 'REL']}, {'KEID': 'https://identifiers.org/aop.events/202', 'WPtitle': 'IL1 signaling', 'gene': ['NFKBIB', 'MAP3K14', 'JUN', 'IRAK1', 'IRAK2', 'IKBKB', 'IL1B', 'IL1R1', 'AKT1', 'MAPK14', 'TAB3', 'TAB2', 'TAB1', 'MAP3K2', 'ATF2', 'IRAK3', 'CHUK', 'IL1A', 'MAP3K7', 'UBE2N', 'UBE2V1', 'TRAF6', 'SQSTM1', 'IKBKG', 'PTPN11', 'MAP2K3', 'MAP2K2', 'PELI2', 'PELI1', 'MAP2K6', 'MAP2K7', 'MAP2K4', 'CCL2', 'MAPK1', 'MAPK3', 'TOLLIP', 'MAP2K1', 'MAPK9', 'MAPK8', 'MAP3K1', 'MAP3K3', 'NFKB1', 'MYD88', 'ECSIT', 'IRAK4', 'PIK3R1', 'PIK3R2', 'NFKBIA', 'REL', 'RELA', 'PLCG1', 'PRKCZ', 'MAPKAPK2', 'IL1RAP', 'HSPB2']}, {'KEID': 'https://identifiers.org/aop.events/1917', 'WPtitle': 'NRF2-ARE regulation', 'gene': ['GSK3B', 'SRC', 'PRKCA', 'MAPK8', 'PIK3CA', 'INSR', 'CEBPB', 'FYN', 'MAF', 'SLC7A11', 'GCLM', 'RBX1', 'CUL3', 'AIMP2', 'YES1', 'KEAP1', 'NFE2L2', 'GCLC', 'EPHB2', 'NQO1', 'HMOX1', 'GSTA2', 'PGAM5']}, {'KEID': 'https://identifiers.org/aop.events/1917', 'WPtitle': 'NRF2 pathway', 'gene': ['SLC6A20', 'SLC6A18', 'FTH1', 'GSTM4', 'SLC39A2', 'SLC39A13', 'SLC6A5', 'SLC5A10', 'SLC7A11', 'SLC2A13', 'SLC6A1', 'CBR3', 'CES5A', 'SLC5A11', 'CBR1', 'SLC2A6', 'SLC39A3', 'SLC2A5', 'MGST3', 'SLC39A6', 'SLC39A1', 'SLC2A12', 'SLC39A4', 'SLC39A12', 'SLC5A12', 'GSTA5', 'GPX2', 'ADH7', 'SLC6A9', 'MAFF', 'CYP4A11', 'GSTA4', 'SLC6A19', 'GSTA3', 'CES3', 'CES2', 'SLC2A14', 'CES4A', 'GCLC', 'UGT1A7', 'UGT1A4', 'CYP2A6', 'SLC5A8', 'SLC6A14', 'SRXN1', 'MAFG', 'SLC6A17', 'SLC2A7', 'SLC39A10', 'SLC2A10', 'TXNRD3', 'CES1', 'AGER', 'TXNRD1', 'SLC5A3', 'GPX3', 'SLC2A3', 'HGF', 'HMOX1', 'PDGFB', 'KEAP1', 'SERPINA1', 'UGT1A1', 'GSTA1', 'GSTA2', 'GSTM2', 'TGFBR2', 'SLC2A2', 'UGT1A6', 'UGT2B7', 'NQO1', 'FGF13', 'GSTM1', 'EPHA2', 'TXN', 'NRG1', 'SLC5A5', 'ABCC3', 'NFE2L2', 'ABCC4', 'HSP90AA1', 'HSP90AB1', 'TGFB2', 'UGT1A9', 'ABCC2', 'RXRA', 'SLC2A4', 'HSPA1A', 'G6PD', 'PGD', 'SLC6A3', 'TGFA', 'SQSTM1', 'SLC2A1', 'SLC5A7', 'HBEGF', 'TGFB1', 'SLC6A2', 'SLC39A14', 'GSR', 'SLC5A1', 'GGT1', 'GSTT2', 'SLC5A4', 'BLVRB', 'SLC39A9', 'EPHA3', 'SLC6A16', 'ME1', 'SLC6A15', 'SLC6A7', 'SLC6A13', 'GCLM', 'MGST2', 'GSTP1', 'FTL', 'SLC39A8', 'SLC5A6', 'SLC2A8', 'SLC5A2', 'SLC39A5', 'SLC6A6', 'SLC6A8', 'SLC6A11', 'DNAJB1', 'SLC2A11', 'SLC39A11', 'GSTM3', 'GSTM5', 'SLC5A9', 'PRDX6', 'PRDX1', 'EGR1', 'SLC2A9', 'SOD3', 'ALDH3A1', 'SLC6A4', 'PTGR1', 'ABCC5', 'SLC39A7', 'PPARD']}, {'KEID': 'https://identifiers.org/aop.events/1633', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/1633', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1633', 'WPtitle': 'MAPK signaling', 'gene': ['CACNA1G', 'CACNA2D2', 'MAPK8IP2', 'CACNB1', 'CACNG5', 'CACNG4', 'CACNA1S', 'MKNK2', 'CACNA1I', 'CACNA1F', 'CACNG7', 'DUSP3', 'CACNG1', 'RAPGEF2', 'DUSP16', 'MAPK8IP1', 'HSPA2', 'CACNG6', 'DUSP9', 'TAOK3', 'MAPK8IP3', 'CACNA1A', 'CACNG8', 'CACNA2D4', 'CACNA1C', 'CACNA2D1', 'CACNA1D', 'CACNA2D3', 'CACNG2', 'CACNB3', 'HSPA6', 'CACNB4', 'DUSP8', 'NTF3', 'CACNA1H', 'CACNA1E', 'HSPA1B', 'HSPA1L', 'NTF4', 'CACNG3', 'DUSP10', 'DUSP4', 'DUSP6', 'DUSP7', 'HSPB1', 'MAPT', 'MAX', 'NLK', 'MAP3K20', 'PPM1A', 'PPM1B', 'PPP3CB', 'PPP3CC', 'PPP3R1', 'PPP3R2', 'TAOK1', 'PTPN7', 'PTPRR', 'PTPN5', 'MAPKAPK5', 'MKNK1', 'TAOK2', 'MAP3K14', 'TNFRSF1A', 'FGF8', 'SOS1', 'NGF', 'PRKCA', 'RPS6KA4', 'MAP4K2', 'RAC3', 'GNG12', 'HRAS', 'MAPK11', 'LRRK2', 'CHUK', 'AKT3', 'TAB1', 'MAP3K2', 'MAP4K1', 'MAP3K8', 'ATF2', 'CRK', 'MAPK14', 'DAXX', 'EGFR', 'ELK1', 'AKT1', 'AKT2', 'TAB2', 'FOS', 'GNA12', 'HSPA1A', 'FAS', 'IKBKB', 'IL1B', 'IL1R1', 'FASLG', 'JUN', 'JUND', 'ARRB1', 'ARRB2', 'MEF2C', 'MAP3K1', 'MAP3K4', 'MAP3K5', 'MAP3K11', 'MYC', 'NFATC1', 'NFKB1', 'NRAS', 'PAK1', 'PAK2', 'ECSIT', 'PPP3CA', 'PPP5C', 'MAPK1', 'MAPK3', 'MAPK7', 'MAPK8', 'MAPK9', 'MAPK10', 'MAPK13', 'MAP2K1', 'MAP2K2', 'MAP2K3', 'MAP2K5', 'MAP2K6', 'MAP2K7', 'RAC1', 'RAC2', 'RAF1', 'RASA1', 'RPS6KA3', 'BDNF', 'MAPK12', 'MAP2K4', 'SOS2', 'SRF', 'STK3', 'MAP3K7', 'TGFB1', 'TGFB2', 'TGFB3', 'TNF', 'TP53', 'TRAF6', 'MAP3K12', 'IL1R2', 'CASP3', 'MAP4K3', 'IKBKG', 'MAP3K6', 'MAP3K13', 'RPS6KA5', 'CD14', 'MAP4K4', 'NFATC3', 'FLNC', 'FLNB', 'CACNA1B', 'ELK4', 'CACNB2', 'CRKL', 'GADD45A', 'DDIT3', 'DUSP1', 'NR4A1', 'HSPA8', 'IL1A', 'PRKCD', 'LAMTOR3', 'MAPKAPK2', 'CDC25B', 'RASGRF1', 'FGFR2', 'FGFR3', 'RASGRP2', 'FGF10', 'FGF22', 'FGF4', 'NFKB2', 'ARAF', 'FGF20', 'STK4', 'FGF14', 'FGF9', 'RELB', 'PLA2G4C', 'FGF21', 'FGF6', 'FGF1', 'PDGFRB', 'FGF12', 'MAPKAPK3', 'PLA2G4A', 'FGF23', 'RRAS', 'FGF13', 'RRAS2', 'FGF5', 'FGF2', 'FGF7', 'PRKACB', 'NTRK2', 'RASGRP3', 'FGF18', 'DUSP2', 'FGF17', 'PLA2G4D', 'FGFR4', 'FGF11', 'FGF19', 'PRKACG', 'PLA2G4F', 'RASGRP4', 'RELA', 'FGF3', 'PLA2G4E', 'FGF16', 'NF1', 'PDGFA', 'PLA2G4B', 'RASGRP1', 'EGF', 'FGFR1', 'MRAS', 'FLNA', 'GRB2', 'KRAS', 'STMN1', 'ATF4', 'NTRK1', 'PDGFB', 'PRKACA', 'PRKCG', 'RAP1A', 'RAP1B', 'RASA2', 'RASGRF2', 'BRAF', 'TGFBR1', 'TGFBR2', 'TRAF2', 'CDC42']}, {'KEID': 'https://identifiers.org/aop.events/1633', 'WPtitle': 'IL1 signaling', 'gene': ['NFKBIB', 'MAP3K14', 'JUN', 'IRAK1', 'IRAK2', 'IKBKB', 'IL1B', 'IL1R1', 'AKT1', 'MAPK14', 'TAB3', 'TAB2', 'TAB1', 'MAP3K2', 'ATF2', 'IRAK3', 'CHUK', 'IL1A', 'MAP3K7', 'UBE2N', 'UBE2V1', 'TRAF6', 'SQSTM1', 'IKBKG', 'PTPN11', 'MAP2K3', 'MAP2K2', 'PELI2', 'PELI1', 'MAP2K6', 'MAP2K7', 'MAP2K4', 'CCL2', 'MAPK1', 'MAPK3', 'TOLLIP', 'MAP2K1', 'MAPK9', 'MAPK8', 'MAP3K1', 'MAP3K3', 'NFKB1', 'MYD88', 'ECSIT', 'IRAK4', 'PIK3R1', 'PIK3R2', 'NFKBIA', 'REL', 'RELA', 'PLCG1', 'PRKCZ', 'MAPKAPK2', 'IL1RAP', 'HSPB2']}, {'KEID': 'https://identifiers.org/aop.events/1633', 'WPtitle': 'Toll-like receptor signaling', 'gene': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5']}, {'KEID': 'https://identifiers.org/aop.events/1633', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/1633', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1633', 'WPtitle': 'MAPK signaling', 'gene': ['CACNA1G', 'CACNA2D2', 'MAPK8IP2', 'CACNB1', 'CACNG5', 'CACNG4', 'CACNA1S', 'MKNK2', 'CACNA1I', 'CACNA1F', 'CACNG7', 'DUSP3', 'CACNG1', 'RAPGEF2', 'DUSP16', 'MAPK8IP1', 'HSPA2', 'CACNG6', 'DUSP9', 'TAOK3', 'MAPK8IP3', 'CACNA1A', 'CACNG8', 'CACNA2D4', 'CACNA1C', 'CACNA2D1', 'CACNA1D', 'CACNA2D3', 'CACNG2', 'CACNB3', 'HSPA6', 'CACNB4', 'DUSP8', 'NTF3', 'CACNA1H', 'CACNA1E', 'HSPA1B', 'HSPA1L', 'NTF4', 'CACNG3', 'DUSP10', 'DUSP4', 'DUSP6', 'DUSP7', 'HSPB1', 'MAPT', 'MAX', 'NLK', 'MAP3K20', 'PPM1A', 'PPM1B', 'PPP3CB', 'PPP3CC', 'PPP3R1', 'PPP3R2', 'TAOK1', 'PTPN7', 'PTPRR', 'PTPN5', 'MAPKAPK5', 'MKNK1', 'TAOK2', 'MAP3K14', 'TNFRSF1A', 'FGF8', 'SOS1', 'NGF', 'PRKCA', 'RPS6KA4', 'MAP4K2', 'RAC3', 'GNG12', 'HRAS', 'MAPK11', 'LRRK2', 'CHUK', 'AKT3', 'TAB1', 'MAP3K2', 'MAP4K1', 'MAP3K8', 'ATF2', 'CRK', 'MAPK14', 'DAXX', 'EGFR', 'ELK1', 'AKT1', 'AKT2', 'TAB2', 'FOS', 'GNA12', 'HSPA1A', 'FAS', 'IKBKB', 'IL1B', 'IL1R1', 'FASLG', 'JUN', 'JUND', 'ARRB1', 'ARRB2', 'MEF2C', 'MAP3K1', 'MAP3K4', 'MAP3K5', 'MAP3K11', 'MYC', 'NFATC1', 'NFKB1', 'NRAS', 'PAK1', 'PAK2', 'ECSIT', 'PPP3CA', 'PPP5C', 'MAPK1', 'MAPK3', 'MAPK7', 'MAPK8', 'MAPK9', 'MAPK10', 'MAPK13', 'MAP2K1', 'MAP2K2', 'MAP2K3', 'MAP2K5', 'MAP2K6', 'MAP2K7', 'RAC1', 'RAC2', 'RAF1', 'RASA1', 'RPS6KA3', 'BDNF', 'MAPK12', 'MAP2K4', 'SOS2', 'SRF', 'STK3', 'MAP3K7', 'TGFB1', 'TGFB2', 'TGFB3', 'TNF', 'TP53', 'TRAF6', 'MAP3K12', 'IL1R2', 'CASP3', 'MAP4K3', 'IKBKG', 'MAP3K6', 'MAP3K13', 'RPS6KA5', 'CD14', 'MAP4K4', 'NFATC3', 'FLNC', 'FLNB', 'CACNA1B', 'ELK4', 'CACNB2', 'CRKL', 'GADD45A', 'DDIT3', 'DUSP1', 'NR4A1', 'HSPA8', 'IL1A', 'PRKCD', 'LAMTOR3', 'MAPKAPK2', 'CDC25B', 'RASGRF1', 'FGFR2', 'FGFR3', 'RASGRP2', 'FGF10', 'FGF22', 'FGF4', 'NFKB2', 'ARAF', 'FGF20', 'STK4', 'FGF14', 'FGF9', 'RELB', 'PLA2G4C', 'FGF21', 'FGF6', 'FGF1', 'PDGFRB', 'FGF12', 'MAPKAPK3', 'PLA2G4A', 'FGF23', 'RRAS', 'FGF13', 'RRAS2', 'FGF5', 'FGF2', 'FGF7', 'PRKACB', 'NTRK2', 'RASGRP3', 'FGF18', 'DUSP2', 'FGF17', 'PLA2G4D', 'FGFR4', 'FGF11', 'FGF19', 'PRKACG', 'PLA2G4F', 'RASGRP4', 'RELA', 'FGF3', 'PLA2G4E', 'FGF16', 'NF1', 'PDGFA', 'PLA2G4B', 'RASGRP1', 'EGF', 'FGFR1', 'MRAS', 'FLNA', 'GRB2', 'KRAS', 'STMN1', 'ATF4', 'NTRK1', 'PDGFB', 'PRKACA', 'PRKCG', 'RAP1A', 'RAP1B', 'RASA2', 'RASGRF2', 'BRAF', 'TGFBR1', 'TGFBR2', 'TRAF2', 'CDC42']}, {'KEID': 'https://identifiers.org/aop.events/1633', 'WPtitle': 'IL1 signaling', 'gene': ['NFKBIB', 'MAP3K14', 'JUN', 'IRAK1', 'IRAK2', 'IKBKB', 'IL1B', 'IL1R1', 'AKT1', 'MAPK14', 'TAB3', 'TAB2', 'TAB1', 'MAP3K2', 'ATF2', 'IRAK3', 'CHUK', 'IL1A', 'MAP3K7', 'UBE2N', 'UBE2V1', 'TRAF6', 'SQSTM1', 'IKBKG', 'PTPN11', 'MAP2K3', 'MAP2K2', 'PELI2', 'PELI1', 'MAP2K6', 'MAP2K7', 'MAP2K4', 'CCL2', 'MAPK1', 'MAPK3', 'TOLLIP', 'MAP2K1', 'MAPK9', 'MAPK8', 'MAP3K1', 'MAP3K3', 'NFKB1', 'MYD88', 'ECSIT', 'IRAK4', 'PIK3R1', 'PIK3R2', 'NFKBIA', 'REL', 'RELA', 'PLCG1', 'PRKCZ', 'MAPKAPK2', 'IL1RAP', 'HSPB2']}, {'KEID': 'https://identifiers.org/aop.events/1633', 'WPtitle': 'Toll-like receptor signaling', 'gene': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5']}, {'KEID': 'https://identifiers.org/aop.events/814', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1392', 'WPtitle': 'Oxidative stress response', 'gene': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH']}, {'KEID': 'https://identifiers.org/aop.events/1392', 'WPtitle': 'Molecular pathway for oxidative stress', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/1392', 'WPtitle': 'Oxidative stress response', 'gene': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH']}, {'KEID': 'https://identifiers.org/aop.events/1392', 'WPtitle': 'Molecular pathway for oxidative stress', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/1392', 'WPtitle': 'Oxidative stress response', 'gene': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH']}, {'KEID': 'https://identifiers.org/aop.events/1392', 'WPtitle': 'Molecular pathway for oxidative stress', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/1815', 'WPtitle': 'Unfolded protein response', 'gene': ['MBTPS1', 'ATF4', 'MBTPS2', 'NFE2L2', 'HSPA5', 'PPP1R15A', 'XBP1', 'ATF6', 'EIF2S1', 'ERN1', 'DDIT3', 'EIF2AK3', 'BBC3', 'TNFRSF10B', 'IL1B', 'TP53', 'PMAIP1', 'BID', 'TXNIP', 'BCL2L11', 'BCL2', 'RTCB', 'CASP2']}, {'KEID': 'https://identifiers.org/aop.events/1815', 'WPtitle': 'Unfolded protein response', 'gene': ['MBTPS1', 'ATF4', 'MBTPS2', 'NFE2L2', 'HSPA5', 'PPP1R15A', 'XBP1', 'ATF6', 'EIF2S1', 'ERN1', 'DDIT3', 'EIF2AK3', 'BBC3', 'TNFRSF10B', 'IL1B', 'TP53', 'PMAIP1', 'BID', 'TXNIP', 'BCL2L11', 'BCL2', 'RTCB', 'CASP2']}, {'KEID': 'https://identifiers.org/aop.events/1943', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/386', 'WPtitle': 'Neuroinflammation and glutamatergic signaling', 'gene': ['IL4R', 'IL6', 'IL10', 'IL10RB', 'IGF1', 'IL1B', 'IL1R1', 'IL4', 'IFNG', 'SMAD4', 'INSR', 'IRS1', 'JAK1', 'IL12A', 'IL12B', 'IL13', 'CAMKK2', 'ADCY3', 'CREB1', 'DLD', 'AKT1', 'GRM1', 'PSAT1', 'FOS', 'GLS2', 'GLS', 'ARC', 'CAMK2B', 'CAMK2D', 'CAMK2A', 'CAMKK1', 'SOCS3', 'SLC1A1', 'SLC1A2', 'SLC1A3', 'TGFB1', 'TGFB2', 'TGFB3', 'SLC1A6', 'SLC2A1', 'STAT1', 'STAT3', 'TNF', 'TNFRSF1A', 'CALM1', 'CAMK4', 'TNFRSF1B', 'IL1R2', 'NFKB1', 'SLC17A7', 'PRKCA', 'PRKCB', 'MAPK1', 'MAPK3', 'NGF', 'PDHA1', 'SLC38A2', 'PSPH', 'SHMT2', 'BCL2', 'BDNF', 'GRIK2', 'GRIK3', 'GRIK4', 'GRIK5', 'GRIA2', 'GRIA3', 'GRIA4', 'GRIK1', 'GRIN2C', 'GRIN2D', 'IL1A', 'IL13RA1', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GRM2', 'SLC38A3', 'GRIN3A', 'GRIN3B', 'CNTF', 'DAO', 'DLAT', 'LRRC8B', 'NSMF', 'PHGDH', 'GFAP', 'DISC1', 'GOT1', 'SLC6A9', 'CAMK2G', 'LRRC8E', 'SLC38A1', 'STAT6', 'TGFBR3', 'TRAF5', 'LRRC8C', 'SLC38A5', 'GLUL', 'PLCB3', 'PLCB4', 'TRPM4', 'PLCB2', 'LTA', 'SHMT1', 'SLC1A4', 'SLC17A6', 'SRR', 'LRRC8D', 'LRRC8A', 'SLC7A10', 'PPP1CB', 'PPP1CC', 'PRKACA', 'PRKCG', 'NOS1', 'PPP1CA', 'SLC2A3', 'TGFBR1', 'TGFBR2', 'FGF2', 'PLCB1', 'GRIA1', 'GRIN1', 'GRIN2A', 'GRIN2B', 'IL6R', 'IL6ST', 'IL10RA', 'LIF', 'IFNGR1', 'IFNGR2', 'SMAD2', 'SMAD3', 'SMAD7', 'NFKB2', 'CFL1', 'ADCY8', 'ADCY1']}, {'KEID': 'https://identifiers.org/aop.events/386', 'WPtitle': 'mBDNF and proBDNF regulation of GABA neurotransmission', 'gene': ['SHC1', 'PIK3R1', 'CREB1', 'PIK3CA', 'PIK3R3', 'GABRA1', 'PIK3CB', 'RHOA', 'JAK2', 'PIK3R2', 'PIK3CG', 'STAT3', 'BDNF', 'GABRG2', 'ROCK1', 'GABRG1', 'AP2A1', 'AP2A2', 'CREM', 'GABRP', 'GABRE', 'AP2B1', 'PTEN', 'PLCG1', 'NTRK2', 'NGFR', 'GABRD', 'GABRG3', 'GABRQ', 'GABRA5', 'GABRB3', 'SLC12A5', 'GABRA3', 'GABRA6', 'GABRA4', 'GABRA2', 'GABRB2', 'GABRB1']}, {'KEID': 'https://identifiers.org/aop.events/386', 'WPtitle': 'Brain-derived neurotrophic factor (BDNF) signaling', 'gene': ['CREB1', 'CHUK', 'MAPK14', 'CTNNB1', 'CSNK2A1', 'VAV3', 'BCL2L11', 'MAP3K2', 'EIF4EBP1', 'MTOR', 'MAPT', 'ALPL', 'NFATC4', 'PTPRF', 'NTF3', 'GRIP1', 'PTK2B', 'DLG1', 'PRKAA2', 'PIK3R1', 'SHC3', 'PIK3R2', 'PRKAA1', 'PPP2CA', 'MAP3K1', 'NCAM1', 'JAK2', 'JUN', 'MEF2C', 'MEF2A', 'PDPK1', 'NCF2', 'NFKB1', 'NGF', 'NFKBIA', 'AKT1', 'FOXO3', 'FOS', 'EIF4E', 'ELK1', 'IKBKB', 'IRS1', 'SHC2', 'GSK3B', 'HRAS', 'FRS2', 'CFL1', 'VAV2', 'CAMK2A', 'CAMK4', 'SYN1', 'STAT3', 'TSC2', 'TRAF6', 'IRS2', 'SQSTM1', 'RPS6KA5', 'IKBKG', 'CASP3', 'RPS6', 'RPS6KA1', 'RPS6KA3', 'BDNF', 'RPS6KB1', 'RAF1', 'NCF1', 'SRC', 'STAT1', 'BMP2', 'SHC1', 'BAD', 'MAPK10', 'MAPK9', 'MAP2K1', 'MAP2K2', 'MAP2K5', 'PTPN11', 'RAB3A', 'RAC1', 'MAPK8', 'MAPK1', 'MAPK7', 'MAPK3', 'DOK5', 'PRKCD', 'NSF', 'CDK5R1', 'NCK2', 'MARCKS', 'EIF2S2', 'DOCK3', 'DPYSL2', 'SH2B1', 'CDKL5', 'RANBP9', 'GRIA3', 'GRIA2', 'YBX1', 'CDH2', 'CDK5', 'EGR1', 'SIRPA', 'EIF2S1', 'EEF2', 'CNR1', 'EGR2', 'NTRK3', 'RACK1', 'FRS3', 'LINGO1', 'KCNA3', 'CDC42', 'CRTC1', 'IGF2BP1', 'RHOG', 'CAMK1', 'KSR1', 'SH2B2', 'GABRB3', 'CYFIP1', 'ACACB', 'KCNN2', 'SPP1', 'KIDINS220', 'RASGRF1', 'RAP1A', 'RELA', 'SORT1', 'STAT5B', 'ADAM17', 'TIAM1', 'STAT5A', 'APC', 'SHC4', 'FYN', 'GRIA1', 'GRB2', 'GRIN2B', 'GRIN1', 'NGFR', 'NCK1', 'NTRK1', 'PLCG1', 'NTRK2']}, {'KEID': 'https://identifiers.org/aop.events/1944', 'WPtitle': 'Disruption of postsynaptic signaling by CNV', 'gene': ['GRM1', 'ARC', 'MAPK1', 'MAPK3', 'NRXN1', 'NRXN2', 'NRXN3', 'DLG2', 'SHANK1', 'GRIN2D', 'GRIN2C', 'YWHAG', 'CAMK2G', 'RPH3A', 'SYNGAP1', 'GRIN1', 'GRIN2A', 'GRIN2B', 'NLGN1', 'HOMER1', 'CYFIP1', 'NLGN2', 'NLGN3', 'NLGN4X', 'DLG1', 'RYR2', 'DLGAP1', 'CAMK2B', 'STX1A', 'TJP1', 'FMR1', 'CAMK2A', 'CAMK2D']}, {'KEID': 'https://identifiers.org/aop.events/1582', 'WPtitle': 'Axon guidance', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/1582', 'WPtitle': 'Microtubule cytoskeleton regulation', 'gene': ['GSK3B', 'ABL1', 'RHO', 'TAOK1', 'MAPT', 'PRKCA', 'CAMK4', 'GNAQ', 'AKT1', 'PAK1', 'STAT3', 'SRC', 'CDK1', 'PIK3CA', 'RAC1', 'F2RL2', 'CDC42', 'PRKACA', 'TRIO', 'PHLDB2', 'DIAPH1', 'TPPP', 'MAPKAPK2', 'CFL2', 'DPYSL2', 'SPRED1', 'CLASP1', 'TESK2', 'ROCK1', 'PTEN', 'AURKB', 'APC', 'WNT3A', 'TIAM1', 'DVL1', 'PARD6A', 'STMN1', 'PTPRA', 'CLIP1', 'EPHB2', 'MAPRE1', 'MAP1B', 'KIF2C', 'LIMK1', 'MARK2', 'MARK1']}, {'KEID': 'https://identifiers.org/aop.events/1942', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1896', 'WPtitle': 'DNA damage response', 'gene': ['PML', 'PRKDC', 'CDKN1A', 'RAD52', 'BRCA1', 'BID', 'FAS', 'RAD51', 'CASP8', 'SMC1A', 'BAX', 'MRE11', 'MYC', 'NBN', 'PIDD1', 'RFC1', 'ATRIP', 'TP53AIP1', 'TLK2', 'CCNB3', 'HUS1B', 'CHEK1', 'RAD17', 'CASP3', 'CDK1', 'CYCS', 'RAD9A', 'ATR', 'CHEK2', 'H2AX', 'CREB1', 'TNFRSF10B', 'CDK2', 'CASP9', 'CDK4', 'MDM2', 'TP53', 'PMAIP1', 'AKT1', 'FANCD2', 'ATM', 'ABL1', 'CCNE1', 'BBC3', 'CCND1', 'CDKN1B', 'RAD1', 'RAD50', 'RPA2', 'CCND2', 'APAF1', 'RB1', 'CCNE2', 'CCNB2', 'CDC25C', 'CDK5', 'CDK6', 'CCND3', 'GADD45A', 'CCNB1', 'DDB2', 'E2F1', 'GADD45G', 'CDC25A', 'TLK1', 'GADD45B', 'SFN', 'RRM2B', 'SESN1']}, {'KEID': 'https://identifiers.org/aop.events/1896', 'WPtitle': 'DNA repair pathways full network', 'gene': ['FAAP24', 'RFC3', 'PCNA', 'RPA1', 'FANCD2', 'FANCI', 'BRCA2', 'BRIP1', 'CHEK1', 'ATM', 'POLE3', 'WRN', 'RFC4', 'USP1', 'FANCC', 'ATR', 'EXO1', 'POLH', 'CENPX', 'FANCM', 'FANCA', 'FAAP100', 'FANCF', 'FANCB', 'POLE', 'ERCC4', 'POLD4', 'CENPS', 'FANCG', 'FAN1', 'HMGB1', 'H2AX', 'APEX1', 'RBX1', 'XRCC5', 'MLH1', 'PMS2', 'PARP2', 'XPC', 'XRCC4', 'LIG4', 'GTF2H5', 'MNAT1', 'POLB', 'GTF2H3', 'GTF2H1', 'ERCC2', 'RAD23B', 'RAP1A', 'CDK7', 'DDB2', 'CCNH', 'GTF2H2', 'PARP1', 'ERCC3', 'GTF2H4', 'RAD23A', 'LIG3', 'REV3L', 'PNKP', 'ERCC8', 'NTHL1', 'XRCC1', 'UNG', 'MSH2', 'POLI', 'MPG', 'LIG1', 'NEIL3', 'MSH3', 'OGG1', 'MSH6', 'POLM', 'SMUG1', 'MBD4', 'TERF2', 'MUTYH', 'ERCC5', 'REV1', 'XPA', 'TDG', 'CUL4A', 'CETN2', 'DCLRE1C', 'NEIL2', 'CUL4B', 'POLL', 'DDB1', 'FEN1', 'APEX2', 'MGMT', 'NHEJ1', 'XRCC6', 'RAD54B', 'ERCC6', 'PRKDC', 'RAD52', 'BRCA1', 'ERCC1', 'MRE11', 'RFC1', 'RFC2', 'RAD51', 'POLD1', 'POLD3', 'PALB2', 'POLE2', 'NBN', 'RPA3', 'POLD2', 'RAD51C', 'RFC5', 'FANCE', 'RAD50', 'WDR48', 'POLE4', 'FANCL', 'RPA2', 'POLK']}, {'KEID': 'https://identifiers.org/aop.events/1172', 'WPtitle': 'Canonical NF-kB pathway', 'gene': ['NFKB1', 'NFKBIA', 'IKBKB', 'NFKBIE', 'CHUK', 'IKBKG', 'RELA', 'REL']}, {'KEID': 'https://identifiers.org/aop.events/1172', 'WPtitle': 'Interleukin-1 induced activation of NF-kB', 'gene': ['AJUBA', 'SQSTM1', 'TRAF6', 'UBE2N', 'IRAK1', 'UBE2V1', 'NFKB1', 'IL1A', 'PRKCZ', 'TIFA']}, {'KEID': 'https://identifiers.org/aop.events/1496', 'WPtitle': 'Chemokine signaling', 'gene': ['RAC1', 'VAV3', 'RAF1', 'AKT1', 'VAV1', 'ARRB2', 'ADCY3', 'ARRB1', 'ELMO1', 'CCL28', 'PAK1', 'SHC3', 'PIK3R1', 'CXCL5', 'GNG3', 'SHC1', 'VAV2', 'NCF1', 'MAP2K1', 'STAT3', 'GNG4', 'GNG8', 'CRK', 'GNGT2', 'PRKCB', 'HRAS', 'GNG5', 'GNG12', 'GNB2', 'PIK3CD', 'STAT2', 'GNG2', 'GNG7', 'GRK6', 'LYN', 'GNG10', 'CHUK', 'NRAS', 'CCL5', 'IKBKG', 'ROCK1', 'CCL26', 'FGR', 'CCL22', 'PLCB4', 'CRKL', 'CCR6', 'CXCL9', 'PLCB2', 'CCL21', 'ROCK2', 'CXCL13', 'PLCB3', 'CXCL11', 'PRKCD', 'CXCL3', 'CXCL16', 'CCL15', 'CCL27', 'CXCR2', 'ADCY2', 'CDC42', 'RASGRP2', 'PRKCZ', 'GNAI3', 'GNAI2', 'CCL1', 'JAK3', 'RAP1A', 'KRAS', 'ADCY4', 'GNAI1', 'RAP1B', 'CXCR4', 'CCR2', 'ADCY7', 'ADCY8', 'PRKACB', 'PIK3R5', 'PARD3', 'PRKACG', 'ADCY1', 'PF4', 'PPBP', 'ADCY9', 'BRAF', 'TIAM1', 'GRB2', 'ADCY6', 'STAT5B', 'ADCY5', 'RELA', 'GRK2', 'CCL11', 'PTK2', 'CXCL10', 'CCL3', 'CCL4', 'GRK5', 'SHC4', 'CCR3', 'PLCB1', 'CX3CL1', 'WAS', 'CCL17', 'CSK', 'NFKBIB', 'CCL24', 'WASL', 'CCL7', 'ITK', 'PTK2B', 'PREX1', 'GRK4', 'CCR7', 'CCL25', 'DOCK2', 'XCL1', 'CXCL14', 'TIAM2', 'CXCR5', 'CCR1', 'CX3CR1', 'CXCR6', 'CCL19', 'XCR1', 'CCR9', 'CCR8', 'CCR4', 'PRKX', 'CCR10', 'GRK1', 'CXCR3', 'BCAR1', 'PIK3CB', 'GNB5', 'GNB1', 'GSK3B', 'PXN', 'JAK2', 'MAPK1', 'SOS2', 'NFKBIA', 'HCK', 'MAPK3', 'IKBKB', 'AKT2', 'PIK3R2', 'PIK3CG', 'CXCL12', 'NFKB1', 'GNB3', 'GNB4', 'CCL20', 'STAT1', 'SOS1', 'AKT3', 'PIK3R3', 'FOXO3', 'PIK3CA', 'GNG13', 'GNG11', 'GNGT1', 'RAC2', 'SHC2']}, {'KEID': 'https://identifiers.org/aop.events/1496', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1496', 'WPtitle': 'Cells and molecules involved in local acute inflammatory response', 'gene': ['SELPLG', 'TNF', 'IL6', 'ITGB1', 'CXCL8', 'ITGB2', 'IL1A', 'VCAM1', 'ICAM1', 'C3', 'SELP', 'C5', 'C7', 'C6', 'ITGA4', 'ITGAL', 'KNG1']}, {'KEID': 'https://identifiers.org/aop.events/1496', 'WPtitle': 'Overview of proinflammatory and profibrotic mediators', 'gene': ['IL25', 'IL12A', 'CXCL8', 'IL13', 'CSF1', 'IFNL2', 'IL17D', 'IFNL1', 'IL3', 'CSF2', 'CXCL1', 'CXCL5', 'IL1B', 'IL17C', 'IL17B', 'IL10', 'IL6', 'IFNG', 'IL17A', 'VEGFA', 'IL17F', 'IL23A', 'IL12B', 'IL5', 'IL4', 'CCL20', 'MMP9', 'TGFB1', 'CXCL12', 'CCL2', 'IL2', 'CCL3L1', 'CCL28', 'CTF1', 'IL33', 'CCL1', 'SPP1', 'EPO', 'LIF', 'MMP3', 'PF4', 'PPBP', 'LTA', 'EBI3', 'CSF3', 'CXCL2', 'IL7', 'OSM', 'IL22', 'CCL27', 'IL31', 'CCL15', 'CNTF', 'CXCL11', 'CXCL3', 'IL18', 'CXCL16', 'CXCL13', 'TNFSF13', 'AREG', 'IL1A', 'IL11', 'CCL22', 'TNFSF13B', 'CCL8', 'CXCL9', 'IL21', 'IL9', 'CXCL6', 'CCL21', 'NFKB1', 'CCL26', 'IFNL3', 'TNF', 'CCL5', 'IL26', 'CCL18', 'CCL4L2', 'CCL14', 'IFNW1', 'CCL13', 'IFNK', 'TSLP', 'IL24', 'IL20', 'CCL16', 'CCL23', 'CXCL17', 'IL36RN', 'IL36A', 'IL1F10', 'IL36B', 'XCL2', 'IL37', 'IL36G', 'PF4V1', 'CCL11', 'MMP1', 'IFNB1', 'CXCL10', 'IFNA7', 'CCL3', 'CCL4', 'IL27', 'IFNA14', 'IFNA1', 'IFNA17', 'IFNA13', 'IFNA4', 'IFNA5', 'IFNA16', 'IFNA2', 'IFNA10', 'IL19', 'IL15', 'IFNA6', 'IFNA8', 'IFNA21', 'IL1RN', 'XCL1', 'CXCL14', 'CCL19', 'CCL25', 'CCL7', 'CCL24', 'CX3CL1', 'CCL17']}, {'KEID': 'https://identifiers.org/aop.events/1496', 'WPtitle': 'TGF-beta receptor signaling', 'gene': ['ZFYVE9', 'ENG', 'RUNX3', 'TGFBR3', 'LEF1', 'FKBP1A', 'BAMBI', 'FST', 'EGF', 'FOXH1', 'NOG', 'SERPINE1', 'TGFBR2', 'TGFBR1', 'LEFTY2', 'SPP1', 'SKIL', 'SMAD3', 'SMAD2', 'SMAD7', 'SMAD6', 'LIF', 'INHBA', 'SKI', 'TGIF1', 'ZNF423', 'LEFTY1', 'ZEB2', 'LTBP1', 'SMAD1', 'SMAD4', 'SMAD5', 'JAK1', 'JUN', 'SMAD9', 'CTNNB1', 'EP300', 'FOS', 'HRAS', 'CREBBP', 'IFNG', 'ITGB6', 'TFE3', 'RUNX2', 'BMP4', 'MAPK3', 'MAPK9', 'TNF', 'WNT1', 'STAT1', 'STAT3', 'TGFB1', 'THBS1', 'NFKB1', 'MIR302A']}, {'KEID': 'https://identifiers.org/aop.events/68', 'WPtitle': 'Metabolic pathways of fibroblasts', 'gene': ['ALDH18A1', 'UGDH', 'GCK', 'CD36', 'PYCR1', 'PSPH', 'RHOA', 'GLUD1', 'SLC2A1', 'GPI', 'GLS', 'LDHA', 'SLC1A5', 'PSAT1', 'LOXL2', 'UGP2', 'P3H3', 'SLC16A1', 'P4HA3', 'P3H4', 'PHGDH', 'PGM1', 'BMP1', 'P4HA1', 'ADAMTS2', 'FGFR1', 'SERPINH1', 'PLOD1', 'PLCG1', 'FGFR4', 'LPAR1', 'P4HA2']}, {'KEID': 'https://identifiers.org/aop.events/68', 'WPtitle': 'Metabolic pathways of fibroblasts', 'gene': ['ALDH18A1', 'UGDH', 'GCK', 'CD36', 'PYCR1', 'PSPH', 'RHOA', 'GLUD1', 'SLC2A1', 'GPI', 'GLS', 'LDHA', 'SLC1A5', 'PSAT1', 'LOXL2', 'UGP2', 'P3H3', 'SLC16A1', 'P4HA3', 'P3H4', 'PHGDH', 'PGM1', 'BMP1', 'P4HA1', 'ADAMTS2', 'FGFR1', 'SERPINH1', 'PLOD1', 'PLCG1', 'FGFR4', 'LPAR1', 'P4HA2']}, {'KEID': 'https://identifiers.org/aop.events/1493', 'WPtitle': 'Chemokine signaling', 'gene': ['RAC1', 'VAV3', 'RAF1', 'AKT1', 'VAV1', 'ARRB2', 'ADCY3', 'ARRB1', 'ELMO1', 'CCL28', 'PAK1', 'SHC3', 'PIK3R1', 'CXCL5', 'GNG3', 'SHC1', 'VAV2', 'NCF1', 'MAP2K1', 'STAT3', 'GNG4', 'GNG8', 'CRK', 'GNGT2', 'PRKCB', 'HRAS', 'GNG5', 'GNG12', 'GNB2', 'PIK3CD', 'STAT2', 'GNG2', 'GNG7', 'GRK6', 'LYN', 'GNG10', 'CHUK', 'NRAS', 'CCL5', 'IKBKG', 'ROCK1', 'CCL26', 'FGR', 'CCL22', 'PLCB4', 'CRKL', 'CCR6', 'CXCL9', 'PLCB2', 'CCL21', 'ROCK2', 'CXCL13', 'PLCB3', 'CXCL11', 'PRKCD', 'CXCL3', 'CXCL16', 'CCL15', 'CCL27', 'CXCR2', 'ADCY2', 'CDC42', 'RASGRP2', 'PRKCZ', 'GNAI3', 'GNAI2', 'CCL1', 'JAK3', 'RAP1A', 'KRAS', 'ADCY4', 'GNAI1', 'RAP1B', 'CXCR4', 'CCR2', 'ADCY7', 'ADCY8', 'PRKACB', 'PIK3R5', 'PARD3', 'PRKACG', 'ADCY1', 'PF4', 'PPBP', 'ADCY9', 'BRAF', 'TIAM1', 'GRB2', 'ADCY6', 'STAT5B', 'ADCY5', 'RELA', 'GRK2', 'CCL11', 'PTK2', 'CXCL10', 'CCL3', 'CCL4', 'GRK5', 'SHC4', 'CCR3', 'PLCB1', 'CX3CL1', 'WAS', 'CCL17', 'CSK', 'NFKBIB', 'CCL24', 'WASL', 'CCL7', 'ITK', 'PTK2B', 'PREX1', 'GRK4', 'CCR7', 'CCL25', 'DOCK2', 'XCL1', 'CXCL14', 'TIAM2', 'CXCR5', 'CCR1', 'CX3CR1', 'CXCR6', 'CCL19', 'XCR1', 'CCR9', 'CCR8', 'CCR4', 'PRKX', 'CCR10', 'GRK1', 'CXCR3', 'BCAR1', 'PIK3CB', 'GNB5', 'GNB1', 'GSK3B', 'PXN', 'JAK2', 'MAPK1', 'SOS2', 'NFKBIA', 'HCK', 'MAPK3', 'IKBKB', 'AKT2', 'PIK3R2', 'PIK3CG', 'CXCL12', 'NFKB1', 'GNB3', 'GNB4', 'CCL20', 'STAT1', 'SOS1', 'AKT3', 'PIK3R3', 'FOXO3', 'PIK3CA', 'GNG13', 'GNG11', 'GNGT1', 'RAC2', 'SHC2']}, {'KEID': 'https://identifiers.org/aop.events/1493', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1493', 'WPtitle': 'Cells and molecules involved in local acute inflammatory response', 'gene': ['SELPLG', 'TNF', 'IL6', 'ITGB1', 'CXCL8', 'ITGB2', 'IL1A', 'VCAM1', 'ICAM1', 'C3', 'SELP', 'C5', 'C7', 'C6', 'ITGA4', 'ITGAL', 'KNG1']}, {'KEID': 'https://identifiers.org/aop.events/1493', 'WPtitle': 'Overview of proinflammatory and profibrotic mediators', 'gene': ['IL25', 'IL12A', 'CXCL8', 'IL13', 'CSF1', 'IFNL2', 'IL17D', 'IFNL1', 'IL3', 'CSF2', 'CXCL1', 'CXCL5', 'IL1B', 'IL17C', 'IL17B', 'IL10', 'IL6', 'IFNG', 'IL17A', 'VEGFA', 'IL17F', 'IL23A', 'IL12B', 'IL5', 'IL4', 'CCL20', 'MMP9', 'TGFB1', 'CXCL12', 'CCL2', 'IL2', 'CCL3L1', 'CCL28', 'CTF1', 'IL33', 'CCL1', 'SPP1', 'EPO', 'LIF', 'MMP3', 'PF4', 'PPBP', 'LTA', 'EBI3', 'CSF3', 'CXCL2', 'IL7', 'OSM', 'IL22', 'CCL27', 'IL31', 'CCL15', 'CNTF', 'CXCL11', 'CXCL3', 'IL18', 'CXCL16', 'CXCL13', 'TNFSF13', 'AREG', 'IL1A', 'IL11', 'CCL22', 'TNFSF13B', 'CCL8', 'CXCL9', 'IL21', 'IL9', 'CXCL6', 'CCL21', 'NFKB1', 'CCL26', 'IFNL3', 'TNF', 'CCL5', 'IL26', 'CCL18', 'CCL4L2', 'CCL14', 'IFNW1', 'CCL13', 'IFNK', 'TSLP', 'IL24', 'IL20', 'CCL16', 'CCL23', 'CXCL17', 'IL36RN', 'IL36A', 'IL1F10', 'IL36B', 'XCL2', 'IL37', 'IL36G', 'PF4V1', 'CCL11', 'MMP1', 'IFNB1', 'CXCL10', 'IFNA7', 'CCL3', 'CCL4', 'IL27', 'IFNA14', 'IFNA1', 'IFNA17', 'IFNA13', 'IFNA4', 'IFNA5', 'IFNA16', 'IFNA2', 'IFNA10', 'IL19', 'IL15', 'IFNA6', 'IFNA8', 'IFNA21', 'IL1RN', 'XCL1', 'CXCL14', 'CCL19', 'CCL25', 'CCL7', 'CCL24', 'CX3CL1', 'CCL17']}, {'KEID': 'https://identifiers.org/aop.events/1493', 'WPtitle': 'TGF-beta receptor signaling', 'gene': ['ZFYVE9', 'ENG', 'RUNX3', 'TGFBR3', 'LEF1', 'FKBP1A', 'BAMBI', 'FST', 'EGF', 'FOXH1', 'NOG', 'SERPINE1', 'TGFBR2', 'TGFBR1', 'LEFTY2', 'SPP1', 'SKIL', 'SMAD3', 'SMAD2', 'SMAD7', 'SMAD6', 'LIF', 'INHBA', 'SKI', 'TGIF1', 'ZNF423', 'LEFTY1', 'ZEB2', 'LTBP1', 'SMAD1', 'SMAD4', 'SMAD5', 'JAK1', 'JUN', 'SMAD9', 'CTNNB1', 'EP300', 'FOS', 'HRAS', 'CREBBP', 'IFNG', 'ITGB6', 'TFE3', 'RUNX2', 'BMP4', 'MAPK3', 'MAPK9', 'TNF', 'WNT1', 'STAT1', 'STAT3', 'TGFB1', 'THBS1', 'NFKB1', 'MIR302A']}, {'KEID': 'https://identifiers.org/aop.events/1493', 'WPtitle': 'Chemokine signaling', 'gene': ['RAC1', 'VAV3', 'RAF1', 'AKT1', 'VAV1', 'ARRB2', 'ADCY3', 'ARRB1', 'ELMO1', 'CCL28', 'PAK1', 'SHC3', 'PIK3R1', 'CXCL5', 'GNG3', 'SHC1', 'VAV2', 'NCF1', 'MAP2K1', 'STAT3', 'GNG4', 'GNG8', 'CRK', 'GNGT2', 'PRKCB', 'HRAS', 'GNG5', 'GNG12', 'GNB2', 'PIK3CD', 'STAT2', 'GNG2', 'GNG7', 'GRK6', 'LYN', 'GNG10', 'CHUK', 'NRAS', 'CCL5', 'IKBKG', 'ROCK1', 'CCL26', 'FGR', 'CCL22', 'PLCB4', 'CRKL', 'CCR6', 'CXCL9', 'PLCB2', 'CCL21', 'ROCK2', 'CXCL13', 'PLCB3', 'CXCL11', 'PRKCD', 'CXCL3', 'CXCL16', 'CCL15', 'CCL27', 'CXCR2', 'ADCY2', 'CDC42', 'RASGRP2', 'PRKCZ', 'GNAI3', 'GNAI2', 'CCL1', 'JAK3', 'RAP1A', 'KRAS', 'ADCY4', 'GNAI1', 'RAP1B', 'CXCR4', 'CCR2', 'ADCY7', 'ADCY8', 'PRKACB', 'PIK3R5', 'PARD3', 'PRKACG', 'ADCY1', 'PF4', 'PPBP', 'ADCY9', 'BRAF', 'TIAM1', 'GRB2', 'ADCY6', 'STAT5B', 'ADCY5', 'RELA', 'GRK2', 'CCL11', 'PTK2', 'CXCL10', 'CCL3', 'CCL4', 'GRK5', 'SHC4', 'CCR3', 'PLCB1', 'CX3CL1', 'WAS', 'CCL17', 'CSK', 'NFKBIB', 'CCL24', 'WASL', 'CCL7', 'ITK', 'PTK2B', 'PREX1', 'GRK4', 'CCR7', 'CCL25', 'DOCK2', 'XCL1', 'CXCL14', 'TIAM2', 'CXCR5', 'CCR1', 'CX3CR1', 'CXCR6', 'CCL19', 'XCR1', 'CCR9', 'CCR8', 'CCR4', 'PRKX', 'CCR10', 'GRK1', 'CXCR3', 'BCAR1', 'PIK3CB', 'GNB5', 'GNB1', 'GSK3B', 'PXN', 'JAK2', 'MAPK1', 'SOS2', 'NFKBIA', 'HCK', 'MAPK3', 'IKBKB', 'AKT2', 'PIK3R2', 'PIK3CG', 'CXCL12', 'NFKB1', 'GNB3', 'GNB4', 'CCL20', 'STAT1', 'SOS1', 'AKT3', 'PIK3R3', 'FOXO3', 'PIK3CA', 'GNG13', 'GNG11', 'GNGT1', 'RAC2', 'SHC2']}, {'KEID': 'https://identifiers.org/aop.events/1493', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1493', 'WPtitle': 'Cells and molecules involved in local acute inflammatory response', 'gene': ['SELPLG', 'TNF', 'IL6', 'ITGB1', 'CXCL8', 'ITGB2', 'IL1A', 'VCAM1', 'ICAM1', 'C3', 'SELP', 'C5', 'C7', 'C6', 'ITGA4', 'ITGAL', 'KNG1']}, {'KEID': 'https://identifiers.org/aop.events/1493', 'WPtitle': 'Overview of proinflammatory and profibrotic mediators', 'gene': ['IL25', 'IL12A', 'CXCL8', 'IL13', 'CSF1', 'IFNL2', 'IL17D', 'IFNL1', 'IL3', 'CSF2', 'CXCL1', 'CXCL5', 'IL1B', 'IL17C', 'IL17B', 'IL10', 'IL6', 'IFNG', 'IL17A', 'VEGFA', 'IL17F', 'IL23A', 'IL12B', 'IL5', 'IL4', 'CCL20', 'MMP9', 'TGFB1', 'CXCL12', 'CCL2', 'IL2', 'CCL3L1', 'CCL28', 'CTF1', 'IL33', 'CCL1', 'SPP1', 'EPO', 'LIF', 'MMP3', 'PF4', 'PPBP', 'LTA', 'EBI3', 'CSF3', 'CXCL2', 'IL7', 'OSM', 'IL22', 'CCL27', 'IL31', 'CCL15', 'CNTF', 'CXCL11', 'CXCL3', 'IL18', 'CXCL16', 'CXCL13', 'TNFSF13', 'AREG', 'IL1A', 'IL11', 'CCL22', 'TNFSF13B', 'CCL8', 'CXCL9', 'IL21', 'IL9', 'CXCL6', 'CCL21', 'NFKB1', 'CCL26', 'IFNL3', 'TNF', 'CCL5', 'IL26', 'CCL18', 'CCL4L2', 'CCL14', 'IFNW1', 'CCL13', 'IFNK', 'TSLP', 'IL24', 'IL20', 'CCL16', 'CCL23', 'CXCL17', 'IL36RN', 'IL36A', 'IL1F10', 'IL36B', 'XCL2', 'IL37', 'IL36G', 'PF4V1', 'CCL11', 'MMP1', 'IFNB1', 'CXCL10', 'IFNA7', 'CCL3', 'CCL4', 'IL27', 'IFNA14', 'IFNA1', 'IFNA17', 'IFNA13', 'IFNA4', 'IFNA5', 'IFNA16', 'IFNA2', 'IFNA10', 'IL19', 'IL15', 'IFNA6', 'IFNA8', 'IFNA21', 'IL1RN', 'XCL1', 'CXCL14', 'CCL19', 'CCL25', 'CCL7', 'CCL24', 'CX3CL1', 'CCL17']}, {'KEID': 'https://identifiers.org/aop.events/1493', 'WPtitle': 'TGF-beta receptor signaling', 'gene': ['ZFYVE9', 'ENG', 'RUNX3', 'TGFBR3', 'LEF1', 'FKBP1A', 'BAMBI', 'FST', 'EGF', 'FOXH1', 'NOG', 'SERPINE1', 'TGFBR2', 'TGFBR1', 'LEFTY2', 'SPP1', 'SKIL', 'SMAD3', 'SMAD2', 'SMAD7', 'SMAD6', 'LIF', 'INHBA', 'SKI', 'TGIF1', 'ZNF423', 'LEFTY1', 'ZEB2', 'LTBP1', 'SMAD1', 'SMAD4', 'SMAD5', 'JAK1', 'JUN', 'SMAD9', 'CTNNB1', 'EP300', 'FOS', 'HRAS', 'CREBBP', 'IFNG', 'ITGB6', 'TFE3', 'RUNX2', 'BMP4', 'MAPK3', 'MAPK9', 'TNF', 'WNT1', 'STAT1', 'STAT3', 'TGFB1', 'THBS1', 'NFKB1', 'MIR302A']}, {'KEID': 'https://identifiers.org/aop.events/265', 'WPtitle': 'Oxidative stress response', 'gene': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH']}, {'KEID': 'https://identifiers.org/aop.events/265', 'WPtitle': 'Chemokine signaling', 'gene': ['RAC1', 'VAV3', 'RAF1', 'AKT1', 'VAV1', 'ARRB2', 'ADCY3', 'ARRB1', 'ELMO1', 'CCL28', 'PAK1', 'SHC3', 'PIK3R1', 'CXCL5', 'GNG3', 'SHC1', 'VAV2', 'NCF1', 'MAP2K1', 'STAT3', 'GNG4', 'GNG8', 'CRK', 'GNGT2', 'PRKCB', 'HRAS', 'GNG5', 'GNG12', 'GNB2', 'PIK3CD', 'STAT2', 'GNG2', 'GNG7', 'GRK6', 'LYN', 'GNG10', 'CHUK', 'NRAS', 'CCL5', 'IKBKG', 'ROCK1', 'CCL26', 'FGR', 'CCL22', 'PLCB4', 'CRKL', 'CCR6', 'CXCL9', 'PLCB2', 'CCL21', 'ROCK2', 'CXCL13', 'PLCB3', 'CXCL11', 'PRKCD', 'CXCL3', 'CXCL16', 'CCL15', 'CCL27', 'CXCR2', 'ADCY2', 'CDC42', 'RASGRP2', 'PRKCZ', 'GNAI3', 'GNAI2', 'CCL1', 'JAK3', 'RAP1A', 'KRAS', 'ADCY4', 'GNAI1', 'RAP1B', 'CXCR4', 'CCR2', 'ADCY7', 'ADCY8', 'PRKACB', 'PIK3R5', 'PARD3', 'PRKACG', 'ADCY1', 'PF4', 'PPBP', 'ADCY9', 'BRAF', 'TIAM1', 'GRB2', 'ADCY6', 'STAT5B', 'ADCY5', 'RELA', 'GRK2', 'CCL11', 'PTK2', 'CXCL10', 'CCL3', 'CCL4', 'GRK5', 'SHC4', 'CCR3', 'PLCB1', 'CX3CL1', 'WAS', 'CCL17', 'CSK', 'NFKBIB', 'CCL24', 'WASL', 'CCL7', 'ITK', 'PTK2B', 'PREX1', 'GRK4', 'CCR7', 'CCL25', 'DOCK2', 'XCL1', 'CXCL14', 'TIAM2', 'CXCR5', 'CCR1', 'CX3CR1', 'CXCR6', 'CCL19', 'XCR1', 'CCR9', 'CCR8', 'CCR4', 'PRKX', 'CCR10', 'GRK1', 'CXCR3', 'BCAR1', 'PIK3CB', 'GNB5', 'GNB1', 'GSK3B', 'PXN', 'JAK2', 'MAPK1', 'SOS2', 'NFKBIA', 'HCK', 'MAPK3', 'IKBKB', 'AKT2', 'PIK3R2', 'PIK3CG', 'CXCL12', 'NFKB1', 'GNB3', 'GNB4', 'CCL20', 'STAT1', 'SOS1', 'AKT3', 'PIK3R3', 'FOXO3', 'PIK3CA', 'GNG13', 'GNG11', 'GNGT1', 'RAC2', 'SHC2']}, {'KEID': 'https://identifiers.org/aop.events/265', 'WPtitle': 'TGF-beta receptor signaling', 'gene': ['ZFYVE9', 'ENG', 'RUNX3', 'TGFBR3', 'LEF1', 'FKBP1A', 'BAMBI', 'FST', 'EGF', 'FOXH1', 'NOG', 'SERPINE1', 'TGFBR2', 'TGFBR1', 'LEFTY2', 'SPP1', 'SKIL', 'SMAD3', 'SMAD2', 'SMAD7', 'SMAD6', 'LIF', 'INHBA', 'SKI', 'TGIF1', 'ZNF423', 'LEFTY1', 'ZEB2', 'LTBP1', 'SMAD1', 'SMAD4', 'SMAD5', 'JAK1', 'JUN', 'SMAD9', 'CTNNB1', 'EP300', 'FOS', 'HRAS', 'CREBBP', 'IFNG', 'ITGB6', 'TFE3', 'RUNX2', 'BMP4', 'MAPK3', 'MAPK9', 'TNF', 'WNT1', 'STAT1', 'STAT3', 'TGFB1', 'THBS1', 'NFKB1', 'MIR302A']}, {'KEID': 'https://identifiers.org/aop.events/1492', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1817', 'WPtitle': 'Apoptosis', 'gene': ['NFKBIB', 'NFKBIE', 'MIR29B1', 'MIR29B2', 'BCL2L11', 'CDKN2A', 'CHUK', 'BIRC2', 'BIRC3', 'XIAP', 'BIRC5', 'DFFA', 'DFFB', 'AKT1', 'BBC3', 'APAF1', 'FASLG', 'IRF3', 'IGF1', 'FAS', 'IKBKB', 'MCL1', 'MDM2', 'MAP3K1', 'MYC', 'NFKB1', 'IRF7', 'JUN', 'CYCS', 'MAPK10', 'DIABLO', 'BAD', 'BAK1', 'BAX', 'BCL2', 'PMAIP1', 'NFKBIA', 'PIK3R1', 'BID', 'MAP2K4', 'BOK', 'TNF', 'TNFRSF1A', 'BCL2L1', 'BCL2L2', 'CASP1', 'CASP2', 'CASP3', 'CASP4', 'CASP6', 'TNFRSF1B', 'TP53', 'TRAF3', 'IKBKG', 'TRADD', 'TNFRSF25', 'RIPK1', 'CRADD', 'HRK', 'CASP7', 'CASP8', 'CASP9', 'CASP10', 'TNFSF10', 'FADD', 'TNFRSF10B', 'CFLAR', 'LTA', 'RELA', 'IGF1R', 'TRAF1', 'TRAF2', 'TNFRSF21', 'BNIP3L', 'SCAF11', 'GZMB', 'HELLS', 'IGF2', 'IRF2', 'IRF4', 'PRF1', 'IRF6', 'TP73', 'TP63', 'MIR29A', 'IRF5', 'IRF1']}, {'KEID': 'https://identifiers.org/aop.events/1817', 'WPtitle': 'Apoptosis modulation and signaling', 'gene': ['BIRC7', 'TNFRSF10A', 'BBC3', 'BIRC5', 'CASP10', 'CASP9', 'CASP7', 'DFFA', 'BMF', 'CAPNS1', 'APAF1', 'MAP3K14', 'JUN', 'PTPN13', 'PMAIP1', 'BCL2L11', 'PTRH2', 'TNFRSF10B', 'TNFSF10', 'MADD', 'HTRA2', 'SEPTIN4', 'BNIP3', 'BLK', 'BIRC3', 'BIRC2', 'BOK', 'BAX', 'BAK1', 'BCL2A1', 'BCL2', 'BCL2L2', 'BCL2L10', 'BCL2L1', 'BIK', 'BID', 'MIR29B2', 'MIR29B1', 'BAG3', 'BAD', 'TNFRSF10C', 'DIABLO', 'TNFRSF10D', 'CYCS', 'FADD', 'ENDOG', 'DFFB', 'FAS', 'IKBKB', 'HRK', 'FOS', 'FASLG', 'CASP8', 'CASP6', 'CASP3', 'CASP2', 'CDKN2A', 'DAXX', 'CRADD', 'CFLAR', 'PRKD1', 'PIDD1', 'XIAP', 'HSPA1A', 'NAIP', 'TRAF6', 'TRAF3', 'TRADD', 'TNFRSF25', 'TNFRSF1B', 'TNFRSF1A', 'NFKBIA', 'NFKB1', 'MYD88', 'MCL1', 'TOLLIP', 'TNFRSF6B', 'IRAK1', 'IL1R2', 'IL1R1', 'MAPK8', 'MAPK3', 'MAP3K5', 'CASP4', 'CASP1', 'AIFM2', 'RIPK1', 'PEA15', 'AIFM1', 'TP53']}, {'KEID': 'https://identifiers.org/aop.events/1819', 'WPtitle': 'Interferon-mediated signaling', 'gene': ['IFNAR1', 'IFNAR2', 'IFNA7', 'IFNGR2', 'IFNB1', 'IFNGR1', 'IFNE', 'IFNA14', 'IFNA10', 'IFNA13', 'IFNA1', 'IFNA2', 'IFNA6', 'IFNA8', 'IFNA4', 'IFNA5', 'IFNA21', 'IFNA16', 'IFNA17', 'IFNK', 'IFNW1', 'PRKCA', 'PIK3R1', 'PIK3CA', 'IFNL2', 'IFNL1', 'IFNL3', 'IFNG', 'JAK1', 'IL10RB', 'JAK2', 'IRF9', 'IFNLR1', 'IFNL4', 'TYK2', 'STAT1', 'STAT2']}, {'KEID': 'https://identifiers.org/aop.events/1819', 'WPtitle': 'Type II interferon signaling', 'gene': ['PSMB9', 'ISG15', 'CXCL10', 'NOS2', 'IFNGR1', 'IFNGR2', 'IFI6', 'ICAM1', 'CXCL9', 'PRKCD', 'IFNB1', 'HLA-B', 'CIITA', 'OAS1', 'IFNA2', 'IRF1', 'TAP1', 'REG1A', 'IRF4', 'IRF8', 'IRF2', 'SOCS3', 'STAT1', 'STAT2', 'H4C1', 'SOCS1', 'IFIT2', 'IRF9', 'PTPN11', 'CYBB', 'IL1B', 'IFNG', 'JAK2', 'JAK1', 'SPI1', 'GBP1', 'EIF2AK2']}, {'KEID': 'https://identifiers.org/aop.events/1750', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/1750', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1750', 'WPtitle': 'MAPK signaling', 'gene': ['CACNA1G', 'CACNA2D2', 'MAPK8IP2', 'CACNB1', 'CACNG5', 'CACNG4', 'CACNA1S', 'MKNK2', 'CACNA1I', 'CACNA1F', 'CACNG7', 'DUSP3', 'CACNG1', 'RAPGEF2', 'DUSP16', 'MAPK8IP1', 'HSPA2', 'CACNG6', 'DUSP9', 'TAOK3', 'MAPK8IP3', 'CACNA1A', 'CACNG8', 'CACNA2D4', 'CACNA1C', 'CACNA2D1', 'CACNA1D', 'CACNA2D3', 'CACNG2', 'CACNB3', 'HSPA6', 'CACNB4', 'DUSP8', 'NTF3', 'CACNA1H', 'CACNA1E', 'HSPA1B', 'HSPA1L', 'NTF4', 'CACNG3', 'DUSP10', 'DUSP4', 'DUSP6', 'DUSP7', 'HSPB1', 'MAPT', 'MAX', 'NLK', 'MAP3K20', 'PPM1A', 'PPM1B', 'PPP3CB', 'PPP3CC', 'PPP3R1', 'PPP3R2', 'TAOK1', 'PTPN7', 'PTPRR', 'PTPN5', 'MAPKAPK5', 'MKNK1', 'TAOK2', 'MAP3K14', 'TNFRSF1A', 'FGF8', 'SOS1', 'NGF', 'PRKCA', 'RPS6KA4', 'MAP4K2', 'RAC3', 'GNG12', 'HRAS', 'MAPK11', 'LRRK2', 'CHUK', 'AKT3', 'TAB1', 'MAP3K2', 'MAP4K1', 'MAP3K8', 'ATF2', 'CRK', 'MAPK14', 'DAXX', 'EGFR', 'ELK1', 'AKT1', 'AKT2', 'TAB2', 'FOS', 'GNA12', 'HSPA1A', 'FAS', 'IKBKB', 'IL1B', 'IL1R1', 'FASLG', 'JUN', 'JUND', 'ARRB1', 'ARRB2', 'MEF2C', 'MAP3K1', 'MAP3K4', 'MAP3K5', 'MAP3K11', 'MYC', 'NFATC1', 'NFKB1', 'NRAS', 'PAK1', 'PAK2', 'ECSIT', 'PPP3CA', 'PPP5C', 'MAPK1', 'MAPK3', 'MAPK7', 'MAPK8', 'MAPK9', 'MAPK10', 'MAPK13', 'MAP2K1', 'MAP2K2', 'MAP2K3', 'MAP2K5', 'MAP2K6', 'MAP2K7', 'RAC1', 'RAC2', 'RAF1', 'RASA1', 'RPS6KA3', 'BDNF', 'MAPK12', 'MAP2K4', 'SOS2', 'SRF', 'STK3', 'MAP3K7', 'TGFB1', 'TGFB2', 'TGFB3', 'TNF', 'TP53', 'TRAF6', 'MAP3K12', 'IL1R2', 'CASP3', 'MAP4K3', 'IKBKG', 'MAP3K6', 'MAP3K13', 'RPS6KA5', 'CD14', 'MAP4K4', 'NFATC3', 'FLNC', 'FLNB', 'CACNA1B', 'ELK4', 'CACNB2', 'CRKL', 'GADD45A', 'DDIT3', 'DUSP1', 'NR4A1', 'HSPA8', 'IL1A', 'PRKCD', 'LAMTOR3', 'MAPKAPK2', 'CDC25B', 'RASGRF1', 'FGFR2', 'FGFR3', 'RASGRP2', 'FGF10', 'FGF22', 'FGF4', 'NFKB2', 'ARAF', 'FGF20', 'STK4', 'FGF14', 'FGF9', 'RELB', 'PLA2G4C', 'FGF21', 'FGF6', 'FGF1', 'PDGFRB', 'FGF12', 'MAPKAPK3', 'PLA2G4A', 'FGF23', 'RRAS', 'FGF13', 'RRAS2', 'FGF5', 'FGF2', 'FGF7', 'PRKACB', 'NTRK2', 'RASGRP3', 'FGF18', 'DUSP2', 'FGF17', 'PLA2G4D', 'FGFR4', 'FGF11', 'FGF19', 'PRKACG', 'PLA2G4F', 'RASGRP4', 'RELA', 'FGF3', 'PLA2G4E', 'FGF16', 'NF1', 'PDGFA', 'PLA2G4B', 'RASGRP1', 'EGF', 'FGFR1', 'MRAS', 'FLNA', 'GRB2', 'KRAS', 'STMN1', 'ATF4', 'NTRK1', 'PDGFB', 'PRKACA', 'PRKCG', 'RAP1A', 'RAP1B', 'RASA2', 'RASGRF2', 'BRAF', 'TGFBR1', 'TGFBR2', 'TRAF2', 'CDC42']}, {'KEID': 'https://identifiers.org/aop.events/1750', 'WPtitle': 'IL1 signaling', 'gene': ['NFKBIB', 'MAP3K14', 'JUN', 'IRAK1', 'IRAK2', 'IKBKB', 'IL1B', 'IL1R1', 'AKT1', 'MAPK14', 'TAB3', 'TAB2', 'TAB1', 'MAP3K2', 'ATF2', 'IRAK3', 'CHUK', 'IL1A', 'MAP3K7', 'UBE2N', 'UBE2V1', 'TRAF6', 'SQSTM1', 'IKBKG', 'PTPN11', 'MAP2K3', 'MAP2K2', 'PELI2', 'PELI1', 'MAP2K6', 'MAP2K7', 'MAP2K4', 'CCL2', 'MAPK1', 'MAPK3', 'TOLLIP', 'MAP2K1', 'MAPK9', 'MAPK8', 'MAP3K1', 'MAP3K3', 'NFKB1', 'MYD88', 'ECSIT', 'IRAK4', 'PIK3R1', 'PIK3R2', 'NFKBIA', 'REL', 'RELA', 'PLCG1', 'PRKCZ', 'MAPKAPK2', 'IL1RAP', 'HSPB2']}, {'KEID': 'https://identifiers.org/aop.events/1750', 'WPtitle': 'Toll-like receptor signaling', 'gene': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5']}, {'KEID': 'https://identifiers.org/aop.events/1901', 'WPtitle': 'Interferon-mediated signaling', 'gene': ['IFNAR1', 'IFNAR2', 'IFNA7', 'IFNGR2', 'IFNB1', 'IFNGR1', 'IFNE', 'IFNA14', 'IFNA10', 'IFNA13', 'IFNA1', 'IFNA2', 'IFNA6', 'IFNA8', 'IFNA4', 'IFNA5', 'IFNA21', 'IFNA16', 'IFNA17', 'IFNK', 'IFNW1', 'PRKCA', 'PIK3R1', 'PIK3CA', 'IFNL2', 'IFNL1', 'IFNL3', 'IFNG', 'JAK1', 'IL10RB', 'JAK2', 'IRF9', 'IFNLR1', 'IFNL4', 'TYK2', 'STAT1', 'STAT2']}, {'KEID': 'https://identifiers.org/aop.events/1848', 'WPtitle': 'TLR4 signaling and tolerance', 'gene': ['TRAM1', 'TIRAP', 'TLR4', 'IL6', 'IRF3', 'TRAF3', 'NFKB1', 'TAB2', 'TAB1', 'MYD88', 'TRAF6', 'RIPK1', 'IKBKE', 'CXCL8', 'NFKBIA', 'TICAM1', 'IKBKG', 'IRAK3', 'TNF', 'CHUK', 'IKBKB', 'MAP3K7', 'IRAK4', 'IRAK1', 'TBK1', 'IRF7', 'INPP5D', 'IFNB1']}, {'KEID': 'https://identifiers.org/aop.events/1848', 'WPtitle': 'Toll-like receptor signaling', 'gene': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5']}, {'KEID': 'https://identifiers.org/aop.events/1848', 'WPtitle': 'Toll-like receptor signaling related to MyD88', 'gene': ['TICAM1', 'TLR2', 'TRAF3', 'TLR4', 'IRF3', 'IKBKB', 'MAPK1', 'NFKB1', 'TOLLIP', 'TIRAP', 'TLR9', 'TICAM2', 'IKBKE', 'IKBKG', 'CHUK', 'TRAF6', 'TBK1', 'TLR6', 'TLR1', 'TLR7', 'IRAK4', 'IRF7', 'IRAK1', 'MYD88', 'TLR8', 'NFKB2', 'TLR3', 'TLR5', 'REL', 'RELB', 'RELA']}, {'KEID': 'https://identifiers.org/aop.events/1847', 'WPtitle': 'SARS-CoV-2 replication organelle formation', 'gene': ['PIK3R4', 'AMBRA1', 'BECN1', 'PIK3C3', 'ZFYVE1', 'ATG14']}, {'KEID': 'https://identifiers.org/aop.events/1748', 'WPtitle': 'Downregulation of ACE2 by SARS-CoV-2 spike protein', 'gene': ['ACE', 'AGTR1', 'AGTR2', 'ACE2']}, {'KEID': 'https://identifiers.org/aop.events/1365', 'WPtitle': 'Apoptosis', 'gene': ['NFKBIB', 'NFKBIE', 'MIR29B1', 'MIR29B2', 'BCL2L11', 'CDKN2A', 'CHUK', 'BIRC2', 'BIRC3', 'XIAP', 'BIRC5', 'DFFA', 'DFFB', 'AKT1', 'BBC3', 'APAF1', 'FASLG', 'IRF3', 'IGF1', 'FAS', 'IKBKB', 'MCL1', 'MDM2', 'MAP3K1', 'MYC', 'NFKB1', 'IRF7', 'JUN', 'CYCS', 'MAPK10', 'DIABLO', 'BAD', 'BAK1', 'BAX', 'BCL2', 'PMAIP1', 'NFKBIA', 'PIK3R1', 'BID', 'MAP2K4', 'BOK', 'TNF', 'TNFRSF1A', 'BCL2L1', 'BCL2L2', 'CASP1', 'CASP2', 'CASP3', 'CASP4', 'CASP6', 'TNFRSF1B', 'TP53', 'TRAF3', 'IKBKG', 'TRADD', 'TNFRSF25', 'RIPK1', 'CRADD', 'HRK', 'CASP7', 'CASP8', 'CASP9', 'CASP10', 'TNFSF10', 'FADD', 'TNFRSF10B', 'CFLAR', 'LTA', 'RELA', 'IGF1R', 'TRAF1', 'TRAF2', 'TNFRSF21', 'BNIP3L', 'SCAF11', 'GZMB', 'HELLS', 'IGF2', 'IRF2', 'IRF4', 'PRF1', 'IRF6', 'TP73', 'TP63', 'MIR29A', 'IRF5', 'IRF1']}, {'KEID': 'https://identifiers.org/aop.events/1365', 'WPtitle': 'Apoptosis modulation and signaling', 'gene': ['BIRC7', 'TNFRSF10A', 'BBC3', 'BIRC5', 'CASP10', 'CASP9', 'CASP7', 'DFFA', 'BMF', 'CAPNS1', 'APAF1', 'MAP3K14', 'JUN', 'PTPN13', 'PMAIP1', 'BCL2L11', 'PTRH2', 'TNFRSF10B', 'TNFSF10', 'MADD', 'HTRA2', 'SEPTIN4', 'BNIP3', 'BLK', 'BIRC3', 'BIRC2', 'BOK', 'BAX', 'BAK1', 'BCL2A1', 'BCL2', 'BCL2L2', 'BCL2L10', 'BCL2L1', 'BIK', 'BID', 'MIR29B2', 'MIR29B1', 'BAG3', 'BAD', 'TNFRSF10C', 'DIABLO', 'TNFRSF10D', 'CYCS', 'FADD', 'ENDOG', 'DFFB', 'FAS', 'IKBKB', 'HRK', 'FOS', 'FASLG', 'CASP8', 'CASP6', 'CASP3', 'CASP2', 'CDKN2A', 'DAXX', 'CRADD', 'CFLAR', 'PRKD1', 'PIDD1', 'XIAP', 'HSPA1A', 'NAIP', 'TRAF6', 'TRAF3', 'TRADD', 'TNFRSF25', 'TNFRSF1B', 'TNFRSF1A', 'NFKBIA', 'NFKB1', 'MYD88', 'MCL1', 'TOLLIP', 'TNFRSF6B', 'IRAK1', 'IL1R2', 'IL1R1', 'MAPK8', 'MAPK3', 'MAP3K5', 'CASP4', 'CASP1', 'AIFM2', 'RIPK1', 'PEA15', 'AIFM1', 'TP53']}, {'KEID': 'https://identifiers.org/aop.events/1851', 'WPtitle': 'Angiotensin II receptor type 1 pathway (Homo sapiens)'}, {'KEID': 'https://identifiers.org/aop.events/889', 'WPtitle': 'Cellular Proteostasis'}, {'KEID': 'https://identifiers.org/aop.events/890', 'WPtitle': 'Oxidative stress response', 'gene': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH']}, {'KEID': 'https://identifiers.org/aop.events/1587', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1587', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/1457', 'WPtitle': 'TGF-beta signaling in thyroid cells for epithelial-mesenchymal transition', 'gene': ['AKT1', 'VIM', 'CDH1', 'MAPK3', 'TNC', 'SMAD2', 'SMAD3', 'ID1', 'CDH2', 'SNAI2', 'CDH16', 'CDH6', 'MAPK1', 'SNAI1', 'SMAD4', 'RUNX2', 'FN1']}, {'KEID': 'https://identifiers.org/aop.events/1586', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/149', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/149', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/149', 'WPtitle': 'MAPK signaling', 'gene': ['CACNA1G', 'CACNA2D2', 'MAPK8IP2', 'CACNB1', 'CACNG5', 'CACNG4', 'CACNA1S', 'MKNK2', 'CACNA1I', 'CACNA1F', 'CACNG7', 'DUSP3', 'CACNG1', 'RAPGEF2', 'DUSP16', 'MAPK8IP1', 'HSPA2', 'CACNG6', 'DUSP9', 'TAOK3', 'MAPK8IP3', 'CACNA1A', 'CACNG8', 'CACNA2D4', 'CACNA1C', 'CACNA2D1', 'CACNA1D', 'CACNA2D3', 'CACNG2', 'CACNB3', 'HSPA6', 'CACNB4', 'DUSP8', 'NTF3', 'CACNA1H', 'CACNA1E', 'HSPA1B', 'HSPA1L', 'NTF4', 'CACNG3', 'DUSP10', 'DUSP4', 'DUSP6', 'DUSP7', 'HSPB1', 'MAPT', 'MAX', 'NLK', 'MAP3K20', 'PPM1A', 'PPM1B', 'PPP3CB', 'PPP3CC', 'PPP3R1', 'PPP3R2', 'TAOK1', 'PTPN7', 'PTPRR', 'PTPN5', 'MAPKAPK5', 'MKNK1', 'TAOK2', 'MAP3K14', 'TNFRSF1A', 'FGF8', 'SOS1', 'NGF', 'PRKCA', 'RPS6KA4', 'MAP4K2', 'RAC3', 'GNG12', 'HRAS', 'MAPK11', 'LRRK2', 'CHUK', 'AKT3', 'TAB1', 'MAP3K2', 'MAP4K1', 'MAP3K8', 'ATF2', 'CRK', 'MAPK14', 'DAXX', 'EGFR', 'ELK1', 'AKT1', 'AKT2', 'TAB2', 'FOS', 'GNA12', 'HSPA1A', 'FAS', 'IKBKB', 'IL1B', 'IL1R1', 'FASLG', 'JUN', 'JUND', 'ARRB1', 'ARRB2', 'MEF2C', 'MAP3K1', 'MAP3K4', 'MAP3K5', 'MAP3K11', 'MYC', 'NFATC1', 'NFKB1', 'NRAS', 'PAK1', 'PAK2', 'ECSIT', 'PPP3CA', 'PPP5C', 'MAPK1', 'MAPK3', 'MAPK7', 'MAPK8', 'MAPK9', 'MAPK10', 'MAPK13', 'MAP2K1', 'MAP2K2', 'MAP2K3', 'MAP2K5', 'MAP2K6', 'MAP2K7', 'RAC1', 'RAC2', 'RAF1', 'RASA1', 'RPS6KA3', 'BDNF', 'MAPK12', 'MAP2K4', 'SOS2', 'SRF', 'STK3', 'MAP3K7', 'TGFB1', 'TGFB2', 'TGFB3', 'TNF', 'TP53', 'TRAF6', 'MAP3K12', 'IL1R2', 'CASP3', 'MAP4K3', 'IKBKG', 'MAP3K6', 'MAP3K13', 'RPS6KA5', 'CD14', 'MAP4K4', 'NFATC3', 'FLNC', 'FLNB', 'CACNA1B', 'ELK4', 'CACNB2', 'CRKL', 'GADD45A', 'DDIT3', 'DUSP1', 'NR4A1', 'HSPA8', 'IL1A', 'PRKCD', 'LAMTOR3', 'MAPKAPK2', 'CDC25B', 'RASGRF1', 'FGFR2', 'FGFR3', 'RASGRP2', 'FGF10', 'FGF22', 'FGF4', 'NFKB2', 'ARAF', 'FGF20', 'STK4', 'FGF14', 'FGF9', 'RELB', 'PLA2G4C', 'FGF21', 'FGF6', 'FGF1', 'PDGFRB', 'FGF12', 'MAPKAPK3', 'PLA2G4A', 'FGF23', 'RRAS', 'FGF13', 'RRAS2', 'FGF5', 'FGF2', 'FGF7', 'PRKACB', 'NTRK2', 'RASGRP3', 'FGF18', 'DUSP2', 'FGF17', 'PLA2G4D', 'FGFR4', 'FGF11', 'FGF19', 'PRKACG', 'PLA2G4F', 'RASGRP4', 'RELA', 'FGF3', 'PLA2G4E', 'FGF16', 'NF1', 'PDGFA', 'PLA2G4B', 'RASGRP1', 'EGF', 'FGFR1', 'MRAS', 'FLNA', 'GRB2', 'KRAS', 'STMN1', 'ATF4', 'NTRK1', 'PDGFB', 'PRKACA', 'PRKCG', 'RAP1A', 'RAP1B', 'RASA2', 'RASGRF2', 'BRAF', 'TGFBR1', 'TGFBR2', 'TRAF2', 'CDC42']}, {'KEID': 'https://identifiers.org/aop.events/149', 'WPtitle': 'IL1 signaling', 'gene': ['NFKBIB', 'MAP3K14', 'JUN', 'IRAK1', 'IRAK2', 'IKBKB', 'IL1B', 'IL1R1', 'AKT1', 'MAPK14', 'TAB3', 'TAB2', 'TAB1', 'MAP3K2', 'ATF2', 'IRAK3', 'CHUK', 'IL1A', 'MAP3K7', 'UBE2N', 'UBE2V1', 'TRAF6', 'SQSTM1', 'IKBKG', 'PTPN11', 'MAP2K3', 'MAP2K2', 'PELI2', 'PELI1', 'MAP2K6', 'MAP2K7', 'MAP2K4', 'CCL2', 'MAPK1', 'MAPK3', 'TOLLIP', 'MAP2K1', 'MAPK9', 'MAPK8', 'MAP3K1', 'MAP3K3', 'NFKB1', 'MYD88', 'ECSIT', 'IRAK4', 'PIK3R1', 'PIK3R2', 'NFKBIA', 'REL', 'RELA', 'PLCG1', 'PRKCZ', 'MAPKAPK2', 'IL1RAP', 'HSPB2']}, {'KEID': 'https://identifiers.org/aop.events/149', 'WPtitle': 'Toll-like receptor signaling', 'gene': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5']}, {'KEID': 'https://identifiers.org/aop.events/149', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/149', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/149', 'WPtitle': 'MAPK signaling', 'gene': ['CACNA1G', 'CACNA2D2', 'MAPK8IP2', 'CACNB1', 'CACNG5', 'CACNG4', 'CACNA1S', 'MKNK2', 'CACNA1I', 'CACNA1F', 'CACNG7', 'DUSP3', 'CACNG1', 'RAPGEF2', 'DUSP16', 'MAPK8IP1', 'HSPA2', 'CACNG6', 'DUSP9', 'TAOK3', 'MAPK8IP3', 'CACNA1A', 'CACNG8', 'CACNA2D4', 'CACNA1C', 'CACNA2D1', 'CACNA1D', 'CACNA2D3', 'CACNG2', 'CACNB3', 'HSPA6', 'CACNB4', 'DUSP8', 'NTF3', 'CACNA1H', 'CACNA1E', 'HSPA1B', 'HSPA1L', 'NTF4', 'CACNG3', 'DUSP10', 'DUSP4', 'DUSP6', 'DUSP7', 'HSPB1', 'MAPT', 'MAX', 'NLK', 'MAP3K20', 'PPM1A', 'PPM1B', 'PPP3CB', 'PPP3CC', 'PPP3R1', 'PPP3R2', 'TAOK1', 'PTPN7', 'PTPRR', 'PTPN5', 'MAPKAPK5', 'MKNK1', 'TAOK2', 'MAP3K14', 'TNFRSF1A', 'FGF8', 'SOS1', 'NGF', 'PRKCA', 'RPS6KA4', 'MAP4K2', 'RAC3', 'GNG12', 'HRAS', 'MAPK11', 'LRRK2', 'CHUK', 'AKT3', 'TAB1', 'MAP3K2', 'MAP4K1', 'MAP3K8', 'ATF2', 'CRK', 'MAPK14', 'DAXX', 'EGFR', 'ELK1', 'AKT1', 'AKT2', 'TAB2', 'FOS', 'GNA12', 'HSPA1A', 'FAS', 'IKBKB', 'IL1B', 'IL1R1', 'FASLG', 'JUN', 'JUND', 'ARRB1', 'ARRB2', 'MEF2C', 'MAP3K1', 'MAP3K4', 'MAP3K5', 'MAP3K11', 'MYC', 'NFATC1', 'NFKB1', 'NRAS', 'PAK1', 'PAK2', 'ECSIT', 'PPP3CA', 'PPP5C', 'MAPK1', 'MAPK3', 'MAPK7', 'MAPK8', 'MAPK9', 'MAPK10', 'MAPK13', 'MAP2K1', 'MAP2K2', 'MAP2K3', 'MAP2K5', 'MAP2K6', 'MAP2K7', 'RAC1', 'RAC2', 'RAF1', 'RASA1', 'RPS6KA3', 'BDNF', 'MAPK12', 'MAP2K4', 'SOS2', 'SRF', 'STK3', 'MAP3K7', 'TGFB1', 'TGFB2', 'TGFB3', 'TNF', 'TP53', 'TRAF6', 'MAP3K12', 'IL1R2', 'CASP3', 'MAP4K3', 'IKBKG', 'MAP3K6', 'MAP3K13', 'RPS6KA5', 'CD14', 'MAP4K4', 'NFATC3', 'FLNC', 'FLNB', 'CACNA1B', 'ELK4', 'CACNB2', 'CRKL', 'GADD45A', 'DDIT3', 'DUSP1', 'NR4A1', 'HSPA8', 'IL1A', 'PRKCD', 'LAMTOR3', 'MAPKAPK2', 'CDC25B', 'RASGRF1', 'FGFR2', 'FGFR3', 'RASGRP2', 'FGF10', 'FGF22', 'FGF4', 'NFKB2', 'ARAF', 'FGF20', 'STK4', 'FGF14', 'FGF9', 'RELB', 'PLA2G4C', 'FGF21', 'FGF6', 'FGF1', 'PDGFRB', 'FGF12', 'MAPKAPK3', 'PLA2G4A', 'FGF23', 'RRAS', 'FGF13', 'RRAS2', 'FGF5', 'FGF2', 'FGF7', 'PRKACB', 'NTRK2', 'RASGRP3', 'FGF18', 'DUSP2', 'FGF17', 'PLA2G4D', 'FGFR4', 'FGF11', 'FGF19', 'PRKACG', 'PLA2G4F', 'RASGRP4', 'RELA', 'FGF3', 'PLA2G4E', 'FGF16', 'NF1', 'PDGFA', 'PLA2G4B', 'RASGRP1', 'EGF', 'FGFR1', 'MRAS', 'FLNA', 'GRB2', 'KRAS', 'STMN1', 'ATF4', 'NTRK1', 'PDGFB', 'PRKACA', 'PRKCG', 'RAP1A', 'RAP1B', 'RASA2', 'RASGRF2', 'BRAF', 'TGFBR1', 'TGFBR2', 'TRAF2', 'CDC42']}, {'KEID': 'https://identifiers.org/aop.events/149', 'WPtitle': 'IL1 signaling', 'gene': ['NFKBIB', 'MAP3K14', 'JUN', 'IRAK1', 'IRAK2', 'IKBKB', 'IL1B', 'IL1R1', 'AKT1', 'MAPK14', 'TAB3', 'TAB2', 'TAB1', 'MAP3K2', 'ATF2', 'IRAK3', 'CHUK', 'IL1A', 'MAP3K7', 'UBE2N', 'UBE2V1', 'TRAF6', 'SQSTM1', 'IKBKG', 'PTPN11', 'MAP2K3', 'MAP2K2', 'PELI2', 'PELI1', 'MAP2K6', 'MAP2K7', 'MAP2K4', 'CCL2', 'MAPK1', 'MAPK3', 'TOLLIP', 'MAP2K1', 'MAPK9', 'MAPK8', 'MAP3K1', 'MAP3K3', 'NFKB1', 'MYD88', 'ECSIT', 'IRAK4', 'PIK3R1', 'PIK3R2', 'NFKBIA', 'REL', 'RELA', 'PLCG1', 'PRKCZ', 'MAPKAPK2', 'IL1RAP', 'HSPB2']}, {'KEID': 'https://identifiers.org/aop.events/149', 'WPtitle': 'Toll-like receptor signaling', 'gene': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5']}, {'KEID': 'https://identifiers.org/aop.events/1575', 'WPtitle': 'Apoptosis modulation and signaling', 'gene': ['BIRC7', 'TNFRSF10A', 'BBC3', 'BIRC5', 'CASP10', 'CASP9', 'CASP7', 'DFFA', 'BMF', 'CAPNS1', 'APAF1', 'MAP3K14', 'JUN', 'PTPN13', 'PMAIP1', 'BCL2L11', 'PTRH2', 'TNFRSF10B', 'TNFSF10', 'MADD', 'HTRA2', 'SEPTIN4', 'BNIP3', 'BLK', 'BIRC3', 'BIRC2', 'BOK', 'BAX', 'BAK1', 'BCL2A1', 'BCL2', 'BCL2L2', 'BCL2L10', 'BCL2L1', 'BIK', 'BID', 'MIR29B2', 'MIR29B1', 'BAG3', 'BAD', 'TNFRSF10C', 'DIABLO', 'TNFRSF10D', 'CYCS', 'FADD', 'ENDOG', 'DFFB', 'FAS', 'IKBKB', 'HRK', 'FOS', 'FASLG', 'CASP8', 'CASP6', 'CASP3', 'CASP2', 'CDKN2A', 'DAXX', 'CRADD', 'CFLAR', 'PRKD1', 'PIDD1', 'XIAP', 'HSPA1A', 'NAIP', 'TRAF6', 'TRAF3', 'TRADD', 'TNFRSF25', 'TNFRSF1B', 'TNFRSF1A', 'NFKBIA', 'NFKB1', 'MYD88', 'MCL1', 'TOLLIP', 'TNFRSF6B', 'IRAK1', 'IL1R2', 'IL1R1', 'MAPK8', 'MAPK3', 'MAP3K5', 'CASP4', 'CASP1', 'AIFM2', 'RIPK1', 'PEA15', 'AIFM1', 'TP53']}, {'KEID': 'https://identifiers.org/aop.events/1575', 'WPtitle': 'Apoptosis', 'gene': ['NFKBIB', 'NFKBIE', 'MIR29B1', 'MIR29B2', 'BCL2L11', 'CDKN2A', 'CHUK', 'BIRC2', 'BIRC3', 'XIAP', 'BIRC5', 'DFFA', 'DFFB', 'AKT1', 'BBC3', 'APAF1', 'FASLG', 'IRF3', 'IGF1', 'FAS', 'IKBKB', 'MCL1', 'MDM2', 'MAP3K1', 'MYC', 'NFKB1', 'IRF7', 'JUN', 'CYCS', 'MAPK10', 'DIABLO', 'BAD', 'BAK1', 'BAX', 'BCL2', 'PMAIP1', 'NFKBIA', 'PIK3R1', 'BID', 'MAP2K4', 'BOK', 'TNF', 'TNFRSF1A', 'BCL2L1', 'BCL2L2', 'CASP1', 'CASP2', 'CASP3', 'CASP4', 'CASP6', 'TNFRSF1B', 'TP53', 'TRAF3', 'IKBKG', 'TRADD', 'TNFRSF25', 'RIPK1', 'CRADD', 'HRK', 'CASP7', 'CASP8', 'CASP9', 'CASP10', 'TNFSF10', 'FADD', 'TNFRSF10B', 'CFLAR', 'LTA', 'RELA', 'IGF1R', 'TRAF1', 'TRAF2', 'TNFRSF21', 'BNIP3L', 'SCAF11', 'GZMB', 'HELLS', 'IGF2', 'IRF2', 'IRF4', 'PRF1', 'IRF6', 'TP73', 'TP63', 'MIR29A', 'IRF5', 'IRF1']}, {'KEID': 'https://identifiers.org/aop.events/1548', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1576', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1579', 'WPtitle': 'Chemokine signaling', 'gene': ['RAC1', 'VAV3', 'RAF1', 'AKT1', 'VAV1', 'ARRB2', 'ADCY3', 'ARRB1', 'ELMO1', 'CCL28', 'PAK1', 'SHC3', 'PIK3R1', 'CXCL5', 'GNG3', 'SHC1', 'VAV2', 'NCF1', 'MAP2K1', 'STAT3', 'GNG4', 'GNG8', 'CRK', 'GNGT2', 'PRKCB', 'HRAS', 'GNG5', 'GNG12', 'GNB2', 'PIK3CD', 'STAT2', 'GNG2', 'GNG7', 'GRK6', 'LYN', 'GNG10', 'CHUK', 'NRAS', 'CCL5', 'IKBKG', 'ROCK1', 'CCL26', 'FGR', 'CCL22', 'PLCB4', 'CRKL', 'CCR6', 'CXCL9', 'PLCB2', 'CCL21', 'ROCK2', 'CXCL13', 'PLCB3', 'CXCL11', 'PRKCD', 'CXCL3', 'CXCL16', 'CCL15', 'CCL27', 'CXCR2', 'ADCY2', 'CDC42', 'RASGRP2', 'PRKCZ', 'GNAI3', 'GNAI2', 'CCL1', 'JAK3', 'RAP1A', 'KRAS', 'ADCY4', 'GNAI1', 'RAP1B', 'CXCR4', 'CCR2', 'ADCY7', 'ADCY8', 'PRKACB', 'PIK3R5', 'PARD3', 'PRKACG', 'ADCY1', 'PF4', 'PPBP', 'ADCY9', 'BRAF', 'TIAM1', 'GRB2', 'ADCY6', 'STAT5B', 'ADCY5', 'RELA', 'GRK2', 'CCL11', 'PTK2', 'CXCL10', 'CCL3', 'CCL4', 'GRK5', 'SHC4', 'CCR3', 'PLCB1', 'CX3CL1', 'WAS', 'CCL17', 'CSK', 'NFKBIB', 'CCL24', 'WASL', 'CCL7', 'ITK', 'PTK2B', 'PREX1', 'GRK4', 'CCR7', 'CCL25', 'DOCK2', 'XCL1', 'CXCL14', 'TIAM2', 'CXCR5', 'CCR1', 'CX3CR1', 'CXCR6', 'CCL19', 'XCR1', 'CCR9', 'CCR8', 'CCR4', 'PRKX', 'CCR10', 'GRK1', 'CXCR3', 'BCAR1', 'PIK3CB', 'GNB5', 'GNB1', 'GSK3B', 'PXN', 'JAK2', 'MAPK1', 'SOS2', 'NFKBIA', 'HCK', 'MAPK3', 'IKBKB', 'AKT2', 'PIK3R2', 'PIK3CG', 'CXCL12', 'NFKB1', 'GNB3', 'GNB4', 'CCL20', 'STAT1', 'SOS1', 'AKT3', 'PIK3R3', 'FOXO3', 'PIK3CA', 'GNG13', 'GNG11', 'GNGT1', 'RAC2', 'SHC2']}, {'KEID': 'https://identifiers.org/aop.events/1579', 'WPtitle': 'Complement activation', 'gene': ['C4A', 'C1QC', 'C1QA', 'C1QB', 'CFP', 'C1R', 'MASP2', 'CD55', 'CFD', 'MASP1', 'CFB', 'C1S', 'C2', 'C3', 'C7', 'C8A', 'C8G', 'C9', 'C4B', 'C5', 'C6', 'C8B']}, {'KEID': 'https://identifiers.org/aop.events/1579', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1579', 'WPtitle': 'TNF-alpha signaling', 'gene': ['RFK', 'NFKBIE', 'NFKBIB', 'NSMAF', 'PTPRCAP', 'CHUK', 'RIPK3', 'TAB1', 'TRAP1', 'TANK', 'AKT1', 'CYBA', 'CSNK2A1', 'CREBBP', 'MAP3K8', 'RFFL', 'TBK1', 'TAB3', 'TAB2', 'IKBKB', 'HSP90AA1', 'BIRC3', 'BIRC2', 'HRAS', 'APAF1', 'IL6', 'MAP3K3', 'JUN', 'MAP3K1', 'NRAS', 'NFKBIA', 'NFKB1', 'MAP3K5', 'MAPK8', 'MAPK3', 'MAPK1', 'PPP2CA', 'BAD', 'DIABLO', 'MAP2K7', 'MAP2K6', 'MAP2K3', 'MAPK9', 'BCL2L1', 'RAF1', 'RAC1', 'MAP4K2', 'BAX', 'SOS1', 'MAP2K4', 'BID', 'CCL2', 'TNF', 'MAP3K7', 'TRADD', 'MADD', 'IKBKG', 'CASP9', 'CASP8', 'CASP7', 'CASP3', 'TNFRSF1B', 'TNFRSF1A', 'CFLAR', 'MAP3K14', 'FADD', 'RIPK1', 'NOXO1', 'GLUL', 'SMPD2', 'CDC37', 'GRB2', 'KSR2', 'PLK1', 'NFKB2', 'KRAS', 'SKP1', 'REL', 'PSMD2', 'OTUD7B', 'PRKCZ', 'CUL1', 'TXN', 'TRAF2', 'TRAF1', 'TNFAIP3', 'BTRC', 'KSR1', 'FBXW11', 'NOX1', 'SELE', 'PYGL']}, {'KEID': 'https://identifiers.org/aop.events/87', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/87', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/87', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/87', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/249', 'WPtitle': 'Oxidative stress response', 'gene': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH']}, {'KEID': 'https://identifiers.org/aop.events/249', 'WPtitle': 'Molecular pathway for oxidative stress', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/288', 'WPtitle': 'Farnesoid X receptor pathway', 'gene': ['UGT2B4', 'IRS2', 'SLC27A5', 'CYP8B1', 'IP6K3', 'ABCB4', 'NR0B2', 'SULT2A1', 'NR1H4', 'FGF19', 'BAAT', 'SLC10A1', 'ABCB11', 'SLCO2B1', 'RXRA', 'CYP7A1', 'CYP3A4', 'PPARGC1A', 'FKBP5']}, {'KEID': 'https://identifiers.org/aop.events/288', 'WPtitle': 'Pregnane X receptor pathway', 'gene': ['UGT1A9', 'ABCC2', 'CYP4F12', 'NCOA3', 'PPARGC1A', 'HSP90AA1', 'NCOA1', 'CYP2B6', 'RXRA', 'SRC', 'NRIP1', 'FOXO1', 'CYP3A4', 'NCOA2', 'UGT1A4', 'CYP2A6', 'ABCC4', 'SLCO1B1', 'ABCC3', 'PSMC5', 'ABCB1', 'CYP2C9', 'GSTA2', 'UGT1A1', 'UGT1A6', 'DNAJC7', 'CYP3A7', 'SRPX2', 'CYP3A5', 'CYP2C19', 'NR1I2', 'SULT2A1']}, {'KEID': 'https://identifiers.org/aop.events/209', 'WPtitle': 'Glutathione metabolism', 'gene': ['GPX4', 'IDH1', 'GGT1', 'G6PD', 'GPX1', 'GPX2', 'GPX3', 'GSTA5', 'GCLM', 'GSR', 'GSTT2', 'GSTA1', 'GSTM1', 'GCLC', 'GSTM2', 'GGT5', 'OPLAH', 'ANPEP', 'GSS']}, {'KEID': 'https://identifiers.org/aop.events/209', 'WPtitle': 'Oxidative stress response', 'gene': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH']}, {'KEID': 'https://identifiers.org/aop.events/209', 'WPtitle': 'Wnt signaling', 'gene': ['SERPINF1', 'MAP3K7', 'CAMK2D', 'PPP3CA', 'SOST', 'PRKCB', 'CSNK2B', 'CTNNB1', 'GSK3B', 'WNT5A', 'CCND1', 'RAC1', 'PRKCA', 'WNT16', 'MYC', 'LRP5', 'RHOA', 'JUN', 'WNT1', 'NFATC3', 'CCND2', 'AXIN1', 'WNT10B', 'PLCB4', 'TCF7', 'CSNK1A1', 'PLCB2', 'ROCK2', 'TCF7L1', 'PLCB3', 'TCF7L2', 'CAMK2G', 'LEF1', 'FZD10', 'CCND3', 'DAAM1', 'NFATC2', 'CTBP1', 'CTBP2', 'PLCB1', 'WNT2', 'PRKCG', 'WNT4', 'PLAU', 'LRP6', 'APC', 'FZD2', 'DVL3', 'DVL2', 'DVL1', 'WNT5B', 'WNT10A', 'FZD3', 'FZD5', 'WNT2B', 'WNT11', 'WNT7B', 'WNT7A', 'WNT6', 'WNT3', 'WNT3A', 'FZD9', 'FZD8', 'FZD7', 'FZD6', 'FZD1', 'GPC4', 'NLK', 'CHD8', 'NFATC4', 'PORCN', 'SFRP1', 'DKK4', 'SFRP4', 'PPP3CB', 'INVS', 'SFRP5', 'PPP3CC', 'PRICKLE1', 'NKD1', 'SFRP2', 'NKD2', 'DAAM2', 'CER1', 'DKK2', 'WIF1', 'VANGL2', 'PRICKLE2', 'SENP2', 'SOX17', 'CXXC4', 'VANGL1', 'CTNNBIP1', 'FRAT2', 'NOTUM', 'PPP3R2', 'PPP3R1', 'CSNK2A3', 'FRAT1', 'CSNK1E', 'ROR1', 'ROR2', 'RYK', 'FOSL1', 'KREMEN1', 'MAPK9', 'CAMK2B', 'CSNK2A2', 'CAMK2A', 'CSNK2A1', 'MAPK8', 'DKK1', 'NFATC1']}, {'KEID': 'https://identifiers.org/aop.events/209', 'WPtitle': 'p53 transcriptional gene network', 'gene': ['PRKAB2', 'PRKAA1', 'PCNA', 'GLS2', 'CDK2', 'POLK', 'CCNG1', 'PRKAB1', 'NCF2', 'PRKAG3', 'FASLG', 'SLC2A1', 'TNFRSF10B', 'APAF1', 'CCL2', 'TSC2', 'CCNE1', 'BBC3', 'BAX', 'PRKAG2', 'ULBP1', 'CDKN1A', 'FAS', 'TIGAR', 'MTOR', 'MSH2', 'CX3CL1', 'ERCC5', 'PML', 'MGMT', 'ACAD11', 'PRKAA2', 'MLST8', 'POLH', 'ADORA2B', 'TNFRSF10D', 'FANCC', 'THBS1', 'PMAIP1', 'RPTOR', 'NOTCH1', 'SERPINE1', 'AURKA', 'LIF', 'MIR34B', 'MIR34C', 'MIR34A', 'GADD45A', 'TP53I3', 'XPC', 'SLC7A11', 'BTG2', 'CDC25C', 'TP53AIP1', 'ULBP2', 'SAT1', 'MLH1', 'ICAM1', 'XRCC5', 'ULK1', 'PRKAG1', 'PIDD1', 'IRF9', 'MIR145', 'TNF', 'GPX1', 'AKT1S1', 'DDB2', 'DEPTOR', 'PTEN', 'DDIT4', 'ISG15', 'RRM2B', 'SESN1', 'CDC25A', 'ULK2', 'IRF5', 'NANOG', 'MIR200C', 'SESN2', 'SCO2', 'SFN', 'FUCA1', 'SIVA1', 'ADGRB1', 'SERPINB5', 'PERP', 'TRAF4', 'ALDH4A1', 'DRAM1', 'E2F7', 'TP53INP1', 'SMR3B', 'CPT1C', 'RPRM', 'ZMAT3']}, {'KEID': 'https://identifiers.org/aop.events/209', 'WPtitle': 'PPAR signaling', 'gene': ['ACAA1', 'ACOX3', 'ACSL4', 'NR1H3', 'SCD', 'CPT1B', 'SLC27A6', 'FABP1', 'DBI', 'ACSBG1', 'HMGCS2', 'APOA5', 'ADIPOQ', 'ACSL1', 'LPL', 'CYP7A1', 'CD36', 'PDPK1', 'FADS2', 'RXRA', 'PCK1', 'CYP4A11', 'APOA2', 'ACSBG2', 'PPARD', 'ME1', 'ACADL', 'EHHADH', 'ACSL3', 'PLTP', 'PCK2', 'ILK', 'AQP7', 'ACOX2', 'PLIN1', 'FABP6', 'PPARA', 'CYP8B1', 'MMP1', 'UCP1', 'ACADM', 'APOA1', 'PPARG', 'CYP27A1', 'SLC27A2', 'SLC27A5', 'GK3P', 'FABP5', 'OLR1', 'APOC3', 'CPT1A', 'RXRB', 'RXRG', 'SLC27A4', 'FABP4', 'ACOX1', 'FABP2', 'ANGPTL4', 'ACSL6', 'ACSL5', 'CPT2', 'GK2', 'SCP2', 'SLC27A1', 'FABP3', 'SORBS1', 'CPT1C', 'FABP7']}, {'KEID': 'https://identifiers.org/aop.events/209', 'WPtitle': 'NRF2 pathway', 'gene': ['SLC6A20', 'SLC6A18', 'FTH1', 'GSTM4', 'SLC39A2', 'SLC39A13', 'SLC6A5', 'SLC5A10', 'SLC7A11', 'SLC2A13', 'SLC6A1', 'CBR3', 'CES5A', 'SLC5A11', 'CBR1', 'SLC2A6', 'SLC39A3', 'SLC2A5', 'MGST3', 'SLC39A6', 'SLC39A1', 'SLC2A12', 'SLC39A4', 'SLC39A12', 'SLC5A12', 'GSTA5', 'GPX2', 'ADH7', 'SLC6A9', 'MAFF', 'CYP4A11', 'GSTA4', 'SLC6A19', 'GSTA3', 'CES3', 'CES2', 'SLC2A14', 'CES4A', 'GCLC', 'UGT1A7', 'UGT1A4', 'CYP2A6', 'SLC5A8', 'SLC6A14', 'SRXN1', 'MAFG', 'SLC6A17', 'SLC2A7', 'SLC39A10', 'SLC2A10', 'TXNRD3', 'CES1', 'AGER', 'TXNRD1', 'SLC5A3', 'GPX3', 'SLC2A3', 'HGF', 'HMOX1', 'PDGFB', 'KEAP1', 'SERPINA1', 'UGT1A1', 'GSTA1', 'GSTA2', 'GSTM2', 'TGFBR2', 'SLC2A2', 'UGT1A6', 'UGT2B7', 'NQO1', 'FGF13', 'GSTM1', 'EPHA2', 'TXN', 'NRG1', 'SLC5A5', 'ABCC3', 'NFE2L2', 'ABCC4', 'HSP90AA1', 'HSP90AB1', 'TGFB2', 'UGT1A9', 'ABCC2', 'RXRA', 'SLC2A4', 'HSPA1A', 'G6PD', 'PGD', 'SLC6A3', 'TGFA', 'SQSTM1', 'SLC2A1', 'SLC5A7', 'HBEGF', 'TGFB1', 'SLC6A2', 'SLC39A14', 'GSR', 'SLC5A1', 'GGT1', 'GSTT2', 'SLC5A4', 'BLVRB', 'SLC39A9', 'EPHA3', 'SLC6A16', 'ME1', 'SLC6A15', 'SLC6A7', 'SLC6A13', 'GCLM', 'MGST2', 'GSTP1', 'FTL', 'SLC39A8', 'SLC5A6', 'SLC2A8', 'SLC5A2', 'SLC39A5', 'SLC6A6', 'SLC6A8', 'SLC6A11', 'DNAJB1', 'SLC2A11', 'SLC39A11', 'GSTM3', 'GSTM5', 'SLC5A9', 'PRDX6', 'PRDX1', 'EGR1', 'SLC2A9', 'SOD3', 'ALDH3A1', 'SLC6A4', 'PTGR1', 'ABCC5', 'SLC39A7', 'PPARD']}, {'KEID': 'https://identifiers.org/aop.events/209', 'WPtitle': 'DNA repair pathways full network', 'gene': ['FAAP24', 'RFC3', 'PCNA', 'RPA1', 'FANCD2', 'FANCI', 'BRCA2', 'BRIP1', 'CHEK1', 'ATM', 'POLE3', 'WRN', 'RFC4', 'USP1', 'FANCC', 'ATR', 'EXO1', 'POLH', 'CENPX', 'FANCM', 'FANCA', 'FAAP100', 'FANCF', 'FANCB', 'POLE', 'ERCC4', 'POLD4', 'CENPS', 'FANCG', 'FAN1', 'HMGB1', 'H2AX', 'APEX1', 'RBX1', 'XRCC5', 'MLH1', 'PMS2', 'PARP2', 'XPC', 'XRCC4', 'LIG4', 'GTF2H5', 'MNAT1', 'POLB', 'GTF2H3', 'GTF2H1', 'ERCC2', 'RAD23B', 'RAP1A', 'CDK7', 'DDB2', 'CCNH', 'GTF2H2', 'PARP1', 'ERCC3', 'GTF2H4', 'RAD23A', 'LIG3', 'REV3L', 'PNKP', 'ERCC8', 'NTHL1', 'XRCC1', 'UNG', 'MSH2', 'POLI', 'MPG', 'LIG1', 'NEIL3', 'MSH3', 'OGG1', 'MSH6', 'POLM', 'SMUG1', 'MBD4', 'TERF2', 'MUTYH', 'ERCC5', 'REV1', 'XPA', 'TDG', 'CUL4A', 'CETN2', 'DCLRE1C', 'NEIL2', 'CUL4B', 'POLL', 'DDB1', 'FEN1', 'APEX2', 'MGMT', 'NHEJ1', 'XRCC6', 'RAD54B', 'ERCC6', 'PRKDC', 'RAD52', 'BRCA1', 'ERCC1', 'MRE11', 'RFC1', 'RFC2', 'RAD51', 'POLD1', 'POLD3', 'PALB2', 'POLE2', 'NBN', 'RPA3', 'POLD2', 'RAD51C', 'RFC5', 'FANCE', 'RAD50', 'WDR48', 'POLE4', 'FANCL', 'RPA2', 'POLK']}, {'KEID': 'https://identifiers.org/aop.events/1275', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1498', 'WPtitle': 'TGF-beta receptor signaling', 'gene': ['ZFYVE9', 'ENG', 'RUNX3', 'TGFBR3', 'LEF1', 'FKBP1A', 'BAMBI', 'FST', 'EGF', 'FOXH1', 'NOG', 'SERPINE1', 'TGFBR2', 'TGFBR1', 'LEFTY2', 'SPP1', 'SKIL', 'SMAD3', 'SMAD2', 'SMAD7', 'SMAD6', 'LIF', 'INHBA', 'SKI', 'TGIF1', 'ZNF423', 'LEFTY1', 'ZEB2', 'LTBP1', 'SMAD1', 'SMAD4', 'SMAD5', 'JAK1', 'JUN', 'SMAD9', 'CTNNB1', 'EP300', 'FOS', 'HRAS', 'CREBBP', 'IFNG', 'ITGB6', 'TFE3', 'RUNX2', 'BMP4', 'MAPK3', 'MAPK9', 'TNF', 'WNT1', 'STAT1', 'STAT3', 'TGFB1', 'THBS1', 'NFKB1', 'MIR302A']}, {'KEID': 'https://identifiers.org/aop.events/1498', 'WPtitle': 'Type II interferon signaling', 'gene': ['PSMB9', 'ISG15', 'CXCL10', 'NOS2', 'IFNGR1', 'IFNGR2', 'IFI6', 'ICAM1', 'CXCL9', 'PRKCD', 'IFNB1', 'HLA-B', 'CIITA', 'OAS1', 'IFNA2', 'IRF1', 'TAP1', 'REG1A', 'IRF4', 'IRF8', 'IRF2', 'SOCS3', 'STAT1', 'STAT2', 'H4C1', 'SOCS1', 'IFIT2', 'IRF9', 'PTPN11', 'CYBB', 'IL1B', 'IFNG', 'JAK2', 'JAK1', 'SPI1', 'GBP1', 'EIF2AK2']}, {'KEID': 'https://identifiers.org/aop.events/1498', 'WPtitle': 'Molecular pathway for oxidative stress', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/1498', 'WPtitle': 'Overview of proinflammatory and profibrotic mediators', 'gene': ['IL25', 'IL12A', 'CXCL8', 'IL13', 'CSF1', 'IFNL2', 'IL17D', 'IFNL1', 'IL3', 'CSF2', 'CXCL1', 'CXCL5', 'IL1B', 'IL17C', 'IL17B', 'IL10', 'IL6', 'IFNG', 'IL17A', 'VEGFA', 'IL17F', 'IL23A', 'IL12B', 'IL5', 'IL4', 'CCL20', 'MMP9', 'TGFB1', 'CXCL12', 'CCL2', 'IL2', 'CCL3L1', 'CCL28', 'CTF1', 'IL33', 'CCL1', 'SPP1', 'EPO', 'LIF', 'MMP3', 'PF4', 'PPBP', 'LTA', 'EBI3', 'CSF3', 'CXCL2', 'IL7', 'OSM', 'IL22', 'CCL27', 'IL31', 'CCL15', 'CNTF', 'CXCL11', 'CXCL3', 'IL18', 'CXCL16', 'CXCL13', 'TNFSF13', 'AREG', 'IL1A', 'IL11', 'CCL22', 'TNFSF13B', 'CCL8', 'CXCL9', 'IL21', 'IL9', 'CXCL6', 'CCL21', 'NFKB1', 'CCL26', 'IFNL3', 'TNF', 'CCL5', 'IL26', 'CCL18', 'CCL4L2', 'CCL14', 'IFNW1', 'CCL13', 'IFNK', 'TSLP', 'IL24', 'IL20', 'CCL16', 'CCL23', 'CXCL17', 'IL36RN', 'IL36A', 'IL1F10', 'IL36B', 'XCL2', 'IL37', 'IL36G', 'PF4V1', 'CCL11', 'MMP1', 'IFNB1', 'CXCL10', 'IFNA7', 'CCL3', 'CCL4', 'IL27', 'IFNA14', 'IFNA1', 'IFNA17', 'IFNA13', 'IFNA4', 'IFNA5', 'IFNA16', 'IFNA2', 'IFNA10', 'IL19', 'IL15', 'IFNA6', 'IFNA8', 'IFNA21', 'IL1RN', 'XCL1', 'CXCL14', 'CCL19', 'CCL25', 'CCL7', 'CCL24', 'CX3CL1', 'CCL17']}, {'KEID': 'https://identifiers.org/aop.events/1499', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1500', 'WPtitle': 'TGF-beta receptor signaling', 'gene': ['ZFYVE9', 'ENG', 'RUNX3', 'TGFBR3', 'LEF1', 'FKBP1A', 'BAMBI', 'FST', 'EGF', 'FOXH1', 'NOG', 'SERPINE1', 'TGFBR2', 'TGFBR1', 'LEFTY2', 'SPP1', 'SKIL', 'SMAD3', 'SMAD2', 'SMAD7', 'SMAD6', 'LIF', 'INHBA', 'SKI', 'TGIF1', 'ZNF423', 'LEFTY1', 'ZEB2', 'LTBP1', 'SMAD1', 'SMAD4', 'SMAD5', 'JAK1', 'JUN', 'SMAD9', 'CTNNB1', 'EP300', 'FOS', 'HRAS', 'CREBBP', 'IFNG', 'ITGB6', 'TFE3', 'RUNX2', 'BMP4', 'MAPK3', 'MAPK9', 'TNF', 'WNT1', 'STAT1', 'STAT3', 'TGFB1', 'THBS1', 'NFKB1', 'MIR302A']}, {'KEID': 'https://identifiers.org/aop.events/1500', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1500', 'WPtitle': 'Chemokine signaling', 'gene': ['RAC1', 'VAV3', 'RAF1', 'AKT1', 'VAV1', 'ARRB2', 'ADCY3', 'ARRB1', 'ELMO1', 'CCL28', 'PAK1', 'SHC3', 'PIK3R1', 'CXCL5', 'GNG3', 'SHC1', 'VAV2', 'NCF1', 'MAP2K1', 'STAT3', 'GNG4', 'GNG8', 'CRK', 'GNGT2', 'PRKCB', 'HRAS', 'GNG5', 'GNG12', 'GNB2', 'PIK3CD', 'STAT2', 'GNG2', 'GNG7', 'GRK6', 'LYN', 'GNG10', 'CHUK', 'NRAS', 'CCL5', 'IKBKG', 'ROCK1', 'CCL26', 'FGR', 'CCL22', 'PLCB4', 'CRKL', 'CCR6', 'CXCL9', 'PLCB2', 'CCL21', 'ROCK2', 'CXCL13', 'PLCB3', 'CXCL11', 'PRKCD', 'CXCL3', 'CXCL16', 'CCL15', 'CCL27', 'CXCR2', 'ADCY2', 'CDC42', 'RASGRP2', 'PRKCZ', 'GNAI3', 'GNAI2', 'CCL1', 'JAK3', 'RAP1A', 'KRAS', 'ADCY4', 'GNAI1', 'RAP1B', 'CXCR4', 'CCR2', 'ADCY7', 'ADCY8', 'PRKACB', 'PIK3R5', 'PARD3', 'PRKACG', 'ADCY1', 'PF4', 'PPBP', 'ADCY9', 'BRAF', 'TIAM1', 'GRB2', 'ADCY6', 'STAT5B', 'ADCY5', 'RELA', 'GRK2', 'CCL11', 'PTK2', 'CXCL10', 'CCL3', 'CCL4', 'GRK5', 'SHC4', 'CCR3', 'PLCB1', 'CX3CL1', 'WAS', 'CCL17', 'CSK', 'NFKBIB', 'CCL24', 'WASL', 'CCL7', 'ITK', 'PTK2B', 'PREX1', 'GRK4', 'CCR7', 'CCL25', 'DOCK2', 'XCL1', 'CXCL14', 'TIAM2', 'CXCR5', 'CCR1', 'CX3CR1', 'CXCR6', 'CCL19', 'XCR1', 'CCR9', 'CCR8', 'CCR4', 'PRKX', 'CCR10', 'GRK1', 'CXCR3', 'BCAR1', 'PIK3CB', 'GNB5', 'GNB1', 'GSK3B', 'PXN', 'JAK2', 'MAPK1', 'SOS2', 'NFKBIA', 'HCK', 'MAPK3', 'IKBKB', 'AKT2', 'PIK3R2', 'PIK3CG', 'CXCL12', 'NFKB1', 'GNB3', 'GNB4', 'CCL20', 'STAT1', 'SOS1', 'AKT3', 'PIK3R3', 'FOXO3', 'PIK3CA', 'GNG13', 'GNG11', 'GNGT1', 'RAC2', 'SHC2']}, {'KEID': 'https://identifiers.org/aop.events/1032', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1089', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1488', 'WPtitle': 'Neuroinflammation and glutamatergic signaling', 'gene': ['IL4R', 'IL6', 'IL10', 'IL10RB', 'IGF1', 'IL1B', 'IL1R1', 'IL4', 'IFNG', 'SMAD4', 'INSR', 'IRS1', 'JAK1', 'IL12A', 'IL12B', 'IL13', 'CAMKK2', 'ADCY3', 'CREB1', 'DLD', 'AKT1', 'GRM1', 'PSAT1', 'FOS', 'GLS2', 'GLS', 'ARC', 'CAMK2B', 'CAMK2D', 'CAMK2A', 'CAMKK1', 'SOCS3', 'SLC1A1', 'SLC1A2', 'SLC1A3', 'TGFB1', 'TGFB2', 'TGFB3', 'SLC1A6', 'SLC2A1', 'STAT1', 'STAT3', 'TNF', 'TNFRSF1A', 'CALM1', 'CAMK4', 'TNFRSF1B', 'IL1R2', 'NFKB1', 'SLC17A7', 'PRKCA', 'PRKCB', 'MAPK1', 'MAPK3', 'NGF', 'PDHA1', 'SLC38A2', 'PSPH', 'SHMT2', 'BCL2', 'BDNF', 'GRIK2', 'GRIK3', 'GRIK4', 'GRIK5', 'GRIA2', 'GRIA3', 'GRIA4', 'GRIK1', 'GRIN2C', 'GRIN2D', 'IL1A', 'IL13RA1', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GRM2', 'SLC38A3', 'GRIN3A', 'GRIN3B', 'CNTF', 'DAO', 'DLAT', 'LRRC8B', 'NSMF', 'PHGDH', 'GFAP', 'DISC1', 'GOT1', 'SLC6A9', 'CAMK2G', 'LRRC8E', 'SLC38A1', 'STAT6', 'TGFBR3', 'TRAF5', 'LRRC8C', 'SLC38A5', 'GLUL', 'PLCB3', 'PLCB4', 'TRPM4', 'PLCB2', 'LTA', 'SHMT1', 'SLC1A4', 'SLC17A6', 'SRR', 'LRRC8D', 'LRRC8A', 'SLC7A10', 'PPP1CB', 'PPP1CC', 'PRKACA', 'PRKCG', 'NOS1', 'PPP1CA', 'SLC2A3', 'TGFBR1', 'TGFBR2', 'FGF2', 'PLCB1', 'GRIA1', 'GRIN1', 'GRIN2A', 'GRIN2B', 'IL6R', 'IL6ST', 'IL10RA', 'LIF', 'IFNGR1', 'IFNGR2', 'SMAD2', 'SMAD3', 'SMAD7', 'NFKB2', 'CFL1', 'ADCY8', 'ADCY1']}, {'KEID': 'https://identifiers.org/aop.events/1488', 'WPtitle': 'GPCRs class C metabotropic glutamate pheromone', 'gene': ['GRM3', 'GPRC5B', 'GPRC5C', 'GPRC5A', 'GRM1', 'GRM2', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GABBR2', 'GRM6', 'CASR', 'GPRC5D', 'GABBR1']}, {'KEID': 'https://identifiers.org/aop.events/1494', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/1494', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1494', 'WPtitle': 'Cells and molecules involved in local acute inflammatory response', 'gene': ['SELPLG', 'TNF', 'IL6', 'ITGB1', 'CXCL8', 'ITGB2', 'IL1A', 'VCAM1', 'ICAM1', 'C3', 'SELP', 'C5', 'C7', 'C6', 'ITGA4', 'ITGAL', 'KNG1']}, {'KEID': 'https://identifiers.org/aop.events/52', 'WPtitle': 'Neuroinflammation and glutamatergic signaling', 'gene': ['IL4R', 'IL6', 'IL10', 'IL10RB', 'IGF1', 'IL1B', 'IL1R1', 'IL4', 'IFNG', 'SMAD4', 'INSR', 'IRS1', 'JAK1', 'IL12A', 'IL12B', 'IL13', 'CAMKK2', 'ADCY3', 'CREB1', 'DLD', 'AKT1', 'GRM1', 'PSAT1', 'FOS', 'GLS2', 'GLS', 'ARC', 'CAMK2B', 'CAMK2D', 'CAMK2A', 'CAMKK1', 'SOCS3', 'SLC1A1', 'SLC1A2', 'SLC1A3', 'TGFB1', 'TGFB2', 'TGFB3', 'SLC1A6', 'SLC2A1', 'STAT1', 'STAT3', 'TNF', 'TNFRSF1A', 'CALM1', 'CAMK4', 'TNFRSF1B', 'IL1R2', 'NFKB1', 'SLC17A7', 'PRKCA', 'PRKCB', 'MAPK1', 'MAPK3', 'NGF', 'PDHA1', 'SLC38A2', 'PSPH', 'SHMT2', 'BCL2', 'BDNF', 'GRIK2', 'GRIK3', 'GRIK4', 'GRIK5', 'GRIA2', 'GRIA3', 'GRIA4', 'GRIK1', 'GRIN2C', 'GRIN2D', 'IL1A', 'IL13RA1', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GRM2', 'SLC38A3', 'GRIN3A', 'GRIN3B', 'CNTF', 'DAO', 'DLAT', 'LRRC8B', 'NSMF', 'PHGDH', 'GFAP', 'DISC1', 'GOT1', 'SLC6A9', 'CAMK2G', 'LRRC8E', 'SLC38A1', 'STAT6', 'TGFBR3', 'TRAF5', 'LRRC8C', 'SLC38A5', 'GLUL', 'PLCB3', 'PLCB4', 'TRPM4', 'PLCB2', 'LTA', 'SHMT1', 'SLC1A4', 'SLC17A6', 'SRR', 'LRRC8D', 'LRRC8A', 'SLC7A10', 'PPP1CB', 'PPP1CC', 'PRKACA', 'PRKCG', 'NOS1', 'PPP1CA', 'SLC2A3', 'TGFBR1', 'TGFBR2', 'FGF2', 'PLCB1', 'GRIA1', 'GRIN1', 'GRIN2A', 'GRIN2B', 'IL6R', 'IL6ST', 'IL10RA', 'LIF', 'IFNGR1', 'IFNGR2', 'SMAD2', 'SMAD3', 'SMAD7', 'NFKB2', 'CFL1', 'ADCY8', 'ADCY1']}, {'KEID': 'https://identifiers.org/aop.events/52', 'WPtitle': 'Phosphatidyl inositol phosphate pathway', 'gene': ['MTMR6', 'MTMR8', 'PI4K2A', 'PI4K2B', 'TPTE2', 'INPP4B', 'PLCB4', 'PLCB3', 'PLCB2', 'PI4KB', 'PIP5K1C', 'INPP5E', 'PLCD4', 'PIK3C2A', 'PIK3CD', 'PIK3CG', 'PIK3CB', 'PIK3CA', 'PLCG2', 'PIK3C2G', 'INPP4A', 'PI4KA', 'PLCD3', 'PLCD1', 'PIKFYVE', 'SACM1L', 'PIP5K1A', 'INPP5D', 'FIG4', 'PIP4K2C', 'MTMR1', 'MTM1', 'OCRL', 'PIP4K2B', 'PIP4K2A', 'PIP5K1B', 'PIP4P2', 'PIP4P1', 'MTMR2', 'PLCE1', 'PLCB1', 'PIK3C2B', 'INPP5K', 'PTEN', 'PLCG1', 'IPMK']}, {'KEID': 'https://identifiers.org/aop.events/52', 'WPtitle': 'GPCRs, class C metabotropic glutamate pheromone'}, {'KEID': 'https://identifiers.org/aop.events/381', 'WPtitle': 'BDNF-TrkB signaling', 'gene': ['EIF4EBP1', 'EEF2K', 'MTOR', 'MKNK1', 'DLG4', 'TRPC6', 'TRPC3', 'TSC2', 'MAPK1', 'PIK3CG', 'RHEB', 'RPS6KB1', 'RPS6KA1', 'CREB1', 'SOS1', 'SHC1', 'AKT1', 'HRAS', 'BDNF', 'TSC1', 'MAP2K1', 'NRAS', 'ARC', 'GAB1', 'GAB2', 'KRAS', 'NTRK2', 'PLCG1', 'ADCY1', 'GRIN1', 'GRB2', 'BRAF', 'HOMER1']}, {'KEID': 'https://identifiers.org/aop.events/381', 'WPtitle': 'Brain-derived neurotrophic factor (BDNF) signaling', 'gene': ['CREB1', 'CHUK', 'MAPK14', 'CTNNB1', 'CSNK2A1', 'VAV3', 'BCL2L11', 'MAP3K2', 'EIF4EBP1', 'MTOR', 'MAPT', 'ALPL', 'NFATC4', 'PTPRF', 'NTF3', 'GRIP1', 'PTK2B', 'DLG1', 'PRKAA2', 'PIK3R1', 'SHC3', 'PIK3R2', 'PRKAA1', 'PPP2CA', 'MAP3K1', 'NCAM1', 'JAK2', 'JUN', 'MEF2C', 'MEF2A', 'PDPK1', 'NCF2', 'NFKB1', 'NGF', 'NFKBIA', 'AKT1', 'FOXO3', 'FOS', 'EIF4E', 'ELK1', 'IKBKB', 'IRS1', 'SHC2', 'GSK3B', 'HRAS', 'FRS2', 'CFL1', 'VAV2', 'CAMK2A', 'CAMK4', 'SYN1', 'STAT3', 'TSC2', 'TRAF6', 'IRS2', 'SQSTM1', 'RPS6KA5', 'IKBKG', 'CASP3', 'RPS6', 'RPS6KA1', 'RPS6KA3', 'BDNF', 'RPS6KB1', 'RAF1', 'NCF1', 'SRC', 'STAT1', 'BMP2', 'SHC1', 'BAD', 'MAPK10', 'MAPK9', 'MAP2K1', 'MAP2K2', 'MAP2K5', 'PTPN11', 'RAB3A', 'RAC1', 'MAPK8', 'MAPK1', 'MAPK7', 'MAPK3', 'DOK5', 'PRKCD', 'NSF', 'CDK5R1', 'NCK2', 'MARCKS', 'EIF2S2', 'DOCK3', 'DPYSL2', 'SH2B1', 'CDKL5', 'RANBP9', 'GRIA3', 'GRIA2', 'YBX1', 'CDH2', 'CDK5', 'EGR1', 'SIRPA', 'EIF2S1', 'EEF2', 'CNR1', 'EGR2', 'NTRK3', 'RACK1', 'FRS3', 'LINGO1', 'KCNA3', 'CDC42', 'CRTC1', 'IGF2BP1', 'RHOG', 'CAMK1', 'KSR1', 'SH2B2', 'GABRB3', 'CYFIP1', 'ACACB', 'KCNN2', 'SPP1', 'KIDINS220', 'RASGRF1', 'RAP1A', 'RELA', 'SORT1', 'STAT5B', 'ADAM17', 'TIAM1', 'STAT5A', 'APC', 'SHC4', 'FYN', 'GRIA1', 'GRB2', 'GRIN2B', 'GRIN1', 'NGFR', 'NCK1', 'NTRK1', 'PLCG1', 'NTRK2']}, {'KEID': 'https://identifiers.org/aop.events/484', 'WPtitle': 'PI3K-Akt signaling', 'gene': ['NFKB1', 'COL1A1', 'VTN', 'COMP', 'PIK3CG', 'FGF8', 'RPS6KB1', 'ITGB8', 'RHEB', 'PPP2CA', 'VEGFA', 'IL4', 'CCND1', 'CDKN1B', 'IL2', 'COL9A1', 'GNB3', 'PKN1', 'CD19', 'BAD', 'CDKN1A', 'BRCA1', 'IGF1', 'COL9A2', 'GNB5', 'IL4R', 'PIK3CB', 'LAMC2', 'HSP90AA1', 'GSK3B', 'PPP2R5C', 'GNB1', 'EIF4EBP1', 'MTOR', 'SGK3', 'SGK2', 'NTF3', 'NTF4', 'LAMB1', 'ITGA6', 'ITGB5', 'JAK2', 'MAPK1', 'COL9A3', 'HSP90AB1', 'IL2RB', 'SOS2', 'TSC2', 'IKBKB', 'MAPK3', 'CCNE1', 'AKT2', 'PPP2CB', 'GYS1', 'PPP2R1A', 'PIK3R2', 'BDNF', 'F2R', 'RPS6KB2', 'GNG7', 'CSF1', 'GNG12', 'GNG5', 'HRAS', 'VEGFB', 'IKBKG', 'PIK3R6', 'GNG2', 'NRAS', 'INS', 'ITGB3', 'CHUK', 'GNG10', 'TGFA', 'IL3', 'VEGFD', 'TSC1', 'COL1A2', 'SYK', 'MLST8', 'GNG4', 'GNGT2', 'GNG8', 'IRS1', 'THBS3', 'MAP2K1', 'PIK3CD', 'BCL2', 'INSR', 'BCL2L1', 'GNB2', 'LAMB2', 'PRL', 'TP53', 'RPTOR', 'ITGB7', 'PDPK1', 'MCL1', 'PIK3R1', 'AKT1', 'EGFR', 'IL2RG', 'ITGB1', 'EIF4E', 'VEGFC', 'GNG3', 'PRKAA2', 'BCL2L11', 'PRKCA', 'JAK1', 'GNGT1', 'LAMA5', 'PRKAA1', 'ITGB4', 'G6PC1', 'RAF1', 'IL2RA', 'CDK4', 'CASP9', 'NGF', 'LAMC1', 'RAC1', 'MDM2', 'MYC', 'RPS6', 'IL6', 'TLR4', 'THBS1', 'TLR2', 'PPP2R1B', 'CREB1', 'MYB', 'FN1', 'SOS1', 'GNB4', 'ITGB6', 'PIK3R3', 'FASLG', 'ATF2', 'AKT3', 'SGK1', 'GNG11', 'CCND2', 'PIK3CA', 'FOXO3', 'MAP2K2', 'GNG13', 'CDK2', 'PCK1', 'THBS4', 'PRLR', 'VWF', 'FGF6', 'CREB3', 'CSF3', 'LAMA4', 'GHR', 'GYS2', 'PPP2R5D', 'FGF1', 'CSF3R', 'ITGA4', 'PDGFRB', 'FGF12', 'SPP1', 'FGF23', 'TNR', 'STK11', 'PDGFB', 'TCL1A', 'EFNA2', 'OSM', 'COL4A4', 'PHLPP1', 'PPP2R3C', 'FLT3LG', 'ANGPT2', 'MET', 'FGF21', 'JAK3', 'LAMA1', 'FGF14', 'ANGPT4', 'IL7', 'CDC37', 'FGF9', 'FLT1', 'NGFR', 'LPAR2', 'CREB3L3', 'EIF4B', 'PPP2R5A', 'FGFR2', 'LAMC3', 'LAMA3', 'TNC', 'KITLG', 'FGFR1', 'ITGA8', 'PPP2R2C', 'FGF4', 'FGF20', 'FGFR3', 'FGF22', 'PPP2R3A', 'PPP2R5B', 'FGF10', 'ITGA3', 'ITGA2B', 'FLT4', 'PHLPP2', 'HGF', 'IBSP', 'PCK2', 'CCND3', 'CCNE2', 'CDK6', 'PPP2R2A', 'RELA', 'ATF6B', 'NTRK1', 'TCL1B', 'RELN', 'LAMA2', 'COL4A1', 'COL4A6', 'LPAR1', 'LAMB3', 'PDGFA', 'EFNA4', 'GH1', 'ITGA1', 'IFNA7', 'PTEN', 'PPP2R2D', 'LPAR3', 'IFNB1', 'EIF4E1B', 'CHRM1', 'PTK2', 'PDGFD', 'IL7R', 'EFNA1', 'FGF3', 'EPOR', 'IL3RA', 'THBS2', 'GRB2', 'CHRM2', 'EFNA5', 'LPAR5', 'CREB3L2', 'CSF1R', 'KIT', 'CREB3L1', 'FGF18', 'PPP2R2B', 'THEM4', 'FGF17', 'IFNAR2', 'PPP2R5E', 'ANGPT1', 'NTRK2', 'NOS3', 'HSP90B1', 'FGF19', 'ITGA2', 'DDIT4', 'TNXB', 'ITGA5', 'FGF11', 'IL6R', 'FGFR4', 'COL2A1', 'LPAR6', 'FGF2', 'EGF', 'PIK3R5', 'COL6A1', 'FGF7', 'IGF1R', 'IFNAR1', 'COL6A2', 'EPHA2', 'EFNA3', 'ITGA10', 'CREB3L4', 'OSMR', 'CREB5', 'ITGA9', 'PDGFC', 'LPAR4', 'PGF', 'TEK', 'FLT3', 'KDR', 'TNN', 'EPO', 'ATF4', 'FGF13', 'PDGFRA', 'COL4A2', 'KRAS', 'CHAD', 'CSH1', 'ITGA7', 'EIF4E2', 'FGF5', 'ITGA11', 'ITGAV', 'COL4A3', 'COL4A5', 'CSH2', 'PIK3AP1', 'PKN3', 'G6PC3', 'G6PC2', 'PKN2', 'LAMB4', 'IFNA21', 'IFNA5', 'IFNA6', 'IFNA8', 'IFNA16', 'PPP2R3B', 'IFNA17', 'IFNA4', 'IFNA14', 'IFNA13', 'IFNA2', 'IFNA1', 'IFNA10', 'RBL2', 'GH2', 'IGF2', 'COL6A6', 'COL6A3', 'COL6A5']}, {'KEID': 'https://identifiers.org/aop.events/484', 'WPtitle': 'Focal adhesion: PI3K-Akt-mTOR-signaling', 'gene': ['MTOR', 'EIF4EBP1', 'ITGB8', 'PIK3CG', 'COMP', 'PIK3R2', 'PPP2R1A', 'RHEB', 'JAK2', 'HSP90AB1', 'ITGA6', 'HIF1A', 'IL2RB', 'MAPK1', 'GYS1', 'PPP2CB', 'IKBKB', 'TSC2', 'MAPK3', 'AKT2', 'LAMC2', 'PIK3CB', 'GNB1', 'PPP2R5C', 'IL4R', 'SREBF1', 'ITGB5', 'GSK3B', 'HSP90AA1', 'LAMB1', 'IGF1', 'PIK3C2A', 'BAD', 'CDKN1A', 'TSC1', 'VEGFD', 'COL1A2', 'JAK1', 'PRKAA2', 'GNG8', 'GNGT2', 'RPTOR', 'EGFR', 'PIK3R1', 'AKT1', 'EIF4E', 'FOXO1', 'VEGFC', 'ITGB1', 'IL2RG', 'GNG3', 'ITGB2', 'CASP9', 'ITGB4', 'LAMC1', 'MDM2', 'IL2RA', 'NGF', 'IRS4', 'THBS1', 'PPP2R1B', 'RPS6', 'PDPK1', 'ITGB7', 'PIK3CA', 'FOXO3', 'GNG11', 'GNG13', 'PRKAA1', 'RAF1', 'LAMA5', 'FOXA1', 'GNGT1', 'MAP2K2', 'ITGB6', 'GNB4', 'PPP2CA', 'VEGFA', 'GNB3', 'CDKN1B', 'PPARGC1A', 'IL2', 'CREB1', 'SLC2A1', 'AKT3', 'EPAS1', 'ATF2', 'SOS1', 'FN1', 'VTN', 'COL1A1', 'RPS6KB1', 'FGF8', 'COL3A1', 'GNG4', 'MLST8', 'IKBKG', 'ITGB3', 'INS', 'GNG10', 'NRAS', 'ULK1', 'GNG7', 'RPS6KB2', 'HRAS', 'GNG5', 'SLC2A4', 'PIK3R4', 'GNG2', 'IRS2', 'CSF1', 'F2R', 'INSR', 'THBS3', 'IRS1', 'MAP2K1', 'VEGFB', 'GNG12', 'GNB2', 'PRL', 'LAMB2', 'PIK3CD', 'FGF4', 'PPP2R2C', 'PPP2R3A', 'FGF22', 'FGF10', 'ITGAE', 'PHLPP1', 'COL4A4', 'COL5A3', 'LIPE', 'FGF20', 'ITGA8', 'FGFR1', 'COL11A1', 'CREB3L3', 'SLC2A3', 'LAMA3', 'LAMC3', 'KITLG', 'TNC', 'PHLPP2', 'EIF4B', 'FLT4', 'PPP2R5B', 'FGFR3', 'FGFR2', 'ELAVL1', 'PPP2R5A', 'TBC1D1', 'LPAR2', 'NGFR', 'NOS2', 'ITGA2B', 'ITGA3', 'ITGAL', 'IBSP', 'HGF', 'CDC37', 'RAB2A', 'CREB3', 'MET', 'JAK3', 'FGF21', 'CSF3', 'GYS2', 'FGF6', 'VWF', 'ITGA10', 'EPHA2', 'COL6A2', 'IFNAR1', 'PIK3R5', 'ITGAX', 'IGF1R', 'FGF7', 'LPAR6', 'ANGPT1', 'PPP2R5E', 'PELO', 'LPAR4', 'CREB5', 'OSMR', 'PDGFC', 'ITGA9', 'EFNA3', 'CREB3L4', 'ITGA11', 'CSH1', 'CHAD', 'CAB39', 'EIF4E2', 'ITGA7', 'COL4A2', 'COL2A1', 'EGF', 'FGF2', 'ITGAV', 'KDR', 'HIF3A', 'PFKFB2', 'TNN', 'TEK', 'PGF', 'CSF3R', 'RAB14', 'ATF4', 'KRAS', 'PIK3C2B', 'COL5A1', 'EPO', 'FGF13', 'PDGFRA', 'PRLR', 'THBS4', 'GHR', 'LAMA4', 'PPP2R5D', 'PDGFRB', 'FGF1', 'TNR', 'ITGA4', 'FGF12', 'PFKFB4', 'SPP1', 'STK11', 'PDGFB', 'PIK3IP1', 'OSM', 'EFNA2', 'PPP2R3C', 'ANGPT2', 'NOS1', 'RAB10', 'FLT1', 'FGF9', 'CAB39L', 'FGF14', 'LAMA1', 'ANGPT4', 'TCL1A', 'FGF11', 'ITGA5', 'FGFR4', 'SLC2A2', 'FGF19', 'DDIT4', 'RAB8A', 'HSP90B1', 'NOS3', 'ITGA2', 'EFNA1', 'IL7R', 'CHRM1', 'TNXB', 'CREB3L1', 'KIT', 'ITGAD', 'PPP2R2B', 'FGF18', 'PFKFB1', 'CRTC2', 'IL6R', 'IFNAR2', 'FGF17', 'PTEN', 'IFNB1', 'LPAR3', 'PDGFD', 'PFKFB3', 'PTK2', 'EIF4E1B', 'PPP2R2D', 'CSF1R', 'CREB3L2', 'CHRM2', 'GRB2', 'EFNA5', 'COL4A1', 'EPOR', 'FGF3', 'THBS2', 'IL3RA', 'RAB11B', 'LPAR5', 'RELN', 'STRADA', 'ACACA', 'EFNA4', 'IFNA7', 'LAMB3', 'LAMA2', 'FGF16', 'ATF6B', 'TCL1B', 'AKT1S1', 'COL5A2', 'COL11A2', 'LPAR1', 'COL4A6', 'PDGFA']}, {'KEID': 'https://identifiers.org/aop.events/388', 'WPtitle': 'Neuroinflammation and glutamatergic signaling', 'gene': ['IL4R', 'IL6', 'IL10', 'IL10RB', 'IGF1', 'IL1B', 'IL1R1', 'IL4', 'IFNG', 'SMAD4', 'INSR', 'IRS1', 'JAK1', 'IL12A', 'IL12B', 'IL13', 'CAMKK2', 'ADCY3', 'CREB1', 'DLD', 'AKT1', 'GRM1', 'PSAT1', 'FOS', 'GLS2', 'GLS', 'ARC', 'CAMK2B', 'CAMK2D', 'CAMK2A', 'CAMKK1', 'SOCS3', 'SLC1A1', 'SLC1A2', 'SLC1A3', 'TGFB1', 'TGFB2', 'TGFB3', 'SLC1A6', 'SLC2A1', 'STAT1', 'STAT3', 'TNF', 'TNFRSF1A', 'CALM1', 'CAMK4', 'TNFRSF1B', 'IL1R2', 'NFKB1', 'SLC17A7', 'PRKCA', 'PRKCB', 'MAPK1', 'MAPK3', 'NGF', 'PDHA1', 'SLC38A2', 'PSPH', 'SHMT2', 'BCL2', 'BDNF', 'GRIK2', 'GRIK3', 'GRIK4', 'GRIK5', 'GRIA2', 'GRIA3', 'GRIA4', 'GRIK1', 'GRIN2C', 'GRIN2D', 'IL1A', 'IL13RA1', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GRM2', 'SLC38A3', 'GRIN3A', 'GRIN3B', 'CNTF', 'DAO', 'DLAT', 'LRRC8B', 'NSMF', 'PHGDH', 'GFAP', 'DISC1', 'GOT1', 'SLC6A9', 'CAMK2G', 'LRRC8E', 'SLC38A1', 'STAT6', 'TGFBR3', 'TRAF5', 'LRRC8C', 'SLC38A5', 'GLUL', 'PLCB3', 'PLCB4', 'TRPM4', 'PLCB2', 'LTA', 'SHMT1', 'SLC1A4', 'SLC17A6', 'SRR', 'LRRC8D', 'LRRC8A', 'SLC7A10', 'PPP1CB', 'PPP1CC', 'PRKACA', 'PRKCG', 'NOS1', 'PPP1CA', 'SLC2A3', 'TGFBR1', 'TGFBR2', 'FGF2', 'PLCB1', 'GRIA1', 'GRIN1', 'GRIN2A', 'GRIN2B', 'IL6R', 'IL6ST', 'IL10RA', 'LIF', 'IFNGR1', 'IFNGR2', 'SMAD2', 'SMAD3', 'SMAD7', 'NFKB2', 'CFL1', 'ADCY8', 'ADCY1']}, {'KEID': 'https://identifiers.org/aop.events/1262', 'WPtitle': 'Apoptosis', 'gene': ['NFKBIB', 'NFKBIE', 'MIR29B1', 'MIR29B2', 'BCL2L11', 'CDKN2A', 'CHUK', 'BIRC2', 'BIRC3', 'XIAP', 'BIRC5', 'DFFA', 'DFFB', 'AKT1', 'BBC3', 'APAF1', 'FASLG', 'IRF3', 'IGF1', 'FAS', 'IKBKB', 'MCL1', 'MDM2', 'MAP3K1', 'MYC', 'NFKB1', 'IRF7', 'JUN', 'CYCS', 'MAPK10', 'DIABLO', 'BAD', 'BAK1', 'BAX', 'BCL2', 'PMAIP1', 'NFKBIA', 'PIK3R1', 'BID', 'MAP2K4', 'BOK', 'TNF', 'TNFRSF1A', 'BCL2L1', 'BCL2L2', 'CASP1', 'CASP2', 'CASP3', 'CASP4', 'CASP6', 'TNFRSF1B', 'TP53', 'TRAF3', 'IKBKG', 'TRADD', 'TNFRSF25', 'RIPK1', 'CRADD', 'HRK', 'CASP7', 'CASP8', 'CASP9', 'CASP10', 'TNFSF10', 'FADD', 'TNFRSF10B', 'CFLAR', 'LTA', 'RELA', 'IGF1R', 'TRAF1', 'TRAF2', 'TNFRSF21', 'BNIP3L', 'SCAF11', 'GZMB', 'HELLS', 'IGF2', 'IRF2', 'IRF4', 'PRF1', 'IRF6', 'TP73', 'TP63', 'MIR29A', 'IRF5', 'IRF1']}, {'KEID': 'https://identifiers.org/aop.events/1262', 'WPtitle': 'Apoptosis modulation and signaling', 'gene': ['BIRC7', 'TNFRSF10A', 'BBC3', 'BIRC5', 'CASP10', 'CASP9', 'CASP7', 'DFFA', 'BMF', 'CAPNS1', 'APAF1', 'MAP3K14', 'JUN', 'PTPN13', 'PMAIP1', 'BCL2L11', 'PTRH2', 'TNFRSF10B', 'TNFSF10', 'MADD', 'HTRA2', 'SEPTIN4', 'BNIP3', 'BLK', 'BIRC3', 'BIRC2', 'BOK', 'BAX', 'BAK1', 'BCL2A1', 'BCL2', 'BCL2L2', 'BCL2L10', 'BCL2L1', 'BIK', 'BID', 'MIR29B2', 'MIR29B1', 'BAG3', 'BAD', 'TNFRSF10C', 'DIABLO', 'TNFRSF10D', 'CYCS', 'FADD', 'ENDOG', 'DFFB', 'FAS', 'IKBKB', 'HRK', 'FOS', 'FASLG', 'CASP8', 'CASP6', 'CASP3', 'CASP2', 'CDKN2A', 'DAXX', 'CRADD', 'CFLAR', 'PRKD1', 'PIDD1', 'XIAP', 'HSPA1A', 'NAIP', 'TRAF6', 'TRAF3', 'TRADD', 'TNFRSF25', 'TNFRSF1B', 'TNFRSF1A', 'NFKBIA', 'NFKB1', 'MYD88', 'MCL1', 'TOLLIP', 'TNFRSF6B', 'IRAK1', 'IL1R2', 'IL1R1', 'MAPK8', 'MAPK3', 'MAP3K5', 'CASP4', 'CASP1', 'AIFM2', 'RIPK1', 'PEA15', 'AIFM1', 'TP53']}, {'KEID': 'https://identifiers.org/aop.events/1945', 'WPtitle': 'PI3K-Akt signaling', 'gene': ['NFKB1', 'COL1A1', 'VTN', 'COMP', 'PIK3CG', 'FGF8', 'RPS6KB1', 'ITGB8', 'RHEB', 'PPP2CA', 'VEGFA', 'IL4', 'CCND1', 'CDKN1B', 'IL2', 'COL9A1', 'GNB3', 'PKN1', 'CD19', 'BAD', 'CDKN1A', 'BRCA1', 'IGF1', 'COL9A2', 'GNB5', 'IL4R', 'PIK3CB', 'LAMC2', 'HSP90AA1', 'GSK3B', 'PPP2R5C', 'GNB1', 'EIF4EBP1', 'MTOR', 'SGK3', 'SGK2', 'NTF3', 'NTF4', 'LAMB1', 'ITGA6', 'ITGB5', 'JAK2', 'MAPK1', 'COL9A3', 'HSP90AB1', 'IL2RB', 'SOS2', 'TSC2', 'IKBKB', 'MAPK3', 'CCNE1', 'AKT2', 'PPP2CB', 'GYS1', 'PPP2R1A', 'PIK3R2', 'BDNF', 'F2R', 'RPS6KB2', 'GNG7', 'CSF1', 'GNG12', 'GNG5', 'HRAS', 'VEGFB', 'IKBKG', 'PIK3R6', 'GNG2', 'NRAS', 'INS', 'ITGB3', 'CHUK', 'GNG10', 'TGFA', 'IL3', 'VEGFD', 'TSC1', 'COL1A2', 'SYK', 'MLST8', 'GNG4', 'GNGT2', 'GNG8', 'IRS1', 'THBS3', 'MAP2K1', 'PIK3CD', 'BCL2', 'INSR', 'BCL2L1', 'GNB2', 'LAMB2', 'PRL', 'TP53', 'RPTOR', 'ITGB7', 'PDPK1', 'MCL1', 'PIK3R1', 'AKT1', 'EGFR', 'IL2RG', 'ITGB1', 'EIF4E', 'VEGFC', 'GNG3', 'PRKAA2', 'BCL2L11', 'PRKCA', 'JAK1', 'GNGT1', 'LAMA5', 'PRKAA1', 'ITGB4', 'G6PC1', 'RAF1', 'IL2RA', 'CDK4', 'CASP9', 'NGF', 'LAMC1', 'RAC1', 'MDM2', 'MYC', 'RPS6', 'IL6', 'TLR4', 'THBS1', 'TLR2', 'PPP2R1B', 'CREB1', 'MYB', 'FN1', 'SOS1', 'GNB4', 'ITGB6', 'PIK3R3', 'FASLG', 'ATF2', 'AKT3', 'SGK1', 'GNG11', 'CCND2', 'PIK3CA', 'FOXO3', 'MAP2K2', 'GNG13', 'CDK2', 'PCK1', 'THBS4', 'PRLR', 'VWF', 'FGF6', 'CREB3', 'CSF3', 'LAMA4', 'GHR', 'GYS2', 'PPP2R5D', 'FGF1', 'CSF3R', 'ITGA4', 'PDGFRB', 'FGF12', 'SPP1', 'FGF23', 'TNR', 'STK11', 'PDGFB', 'TCL1A', 'EFNA2', 'OSM', 'COL4A4', 'PHLPP1', 'PPP2R3C', 'FLT3LG', 'ANGPT2', 'MET', 'FGF21', 'JAK3', 'LAMA1', 'FGF14', 'ANGPT4', 'IL7', 'CDC37', 'FGF9', 'FLT1', 'NGFR', 'LPAR2', 'CREB3L3', 'EIF4B', 'PPP2R5A', 'FGFR2', 'LAMC3', 'LAMA3', 'TNC', 'KITLG', 'FGFR1', 'ITGA8', 'PPP2R2C', 'FGF4', 'FGF20', 'FGFR3', 'FGF22', 'PPP2R3A', 'PPP2R5B', 'FGF10', 'ITGA3', 'ITGA2B', 'FLT4', 'PHLPP2', 'HGF', 'IBSP', 'PCK2', 'CCND3', 'CCNE2', 'CDK6', 'PPP2R2A', 'RELA', 'ATF6B', 'NTRK1', 'TCL1B', 'RELN', 'LAMA2', 'COL4A1', 'COL4A6', 'LPAR1', 'LAMB3', 'PDGFA', 'EFNA4', 'GH1', 'ITGA1', 'IFNA7', 'PTEN', 'PPP2R2D', 'LPAR3', 'IFNB1', 'EIF4E1B', 'CHRM1', 'PTK2', 'PDGFD', 'IL7R', 'EFNA1', 'FGF3', 'EPOR', 'IL3RA', 'THBS2', 'GRB2', 'CHRM2', 'EFNA5', 'LPAR5', 'CREB3L2', 'CSF1R', 'KIT', 'CREB3L1', 'FGF18', 'PPP2R2B', 'THEM4', 'FGF17', 'IFNAR2', 'PPP2R5E', 'ANGPT1', 'NTRK2', 'NOS3', 'HSP90B1', 'FGF19', 'ITGA2', 'DDIT4', 'TNXB', 'ITGA5', 'FGF11', 'IL6R', 'FGFR4', 'COL2A1', 'LPAR6', 'FGF2', 'EGF', 'PIK3R5', 'COL6A1', 'FGF7', 'IGF1R', 'IFNAR1', 'COL6A2', 'EPHA2', 'EFNA3', 'ITGA10', 'CREB3L4', 'OSMR', 'CREB5', 'ITGA9', 'PDGFC', 'LPAR4', 'PGF', 'TEK', 'FLT3', 'KDR', 'TNN', 'EPO', 'ATF4', 'FGF13', 'PDGFRA', 'COL4A2', 'KRAS', 'CHAD', 'CSH1', 'ITGA7', 'EIF4E2', 'FGF5', 'ITGA11', 'ITGAV', 'COL4A3', 'COL4A5', 'CSH2', 'PIK3AP1', 'PKN3', 'G6PC3', 'G6PC2', 'PKN2', 'LAMB4', 'IFNA21', 'IFNA5', 'IFNA6', 'IFNA8', 'IFNA16', 'PPP2R3B', 'IFNA17', 'IFNA4', 'IFNA14', 'IFNA13', 'IFNA2', 'IFNA1', 'IFNA10', 'RBL2', 'GH2', 'IGF2', 'COL6A6', 'COL6A3', 'COL6A5']}, {'KEID': 'https://identifiers.org/aop.events/1945', 'WPtitle': 'Ras signaling', 'gene': ['BAD', 'MAPK9', 'PIK3CB', 'GNGT1', 'RAC2', 'SHC2', 'PAK4', 'ELK1', 'MAP2K2', 'GNG13', 'GNG11', 'PAK6', 'RAF1', 'RAC1', 'GNB4', 'ZAP70', 'GNB3', 'FASLG', 'PIK3CA', 'SOS1', 'AKT3', 'PIK3R3', 'PAK5', 'MAPK3', 'IKBKB', 'AKT2', 'MAPK1', 'SOS2', 'MAPK8', 'NFKB1', 'MAPK10', 'PIK3R2', 'GNB5', 'PAK3', 'GNB1', 'ABL1', 'RHOA', 'GNGT2', 'GNG8', 'GNG4', 'MAP2K1', 'PRKCB', 'SHC3', 'HTR7', 'AKT1', 'PIK3R1', 'RASA1', 'EGFR', 'PAK1', 'PRKCA', 'SHC1', 'GNG3', 'GNG10', 'CHUK', 'IKBKG', 'HRAS', 'GNG7', 'PTPN11', 'PAK2', 'GNG5', 'GNG2', 'PLCG2', 'CALM1', 'NRAS', 'LAT', 'RAC3', 'INSR', 'BCL2L1', 'PIK3CD', 'GNB2', 'GNG12', 'PLA2G4A', 'PLA2G2D', 'EXOC2', 'RASGRF2', 'PDGFRB', 'RAP1A', 'RASAL3', 'PLA2G4C', 'RASA4', 'FLT1', 'RASAL1', 'RAB5B', 'SHOC2', 'RAB5C', 'GAB1', 'PLD1', 'FGFR1', 'CDC42', 'PRKACA', 'RASAL2', 'PLA2G3', 'STK4', 'BRAP', 'RALA', 'RALBP1', 'GAB2', 'FLT4', 'FGFR2', 'RASSF1', 'FGFR3', 'RASGRP2', 'PLA2G10', 'RASGRF1', 'NGFR', 'AFDN', 'ABL2', 'RGL1', 'CALM2', 'RALB', 'RAB5A', 'EPHA2', 'PRKACB', 'RASA2', 'TIAM1', 'KIT', 'PLA1A', 'TTBK1', 'NTRK2', 'RASGRP3', 'RRAS2', 'PDGFRA', 'ETS1', 'RAPGEF5', 'PLD2', 'KRAS', 'IGF1R', 'KSR1', 'PLCE1', 'PLA2G12B', 'PLCG1', 'TEK', 'FLT3', 'PLA2G12A', 'RRAS', 'PRKCG', 'RAP1B', 'PLA2G5', 'KDR', 'CALML4', 'RASGRP1', 'CALML6', 'PLA2G1B', 'KSR2', 'RASGRP4', 'PLAAT3', 'GRIN1', 'GRB2', 'CALML3', 'CALML5', 'RIN1', 'FGFR4', 'ETS2', 'MRAS', 'PLA2G2F', 'PLA2G4D', 'CALM3', 'RALGDS', 'JMJD7-PLA2G4B', 'PRKACG', 'ARF6', 'PLA2G4F', 'MET', 'RGL2', 'PLA2G4B', 'RASSF5', 'GRIN2B', 'NTRK1', 'SHC4', 'RASA3', 'CSF1R', 'GRIN2A', 'PLA2G6', 'FOXO4', 'PLA2G2C', 'PLA2G4E', 'PLA2G2A', 'PLA2G2E', 'SYNGAP1', 'NF1', 'RELA', 'REL']}, {'KEID': 'https://identifiers.org/aop.events/1945', 'WPtitle': 'Autophagy', 'gene': ['MTOR', 'RPTOR', 'PRKAA1', 'PRKAB2', 'MAP1LC3B', 'PRKAA2', 'MLST8', 'ATG3', 'ATG12', 'AMBRA1', 'PRKAB1', 'PRKAG3', 'ATG101', 'BECN1', 'PIK3C3', 'RB1CC1', 'ATG5', 'PRKAG2', 'ATG16L1', 'PRKAG1', 'ATG13', 'ULK1', 'PIK3R4', 'ATG7', 'ATG14', 'WIPI2', 'AKT1S1', 'DEPTOR', 'ATG9A', 'UVRAG']}, {'KEID': 'https://identifiers.org/aop.events/1945', 'WPtitle': 'PI3K-Akt signaling', 'gene': ['NFKB1', 'COL1A1', 'VTN', 'COMP', 'PIK3CG', 'FGF8', 'RPS6KB1', 'ITGB8', 'RHEB', 'PPP2CA', 'VEGFA', 'IL4', 'CCND1', 'CDKN1B', 'IL2', 'COL9A1', 'GNB3', 'PKN1', 'CD19', 'BAD', 'CDKN1A', 'BRCA1', 'IGF1', 'COL9A2', 'GNB5', 'IL4R', 'PIK3CB', 'LAMC2', 'HSP90AA1', 'GSK3B', 'PPP2R5C', 'GNB1', 'EIF4EBP1', 'MTOR', 'SGK3', 'SGK2', 'NTF3', 'NTF4', 'LAMB1', 'ITGA6', 'ITGB5', 'JAK2', 'MAPK1', 'COL9A3', 'HSP90AB1', 'IL2RB', 'SOS2', 'TSC2', 'IKBKB', 'MAPK3', 'CCNE1', 'AKT2', 'PPP2CB', 'GYS1', 'PPP2R1A', 'PIK3R2', 'BDNF', 'F2R', 'RPS6KB2', 'GNG7', 'CSF1', 'GNG12', 'GNG5', 'HRAS', 'VEGFB', 'IKBKG', 'PIK3R6', 'GNG2', 'NRAS', 'INS', 'ITGB3', 'CHUK', 'GNG10', 'TGFA', 'IL3', 'VEGFD', 'TSC1', 'COL1A2', 'SYK', 'MLST8', 'GNG4', 'GNGT2', 'GNG8', 'IRS1', 'THBS3', 'MAP2K1', 'PIK3CD', 'BCL2', 'INSR', 'BCL2L1', 'GNB2', 'LAMB2', 'PRL', 'TP53', 'RPTOR', 'ITGB7', 'PDPK1', 'MCL1', 'PIK3R1', 'AKT1', 'EGFR', 'IL2RG', 'ITGB1', 'EIF4E', 'VEGFC', 'GNG3', 'PRKAA2', 'BCL2L11', 'PRKCA', 'JAK1', 'GNGT1', 'LAMA5', 'PRKAA1', 'ITGB4', 'G6PC1', 'RAF1', 'IL2RA', 'CDK4', 'CASP9', 'NGF', 'LAMC1', 'RAC1', 'MDM2', 'MYC', 'RPS6', 'IL6', 'TLR4', 'THBS1', 'TLR2', 'PPP2R1B', 'CREB1', 'MYB', 'FN1', 'SOS1', 'GNB4', 'ITGB6', 'PIK3R3', 'FASLG', 'ATF2', 'AKT3', 'SGK1', 'GNG11', 'CCND2', 'PIK3CA', 'FOXO3', 'MAP2K2', 'GNG13', 'CDK2', 'PCK1', 'THBS4', 'PRLR', 'VWF', 'FGF6', 'CREB3', 'CSF3', 'LAMA4', 'GHR', 'GYS2', 'PPP2R5D', 'FGF1', 'CSF3R', 'ITGA4', 'PDGFRB', 'FGF12', 'SPP1', 'FGF23', 'TNR', 'STK11', 'PDGFB', 'TCL1A', 'EFNA2', 'OSM', 'COL4A4', 'PHLPP1', 'PPP2R3C', 'FLT3LG', 'ANGPT2', 'MET', 'FGF21', 'JAK3', 'LAMA1', 'FGF14', 'ANGPT4', 'IL7', 'CDC37', 'FGF9', 'FLT1', 'NGFR', 'LPAR2', 'CREB3L3', 'EIF4B', 'PPP2R5A', 'FGFR2', 'LAMC3', 'LAMA3', 'TNC', 'KITLG', 'FGFR1', 'ITGA8', 'PPP2R2C', 'FGF4', 'FGF20', 'FGFR3', 'FGF22', 'PPP2R3A', 'PPP2R5B', 'FGF10', 'ITGA3', 'ITGA2B', 'FLT4', 'PHLPP2', 'HGF', 'IBSP', 'PCK2', 'CCND3', 'CCNE2', 'CDK6', 'PPP2R2A', 'RELA', 'ATF6B', 'NTRK1', 'TCL1B', 'RELN', 'LAMA2', 'COL4A1', 'COL4A6', 'LPAR1', 'LAMB3', 'PDGFA', 'EFNA4', 'GH1', 'ITGA1', 'IFNA7', 'PTEN', 'PPP2R2D', 'LPAR3', 'IFNB1', 'EIF4E1B', 'CHRM1', 'PTK2', 'PDGFD', 'IL7R', 'EFNA1', 'FGF3', 'EPOR', 'IL3RA', 'THBS2', 'GRB2', 'CHRM2', 'EFNA5', 'LPAR5', 'CREB3L2', 'CSF1R', 'KIT', 'CREB3L1', 'FGF18', 'PPP2R2B', 'THEM4', 'FGF17', 'IFNAR2', 'PPP2R5E', 'ANGPT1', 'NTRK2', 'NOS3', 'HSP90B1', 'FGF19', 'ITGA2', 'DDIT4', 'TNXB', 'ITGA5', 'FGF11', 'IL6R', 'FGFR4', 'COL2A1', 'LPAR6', 'FGF2', 'EGF', 'PIK3R5', 'COL6A1', 'FGF7', 'IGF1R', 'IFNAR1', 'COL6A2', 'EPHA2', 'EFNA3', 'ITGA10', 'CREB3L4', 'OSMR', 'CREB5', 'ITGA9', 'PDGFC', 'LPAR4', 'PGF', 'TEK', 'FLT3', 'KDR', 'TNN', 'EPO', 'ATF4', 'FGF13', 'PDGFRA', 'COL4A2', 'KRAS', 'CHAD', 'CSH1', 'ITGA7', 'EIF4E2', 'FGF5', 'ITGA11', 'ITGAV', 'COL4A3', 'COL4A5', 'CSH2', 'PIK3AP1', 'PKN3', 'G6PC3', 'G6PC2', 'PKN2', 'LAMB4', 'IFNA21', 'IFNA5', 'IFNA6', 'IFNA8', 'IFNA16', 'PPP2R3B', 'IFNA17', 'IFNA4', 'IFNA14', 'IFNA13', 'IFNA2', 'IFNA1', 'IFNA10', 'RBL2', 'GH2', 'IGF2', 'COL6A6', 'COL6A3', 'COL6A5']}, {'KEID': 'https://identifiers.org/aop.events/1945', 'WPtitle': 'Ras signaling', 'gene': ['BAD', 'MAPK9', 'PIK3CB', 'GNGT1', 'RAC2', 'SHC2', 'PAK4', 'ELK1', 'MAP2K2', 'GNG13', 'GNG11', 'PAK6', 'RAF1', 'RAC1', 'GNB4', 'ZAP70', 'GNB3', 'FASLG', 'PIK3CA', 'SOS1', 'AKT3', 'PIK3R3', 'PAK5', 'MAPK3', 'IKBKB', 'AKT2', 'MAPK1', 'SOS2', 'MAPK8', 'NFKB1', 'MAPK10', 'PIK3R2', 'GNB5', 'PAK3', 'GNB1', 'ABL1', 'RHOA', 'GNGT2', 'GNG8', 'GNG4', 'MAP2K1', 'PRKCB', 'SHC3', 'HTR7', 'AKT1', 'PIK3R1', 'RASA1', 'EGFR', 'PAK1', 'PRKCA', 'SHC1', 'GNG3', 'GNG10', 'CHUK', 'IKBKG', 'HRAS', 'GNG7', 'PTPN11', 'PAK2', 'GNG5', 'GNG2', 'PLCG2', 'CALM1', 'NRAS', 'LAT', 'RAC3', 'INSR', 'BCL2L1', 'PIK3CD', 'GNB2', 'GNG12', 'PLA2G4A', 'PLA2G2D', 'EXOC2', 'RASGRF2', 'PDGFRB', 'RAP1A', 'RASAL3', 'PLA2G4C', 'RASA4', 'FLT1', 'RASAL1', 'RAB5B', 'SHOC2', 'RAB5C', 'GAB1', 'PLD1', 'FGFR1', 'CDC42', 'PRKACA', 'RASAL2', 'PLA2G3', 'STK4', 'BRAP', 'RALA', 'RALBP1', 'GAB2', 'FLT4', 'FGFR2', 'RASSF1', 'FGFR3', 'RASGRP2', 'PLA2G10', 'RASGRF1', 'NGFR', 'AFDN', 'ABL2', 'RGL1', 'CALM2', 'RALB', 'RAB5A', 'EPHA2', 'PRKACB', 'RASA2', 'TIAM1', 'KIT', 'PLA1A', 'TTBK1', 'NTRK2', 'RASGRP3', 'RRAS2', 'PDGFRA', 'ETS1', 'RAPGEF5', 'PLD2', 'KRAS', 'IGF1R', 'KSR1', 'PLCE1', 'PLA2G12B', 'PLCG1', 'TEK', 'FLT3', 'PLA2G12A', 'RRAS', 'PRKCG', 'RAP1B', 'PLA2G5', 'KDR', 'CALML4', 'RASGRP1', 'CALML6', 'PLA2G1B', 'KSR2', 'RASGRP4', 'PLAAT3', 'GRIN1', 'GRB2', 'CALML3', 'CALML5', 'RIN1', 'FGFR4', 'ETS2', 'MRAS', 'PLA2G2F', 'PLA2G4D', 'CALM3', 'RALGDS', 'JMJD7-PLA2G4B', 'PRKACG', 'ARF6', 'PLA2G4F', 'MET', 'RGL2', 'PLA2G4B', 'RASSF5', 'GRIN2B', 'NTRK1', 'SHC4', 'RASA3', 'CSF1R', 'GRIN2A', 'PLA2G6', 'FOXO4', 'PLA2G2C', 'PLA2G4E', 'PLA2G2A', 'PLA2G2E', 'SYNGAP1', 'NF1', 'RELA', 'REL']}, {'KEID': 'https://identifiers.org/aop.events/1945', 'WPtitle': 'Autophagy', 'gene': ['MTOR', 'RPTOR', 'PRKAA1', 'PRKAB2', 'MAP1LC3B', 'PRKAA2', 'MLST8', 'ATG3', 'ATG12', 'AMBRA1', 'PRKAB1', 'PRKAG3', 'ATG101', 'BECN1', 'PIK3C3', 'RB1CC1', 'ATG5', 'PRKAG2', 'ATG16L1', 'PRKAG1', 'ATG13', 'ULK1', 'PIK3R4', 'ATG7', 'ATG14', 'WIPI2', 'AKT1S1', 'DEPTOR', 'ATG9A', 'UVRAG']}, {'KEID': 'https://identifiers.org/aop.events/2009', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/2009', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/2009', 'WPtitle': 'Cells and molecules involved in local acute inflammatory response', 'gene': ['SELPLG', 'TNF', 'IL6', 'ITGB1', 'CXCL8', 'ITGB2', 'IL1A', 'VCAM1', 'ICAM1', 'C3', 'SELP', 'C5', 'C7', 'C6', 'ITGA4', 'ITGAL', 'KNG1']}, {'KEID': 'https://identifiers.org/aop.events/2012', 'WPtitle': 'TGF-beta receptor signaling', 'gene': ['ZFYVE9', 'ENG', 'RUNX3', 'TGFBR3', 'LEF1', 'FKBP1A', 'BAMBI', 'FST', 'EGF', 'FOXH1', 'NOG', 'SERPINE1', 'TGFBR2', 'TGFBR1', 'LEFTY2', 'SPP1', 'SKIL', 'SMAD3', 'SMAD2', 'SMAD7', 'SMAD6', 'LIF', 'INHBA', 'SKI', 'TGIF1', 'ZNF423', 'LEFTY1', 'ZEB2', 'LTBP1', 'SMAD1', 'SMAD4', 'SMAD5', 'JAK1', 'JUN', 'SMAD9', 'CTNNB1', 'EP300', 'FOS', 'HRAS', 'CREBBP', 'IFNG', 'ITGB6', 'TFE3', 'RUNX2', 'BMP4', 'MAPK3', 'MAPK9', 'TNF', 'WNT1', 'STAT1', 'STAT3', 'TGFB1', 'THBS1', 'NFKB1', 'MIR302A']}, {'KEID': 'https://identifiers.org/aop.events/2012', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/2012', 'WPtitle': 'Chemokine signaling', 'gene': ['RAC1', 'VAV3', 'RAF1', 'AKT1', 'VAV1', 'ARRB2', 'ADCY3', 'ARRB1', 'ELMO1', 'CCL28', 'PAK1', 'SHC3', 'PIK3R1', 'CXCL5', 'GNG3', 'SHC1', 'VAV2', 'NCF1', 'MAP2K1', 'STAT3', 'GNG4', 'GNG8', 'CRK', 'GNGT2', 'PRKCB', 'HRAS', 'GNG5', 'GNG12', 'GNB2', 'PIK3CD', 'STAT2', 'GNG2', 'GNG7', 'GRK6', 'LYN', 'GNG10', 'CHUK', 'NRAS', 'CCL5', 'IKBKG', 'ROCK1', 'CCL26', 'FGR', 'CCL22', 'PLCB4', 'CRKL', 'CCR6', 'CXCL9', 'PLCB2', 'CCL21', 'ROCK2', 'CXCL13', 'PLCB3', 'CXCL11', 'PRKCD', 'CXCL3', 'CXCL16', 'CCL15', 'CCL27', 'CXCR2', 'ADCY2', 'CDC42', 'RASGRP2', 'PRKCZ', 'GNAI3', 'GNAI2', 'CCL1', 'JAK3', 'RAP1A', 'KRAS', 'ADCY4', 'GNAI1', 'RAP1B', 'CXCR4', 'CCR2', 'ADCY7', 'ADCY8', 'PRKACB', 'PIK3R5', 'PARD3', 'PRKACG', 'ADCY1', 'PF4', 'PPBP', 'ADCY9', 'BRAF', 'TIAM1', 'GRB2', 'ADCY6', 'STAT5B', 'ADCY5', 'RELA', 'GRK2', 'CCL11', 'PTK2', 'CXCL10', 'CCL3', 'CCL4', 'GRK5', 'SHC4', 'CCR3', 'PLCB1', 'CX3CL1', 'WAS', 'CCL17', 'CSK', 'NFKBIB', 'CCL24', 'WASL', 'CCL7', 'ITK', 'PTK2B', 'PREX1', 'GRK4', 'CCR7', 'CCL25', 'DOCK2', 'XCL1', 'CXCL14', 'TIAM2', 'CXCR5', 'CCR1', 'CX3CR1', 'CXCR6', 'CCL19', 'XCR1', 'CCR9', 'CCR8', 'CCR4', 'PRKX', 'CCR10', 'GRK1', 'CXCR3', 'BCAR1', 'PIK3CB', 'GNB5', 'GNB1', 'GSK3B', 'PXN', 'JAK2', 'MAPK1', 'SOS2', 'NFKBIA', 'HCK', 'MAPK3', 'IKBKB', 'AKT2', 'PIK3R2', 'PIK3CG', 'CXCL12', 'NFKB1', 'GNB3', 'GNB4', 'CCL20', 'STAT1', 'SOS1', 'AKT3', 'PIK3R3', 'FOXO3', 'PIK3CA', 'GNG13', 'GNG11', 'GNGT1', 'RAC2', 'SHC2']}, {'KEID': 'https://identifiers.org/aop.events/1770', 'WPtitle': 'Oxidative phosphorylation', 'gene': ['NDUFB9', 'ATP5MF', 'ATP5MC3', 'ATP5ME', 'ATP5PF', 'ATP6AP1', 'ATP5PO', 'ATP5MC1', 'ATP5MC2', 'NDUFAB1', 'ATP5F1A', 'ATP5F1B', 'ATP5F1D', 'ATP5F1E', 'DMAC2L', 'ATP5PB', 'ATP5PD', 'ATP5MG', 'MT-ATP6', 'MT-ND2', 'MT-ND3', 'MT-ND4', 'MT-ND4L', 'MT-ND5', 'MT-ND6', 'GZMB', 'MT-ND1', 'ATP6AP2', 'NDUFA4', 'NDUFA4L2', 'NDUFS1', 'NDUFS2', 'NDUFS3', 'NDUFV1', 'NDUFS4', 'NDUFS5', 'NDUFS6', 'NDUFS8', 'NDUFV2', 'NDUFV3', 'NDUFB1', 'NDUFB2', 'NDUFB4', 'NDUFB5', 'NDUFB6', 'NDUFB7', 'NDUFB8', 'NDUFB10', 'NDUFC1', 'NDUFC2', 'NDUFA11', 'NDUFS7', 'NDUFA2', 'NDUFA3', 'NDUFA5', 'NDUFA6', 'NDUFA7', 'NDUFA8', 'NDUFA9', 'NDUFA10']}, {'KEID': 'https://identifiers.org/aop.events/1818', 'WPtitle': 'Type II interferon signaling', 'gene': ['PSMB9', 'ISG15', 'CXCL10', 'NOS2', 'IFNGR1', 'IFNGR2', 'IFI6', 'ICAM1', 'CXCL9', 'PRKCD', 'IFNB1', 'HLA-B', 'CIITA', 'OAS1', 'IFNA2', 'IRF1', 'TAP1', 'REG1A', 'IRF4', 'IRF8', 'IRF2', 'SOCS3', 'STAT1', 'STAT2', 'H4C1', 'SOCS1', 'IFIT2', 'IRF9', 'PTPN11', 'CYBB', 'IL1B', 'IFNG', 'JAK2', 'JAK1', 'SPI1', 'GBP1', 'EIF2AK2']}, {'KEID': 'https://identifiers.org/aop.events/1818', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/1818', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1818', 'WPtitle': 'Chemokine signaling', 'gene': ['RAC1', 'VAV3', 'RAF1', 'AKT1', 'VAV1', 'ARRB2', 'ADCY3', 'ARRB1', 'ELMO1', 'CCL28', 'PAK1', 'SHC3', 'PIK3R1', 'CXCL5', 'GNG3', 'SHC1', 'VAV2', 'NCF1', 'MAP2K1', 'STAT3', 'GNG4', 'GNG8', 'CRK', 'GNGT2', 'PRKCB', 'HRAS', 'GNG5', 'GNG12', 'GNB2', 'PIK3CD', 'STAT2', 'GNG2', 'GNG7', 'GRK6', 'LYN', 'GNG10', 'CHUK', 'NRAS', 'CCL5', 'IKBKG', 'ROCK1', 'CCL26', 'FGR', 'CCL22', 'PLCB4', 'CRKL', 'CCR6', 'CXCL9', 'PLCB2', 'CCL21', 'ROCK2', 'CXCL13', 'PLCB3', 'CXCL11', 'PRKCD', 'CXCL3', 'CXCL16', 'CCL15', 'CCL27', 'CXCR2', 'ADCY2', 'CDC42', 'RASGRP2', 'PRKCZ', 'GNAI3', 'GNAI2', 'CCL1', 'JAK3', 'RAP1A', 'KRAS', 'ADCY4', 'GNAI1', 'RAP1B', 'CXCR4', 'CCR2', 'ADCY7', 'ADCY8', 'PRKACB', 'PIK3R5', 'PARD3', 'PRKACG', 'ADCY1', 'PF4', 'PPBP', 'ADCY9', 'BRAF', 'TIAM1', 'GRB2', 'ADCY6', 'STAT5B', 'ADCY5', 'RELA', 'GRK2', 'CCL11', 'PTK2', 'CXCL10', 'CCL3', 'CCL4', 'GRK5', 'SHC4', 'CCR3', 'PLCB1', 'CX3CL1', 'WAS', 'CCL17', 'CSK', 'NFKBIB', 'CCL24', 'WASL', 'CCL7', 'ITK', 'PTK2B', 'PREX1', 'GRK4', 'CCR7', 'CCL25', 'DOCK2', 'XCL1', 'CXCL14', 'TIAM2', 'CXCR5', 'CCR1', 'CX3CR1', 'CXCR6', 'CCL19', 'XCR1', 'CCR9', 'CCR8', 'CCR4', 'PRKX', 'CCR10', 'GRK1', 'CXCR3', 'BCAR1', 'PIK3CB', 'GNB5', 'GNB1', 'GSK3B', 'PXN', 'JAK2', 'MAPK1', 'SOS2', 'NFKBIA', 'HCK', 'MAPK3', 'IKBKB', 'AKT2', 'PIK3R2', 'PIK3CG', 'CXCL12', 'NFKB1', 'GNB3', 'GNB4', 'CCL20', 'STAT1', 'SOS1', 'AKT3', 'PIK3R3', 'FOXO3', 'PIK3CA', 'GNG13', 'GNG11', 'GNGT1', 'RAC2', 'SHC2']}, {'KEID': 'https://identifiers.org/aop.events/1738', 'WPtitle': 'Soluble ACE2-mediated cell entry of SARS-CoV-2', 'gene': ['AVPR1B', 'ACE2', 'AGTR1', 'ADAM17']}, {'KEID': 'https://identifiers.org/aop.events/1752', 'WPtitle': 'Angiotensin II receptor type 1 pathway', 'gene': ['ACTA2', 'COL1A1', 'MAP2K6', 'MAPK1', 'HIF1A', 'TGFB1', 'PTPN11', 'SP1', 'COL1A2', 'JUND', 'RAF1', 'SMAD4', 'IL11', 'TGFBR2', 'CCN2', 'TGFBR1', 'RRAS', 'F12', 'IL11RA', 'IL6ST', 'AGTR1', 'NOX4', 'RACK1', 'AGT', 'MAS1', 'ACE2', 'PDGFD', 'SMAD3']}, {'KEID': 'https://identifiers.org/aop.events/1752', 'WPtitle': 'Renin-angiotensin-aldosterone system (RAAS', 'gene': ['CAMK1G', 'CAMK1D', 'CREB3', 'CAMK1', 'CREB3L1', 'AGTR2', 'AGTR1', 'AGT', 'CMA1', 'CREB3L3', 'CREB3L2', 'CREB5', 'CREB3L4', 'ITPR2', 'ITPR1', 'CALML6', 'CALML5', 'CALML4', 'CALML3', 'CALM2', 'ATF6B', 'ATF4', 'STAR', 'ITPR3', 'CYP21A2', 'CYP11A1', 'ACE', 'HSD3B1', 'HSD3B2', 'CYP11B2', 'CAMK2A', 'CALM1', 'CAMK2B', 'CAMK4', 'CAMK2D', 'CREB1', 'GNAQ', 'CALM3', 'ATF2', 'REN', 'CAMK2G', 'ATF1', 'PLCB2', 'CTSG']}, {'KEID': 'https://identifiers.org/aop.events/887', 'WPtitle': 'Mitochondrial complex I assembly model OXPHOS system', 'gene': ['NDUFAF1', 'NDUFB9', 'ACAD9', 'NDUFAB1', 'ECSIT', 'COA1', 'TIMMDC1', 'FOXRED1', 'DMAC1', 'NDUFAF3', 'TMEM70', 'NUBPL', 'TMEM186', 'MT-ND6', 'NDUFAF6', 'NDUFAF7', 'TMEM126B', 'MT-ND2', 'MT-ND4L', 'MT-ND4', 'MT-ND5', 'DMAC2', 'NDUFAF4', 'NDUFA2', 'NDUFS5', 'NDUFS2', 'NDUFS6', 'NDUFS4', 'NDUFB5', 'NDUFB3', 'NDUFC1', 'NDUFA1', 'NDUFB1', 'MT-ND1', 'NDUFAF2', 'NDUFA13', 'NDUFB11', 'NDUFA12', 'NDUFA8', 'NDUFV3', 'NDUFA6', 'NDUFA5', 'NDUFB7', 'NDUFV2', 'NDUFS1', 'NDUFV1', 'NDUFC2', 'NDUFA10', 'NDUFB10', 'NDUFB4', 'NDUFB8', 'NDUFB2', 'NDUFA7', 'NDUFS3', 'NDUFB6', 'NDUFA3']}, {'KEID': 'https://identifiers.org/aop.events/887', 'WPtitle': 'Oxidative phosphorylation', 'gene': ['NDUFB9', 'ATP5MF', 'ATP5MC3', 'ATP5ME', 'ATP5PF', 'ATP6AP1', 'ATP5PO', 'ATP5MC1', 'ATP5MC2', 'NDUFAB1', 'ATP5F1A', 'ATP5F1B', 'ATP5F1D', 'ATP5F1E', 'DMAC2L', 'ATP5PB', 'ATP5PD', 'ATP5MG', 'MT-ATP6', 'MT-ND2', 'MT-ND3', 'MT-ND4', 'MT-ND4L', 'MT-ND5', 'MT-ND6', 'GZMB', 'MT-ND1', 'ATP6AP2', 'NDUFA4', 'NDUFA4L2', 'NDUFS1', 'NDUFS2', 'NDUFS3', 'NDUFV1', 'NDUFS4', 'NDUFS5', 'NDUFS6', 'NDUFS8', 'NDUFV2', 'NDUFV3', 'NDUFB1', 'NDUFB2', 'NDUFB4', 'NDUFB5', 'NDUFB6', 'NDUFB7', 'NDUFB8', 'NDUFB10', 'NDUFC1', 'NDUFC2', 'NDUFA11', 'NDUFS7', 'NDUFA2', 'NDUFA3', 'NDUFA5', 'NDUFA6', 'NDUFA7', 'NDUFA8', 'NDUFA9', 'NDUFA10']}, {'KEID': 'https://identifiers.org/aop.events/1585', 'WPtitle': 'Unfolded protein response', 'gene': ['MBTPS1', 'ATF4', 'MBTPS2', 'NFE2L2', 'HSPA5', 'PPP1R15A', 'XBP1', 'ATF6', 'EIF2S1', 'ERN1', 'DDIT3', 'EIF2AK3', 'BBC3', 'TNFRSF10B', 'IL1B', 'TP53', 'PMAIP1', 'BID', 'TXNIP', 'BCL2L11', 'BCL2', 'RTCB', 'CASP2']}, {'KEID': 'https://identifiers.org/aop.events/1585', 'WPtitle': 'Cellular proteostasis', 'gene': ['PFDN6', 'VBP1', 'PFDN2', 'PFDN1', 'PFDN5', 'PFDN4']}, {'KEID': 'https://identifiers.org/aop.events/214', 'WPtitle': 'Bile acid synthesis and enterohepatic circulation', 'gene': ['LDLR', 'CYP7A1', 'ABCG8', 'ABCG5', 'MAPK3', 'MAPK1', 'FXR1', 'SLC10A2', 'FGFR4', 'SLC10A1', 'FGF19', 'ABCB11']}, {'KEID': 'https://identifiers.org/aop.events/214', 'WPtitle': 'Cholestasis', 'gene': ['ATP8B1', 'HMGCR', 'LDLR', 'ABCC2', 'SCARB1', 'ABCG8', 'RXRA', 'TJP2', 'ABCG5', 'SLC22A1', 'ABCB4', 'NR1I3', 'SLC10A1', 'NR1H4', 'SLCO1A2', 'EPHX1', 'ABCC3', 'ABCB11', 'ABCC4']}, {'KEID': 'https://identifiers.org/aop.events/214', 'WPtitle': 'Farnesoid X receptor pathway', 'gene': ['UGT2B4', 'IRS2', 'SLC27A5', 'CYP8B1', 'IP6K3', 'ABCB4', 'NR0B2', 'SULT2A1', 'NR1H4', 'FGF19', 'BAAT', 'SLC10A1', 'ABCB11', 'SLCO2B1', 'RXRA', 'CYP7A1', 'CYP3A4', 'PPARGC1A', 'FKBP5']}, {'KEID': 'https://identifiers.org/aop.events/1271', 'WPtitle': 'TGF-beta receptor signaling', 'gene': ['ZFYVE9', 'ENG', 'RUNX3', 'TGFBR3', 'LEF1', 'FKBP1A', 'BAMBI', 'FST', 'EGF', 'FOXH1', 'NOG', 'SERPINE1', 'TGFBR2', 'TGFBR1', 'LEFTY2', 'SPP1', 'SKIL', 'SMAD3', 'SMAD2', 'SMAD7', 'SMAD6', 'LIF', 'INHBA', 'SKI', 'TGIF1', 'ZNF423', 'LEFTY1', 'ZEB2', 'LTBP1', 'SMAD1', 'SMAD4', 'SMAD5', 'JAK1', 'JUN', 'SMAD9', 'CTNNB1', 'EP300', 'FOS', 'HRAS', 'CREBBP', 'IFNG', 'ITGB6', 'TFE3', 'RUNX2', 'BMP4', 'MAPK3', 'MAPK9', 'TNF', 'WNT1', 'STAT1', 'STAT3', 'TGFB1', 'THBS1', 'NFKB1', 'MIR302A']}, {'KEID': 'https://identifiers.org/aop.events/1087', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/1087', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1087', 'WPtitle': 'MAPK signaling', 'gene': ['CACNA1G', 'CACNA2D2', 'MAPK8IP2', 'CACNB1', 'CACNG5', 'CACNG4', 'CACNA1S', 'MKNK2', 'CACNA1I', 'CACNA1F', 'CACNG7', 'DUSP3', 'CACNG1', 'RAPGEF2', 'DUSP16', 'MAPK8IP1', 'HSPA2', 'CACNG6', 'DUSP9', 'TAOK3', 'MAPK8IP3', 'CACNA1A', 'CACNG8', 'CACNA2D4', 'CACNA1C', 'CACNA2D1', 'CACNA1D', 'CACNA2D3', 'CACNG2', 'CACNB3', 'HSPA6', 'CACNB4', 'DUSP8', 'NTF3', 'CACNA1H', 'CACNA1E', 'HSPA1B', 'HSPA1L', 'NTF4', 'CACNG3', 'DUSP10', 'DUSP4', 'DUSP6', 'DUSP7', 'HSPB1', 'MAPT', 'MAX', 'NLK', 'MAP3K20', 'PPM1A', 'PPM1B', 'PPP3CB', 'PPP3CC', 'PPP3R1', 'PPP3R2', 'TAOK1', 'PTPN7', 'PTPRR', 'PTPN5', 'MAPKAPK5', 'MKNK1', 'TAOK2', 'MAP3K14', 'TNFRSF1A', 'FGF8', 'SOS1', 'NGF', 'PRKCA', 'RPS6KA4', 'MAP4K2', 'RAC3', 'GNG12', 'HRAS', 'MAPK11', 'LRRK2', 'CHUK', 'AKT3', 'TAB1', 'MAP3K2', 'MAP4K1', 'MAP3K8', 'ATF2', 'CRK', 'MAPK14', 'DAXX', 'EGFR', 'ELK1', 'AKT1', 'AKT2', 'TAB2', 'FOS', 'GNA12', 'HSPA1A', 'FAS', 'IKBKB', 'IL1B', 'IL1R1', 'FASLG', 'JUN', 'JUND', 'ARRB1', 'ARRB2', 'MEF2C', 'MAP3K1', 'MAP3K4', 'MAP3K5', 'MAP3K11', 'MYC', 'NFATC1', 'NFKB1', 'NRAS', 'PAK1', 'PAK2', 'ECSIT', 'PPP3CA', 'PPP5C', 'MAPK1', 'MAPK3', 'MAPK7', 'MAPK8', 'MAPK9', 'MAPK10', 'MAPK13', 'MAP2K1', 'MAP2K2', 'MAP2K3', 'MAP2K5', 'MAP2K6', 'MAP2K7', 'RAC1', 'RAC2', 'RAF1', 'RASA1', 'RPS6KA3', 'BDNF', 'MAPK12', 'MAP2K4', 'SOS2', 'SRF', 'STK3', 'MAP3K7', 'TGFB1', 'TGFB2', 'TGFB3', 'TNF', 'TP53', 'TRAF6', 'MAP3K12', 'IL1R2', 'CASP3', 'MAP4K3', 'IKBKG', 'MAP3K6', 'MAP3K13', 'RPS6KA5', 'CD14', 'MAP4K4', 'NFATC3', 'FLNC', 'FLNB', 'CACNA1B', 'ELK4', 'CACNB2', 'CRKL', 'GADD45A', 'DDIT3', 'DUSP1', 'NR4A1', 'HSPA8', 'IL1A', 'PRKCD', 'LAMTOR3', 'MAPKAPK2', 'CDC25B', 'RASGRF1', 'FGFR2', 'FGFR3', 'RASGRP2', 'FGF10', 'FGF22', 'FGF4', 'NFKB2', 'ARAF', 'FGF20', 'STK4', 'FGF14', 'FGF9', 'RELB', 'PLA2G4C', 'FGF21', 'FGF6', 'FGF1', 'PDGFRB', 'FGF12', 'MAPKAPK3', 'PLA2G4A', 'FGF23', 'RRAS', 'FGF13', 'RRAS2', 'FGF5', 'FGF2', 'FGF7', 'PRKACB', 'NTRK2', 'RASGRP3', 'FGF18', 'DUSP2', 'FGF17', 'PLA2G4D', 'FGFR4', 'FGF11', 'FGF19', 'PRKACG', 'PLA2G4F', 'RASGRP4', 'RELA', 'FGF3', 'PLA2G4E', 'FGF16', 'NF1', 'PDGFA', 'PLA2G4B', 'RASGRP1', 'EGF', 'FGFR1', 'MRAS', 'FLNA', 'GRB2', 'KRAS', 'STMN1', 'ATF4', 'NTRK1', 'PDGFB', 'PRKACA', 'PRKCG', 'RAP1A', 'RAP1B', 'RASA2', 'RASGRF2', 'BRAF', 'TGFBR1', 'TGFBR2', 'TRAF2', 'CDC42']}, {'KEID': 'https://identifiers.org/aop.events/1087', 'WPtitle': 'IL1 signaling', 'gene': ['NFKBIB', 'MAP3K14', 'JUN', 'IRAK1', 'IRAK2', 'IKBKB', 'IL1B', 'IL1R1', 'AKT1', 'MAPK14', 'TAB3', 'TAB2', 'TAB1', 'MAP3K2', 'ATF2', 'IRAK3', 'CHUK', 'IL1A', 'MAP3K7', 'UBE2N', 'UBE2V1', 'TRAF6', 'SQSTM1', 'IKBKG', 'PTPN11', 'MAP2K3', 'MAP2K2', 'PELI2', 'PELI1', 'MAP2K6', 'MAP2K7', 'MAP2K4', 'CCL2', 'MAPK1', 'MAPK3', 'TOLLIP', 'MAP2K1', 'MAPK9', 'MAPK8', 'MAP3K1', 'MAP3K3', 'NFKB1', 'MYD88', 'ECSIT', 'IRAK4', 'PIK3R1', 'PIK3R2', 'NFKBIA', 'REL', 'RELA', 'PLCG1', 'PRKCZ', 'MAPKAPK2', 'IL1RAP', 'HSPB2']}, {'KEID': 'https://identifiers.org/aop.events/1087', 'WPtitle': 'Toll-like receptor signaling', 'gene': ['IFNA2', 'IFNA4', 'IFNA1', 'IRF5', 'IFNA10', 'IFNA13', 'IFNA6', 'IFNA8', 'IFNA17', 'IFNA21', 'IFNA14', 'IFNA16', 'IFNA5', 'NFKBIB', 'NFKBIA', 'IKBKB', 'IKBKG', 'CHUK', 'TLR6', 'AKT3', 'MAPK14', 'TICAM1', 'AKT2', 'AKT1', 'TIRAP', 'TAB1', 'MAP3K8', 'TAB3', 'LY96', 'TICAM2', 'TBK1', 'IL6', 'IL1B', 'IL12A', 'CXCL8', 'FOS', 'TAB2', 'JUN', 'IRF7', 'MYD88', 'NFKB1', 'IRAK4', 'IRF3', 'IRAK1', 'IL12B', 'PIK3CD', 'PIK3CB', 'PIK3R1', 'PIK3CG', 'TLR9', 'PIK3R2', 'TOLLIP', 'TLR7', 'PIK3CA', 'MAPK10', 'MAPK9', 'MAPK13', 'MAP2K2', 'MAP2K1', 'MAPK3', 'MAPK1', 'MAPK11', 'MAPK8', 'CCL5', 'MAPK12', 'MAP2K4', 'MAP2K3', 'MAP2K7', 'MAP2K6', 'RAC1', 'CASP8', 'TRAF6', 'PIK3R3', 'MAP3K7', 'STAT1', 'TLR2', 'TLR1', 'TNF', 'TLR4', 'TRAF3', 'IKBKE', 'FADD', 'RIPK1', 'CD80', 'CD14', 'CD40', 'CD86', 'CXCL11', 'CXCL9', 'RELA', 'IFNA7', 'IFNAR2', 'IFNAR1', 'PIK3R5', 'CCL4', 'TLR3', 'SPP1', 'CXCL10', 'IFNB1', 'TLR8', 'LBP', 'CCL3', 'TLR5']}, {'KEID': 'https://identifiers.org/aop.events/1538', 'WPtitle': 'Molecular pathway for oxidative stress', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/1538', 'WPtitle': 'Oxidative stress response', 'gene': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH']}, {'KEID': 'https://identifiers.org/aop.events/898', 'WPtitle': 'Apoptosis', 'gene': ['NFKBIB', 'NFKBIE', 'MIR29B1', 'MIR29B2', 'BCL2L11', 'CDKN2A', 'CHUK', 'BIRC2', 'BIRC3', 'XIAP', 'BIRC5', 'DFFA', 'DFFB', 'AKT1', 'BBC3', 'APAF1', 'FASLG', 'IRF3', 'IGF1', 'FAS', 'IKBKB', 'MCL1', 'MDM2', 'MAP3K1', 'MYC', 'NFKB1', 'IRF7', 'JUN', 'CYCS', 'MAPK10', 'DIABLO', 'BAD', 'BAK1', 'BAX', 'BCL2', 'PMAIP1', 'NFKBIA', 'PIK3R1', 'BID', 'MAP2K4', 'BOK', 'TNF', 'TNFRSF1A', 'BCL2L1', 'BCL2L2', 'CASP1', 'CASP2', 'CASP3', 'CASP4', 'CASP6', 'TNFRSF1B', 'TP53', 'TRAF3', 'IKBKG', 'TRADD', 'TNFRSF25', 'RIPK1', 'CRADD', 'HRK', 'CASP7', 'CASP8', 'CASP9', 'CASP10', 'TNFSF10', 'FADD', 'TNFRSF10B', 'CFLAR', 'LTA', 'RELA', 'IGF1R', 'TRAF1', 'TRAF2', 'TNFRSF21', 'BNIP3L', 'SCAF11', 'GZMB', 'HELLS', 'IGF2', 'IRF2', 'IRF4', 'PRF1', 'IRF6', 'TP73', 'TP63', 'MIR29A', 'IRF5', 'IRF1']}, {'KEID': 'https://identifiers.org/aop.events/898', 'WPtitle': 'Apoptosis modulation and signaling', 'gene': ['BIRC7', 'TNFRSF10A', 'BBC3', 'BIRC5', 'CASP10', 'CASP9', 'CASP7', 'DFFA', 'BMF', 'CAPNS1', 'APAF1', 'MAP3K14', 'JUN', 'PTPN13', 'PMAIP1', 'BCL2L11', 'PTRH2', 'TNFRSF10B', 'TNFSF10', 'MADD', 'HTRA2', 'SEPTIN4', 'BNIP3', 'BLK', 'BIRC3', 'BIRC2', 'BOK', 'BAX', 'BAK1', 'BCL2A1', 'BCL2', 'BCL2L2', 'BCL2L10', 'BCL2L1', 'BIK', 'BID', 'MIR29B2', 'MIR29B1', 'BAG3', 'BAD', 'TNFRSF10C', 'DIABLO', 'TNFRSF10D', 'CYCS', 'FADD', 'ENDOG', 'DFFB', 'FAS', 'IKBKB', 'HRK', 'FOS', 'FASLG', 'CASP8', 'CASP6', 'CASP3', 'CASP2', 'CDKN2A', 'DAXX', 'CRADD', 'CFLAR', 'PRKD1', 'PIDD1', 'XIAP', 'HSPA1A', 'NAIP', 'TRAF6', 'TRAF3', 'TRADD', 'TNFRSF25', 'TNFRSF1B', 'TNFRSF1A', 'NFKBIA', 'NFKB1', 'MYD88', 'MCL1', 'TOLLIP', 'TNFRSF6B', 'IRAK1', 'IL1R2', 'IL1R1', 'MAPK8', 'MAPK3', 'MAP3K5', 'CASP4', 'CASP1', 'AIFM2', 'RIPK1', 'PEA15', 'AIFM1', 'TP53']}, {'KEID': 'https://identifiers.org/aop.events/195', 'WPtitle': 'GPCRs class C metabotropic glutamate pheromone', 'gene': ['GRM3', 'GPRC5B', 'GPRC5C', 'GPRC5A', 'GRM1', 'GRM2', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GABBR2', 'GRM6', 'CASR', 'GPRC5D', 'GABBR1']}, {'KEID': 'https://identifiers.org/aop.events/195', 'WPtitle': 'Neuroinflammation and glutamatergic signaling', 'gene': ['IL4R', 'IL6', 'IL10', 'IL10RB', 'IGF1', 'IL1B', 'IL1R1', 'IL4', 'IFNG', 'SMAD4', 'INSR', 'IRS1', 'JAK1', 'IL12A', 'IL12B', 'IL13', 'CAMKK2', 'ADCY3', 'CREB1', 'DLD', 'AKT1', 'GRM1', 'PSAT1', 'FOS', 'GLS2', 'GLS', 'ARC', 'CAMK2B', 'CAMK2D', 'CAMK2A', 'CAMKK1', 'SOCS3', 'SLC1A1', 'SLC1A2', 'SLC1A3', 'TGFB1', 'TGFB2', 'TGFB3', 'SLC1A6', 'SLC2A1', 'STAT1', 'STAT3', 'TNF', 'TNFRSF1A', 'CALM1', 'CAMK4', 'TNFRSF1B', 'IL1R2', 'NFKB1', 'SLC17A7', 'PRKCA', 'PRKCB', 'MAPK1', 'MAPK3', 'NGF', 'PDHA1', 'SLC38A2', 'PSPH', 'SHMT2', 'BCL2', 'BDNF', 'GRIK2', 'GRIK3', 'GRIK4', 'GRIK5', 'GRIA2', 'GRIA3', 'GRIA4', 'GRIK1', 'GRIN2C', 'GRIN2D', 'IL1A', 'IL13RA1', 'GRM4', 'GRM5', 'GRM7', 'GRM8', 'GRM2', 'SLC38A3', 'GRIN3A', 'GRIN3B', 'CNTF', 'DAO', 'DLAT', 'LRRC8B', 'NSMF', 'PHGDH', 'GFAP', 'DISC1', 'GOT1', 'SLC6A9', 'CAMK2G', 'LRRC8E', 'SLC38A1', 'STAT6', 'TGFBR3', 'TRAF5', 'LRRC8C', 'SLC38A5', 'GLUL', 'PLCB3', 'PLCB4', 'TRPM4', 'PLCB2', 'LTA', 'SHMT1', 'SLC1A4', 'SLC17A6', 'SRR', 'LRRC8D', 'LRRC8A', 'SLC7A10', 'PPP1CB', 'PPP1CC', 'PRKACA', 'PRKCG', 'NOS1', 'PPP1CA', 'SLC2A3', 'TGFBR1', 'TGFBR2', 'FGF2', 'PLCB1', 'GRIA1', 'GRIN1', 'GRIN2A', 'GRIN2B', 'IL6R', 'IL6ST', 'IL10RA', 'LIF', 'IFNGR1', 'IFNGR2', 'SMAD2', 'SMAD3', 'SMAD7', 'NFKB2', 'CFL1', 'ADCY8', 'ADCY1']}, {'KEID': 'https://identifiers.org/aop.events/459', 'WPtitle': 'Lipid metabolism pathway', 'gene': ['PRKAB1', 'AKT2', 'PRKAG2', 'PRKAR2A', 'PRKAR1A', 'PRKAR2B', 'ACSBG1', 'ABHD5', 'PRKAR1B', 'HILPDA', 'PRKAG3', 'AKT3', 'ACLY', 'PRKAB2', 'PRKAA1', 'PDHA1', 'PRKAA2', 'AKT1', 'FASN', 'PRKAG1', 'ACSS2', 'BCKDHA', 'PRKACA', 'PRKACG', 'PLIN1', 'LIPE', 'PRKACB', 'PNPLA2', 'ACACA']}, {'KEID': 'https://identifiers.org/aop.events/459', 'WPtitle': 'Fatty acid biosynthesis', 'gene': ['ACSL4', 'PECR', 'PC', 'MECR', 'HADH', 'ACSL1', 'FASN', 'ACLY', 'ECHS1', 'ACSS2', 'ACAA2', 'DECR1', 'ACSL3', 'SCD', 'ACACA', 'ECHDC3', 'ECHDC2', 'ACSL5', 'ECHDC1', 'ECH1', 'ACACB', 'ACSL6']}, {'KEID': 'https://identifiers.org/aop.events/459', 'WPtitle': 'Fatty acid beta-oxidation', 'gene': ['CPT1B', 'HADHA', 'ACADS', 'ACADVL', 'ACSL4', 'CRAT', 'LPL', 'ACAT1', 'HADH', 'GCDH', 'ECHS1', 'ACSL1', 'DLD', 'DECR1', 'ECI1', 'ACADL', 'ACSL3', 'CHKB', 'GPD2', 'ACSS2', 'GK2', 'GK', 'SLC25A20', 'TPI1', 'LIPF', 'CPT2', 'ACSL6', 'ACSL5', 'CPT1A', 'PNPLA2', 'LIPE', 'HADHB', 'ACADM', 'LIPC']}, {'KEID': 'https://identifiers.org/aop.events/459', 'WPtitle': 'Fatty acid and lipoprotein transport in hepatocytes', 'gene': ['DBI', 'APOE', 'SOAT1', 'LDLR', 'PCSK9', 'VDAC1', 'ACSL1', 'NPC2', 'SCARB1', 'SLC27A2', 'SORT1', 'APOB', 'ACSL5', 'ACSL6', 'STAR', 'OSBPL5', 'LPA', 'FABP3', 'LDLRAP1', 'SLC27A4', 'LIPA', 'SLC27A1', 'APOA4', 'ACSL3', 'ABCA1', 'MYLIP', 'SLC27A3', 'FABP2', 'APOC1', 'FABP4', 'FABP1', 'LRP1', 'SOAT2', 'STARD3', 'APOC2']}, {'KEID': 'https://identifiers.org/aop.events/341', 'WPtitle': 'Neurotransmitter disorders', 'gene': ['TPH1', 'DDC', 'TH', 'MAOA', 'SLC18A2', 'SLC6A3', 'TPH2', 'COMT', 'PNMT', 'DBH']}, {'KEID': 'https://identifiers.org/aop.events/2008', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1670', 'WPtitle': 'Non-small cell lung cancer', 'gene': ['CASP8', 'BAK1', 'PIK3CB', 'MAPK3', 'MAPK1', 'BAX', 'SOS2', 'RARB', 'CRABP1', 'CDKN1A', 'BID', 'BAD', 'CRABP2', 'PRKCA', 'TGFA', 'CASP3', 'PRKCB', 'STAT3', 'MAP2K1', 'CDK4', 'MAP2K2', 'RAF1', 'CASP9', 'TP53', 'AKT1', 'PIK3R1', 'CDKN2A', 'EGFR', 'CCND1', 'SOS1', 'AKT2', 'PIK3R2', 'POLK', 'PIK3R3', 'AKT3', 'FOXO3', 'PIK3CA', 'HRAS', 'CYCS', 'RXRA', 'PIK3CD', 'PLCG2', 'NRAS', 'GADD45A', 'E2F2', 'CDK6', 'E2F3', 'FHIT', 'EML4', 'RASSF5', 'GRB2', 'PDK1', 'STAT5B', 'BRAF', 'JAK3', 'E2F1', 'PLCG1', 'PRKCG', 'STAT5A', 'DDB2', 'RB1', 'EGF', 'ERBB2', 'KRAS', 'RASSF1', 'ARAF', 'STK4', 'RXRB', 'GADD45B', 'ALK', 'GADD45G', 'RXRG']}, {'KEID': 'https://identifiers.org/aop.events/759', 'WPtitle': 'Wnt signaling in kidney disease', 'gene': ['INVS', 'WNT1', 'WNT5A', 'MAPK10', 'MAPK8', 'WNT16', 'MAPK9', 'RHOA', 'LRP5', 'CTNNB1', 'WNT10B', 'FZD4', 'FZD8', 'FZD5', 'FZD6', 'FZD1', 'FZD7', 'WNT9B', 'WNT4', 'DVL3', 'WNT7A', 'WNT3A', 'WNT10A', 'WNT2B', 'DVL1', 'WNT2', 'WNT3', 'WNT5B', 'WNT6', 'FZD3', 'LRP6', 'WNT11', 'DVL2', 'FZD2', 'FZD9', 'WNT7B']}, {'KEID': 'https://identifiers.org/aop.events/759', 'WPtitle': 'Regucalcin in proximal tubule epithelial kidney cells', 'gene': ['TRPV5', 'MTOR', 'CASP9', 'SMAD4', 'RAF1', 'PTH', 'AKT1', 'ACTA2', 'PIK3CA', 'APAF1', 'TNFSF11', 'CASP8', 'TNFRSF1A', 'BAK1', 'TGFB1', 'BAX', 'MAPK1', 'G3BP1', 'PPP3R1', 'SEC16B', 'MAP3K5', 'CALCA', 'CASP3', 'BRAF', 'TGFBR1', 'FFAR3', 'MCU', 'NOS1', 'SMAD2', 'PDE1B', 'RGN']}, {'KEID': 'https://identifiers.org/aop.events/1941', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1090', 'WPtitle': 'Pleural mesothelioma', 'gene': ['CDH10', 'CD44', 'MAD1L1', 'CTNNA3', 'SETD5', 'FABP4', 'TNIK', 'LATS2', 'CDH12', 'SETDB1', 'CDH24', 'CIT', 'CDH15', 'AMOT', 'TELO2', 'TTI1', 'CDH20', 'CD274', 'HMGN1', 'CDH19', 'CDH7', 'ULK2', 'WNT16', 'CSNK2A3', 'CDKN1A', 'TEAD3', 'MAP3K9', 'NOTUM', 'KREMEN1', 'NTF3', 'ROR1', 'FOSL1', 'FRAT2', 'CSNK1A1L', 'CSNK1E', 'NTF4', 'RYK', 'SOX17', 'SENP2', 'WIF1', 'DKK2', 'FRAT1', 'ROR2', 'CXXC4', 'SFRP5', 'SFRP4', 'MAX', 'NDRG1', 'PRSS23', 'KIF23', 'AJUBA', 'CER1', 'SFRP2', 'MTOR', 'MMP14', 'MKNK1', 'DKK4', 'SFRP1', 'CHD8', 'MKNK2', 'PORCN', 'EIF4EBP1', 'EIF4G1', 'MMP2', 'GSK3B', 'PAK3', 'MAP3K4', 'BAX', 'ITGA6', 'LAMB1', 'MAP2K4', 'MAP2K7', 'MAP4K4', 'CSNK2A2', 'ACTB', 'TEAD2', 'CDH1', 'MAP2K3', 'PIK3CB', 'LAMC2', 'CTNNA1', 'MAPK9', 'MAP4K3', 'RB1CC1', 'WWTR1', 'BAK1', 'BRCA1', 'IGF1', 'SOS1', 'SLC2A1', 'AKT3', 'ATF2', 'MEF2D', 'RPS6KA1', 'FN1', 'STAT1', 'WNT5A', 'PRKAG3', 'CCND1', 'PPARGC1A', 'PRKAB1', 'NFKB1', 'MAPK10', 'VEGFA', 'MAPK14', 'HBEGF', 'RPS6KB1', 'CCL2', 'DKK1', 'FGF8', 'MAP2K6', 'RHEB', 'PIK3CG', 'TGFB1', 'ACTA2', 'CXCL12', 'PRKAG2', 'MAPK8', 'MAP4K1', 'STK3', 'CCNE1', 'BBC3', 'AKT2', 'RPS6KA5', 'YY1', 'AXIN1', 'MAPK3', 'TSC2', 'CSNK2A1', 'MMP9', 'PAK5', 'MAP3K1', 'HIF1A', 'MAPK1', 'WNT1', 'IL1B', 'MAP2K2', 'BECN1', 'ELK1', 'CREB1', 'CDK2', 'PIK3CA', 'CCND2', 'CTNNB1', 'MAP2K1', 'WNT10B', 'MAP4K2', 'LGALS9', 'MAPK7', 'TSC1', 'SOST', 'CTHRC1', 'CSF2', 'VEGFD', 'MLST8', 'JAK1', 'TGFA', 'ACTG2', 'SHC1', 'ITGB2', 'PRKAA2', 'LRP5', 'CXCL1', 'CXCL5', 'SAV1', 'FOXO1', 'VEGFC', 'ACTC1', 'LIMD1', 'EGFR', 'ACTA1', 'MCL1', 'PAK1', 'CDKN2A', 'ITGB1', 'ATM', 'TP53', 'MINK1', 'RPTOR', 'BARD1', 'MAP3K6', 'AKT1', 'RPS6', 'MYC', 'PAK6', 'YAP1', 'MAP2K5', 'CASP1', 'MDM2', 'CDK4', 'IL10', 'LAMC1', 'IL6', 'PRKAA1', 'RAF1', 'NGF', 'ITGB4', 'SERPINF1', 'PAK4', 'IDO1', 'PRKAB2', 'MAP3K10', 'LAMA5', 'LATS1', 'TCF7', 'EED', 'EZH2', 'PLCB4', 'AREG', 'CCL5', 'INS', 'ITGB3', 'MDM4', 'TEAD4', 'CSNK2B', 'MAP3K3', 'NF2', 'SP1', 'TEAD1', 'MAP3K5', 'SRC', 'HMGB1', 'PAK2', 'PRKAG1', 'ACTG1', 'CSF1', 'HRAS', 'RPS6KA3', 'ULK1', 'JUN', 'ATG13', 'BDNF', 'RPS6KB2', 'LAMB2', 'BCL2', 'MST1', 'VEGFB', 'CYCS', 'MAP3K11', 'INSR', 'PIK3CD', 'MAP3K2', 'SPARC', 'LAMA4', 'PDGFRB', 'FGF1', 'FZD10', 'FGF6', 'PHC1', 'ITGA4', 'FGF12', 'DVL1', 'WNT3', 'CSF3', 'WNT2', 'WNT5B', 'FGF9', 'FGF14', 'FZD3', 'FLT1', 'LAMA1', 'FGF21', 'MET', 'FLT3LG', 'EFNA2', 'ANGPT2', 'WNT11', 'E2F1', 'PDGFB', 'ANGPT4', 'FGF22', 'FGF10', 'FGF4', 'COL4A4', 'FGFR1', 'FGF20', 'LAMC3', 'CUL1', 'LAMA3', 'FGFR3', 'RASSF1', 'LRP6', 'EIF4B', 'FGFR2', 'NGFR', 'HGF', 'KITLG', 'FLT4', 'YWHAB', 'ITGA3', 'DVL2', 'CD47', 'AGER', 'MIRLET7B', 'PRB1', 'MAPKAPK2', 'ATF3', 'CDH2', 'DDIT3', 'BTC', 'TCF7L1', 'TCF7L2', 'NLRP3', 'RBBP4', 'CCND3', 'LEF1', 'CSNK1A1', 'HCFC1', 'PTEN', 'CTBP2', 'PTK2', 'CXCL10', 'EFNA1', 'BMI1', 'ASXL1', 'PDGFD', 'MAD2L1', 'BAP1', 'ITGA2', 'TERT', 'BTRC', 'FZD6', 'CTBP1', 'FGF17', 'DVL3', 'FGFR4', 'FZD5', 'FGF19', 'FGF11', 'WNT4', 'WNT7A', 'DEPTOR', 'FZD7', 'FZD1', 'FGF18', 'KIT', 'EFNA3', 'PDK1', 'MMP3', 'WNT3A', 'ANGPT1', 'PDGFC', 'NTRK2', 'OGT', 'WNT10A', 'ITGAV', 'CDH11', 'IGF1R', 'EPHA2', 'FGF2', 'FGF5', 'FGF7', 'EGF', 'PDGFRA', 'APC', 'COL4A2', 'WNT2B', 'CDK7', 'FLT3', 'RNF2', 'PLAU', 'KDR', 'TRAF2', 'FGF13', 'FGF23', 'CCN2', 'TEK', 'PGF', 'WNT6', 'FGF3', 'CSF1R', 'EFNA5', 'LAMA2', 'FZD9', 'PDGFA', 'LAMB3', 'WNT7B', 'COL4A1', 'GRB2', 'FZD2', 'SUZ12', 'FZD8', 'UHRF1', 'GABPA', 'KDM6A', 'IL34', 'ADAMTS1', 'CDH13', 'WDR5', 'COL4A3', 'SLC3A2', 'COL4A5', 'SETD2', 'CDH4', 'MOB1B', 'LIN28B', 'CDH5', 'PODXL', 'FOXM1', 'KMT2C', 'STK38L', 'SLC7A5', 'ITPR3', 'VGLL4', 'CDH22', 'CDH18', 'IGF2', 'CDH16', 'RASSF6', 'PIGF', 'CDH8', 'MCU', 'RASSF3', 'RASSF7', 'TNNT1', 'RASSF2', 'WWC1', 'CDH6', 'DSC3', 'MOB1A', 'MDK', 'RASSF4', 'CDH9', 'BAG2', 'CDH3', 'SELE', 'CDH17', 'CTNNA2', 'NTRK1', 'COL4A6', 'AKT1S1', 'RING1', 'RASSF5', 'CCL4', 'EFNA4', 'ITGA1']}, {'KEID': 'https://identifiers.org/aop.events/1276', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/344', 'WPtitle': 'Matrix metalloproteinases', 'gene': ['MMP2', 'MMP14', 'TIMP2', 'MMP9', 'TNF', 'MMP28', 'MMP7', 'MMP3', 'MMP10', 'MMP8', 'MMP12', 'MMP11', 'MMP13', 'MMP1', 'MMP19', 'MMP15', 'TIMP1', 'TIMP3', 'MMP25', 'MMP20', 'TIMP4', 'TCF20', 'MMP24', 'MMP16', 'MMP21', 'MMP17', 'MMP27', 'MMP26', 'MMP23B', 'BSG']}, {'KEID': 'https://identifiers.org/aop.events/1841', 'WPtitle': 'Post-COVID neuroinflammation', 'gene': []}, {'KEID': 'https://identifiers.org/aop.events/1841', 'WPtitle': 'Neuroinflammation', 'gene': ['MTOR', 'CHUK', 'JUN', 'FOS', 'TLR4', 'NFKBIA', 'MAPK14', 'MAPK8', 'NOS2', 'MT-CO2', 'MT-CO1', 'RELA', 'ASCC1']}, {'KEID': 'https://identifiers.org/aop.events/1820', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1820', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/351', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/896', 'WPtitle': "Parkinson's disease pathway", 'gene': ['PARK7', 'SNCAIP', 'MIR18A', 'EPRS1', 'MIR375', 'GPR37', 'UBE2L6', 'MAPK14', 'DDC', 'HTRA2', 'APAF1', 'LRRK2', 'CCNE1', 'CASP2', 'CASP3', 'CASP6', 'CASP7', 'CASP9', 'MAPK12', 'PINK1', 'SLC6A3', 'TH', 'UBB', 'PRKN', 'CYCS', 'MAPK11', 'MAPK13', 'MIR34B', 'MIRLET7G', 'MIR34C', 'MIR26B', 'MIR195', 'MIR26A1', 'MIR26A2', 'MIR16-2', 'CCNE2', 'ATXN2', 'MIR503', 'SYT11', 'MIR370', 'MIR19A', 'MIR19B1', 'SEPTIN5', 'MIR132', 'SNCA', 'UCHL1', 'MIR338', 'UBE2J1', 'UBA1', 'UBA7', 'UBE2G1', 'UBE2G2', 'UBE2L3', 'MIR212', 'UBE2J2', 'MIR128-1', 'MIR30A', 'MIR431', 'MIR19B2', 'MIR1224', 'MIR4448', 'MIR10A', 'MIR136', 'MIR485', 'MIR873', 'MIR409', 'MIR433', 'MIR127', 'MIR30E', 'MIR1294', 'MIR128-2']}, {'KEID': 'https://identifiers.org/aop.events/1588', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/1549', 'WPtitle': 'Immune response to tuberculosis', 'gene': ['JAK2', 'TYK2', 'STAT1', 'JAK1', 'STAT2', 'SOCS1', 'IRF9', 'MX1', 'IFIT1', 'IFITM1', 'IFNGR1', 'PIAS1', 'IFNAR2', 'IFNGR2', 'IFNAR1', 'PSMB8', 'OAS1', 'IFI35', 'IFIT3', 'IRF1', 'TAP1', 'PTPN2', 'MED14']}, {'KEID': 'https://identifiers.org/aop.events/1549', 'WPtitle': 'Cytokines and inflammatory response', 'gene': ['IFNG', 'CXCL1', 'IL1B', 'CSF2', 'CSF1', 'IL13', 'IL12B', 'IL10', 'IL2', 'IL6', 'IL5', 'IL4', 'IL3', 'TNF', 'TGFB1', 'IL11', 'IL1A', 'IL15', 'CD4', 'IFNB1', 'HLA-DRB1', 'HLA-DRA', 'CXCL2', 'PDGFA', 'IL7', 'CSF3']}, {'KEID': 'https://identifiers.org/aop.events/1549', 'WPtitle': 'Cholestasis', 'gene': ['ATP8B1', 'HMGCR', 'LDLR', 'ABCC2', 'SCARB1', 'ABCG8', 'RXRA', 'TJP2', 'ABCG5', 'SLC22A1', 'ABCB4', 'NR1I3', 'SLC10A1', 'NR1H4', 'SLCO1A2', 'EPHX1', 'ABCC3', 'ABCB11', 'ABCC4']}, {'KEID': 'https://identifiers.org/aop.events/1549', 'WPtitle': 'Inflammatory response pathway', 'gene': ['TNFRSF1A', 'THBS3', 'THBS1', 'VTN', 'TNFRSF1B', 'CD40LG', 'CD40', 'CD86', 'CD80', 'CD28', 'ZAP70', 'IL5RA', 'IL5', 'IL4R', 'LAMB1', 'LAMA5', 'LCK', 'LAMC2', 'LAMC1', 'LAMB2', 'COL1A1', 'IFNG', 'FN1', 'COL3A1', 'COL1A2', 'IL4', 'IL2RG', 'IL2RB', 'IL2RA', 'IL2']}, {'KEID': 'https://identifiers.org/aop.events/357', 'WPtitle': 'Cholestasis', 'gene': ['ATP8B1', 'HMGCR', 'LDLR', 'ABCC2', 'SCARB1', 'ABCG8', 'RXRA', 'TJP2', 'ABCG5', 'SLC22A1', 'ABCB4', 'NR1I3', 'SLC10A1', 'NR1H4', 'SLCO1A2', 'EPHX1', 'ABCC3', 'ABCB11', 'ABCC4']}, {'KEID': 'https://identifiers.org/aop.events/1458', 'WPtitle': nan}, {'KEID': 'https://identifiers.org/aop.events/352', 'WPtitle': 'Oxidative stress response', 'gene': ['NOX3', 'NFIX', 'NOX1', 'MT1X', 'TXNRD2', 'NOX5', 'TXN2', 'CYBB', 'MAPK14', 'CYP1A1', 'FOS', 'MAOA', 'NFKB1', 'MAPK10', 'SP1', 'CAT', 'MGST1', 'GPX3', 'GPX1', 'GSTT2', 'GSR', 'SOD2', 'TXNRD1', 'SOD3', 'NOX4', 'JUNB', 'NFE2L2', 'NQO1', 'GCLC', 'HMOX1', 'SOD1', 'UGT1A6', 'XDH']}, {'KEID': 'https://identifiers.org/aop.events/352', 'WPtitle': 'Apoptosis modulation and signaling', 'gene': ['BIRC7', 'TNFRSF10A', 'BBC3', 'BIRC5', 'CASP10', 'CASP9', 'CASP7', 'DFFA', 'BMF', 'CAPNS1', 'APAF1', 'MAP3K14', 'JUN', 'PTPN13', 'PMAIP1', 'BCL2L11', 'PTRH2', 'TNFRSF10B', 'TNFSF10', 'MADD', 'HTRA2', 'SEPTIN4', 'BNIP3', 'BLK', 'BIRC3', 'BIRC2', 'BOK', 'BAX', 'BAK1', 'BCL2A1', 'BCL2', 'BCL2L2', 'BCL2L10', 'BCL2L1', 'BIK', 'BID', 'MIR29B2', 'MIR29B1', 'BAG3', 'BAD', 'TNFRSF10C', 'DIABLO', 'TNFRSF10D', 'CYCS', 'FADD', 'ENDOG', 'DFFB', 'FAS', 'IKBKB', 'HRK', 'FOS', 'FASLG', 'CASP8', 'CASP6', 'CASP3', 'CASP2', 'CDKN2A', 'DAXX', 'CRADD', 'CFLAR', 'PRKD1', 'PIDD1', 'XIAP', 'HSPA1A', 'NAIP', 'TRAF6', 'TRAF3', 'TRADD', 'TNFRSF25', 'TNFRSF1B', 'TNFRSF1A', 'NFKBIA', 'NFKB1', 'MYD88', 'MCL1', 'TOLLIP', 'TNFRSF6B', 'IRAK1', 'IL1R2', 'IL1R1', 'MAPK8', 'MAPK3', 'MAP3K5', 'CASP4', 'CASP1', 'AIFM2', 'RIPK1', 'PEA15', 'AIFM1', 'TP53']}, {'KEID': 'https://identifiers.org/aop.events/352', 'WPtitle': 'Apoptosis', 'gene': ['NFKBIB', 'NFKBIE', 'MIR29B1', 'MIR29B2', 'BCL2L11', 'CDKN2A', 'CHUK', 'BIRC2', 'BIRC3', 'XIAP', 'BIRC5', 'DFFA', 'DFFB', 'AKT1', 'BBC3', 'APAF1', 'FASLG', 'IRF3', 'IGF1', 'FAS', 'IKBKB', 'MCL1', 'MDM2', 'MAP3K1', 'MYC', 'NFKB1', 'IRF7', 'JUN', 'CYCS', 'MAPK10', 'DIABLO', 'BAD', 'BAK1', 'BAX', 'BCL2', 'PMAIP1', 'NFKBIA', 'PIK3R1', 'BID', 'MAP2K4', 'BOK', 'TNF', 'TNFRSF1A', 'BCL2L1', 'BCL2L2', 'CASP1', 'CASP2', 'CASP3', 'CASP4', 'CASP6', 'TNFRSF1B', 'TP53', 'TRAF3', 'IKBKG', 'TRADD', 'TNFRSF25', 'RIPK1', 'CRADD', 'HRK', 'CASP7', 'CASP8', 'CASP9', 'CASP10', 'TNFSF10', 'FADD', 'TNFRSF10B', 'CFLAR', 'LTA', 'RELA', 'IGF1R', 'TRAF1', 'TRAF2', 'TNFRSF21', 'BNIP3L', 'SCAF11', 'GZMB', 'HELLS', 'IGF2', 'IRF2', 'IRF4', 'PRF1', 'IRF6', 'TP73', 'TP63', 'MIR29A', 'IRF5', 'IRF1']}, {'KEID': 'https://identifiers.org/aop.events/352', 'WPtitle': 'BDNF-TrkB signaling', 'gene': ['EIF4EBP1', 'EEF2K', 'MTOR', 'MKNK1', 'DLG4', 'TRPC6', 'TRPC3', 'TSC2', 'MAPK1', 'PIK3CG', 'RHEB', 'RPS6KB1', 'RPS6KA1', 'CREB1', 'SOS1', 'SHC1', 'AKT1', 'HRAS', 'BDNF', 'TSC1', 'MAP2K1', 'NRAS', 'ARC', 'GAB1', 'GAB2', 'KRAS', 'NTRK2', 'PLCG1', 'ADCY1', 'GRIN1', 'GRB2', 'BRAF', 'HOMER1']}, {'KEID': 'https://identifiers.org/aop.events/352', 'WPtitle': 'Molecular pathway for oxidative stress', 'gene': []}]

Section 4: Calculation of N variable

In this section, variable N will be calculated per individual key event.

Step 10. First, the KEgenes dictionary is manipulated so that each gene is placed on an individual row. This requires the creation of a dataframe, adjustment of the column titles and explosion of the gene column.

first_dataframe=pd.DataFrame.from_dict(KE_genes_dictionary)
df5=df4.rename(columns={'name':'WPtitle'})
first_dataframe1=pd.merge(first_dataframe, df5, on='WPtitle')
second_dataframe=first_dataframe1.explode('gene')
second_dataframe1 = second_dataframe.drop(columns=['selected','AverageShortestPathLength','BetweennessCentrality','ClosenessCentrality','ClusteringCoefficient','group','type','Association type','CTL.Ext','CTL.Type','CTL.PathwayName','CTL.label','CTL.PathwayID','CTL.GeneName','CTL.GeneID','Eccentricity','EdgeCount','Indegree','IsSingleNode','NeighborhoodConnectivity','Outdegree','PartnerOfMultiEdgedNodePairs','SelfLoops','Stress','id','SUID'], axis=1)
second_dataframe1_reordered = second_dataframe.loc[:, ['KEID', 'WPtitle', 'shared name','gene']]
third_dataframe=second_dataframe1_reordered.rename(columns={'shared name':'ID'})

Step 11. The gene IDs that belong to gene symbols are added to complete the dataframe and merge this dataframe to the previous: third_dataframe. This will allow for a dataframe that contains all needed columns: KEID, WPtitle, WPID, gene symbol and gene ID.

df6= nodetable[nodetable['CTL.Type'] == 'gene']
df7=df6.rename(columns={'shared name':'gene'})
df8=df7.drop(columns=['name','selected','AverageShortestPathLength','BetweennessCentrality','ClosenessCentrality','ClusteringCoefficient','group','type','Association type','CTL.Ext','CTL.Type','CTL.PathwayName','CTL.label','CTL.PathwayID','CTL.GeneName','Eccentricity','EdgeCount','Indegree','IsSingleNode','NeighborhoodConnectivity','Outdegree','PartnerOfMultiEdgedNodePairs','SelfLoops','Stress','id','SUID'], axis=1)
mergeddataframe_gene=pd.merge(third_dataframe, df8, on='gene')
mergeddataframe_final=mergeddataframe_gene.rename(columns={'CTL.GeneID':'GENEID'})
mergeddataframe_final

KEID WPtitle ID gene GENEID
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 IL25 64806
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 IL12A 3592
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CXCL8 3576
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 IL13 3596
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CSF1 1435
... ... ... ... ... ...
20878 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 ADCY1 107
20879 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 GRIN1 2902
20880 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 GRB2 2885
20881 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 BRAF 673
20882 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 HOMER1 9456

20883 rows × 5 columns

Step 12. The following for loop will be run for the calculation of the N variable. This for loop iterates over each row of the dataframe and will count the number of genes belonging to individual Key Events that are unique.

variable_N_dictionary_count= {}

for index, row in mergeddataframe_final.iterrows():
    unique_KE = row['KEID']
    gene = row['GENEID']
    
    if unique_KE not in variable_N_dictionary_count:
       variable_N_dictionary_count[unique_KE] = 1
    else:
        variable_N_dictionary_count[unique_KE] += 1

print("The total is: ")
print(variable_N_dictionary_count)
The total is: 
{'https://identifiers.org/aop.events/486': 129, 'https://identifiers.org/aop.events/875': 169, 'https://identifiers.org/aop.events/2007': 184, 'https://identifiers.org/aop.events/1495': 253, 'https://identifiers.org/aop.events/105': 165, 'https://identifiers.org/aop.events/1816': 165, 'https://identifiers.org/aop.events/1668 ': 156, 'https://identifiers.org/aop.events/244 ': 417, 'https://identifiers.org/aop.events/1739': 8, 'https://identifiers.org/aop.events/1814 ': 251, 'https://identifiers.org/aop.events/1740': 4, 'https://identifiers.org/aop.events/888': 56, 'https://identifiers.org/aop.events/1574': 10, 'https://identifiers.org/aop.events/41': 275, 'https://identifiers.org/aop.events/1270': 72, 'https://identifiers.org/aop.events/1086': 144, 'https://identifiers.org/aop.events/1487 ': 19, 'https://identifiers.org/aop.events/1539': 170, 'https://identifiers.org/aop.events/201': 36, 'https://identifiers.org/aop.events/457': 584, 'https://identifiers.org/aop.events/55': 288, 'https://identifiers.org/aop.events/188': 17, 'https://identifiers.org/aop.events/618': 240, 'https://identifiers.org/aop.events/389': 36, 'https://identifiers.org/aop.events/177': 495, 'https://identifiers.org/aop.events/2013': 100, 'https://identifiers.org/aop.events/2006': 216, 'https://identifiers.org/aop.events/1497': 528, 'https://identifiers.org/aop.events/870': 31, 'https://identifiers.org/aop.events/1669': 400, 'https://identifiers.org/aop.events/1115': 34, 'https://identifiers.org/aop.events/202': 186, 'https://identifiers.org/aop.events/1917': 166, 'https://identifiers.org/aop.events/1633': 1056, 'https://identifiers.org/aop.events/1392': 102, 'https://identifiers.org/aop.events/1815': 58, 'https://identifiers.org/aop.events/386': 372, 'https://identifiers.org/aop.events/1944': 41, 'https://identifiers.org/aop.events/1582': 51, 'https://identifiers.org/aop.events/1896': 205, 'https://identifiers.org/aop.events/1172': 22, 'https://identifiers.org/aop.events/1496': 406, 'https://identifiers.org/aop.events/68': 64, 'https://identifiers.org/aop.events/1493': 812, 'https://identifiers.org/aop.events/265': 268, 'https://identifiers.org/aop.events/1817': 328, 'https://identifiers.org/aop.events/1819': 74, 'https://identifiers.org/aop.events/1750': 528, 'https://identifiers.org/aop.events/1901': 37, 'https://identifiers.org/aop.events/1848': 195, 'https://identifiers.org/aop.events/1847': 6, 'https://identifiers.org/aop.events/1748': 4, 'https://identifiers.org/aop.events/1365': 328, 'https://identifiers.org/aop.events/890': 34, 'https://identifiers.org/aop.events/1587': 57, 'https://identifiers.org/aop.events/1457': 19, 'https://identifiers.org/aop.events/1586': 31, 'https://identifiers.org/aop.events/149': 1056, 'https://identifiers.org/aop.events/1575': 328, 'https://identifiers.org/aop.events/1579': 353, 'https://identifiers.org/aop.events/87': 114, 'https://identifiers.org/aop.events/249': 34, 'https://identifiers.org/aop.events/288': 51, 'https://identifiers.org/aop.events/209': 617, 'https://identifiers.org/aop.events/1498': 224, 'https://identifiers.org/aop.events/1499': 26, 'https://identifiers.org/aop.events/1500': 260, 'https://identifiers.org/aop.events/1488': 184, 'https://identifiers.org/aop.events/1494': 74, 'https://identifiers.org/aop.events/52': 219, 'https://identifiers.org/aop.events/381': 199, 'https://identifiers.org/aop.events/484': 706, 'https://identifiers.org/aop.events/388': 169, 'https://identifiers.org/aop.events/1262': 328, 'https://identifiers.org/aop.events/1945': 1218, 'https://identifiers.org/aop.events/2009': 74, 'https://identifiers.org/aop.events/2012': 260, 'https://identifiers.org/aop.events/1770': 60, 'https://identifiers.org/aop.events/1818': 270, 'https://identifiers.org/aop.events/1738': 4, 'https://identifiers.org/aop.events/1752': 138, 'https://identifiers.org/aop.events/887': 116, 'https://identifiers.org/aop.events/1585': 35, 'https://identifiers.org/aop.events/214': 55, 'https://identifiers.org/aop.events/1271': 58, 'https://identifiers.org/aop.events/1087': 528, 'https://identifiers.org/aop.events/1538': 34, 'https://identifiers.org/aop.events/898': 328, 'https://identifiers.org/aop.events/195': 184, 'https://identifiers.org/aop.events/459': 132, 'https://identifiers.org/aop.events/341': 10, 'https://identifiers.org/aop.events/1670': 88, 'https://identifiers.org/aop.events/759': 82, 'https://identifiers.org/aop.events/1090': 459, 'https://identifiers.org/aop.events/344': 30, 'https://identifiers.org/aop.events/1841': 17, 'https://identifiers.org/aop.events/1820': 57, 'https://identifiers.org/aop.events/896': 82, 'https://identifiers.org/aop.events/1549': 101, 'https://identifiers.org/aop.events/357': 21, 'https://identifiers.org/aop.events/352': 398}

Step 13. The output of the dictionary will be converted into a dataframe and merged to the mergeddataframe_final dataframe to add the results into a separate column.

fourth_dataframe=pd.DataFrame.from_dict(variable_N_dictionary_count,orient='index')
df_reset = fourth_dataframe.reset_index()
df_reset.columns = ['KEID', 'N']
merged_dataframe= pd.merge(mergeddataframe_final, df_reset, on='KEID')
mergeddataframe=merged_dataframe.rename(columns={'ID':'WPID','gene':'Gene.Symbol'})
mergeddataframe

KEID WPtitle WPID Gene.Symbol GENEID N
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 IL25 64806 129
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 IL12A 3592 129
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CXCL8 3576 129
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 IL13 3596 129
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CSF1 1435 129
... ... ... ... ... ... ...
20878 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 ADCY1 107 398
20879 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 GRIN1 2902 398
20880 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 GRB2 2885 398
20881 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 BRAF 673 398
20882 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 HOMER1 9456 398

20883 rows × 6 columns

Section 5. Comparison 1: Acrolein timepoint 2

In this section, Steps 14 to step 28 are repeated for comparison 2.

Section 5.1 Calculation of n variable

Comparison2_DEG= pd.read_csv("C:/Users/shaki/Downloads/DEG tables-all expressed genes/de_genes_ACR.24h.tsv",sep='\t',dtype={'GENE':'string'})
The_comparison2_DEG=Comparison2_DEG.dropna(subset=['GENE_SYMBOL'])
The_Comparison2_DEG=The_comparison2_DEG.drop_duplicates(subset=['GENE'])
Comparison_2_DEG= The_Comparison2_DEG[The_Comparison2_DEG['adj.P.Val'] < 0.05]
The_comparison_2_DEG=Comparison_2_DEG.copy()
Comparison2=The_comparison_2_DEG.rename(columns={'GENE':'GENEID'})
Comparison2['GENEID'] = Comparison2['GENEID'].astype(str)
Comparison_2=Comparison2.drop(columns=['SPOT_ID','COL','ROW','NAME','ACCESSION_STRING','CHROMOSOMAL_LOCATION','CYTOBAND','ORDER','ENSEMBL_ID','SPOT_ID.1','UNIGENE_ID','TIGR_ID','GO_ID','DESCRIPTION','SEQUENCE','CONTROL_TYPE','REFSEQ','GB_ACC'])
Comparison_2

ID GENEID GENE_SYMBOL GENE_NAME logFC AveExpr t P.Value adj.P.Val B
0 42685 3162 HMOX1 heme oxygenase (decycling) 1 -1.179039 0.954675 -6.285084 3.447616e-08 0.000253 6.360406
11 26200 23657 SLC7A11 solute carrier family 7, (cationic amino acid ... -0.752090 0.640196 -5.433205 9.494058e-07 0.003561 4.425625
15 4528 2495 FTH1 ferritin, heavy polypeptide 1 0.295169 0.276578 5.106348 3.264083e-06 0.009183 3.688642
17 36794 374946 C1orf187 chromosome 1 open reading frame 187 -0.453613 0.062621 -4.860757 8.109326e-06 0.020280 3.140473
18 27774 2298 FOXD4 forkhead box D4 -0.474532 0.206407 -4.787421 1.060632e-05 0.025129 2.978016
22 21063 89857 KLHL6 kelch-like 6 (Drosophila) 0.748734 -0.040346 4.660551 1.681000e-05 0.031843 2.698548
27 28950 201161 CENPV centromere protein V 0.234981 0.018625 4.523276 2.750745e-05 0.042802 2.398681
30 7970 84981 C17orf91 chromosome 17 open reading frame 91 -0.502606 0.170289 -4.482172 3.183893e-05 0.046233 2.309453
31 18739 55089 SLC38A4 solute carrier family 38, member 4 -0.293797 -0.025377 -4.464863 3.385527e-05 0.047625 2.271960
32 21386 1543 CYP1A1 cytochrome P450, family 1, subfamily A, polype... 0.234158 0.184573 4.450278 3.565014e-05 0.047916 2.240408

Step 14. The results of the DEG table are next integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_C2= pd.merge(mergeddataframe,Comparison_2, on='GENEID')

Step 15. The following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count2= {}

for index, row in merged_dataframe_C2.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj.P.Val']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count2:
            variable_n_dictionary_count2[unique_KE] = 1
        else:
            variable_n_dictionary_count2[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count2)
The total number of significant genes: 
{'https://identifiers.org/aop.events/244 ': 5, 'https://identifiers.org/aop.events/41': 5, 'https://identifiers.org/aop.events/1115': 2, 'https://identifiers.org/aop.events/1917': 5, 'https://identifiers.org/aop.events/1392': 6, 'https://identifiers.org/aop.events/265': 2, 'https://identifiers.org/aop.events/890': 2, 'https://identifiers.org/aop.events/249': 2, 'https://identifiers.org/aop.events/209': 6, 'https://identifiers.org/aop.events/1538': 2, 'https://identifiers.org/aop.events/352': 2}

Step 16. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe2=pd.DataFrame.from_dict(variable_n_dictionary_count2,orient='index')
n_variable_dataframe2

0
https://identifiers.org/aop.events/244 5
https://identifiers.org/aop.events/41 5
https://identifiers.org/aop.events/1115 2
https://identifiers.org/aop.events/1917 5
https://identifiers.org/aop.events/1392 6
https://identifiers.org/aop.events/265 2
https://identifiers.org/aop.events/890 2
https://identifiers.org/aop.events/249 2
https://identifiers.org/aop.events/209 6
https://identifiers.org/aop.events/1538 2
https://identifiers.org/aop.events/352 2
n_variable_dataframe_reset2 = n_variable_dataframe2.reset_index()
n_variable_dataframe_reset2.columns = ['KEID', 'n']
n_variable_dataframe_reset2

KEID n
0 https://identifiers.org/aop.events/244 5
1 https://identifiers.org/aop.events/41 5
2 https://identifiers.org/aop.events/1115 2
3 https://identifiers.org/aop.events/1917 5
4 https://identifiers.org/aop.events/1392 6
5 https://identifiers.org/aop.events/265 2
6 https://identifiers.org/aop.events/890 2
7 https://identifiers.org/aop.events/249 2
8 https://identifiers.org/aop.events/209 6
9 https://identifiers.org/aop.events/1538 2
10 https://identifiers.org/aop.events/352 2
merged_dataframe3= pd.merge(mergeddataframe, n_variable_dataframe_reset2, on='KEID')

Section 6.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 17. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(The_Comparison2_DEG.index)
B
19751

Step 18. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

Comparison2_DEG_filtered=The_Comparison2_DEG[The_Comparison2_DEG['adj.P.Val'] < 0.05]
b=len(Comparison2_DEG_filtered)
b
10

Section 6.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated.

Step 19. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe3.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([19751 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([10 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_Dataframe_ES=Final_Dataframe_ES.copy()

Step 20. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_Dataframe_ES.loc[:,'Enrichmentscore']= Copy_Final_Dataframe_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_Dataframe_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/244 417 5 19751 10 23.682254196642685
1 https://identifiers.org/aop.events/41 275 5 19751 10 35.91090909090909
2 https://identifiers.org/aop.events/1115 34 2 19751 10 116.18235294117648
3 https://identifiers.org/aop.events/1917 166 5 19751 10 59.49096385542169
4 https://identifiers.org/aop.events/1392 102 6 19751 10 116.18235294117648
5 https://identifiers.org/aop.events/265 268 2 19751 10 14.73955223880597
6 https://identifiers.org/aop.events/890 34 2 19751 10 116.18235294117648
7 https://identifiers.org/aop.events/249 34 2 19751 10 116.18235294117648
8 https://identifiers.org/aop.events/209 617 6 19751 10 19.206807131280392
9 https://identifiers.org/aop.events/1538 34 2 19751 10 116.18235294117648
10 https://identifiers.org/aop.events/352 398 2 19751 10 9.925125628140703

Step 21. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe2=[]

for index, row in Copy_Final_Dataframe_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe2.append(p)
             
Hypergeometricpvalue_dataframe2=pd.DataFrame(p_value_dataframe2)
Hypergeometricpvalue_dataframe2.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe2

Hypergeometric p-value
0 9.292040e-07
1 1.187297e-07
2 1.277656e-04
3 9.550671e-09
4 3.365904e-12
5 7.405932e-03
6 1.277656e-04
7 1.277656e-04
8 1.680839e-07
9 1.277656e-04
10 1.550040e-02
merged_finaltable=pd.concat([Copy_Final_Dataframe_ES,Hypergeometricpvalue_dataframe2],axis=1)

Section 6.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 22. Lastly, we filter the results to showcase the significant KEs for comparison 2.

filteredversion_C2= merged_finaltable[(merged_finaltable['Enrichmentscore']>str(1))& (merged_finaltable['Hypergeometric p-value'] < 0.05)]
filteredversion_C2

KEID N n B b Enrichmentscore Hypergeometric p-value
0 https://identifiers.org/aop.events/244 417 5 19751 10 23.682254196642685 9.292040e-07
1 https://identifiers.org/aop.events/41 275 5 19751 10 35.91090909090909 1.187297e-07
2 https://identifiers.org/aop.events/1115 34 2 19751 10 116.18235294117648 1.277656e-04
3 https://identifiers.org/aop.events/1917 166 5 19751 10 59.49096385542169 9.550671e-09
4 https://identifiers.org/aop.events/1392 102 6 19751 10 116.18235294117648 3.365904e-12
5 https://identifiers.org/aop.events/265 268 2 19751 10 14.73955223880597 7.405932e-03
6 https://identifiers.org/aop.events/890 34 2 19751 10 116.18235294117648 1.277656e-04
7 https://identifiers.org/aop.events/249 34 2 19751 10 116.18235294117648 1.277656e-04
8 https://identifiers.org/aop.events/209 617 6 19751 10 19.206807131280392 1.680839e-07
9 https://identifiers.org/aop.events/1538 34 2 19751 10 116.18235294117648 1.277656e-04
10 https://identifiers.org/aop.events/352 398 2 19751 10 9.925125628140703 1.550040e-02

Section 6.5. Calculation of percent gene overlap to ORA

Section 6.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 23. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

mergeddataframe_final2=mergeddataframe_final.copy()
mergeddataframe_final2['KEID'] = mergeddataframe_final2['KEID'].str.strip()
significantKEID_genetable2=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/244')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/41') |(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1115')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1917')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1392') |(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/265')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/890')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/249')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/209')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1538')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/352')]
significantKEIDgenetable2=significantKEID_genetable2.drop(columns={'WPtitle','ID'})
significantKEIDgenetable2

KEID gene GENEID
1221 https://identifiers.org/aop.events/244 MBTPS1 8720
1222 https://identifiers.org/aop.events/244 ATF4 468
1223 https://identifiers.org/aop.events/244 ATF4 100089902
1224 https://identifiers.org/aop.events/244 ATF4 100144302
1225 https://identifiers.org/aop.events/244 MBTPS2 51360
... ... ... ...
20878 https://identifiers.org/aop.events/352 ADCY1 107
20879 https://identifiers.org/aop.events/352 GRIN1 2902
20880 https://identifiers.org/aop.events/352 GRB2 2885
20881 https://identifiers.org/aop.events/352 BRAF 673
20882 https://identifiers.org/aop.events/352 HOMER1 9456

2379 rows × 3 columns

Section 6.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 24. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA2 = pd.read_csv("C:/Users/shaki/Downloads/GSE44729_ORApathwaytable/Comparison 2-ACR timepoint 2.txt", sep='\t')
datafileORA2=pd.DataFrame(datafile_ORA2)
filtereddatafileORA_2=datafileORA2[datafileORA2['Adjusted P-value'] < 0.05]

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Transcriptional Activation By NRF2 In Response... 0.000007 0.000217 0 0 822.12500 9759.6900 HMOX1;SLC7A11
1 WikiPathways_2024_Human NRF2 ARE Regulation WP4357 0.000018 0.000275 0 0 493.07500 5394.6400 HMOX1;SLC7A11
2 WikiPathways_2024_Human Antiviral And Anti-Inflam Effects Of Nrf2 On S... 0.000029 0.000299 0 0 379.17310 3962.0320 HMOX1;SLC7A11
3 WikiPathways_2024_Human Oxidative Stress Response WP408 0.000040 0.000313 0 0 317.93550 3216.1110 CYP1A1;HMOX1
4 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 0.000068 0.000420 0 0 65.25168 626.3850 CYP1A1;HMOX1;SLC7A11
5 WikiPathways_2024_Human Ferroptosis WP4313 0.000149 0.000770 0 0 161.32790 1421.5610 HMOX1;SLC7A11
6 WikiPathways_2024_Human NRF2 Pathway WP2884 0.000673 0.002982 0 0 74.28409 542.5193 HMOX1;SLC7A11
7 WikiPathways_2024_Human Amino Acid Metabolism In Triple Negative Breas... 0.002125 0.007320 0 0 657.90000 4048.6940 SLC7A11
8 WikiPathways_2024_Human mRNA Protein And Metabolite Inducation Pathway... 0.002125 0.007320 0 0 657.90000 4048.6940 SLC7A11
9 WikiPathways_2024_Human Benzo A Pyrene Metabolism WP696 0.002428 0.007528 0 0 563.88570 3394.9080 CYP1A1
10 WikiPathways_2024_Human IL10 Anti Inflammatory Signaling WP4495 0.003641 0.009403 0 0 358.76360 2014.6730 HMOX1
11 WikiPathways_2024_Human Estrogen Receptor Pathway WP2881 0.003944 0.009403 0 0 328.85000 1820.4090 CYP1A1
12 WikiPathways_2024_Human Fatty Acid Omega Oxidation WP206 0.004246 0.009403 0 0 303.53850 1657.8360 CYP1A1
13 WikiPathways_2024_Human Estrogen Metabolism WP697 0.004246 0.009403 0 0 303.53850 1657.8360 CYP1A1
14 WikiPathways_2024_Human Overview Of Nanoparticle Effects WP3287 0.005457 0.011159 0 0 232.07060 1209.2950 HMOX1
15 WikiPathways_2024_Human Tamoxifen Metabolism WP691 0.005759 0.011159 0 0 219.16670 1130.2320 CYP1A1
16 WikiPathways_2024_Human Photodynamic Therapy Induced NFE2L2 NRF2 Survi... 0.006968 0.012707 0 0 179.28180 890.3855 HMOX1
17 WikiPathways_2024_Human Cannabinoid Receptor Signaling WP3869 0.008779 0.014816 0 0 140.82140 666.8399 CYP1A1
18 WikiPathways_2024_Human Tryptophan Metabolism WP465 0.009081 0.014816 0 0 135.95860 639.2207 CYP1A1
19 WikiPathways_2024_Human Melatonin Metabolism And Effects WP3298 0.010286 0.015944 0 0 119.45450 546.7346 CYP1A1
20 WikiPathways_2024_Human Aryl Hydrocarbon Receptor Pathway WP2873 0.012393 0.018295 0 0 98.51500 432.5399 CYP1A1
21 WikiPathways_2024_Human Aryl Hydrocarbon Receptor Pathway WP2586 0.013596 0.019157 0 0 89.54091 384.8481 CYP1A1
22 WikiPathways_2024_Human Lung Fibrosis WP3624 0.017195 0.022597 0 0 70.31071 285.6825 HMOX1
23 WikiPathways_2024_Human Oxidation By Cytochrome P450 WP43 0.017494 0.022597 0 0 69.07368 279.4637 CYP1A1
24 WikiPathways_2024_Human Urotensin II Mediated Signaling WP5158 0.020485 0.025401 0 0 58.73433 228.3637 HMOX1
25 WikiPathways_2024_Human P53 Transcriptional Gene Network WP4963 0.024658 0.029400 0 0 48.54815 179.7562 SLC7A11
26 WikiPathways_2024_Human CAMKK2 Pathway WP4874 0.031483 0.036147 0 0 37.76731 130.6109 HMOX1
27 WikiPathways_2024_Human Male Infertility WP4673 0.039150 0.043345 0 0 30.17385 97.7740 CYP1A1
dropped_datafileORA_df2=filtereddatafileORA_2.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf2=dropped_datafileORA_df2.copy()
droppeddatafileORAdf2['Genes']= droppeddatafileORAdf2['Genes'].replace({';':','},regex=True)
df2_ORApathwaytable=droppeddatafileORAdf2.copy()
df2_ORApathwaytable['Genes'] = df2_ORApathwaytable['Genes'].astype(str)
df2_ORApathwaytable['Genes'] = df2_ORApathwaytable['Genes'].str.split(',')
exploded_df2_ORApathwaytable = df2_ORApathwaytable.explode('Genes', ignore_index=True)
Section 6.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 25. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets2 = exploded_df2_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets2 = significantKEIDgenetable2.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs2 = {}

for term, ORA_genes in ORA_gene_sets2.items():
    for KEID, KEID_genes in SignificantKE_gene_sets2.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs2[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs2:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs2.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1115: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1392: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1538: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1917: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/209: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/244: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/249: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/265: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/352: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/41: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/890: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1115: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1392: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1538: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1917: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/209: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/244: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/249: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/265: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/352: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/41: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/890: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1115: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1392: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1538: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1917: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/209: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/244: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/249: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/265: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/352: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/41: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/890: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1115: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1392: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1538: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1917: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/209: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/244: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/249: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/265: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/352: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/41: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/890: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1115: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1392: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1538: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1917: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/209: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/244: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/249: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/265: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/352: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/41: 0 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/890: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/1115: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/1392: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/1538: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/1917: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/209: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/244: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/249: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/265: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/352: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/41: 1 overlaps
CAMKK2 Pathway WP4874 x https://identifiers.org/aop.events/890: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/1115: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/1392: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/1538: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/1917: 0 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/209: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/244: 0 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/249: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/265: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/352: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/41: 0 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/890: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1115: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1392: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1538: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1917: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/209: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/244: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/249: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/265: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/352: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/41: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/890: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1115: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1392: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1538: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1917: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/209: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/244: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/249: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/265: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/352: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/41: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/890: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1115: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1392: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1538: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1917: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/209: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/244: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/249: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/265: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/352: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/41: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/890: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1115: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1392: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1538: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1917: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/209: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/244: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/249: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/265: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/352: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/41: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/890: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1115: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1392: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1538: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/1917: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/209: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/244: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/249: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/265: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/352: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/41: 1 overlaps
IL10 Anti Inflammatory Signaling WP4495 x https://identifiers.org/aop.events/890: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/1115: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/1392: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/1538: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/1917: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/209: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/244: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/249: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/265: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/352: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/41: 1 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/890: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/1115: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/1392: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/1538: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/1917: 0 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/209: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/244: 0 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/249: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/265: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/352: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/41: 0 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/890: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1115: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1392: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1538: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1917: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/209: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/244: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/249: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/265: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/352: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/41: 0 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/890: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1115: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1392: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1538: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1917: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/209: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/244: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/249: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/265: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/352: 1 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/41: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/890: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1115: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1392: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1538: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1917: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/209: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/244: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/249: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/265: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/352: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/41: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/890: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1115: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1538: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/249: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/265: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/352: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/890: 2 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/1115: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/1392: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/1538: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/1917: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/209: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/244: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/249: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/265: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/352: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/41: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/890: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1115: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1392: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1538: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1917: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/209: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/244: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/249: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/265: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/352: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/41: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/890: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1115: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1392: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1538: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1917: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/209: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/244: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/249: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/265: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/352: 2 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/41: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/890: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1115: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1392: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1538: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1917: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/209: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/244: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/249: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/265: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/352: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/41: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/890: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1115: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1392: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1538: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1917: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/209: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/244: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/249: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/265: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/352: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/41: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/890: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1115: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1392: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1538: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1917: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/209: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/244: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/249: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/265: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/352: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/41: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/890: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1115: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1392: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1538: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1917: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/209: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/244: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/249: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/265: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/352: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/41: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/890: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/1115: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/1392: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/1538: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/1917: 0 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/209: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/244: 0 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/249: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/265: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/352: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/41: 0 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/890: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/1115: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/1392: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/1538: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/1917: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/209: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/244: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/249: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/265: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/352: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/41: 1 overlaps
Urotensin II Mediated Signaling WP5158 x https://identifiers.org/aop.events/890: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1115: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1392: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1538: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1917: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/209: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/244: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/249: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/265: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/352: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/41: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/890: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: CAMKK2 Pathway WP4874, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: IL10 Anti Inflammatory Signaling WP4495, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1', 'HMOX1', 'SLC7A11'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1', 'HMOX1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1', 'SLC7A11'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Urotensin II Mediated Signaling WP5158, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Section 6.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 6.5.5.

final_geneoverlaptable_C2=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs2,orient='index')
Section 6.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 26. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count2= {}

for index, row in exploded_df2_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count2:
            variable_count2[unique_KE] = 1
    else:
            variable_count2[unique_KE] += 1

print("The total number of genes: ")
print(variable_count2)
The total number of genes: 
{'Transcriptional Activation By NRF2 In Response To Phytochemicals WP3': 2, 'NRF2 ARE Regulation WP4357': 2, 'Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113': 2, 'Oxidative Stress Response WP408': 2, 'Nuclear Receptors Meta Pathway WP2882': 3, 'Ferroptosis WP4313': 2, 'NRF2 Pathway WP2884': 2, 'Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213': 1, 'mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953': 1, 'Benzo A Pyrene Metabolism WP696': 1, 'IL10 Anti Inflammatory Signaling WP4495': 1, 'Estrogen Receptor Pathway WP2881': 1, 'Fatty Acid Omega Oxidation WP206': 1, 'Estrogen Metabolism WP697': 1, 'Overview Of Nanoparticle Effects WP3287': 1, 'Tamoxifen Metabolism WP691': 1, 'Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612': 1, 'Cannabinoid Receptor Signaling WP3869': 1, 'Tryptophan Metabolism WP465': 1, 'Melatonin Metabolism And Effects WP3298': 1, 'Aryl Hydrocarbon Receptor Pathway WP2873': 1, 'Aryl Hydrocarbon Receptor Pathway WP2586': 1, 'Lung Fibrosis WP3624': 1, 'Oxidation By Cytochrome P450 WP43': 1, 'Urotensin II Mediated Signaling WP5158': 1, 'P53 Transcriptional Gene Network WP4963': 1, 'CAMKK2 Pathway WP4874': 1, 'Male Infertility WP4673': 1}

Step 27. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df2=pd.DataFrame.from_dict(variable_count2,orient='index')
reset_variable_count_df2 = variable_count_df2.reset_index()
reset_variable_count_df2.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C2=final_geneoverlaptable_C2.reset_index(level=[1])
Genesetoverlaptable_C2.reset_index(inplace=True)
Genesetoverlaptable_C2.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C2=pd.merge(reset_variable_count_df2,Genesetoverlaptable_C2, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C2.loc[:,'Percent geneset overlap']= tabulation_C2.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C2

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Transcriptional Activation By NRF2 In Response... 2 https://identifiers.org/aop.events/1115 {HMOX1} 1 50.0
1 Transcriptional Activation By NRF2 In Response... 2 https://identifiers.org/aop.events/1392 {HMOX1} 1 50.0
2 Transcriptional Activation By NRF2 In Response... 2 https://identifiers.org/aop.events/1538 {HMOX1} 1 50.0
3 Transcriptional Activation By NRF2 In Response... 2 https://identifiers.org/aop.events/1917 {HMOX1, SLC7A11} 2 100.0
4 Transcriptional Activation By NRF2 In Response... 2 https://identifiers.org/aop.events/209 {HMOX1, SLC7A11} 2 100.0
... ... ... ... ... ... ...
303 Male Infertility WP4673 1 https://identifiers.org/aop.events/249 {CYP1A1} 1 100.0
304 Male Infertility WP4673 1 https://identifiers.org/aop.events/265 {CYP1A1} 1 100.0
305 Male Infertility WP4673 1 https://identifiers.org/aop.events/352 {CYP1A1} 1 100.0
306 Male Infertility WP4673 1 https://identifiers.org/aop.events/41 {} 0 0.0
307 Male Infertility WP4673 1 https://identifiers.org/aop.events/890 {CYP1A1} 1 100.0

308 rows × 6 columns

Section 7. Comparison 3: Chloropicrin timepoint 1

Section 7.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 3.

Step 28. The table containing the differential expressed genes for Bisphenol A 1uM to control is loaded with the filter for significance.

Comparison3_DEG= pd.read_csv("C:/Users/shaki/Downloads/DEG tables-all expressed genes/de_genes_CP.10h.tsv",sep='\t',dtype={'GENE':'string'})
The_comparison3_DEG=Comparison3_DEG.dropna(subset=['GENE_SYMBOL'])
The_Comparison3_DEG=The_comparison3_DEG.drop_duplicates(subset=['GENE'])
Comparison_3_DEG= The_Comparison3_DEG[The_Comparison3_DEG['adj.P.Val'] < 0.05]
The_comparison_3_DEG=Comparison_3_DEG.copy()
Comparison3=The_comparison_3_DEG.rename(columns={'GENE':'GENEID'})
Comparison3['GENEID'] = Comparison3['GENEID'].astype(str)
Comparison_3=Comparison3.drop(columns=['SPOT_ID','COL','ROW','NAME','ACCESSION_STRING','CHROMOSOMAL_LOCATION','CYTOBAND','ORDER','ENSEMBL_ID','SPOT_ID.1','UNIGENE_ID','TIGR_ID','GO_ID','DESCRIPTION','SEQUENCE','CONTROL_TYPE','REFSEQ','GB_ACC'])
Comparison_3

ID GENEID GENE_SYMBOL GENE_NAME logFC AveExpr t P.Value adj.P.Val B
0 26605 1960 EGR3 early growth response 3 -0.863408 0.094340 -7.955544 4.246899e-11 0.000002 10.081124
2 41618 6434 SFRS10 splicing factor, arginine/serine-rich 10 (tran... -0.232531 0.026262 -6.309106 3.135061e-08 0.000470 6.437660
4 42522 100129449 LOC100129449 PRO2055 -0.128508 -0.004284 -5.709801 3.279151e-07 0.002750 5.072106
5 23385 3214 HOXB4 homeobox B4 0.241820 -0.033594 5.680978 3.665825e-07 0.002750 5.006423
6 41308 200261 LOC200261 hypothetical protein LOC200261 0.464663 -0.015904 5.458115 8.632716e-07 0.005551 4.499313
8 12053 2863 GPR39 G protein-coupled receptor 39 0.201463 -0.027988 5.199354 2.302939e-06 0.010886 3.913296
10 2479 2353 FOS v-fos FBJ murine osteosarcoma viral oncogene h... -0.652862 0.097279 -5.152892 2.742032e-06 0.011221 3.808527
12 24570 4194 MDM4 Mdm4 p53 binding protein homolog (mouse) -0.317245 0.054732 -5.028185 4.368379e-06 0.014181 3.528179
13 5075 3398 ID2 inhibitor of DNA binding 2, dominant negative ... -0.631542 0.093306 -5.023820 4.439835e-06 0.014181 3.518391
14 5593 7286 TUFT1 tuftelin 1 -0.324441 0.037927 -5.007037 4.725420e-06 0.014181 3.480775
16 14058 11024 LILRA1 leukocyte immunoglobulin-like receptor, subfam... 0.571763 -0.028684 4.823671 9.290239e-06 0.024134 3.071645
17 18707 6432 SFRS7 splicing factor, arginine/serine-rich 7, 35kDa -0.196261 0.014785 -4.813274 9.650441e-06 0.024134 3.048559
18 32092 79608 RIC3 resistance to inhibitors of cholinesterase 3 h... -0.559678 0.078599 -4.782045 1.081643e-05 0.025626 2.979294
19 24859 100132363 LOC100132363 hypothetical protein LOC100132363 -0.572573 0.114074 -4.665798 1.649452e-05 0.037125 2.722550
20 1390 6615 SNAI1 snail homolog 1 (Drosophila) -0.515691 0.161391 -4.589456 2.171080e-05 0.044439 2.554946
21 16555 343071 PRAMEF10 PRAME family member 10 -0.595546 0.072522 -4.589357 2.171847e-05 0.044439 2.554731

Step 29. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C3= pd.merge(mergeddataframe,Comparison_3, on='GENEID')

Step 30. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count3= {}

for index, row in merged_dataframe_DEG_C3.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj.P.Val']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count3:
            variable_n_dictionary_count3[unique_KE] = 1
        else:
            variable_n_dictionary_count3[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count3)
The total number of significant genes: 
{'https://identifiers.org/aop.events/875': 1, 'https://identifiers.org/aop.events/1495': 1, 'https://identifiers.org/aop.events/1668 ': 1, 'https://identifiers.org/aop.events/1539': 1, 'https://identifiers.org/aop.events/188': 1, 'https://identifiers.org/aop.events/618': 1, 'https://identifiers.org/aop.events/2013': 1, 'https://identifiers.org/aop.events/1497': 2, 'https://identifiers.org/aop.events/1115': 1, 'https://identifiers.org/aop.events/1633': 4, 'https://identifiers.org/aop.events/1392': 3, 'https://identifiers.org/aop.events/386': 2, 'https://identifiers.org/aop.events/1496': 1, 'https://identifiers.org/aop.events/1493': 2, 'https://identifiers.org/aop.events/265': 2, 'https://identifiers.org/aop.events/1817': 1, 'https://identifiers.org/aop.events/1750': 2, 'https://identifiers.org/aop.events/1848': 1, 'https://identifiers.org/aop.events/1365': 1, 'https://identifiers.org/aop.events/890': 1, 'https://identifiers.org/aop.events/1457': 1, 'https://identifiers.org/aop.events/149': 4, 'https://identifiers.org/aop.events/1575': 1, 'https://identifiers.org/aop.events/249': 1, 'https://identifiers.org/aop.events/209': 1, 'https://identifiers.org/aop.events/1498': 1, 'https://identifiers.org/aop.events/1500': 1, 'https://identifiers.org/aop.events/1488': 1, 'https://identifiers.org/aop.events/52': 1, 'https://identifiers.org/aop.events/381': 1, 'https://identifiers.org/aop.events/388': 1, 'https://identifiers.org/aop.events/1262': 1, 'https://identifiers.org/aop.events/2012': 1, 'https://identifiers.org/aop.events/1271': 1, 'https://identifiers.org/aop.events/1087': 2, 'https://identifiers.org/aop.events/1538': 1, 'https://identifiers.org/aop.events/898': 1, 'https://identifiers.org/aop.events/195': 1, 'https://identifiers.org/aop.events/1090': 1, 'https://identifiers.org/aop.events/1841': 1, 'https://identifiers.org/aop.events/352': 2}

Step 31. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe3=pd.DataFrame.from_dict(variable_n_dictionary_count3,orient='index')
n_variable_dataframe3

0
https://identifiers.org/aop.events/875 1
https://identifiers.org/aop.events/1495 1
https://identifiers.org/aop.events/1668 1
https://identifiers.org/aop.events/1539 1
https://identifiers.org/aop.events/188 1
https://identifiers.org/aop.events/618 1
https://identifiers.org/aop.events/2013 1
https://identifiers.org/aop.events/1497 2
https://identifiers.org/aop.events/1115 1
https://identifiers.org/aop.events/1633 4
https://identifiers.org/aop.events/1392 3
https://identifiers.org/aop.events/386 2
https://identifiers.org/aop.events/1496 1
https://identifiers.org/aop.events/1493 2
https://identifiers.org/aop.events/265 2
https://identifiers.org/aop.events/1817 1
https://identifiers.org/aop.events/1750 2
https://identifiers.org/aop.events/1848 1
https://identifiers.org/aop.events/1365 1
https://identifiers.org/aop.events/890 1
https://identifiers.org/aop.events/1457 1
https://identifiers.org/aop.events/149 4
https://identifiers.org/aop.events/1575 1
https://identifiers.org/aop.events/249 1
https://identifiers.org/aop.events/209 1
https://identifiers.org/aop.events/1498 1
https://identifiers.org/aop.events/1500 1
https://identifiers.org/aop.events/1488 1
https://identifiers.org/aop.events/52 1
https://identifiers.org/aop.events/381 1
https://identifiers.org/aop.events/388 1
https://identifiers.org/aop.events/1262 1
https://identifiers.org/aop.events/2012 1
https://identifiers.org/aop.events/1271 1
https://identifiers.org/aop.events/1087 2
https://identifiers.org/aop.events/1538 1
https://identifiers.org/aop.events/898 1
https://identifiers.org/aop.events/195 1
https://identifiers.org/aop.events/1090 1
https://identifiers.org/aop.events/1841 1
https://identifiers.org/aop.events/352 2
n_variable_dataframe3_reset = n_variable_dataframe3.reset_index()
n_variable_dataframe3_reset.columns = ['KEID', 'n']
n_variable_dataframe3_reset

KEID n
0 https://identifiers.org/aop.events/875 1
1 https://identifiers.org/aop.events/1495 1
2 https://identifiers.org/aop.events/1668 1
3 https://identifiers.org/aop.events/1539 1
4 https://identifiers.org/aop.events/188 1
5 https://identifiers.org/aop.events/618 1
6 https://identifiers.org/aop.events/2013 1
7 https://identifiers.org/aop.events/1497 2
8 https://identifiers.org/aop.events/1115 1
9 https://identifiers.org/aop.events/1633 4
10 https://identifiers.org/aop.events/1392 3
11 https://identifiers.org/aop.events/386 2
12 https://identifiers.org/aop.events/1496 1
13 https://identifiers.org/aop.events/1493 2
14 https://identifiers.org/aop.events/265 2
15 https://identifiers.org/aop.events/1817 1
16 https://identifiers.org/aop.events/1750 2
17 https://identifiers.org/aop.events/1848 1
18 https://identifiers.org/aop.events/1365 1
19 https://identifiers.org/aop.events/890 1
20 https://identifiers.org/aop.events/1457 1
21 https://identifiers.org/aop.events/149 4
22 https://identifiers.org/aop.events/1575 1
23 https://identifiers.org/aop.events/249 1
24 https://identifiers.org/aop.events/209 1
25 https://identifiers.org/aop.events/1498 1
26 https://identifiers.org/aop.events/1500 1
27 https://identifiers.org/aop.events/1488 1
28 https://identifiers.org/aop.events/52 1
29 https://identifiers.org/aop.events/381 1
30 https://identifiers.org/aop.events/388 1
31 https://identifiers.org/aop.events/1262 1
32 https://identifiers.org/aop.events/2012 1
33 https://identifiers.org/aop.events/1271 1
34 https://identifiers.org/aop.events/1087 2
35 https://identifiers.org/aop.events/1538 1
36 https://identifiers.org/aop.events/898 1
37 https://identifiers.org/aop.events/195 1
38 https://identifiers.org/aop.events/1090 1
39 https://identifiers.org/aop.events/1841 1
40 https://identifiers.org/aop.events/352 2
merged_dataframe4= pd.merge(mergeddataframe, n_variable_dataframe3_reset, on='KEID')

Section 7.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 32. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(The_Comparison3_DEG.index)
B
19751

Step 33. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

The_Comparison3_DEG_filtered=The_Comparison3_DEG[The_Comparison3_DEG['adj.P.Val'] < 0.05]
b=len(The_Comparison3_DEG_filtered)
b
16

Section 7.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 34. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe4.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([19751 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([16 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 35. The following for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/875 169 1 19751 16 7.304363905325443
1 https://identifiers.org/aop.events/1495 253 1 19751 16 4.879199604743082
2 https://identifiers.org/aop.events/1668 156 1 19751 16 7.913060897435897
3 https://identifiers.org/aop.events/1539 170 1 19751 16 7.261397058823529
4 https://identifiers.org/aop.events/188 17 1 19751 16 72.61397058823529
5 https://identifiers.org/aop.events/618 240 1 19751 16 5.143489583333333
6 https://identifiers.org/aop.events/2013 100 1 19751 16 12.344375
7 https://identifiers.org/aop.events/1497 528 2 19751 16 4.675899621212121
8 https://identifiers.org/aop.events/1115 34 1 19751 16 36.306985294117645
9 https://identifiers.org/aop.events/1633 1056 4 19751 16 4.675899621212121
10 https://identifiers.org/aop.events/1392 102 3 19751 16 36.306985294117645
11 https://identifiers.org/aop.events/386 372 2 19751 16 6.636760752688172
12 https://identifiers.org/aop.events/1496 406 1 19751 16 3.04048645320197
13 https://identifiers.org/aop.events/1493 812 2 19751 16 3.04048645320197
14 https://identifiers.org/aop.events/265 268 2 19751 16 9.212220149253731
15 https://identifiers.org/aop.events/1817 328 1 19751 16 3.7635289634146343
16 https://identifiers.org/aop.events/1750 528 2 19751 16 4.675899621212121
17 https://identifiers.org/aop.events/1848 195 1 19751 16 6.330448717948718
18 https://identifiers.org/aop.events/1365 328 1 19751 16 3.7635289634146343
19 https://identifiers.org/aop.events/890 34 1 19751 16 36.306985294117645
20 https://identifiers.org/aop.events/1457 19 1 19751 16 64.9703947368421
21 https://identifiers.org/aop.events/149 1056 4 19751 16 4.675899621212121
22 https://identifiers.org/aop.events/1575 328 1 19751 16 3.7635289634146343
23 https://identifiers.org/aop.events/249 34 1 19751 16 36.306985294117645
24 https://identifiers.org/aop.events/209 617 1 19751 16 2.00070907617504
25 https://identifiers.org/aop.events/1498 224 1 19751 16 5.510881696428571
26 https://identifiers.org/aop.events/1500 260 1 19751 16 4.747836538461539
27 https://identifiers.org/aop.events/1488 184 1 19751 16 6.708899456521738
28 https://identifiers.org/aop.events/52 219 1 19751 16 5.6367009132420085
29 https://identifiers.org/aop.events/381 199 1 19751 16 6.20320351758794
30 https://identifiers.org/aop.events/388 169 1 19751 16 7.304363905325443
31 https://identifiers.org/aop.events/1262 328 1 19751 16 3.7635289634146343
32 https://identifiers.org/aop.events/2012 260 1 19751 16 4.747836538461539
33 https://identifiers.org/aop.events/1271 58 1 19751 16 21.28340517241379
34 https://identifiers.org/aop.events/1087 528 2 19751 16 4.675899621212121
35 https://identifiers.org/aop.events/1538 34 1 19751 16 36.306985294117645
36 https://identifiers.org/aop.events/898 328 1 19751 16 3.7635289634146343
37 https://identifiers.org/aop.events/195 184 1 19751 16 6.708899456521738
38 https://identifiers.org/aop.events/1090 459 1 19751 16 2.689406318082789
39 https://identifiers.org/aop.events/1841 17 1 19751 16 72.61397058823529
40 https://identifiers.org/aop.events/352 398 2 19751 16 6.20320351758794

Step 36. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe3=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe3.append(p)
             
Hypergeometricpvalue_dataframe3=pd.DataFrame(p_value_dataframe3)
Hypergeometricpvalue_dataframe3.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe3

Hypergeometric p-value
0 0.120433
1 0.169031
2 0.112282
3 0.121053
4 0.013605
5 0.161957
6 0.075125
7 0.058652
8 0.026860
9 0.007667
10 0.000070
11 0.032577
12 0.241009
13 0.112689
14 0.018205
15 0.206825
16 0.058652
17 0.136219
18 0.206825
19 0.026860
20 0.015182
21 0.007667
22 0.206825
23 0.026860
24 0.310686
25 0.153031
26 0.172774
27 0.129624
28 0.150191
29 0.138587
30 0.120433
31 0.206825
32 0.172774
33 0.044991
34 0.058652
35 0.026860
36 0.206825
37 0.129624
38 0.261482
39 0.013605
40 0.036602
merged_finaltable_AgNp_24h=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe3],axis=1)

Section 7.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 37. Lastly, we filter the results to showcase the significant KEs for the comparison: Bisphenol A 1uM.

filteredversion_C3= merged_finaltable_AgNp_24h[(merged_finaltable_AgNp_24h['Enrichmentscore']>str(1))& (merged_finaltable_AgNp_24h['Hypergeometric p-value'] < 0.05)]
filteredversion_C3

KEID N n B b Enrichmentscore Hypergeometric p-value
4 https://identifiers.org/aop.events/188 17 1 19751 16 72.61397058823529 0.013605
8 https://identifiers.org/aop.events/1115 34 1 19751 16 36.306985294117645 0.026860
9 https://identifiers.org/aop.events/1633 1056 4 19751 16 4.675899621212121 0.007667
10 https://identifiers.org/aop.events/1392 102 3 19751 16 36.306985294117645 0.000070
11 https://identifiers.org/aop.events/386 372 2 19751 16 6.636760752688172 0.032577
14 https://identifiers.org/aop.events/265 268 2 19751 16 9.212220149253731 0.018205
19 https://identifiers.org/aop.events/890 34 1 19751 16 36.306985294117645 0.026860
20 https://identifiers.org/aop.events/1457 19 1 19751 16 64.9703947368421 0.015182
21 https://identifiers.org/aop.events/149 1056 4 19751 16 4.675899621212121 0.007667
23 https://identifiers.org/aop.events/249 34 1 19751 16 36.306985294117645 0.026860
33 https://identifiers.org/aop.events/1271 58 1 19751 16 21.28340517241379 0.044991
35 https://identifiers.org/aop.events/1538 34 1 19751 16 36.306985294117645 0.026860
39 https://identifiers.org/aop.events/1841 17 1 19751 16 72.61397058823529 0.013605
40 https://identifiers.org/aop.events/352 398 2 19751 16 6.20320351758794 0.036602

Section 7.5. Calculation of percent gene overlap to ORA

Section 7.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 38. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable3=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/188')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1115') | (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1633')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1392')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/386')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/265')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/890')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1457')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/149')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/249')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1271')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1538')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1841')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/352')]
significantKEIDgenetable3=significantKEID_genetable3.drop(columns={'WPtitle','ID'})
significantKEIDgenetable3

KEID gene GENEID
3555 https://identifiers.org/aop.events/188 MTOR 2475
3556 https://identifiers.org/aop.events/188 CHUK 1147
3557 https://identifiers.org/aop.events/188 JUN 3725
3558 https://identifiers.org/aop.events/188 JUN 609429
3559 https://identifiers.org/aop.events/188 FOS 2353
... ... ... ...
20878 https://identifiers.org/aop.events/352 ADCY1 107
20879 https://identifiers.org/aop.events/352 GRIN1 2902
20880 https://identifiers.org/aop.events/352 GRB2 2885
20881 https://identifiers.org/aop.events/352 BRAF 673
20882 https://identifiers.org/aop.events/352 HOMER1 9456

3499 rows × 3 columns

Section 7.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 39. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA3 = pd.read_csv("C:/Users/shaki/Downloads/GSE44729_ORApathwaytable/Comparison 3-CP timepoint 1.txt", sep='\t')
datafileORA3=pd.DataFrame(datafile_ORA3)
filtereddatafileORA_3=datafileORA3[datafileORA3['Adjusted P-value'] < 0.05]

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Hepatitis B Infection WP4666 0.001378 0.040029 0 0 47.00719 309.6488 EGR3;FOS
1 WikiPathways_2024_Human Epithelial To Mesenchymal Transition In Colore... 0.001704 0.040029 0 0 42.12043 268.5097 ID2;SNAI1
2 WikiPathways_2024_Human miR 517 Relationship With ARCN1 And USP1 WP3596 0.002024 0.040029 0 0 704.89290 4372.2430 ID2
3 WikiPathways_2024_Human Circadian Rhythm Genes WP3594 0.002456 0.040029 0 0 34.85561 209.4550 EGR3;ID2
4 WikiPathways_2024_Human Neuroinflammation WP4919 0.004448 0.040029 0 0 281.87140 1526.4210 FOS
5 WikiPathways_2024_Human Development Of Pulmonary Dendritic Cells And M... 0.005255 0.040029 0 0 234.86900 1232.7350 ID2
6 WikiPathways_2024_Human Serotonin And Anxiety Related Events WP3944 0.005255 0.040029 0 0 234.86900 1232.7350 FOS
7 WikiPathways_2024_Human MAPK Pathway In Congenital Thyroid Cancer WP4928 0.006061 0.040029 0 0 201.29590 1027.7890 FOS
8 WikiPathways_2024_Human Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 0.006464 0.040029 0 0 187.86670 947.1295 FOS
9 WikiPathways_2024_Human ID Signaling WP53 0.006464 0.040029 0 0 187.86670 947.1295 ID2
10 WikiPathways_2024_Human Galanin Receptor Pathway WP4970 0.006464 0.040029 0 0 187.86670 947.1295 FOS
11 WikiPathways_2024_Human TGF Beta In Thyroid Cells For Epithelial Mesen... 0.006867 0.040029 0 0 176.11610 877.2431 SNAI1
12 WikiPathways_2024_Human Serotonin And Anxiety WP3947 0.006867 0.040029 0 0 176.11610 877.2431 FOS
13 WikiPathways_2024_Human Cell Differentiation Expanded Index WP2023 0.007672 0.040029 0 0 156.53170 762.3376 ID2
14 WikiPathways_2024_Human Estrogen Signaling WP712 0.008879 0.040029 0 0 134.14970 633.7372 FOS
15 WikiPathways_2024_Human Photodynamic Therapy Induced NFE2L2 NRF2 Survi... 0.009281 0.040029 0 0 128.04550 599.2311 FOS
16 WikiPathways_2024_Human Physiological And Pathological Hypertrophy Of ... 0.009682 0.040029 0 0 122.47200 567.9579 FOS
17 WikiPathways_2024_Human FGFR3 Signal Chondrocyte Proliferation Termina... 0.010486 0.040029 0 0 112.66290 513.4903 SNAI1
18 WikiPathways_2024_Human PDGFR Beta Pathway WP3972 0.011689 0.040029 0 0 100.57650 447.4742 FOS
19 WikiPathways_2024_Human Host Pathogen Interaction Of Human CoV Interfe... 0.012491 0.040029 0 0 93.86190 411.3737 FOS
20 WikiPathways_2024_Human Hair Follicle Development Organogenesis Part 2... 0.012892 0.040029 0 0 90.82949 395.2157 SNAI1
21 WikiPathways_2024_Human Development And Heterogeneity Of The ILC Famil... 0.012892 0.040029 0 0 90.82949 395.2157 ID2
22 WikiPathways_2024_Human Oxidative Stress Response WP408 0.013292 0.040029 0 0 87.98661 380.1539 FOS
23 WikiPathways_2024_Human Selenium Metabolism And Selenoproteins WP28 0.013292 0.040029 0 0 87.98661 380.1539 FOS
24 WikiPathways_2024_Human Hepatocyte Growth Factor Receptor Signaling WP313 0.013692 0.040029 0 0 85.31602 366.0835 FOS
25 WikiPathways_2024_Human Host Pathogen Interaction Of Human Coronavirus... 0.014493 0.040029 0 0 80.43265 340.5605 FOS
26 WikiPathways_2024_Human Serotonin HTR1 Group And FOS Pathway WP722 0.014893 0.040029 0 0 78.19444 328.9551 FOS
27 WikiPathways_2024_Human Sleep Regulation WP3591 0.014893 0.040029 0 0 78.19444 328.9551 FOS
28 WikiPathways_2024_Human Neural Crest Cell Migration During Development... 0.015292 0.040029 0 0 76.07722 318.0328 FOS
29 WikiPathways_2024_Human PDGF Pathway WP2526 0.015692 0.040029 0 0 74.07143 307.7368 FOS
30 WikiPathways_2024_Human Neural Crest Cell Migration In Cancer WP4565 0.016491 0.040029 0 0 70.36071 288.8265 FOS
31 WikiPathways_2024_Human Osteoarthritic Chondrocyte Hypertrophy WP5373 0.018486 0.040029 0 0 62.52698 249.5299 FOS
32 WikiPathways_2024_Human Interleukin 1 IL 1 Structural Pathway WP2637 0.018486 0.040029 0 0 62.52698 249.5299 FOS
33 WikiPathways_2024_Human RANKL RANK Signaling WP2018 0.018884 0.040029 0 0 61.16460 242.7883 FOS
34 WikiPathways_2024_Human IL3 Signaling WP286 0.019283 0.040029 0 0 59.86018 236.3609 FOS
35 WikiPathways_2024_Human Senescence Associated Secretory Phenotype SASP... 0.019681 0.040029 0 0 58.61012 230.2268 FOS
36 WikiPathways_2024_Human Photodynamic Therapy Induced AP 1 Survival Sig... 0.020079 0.040029 0 0 57.41108 224.3671 FOS
37 WikiPathways_2024_Human IL4 Signaling WP395 0.020079 0.040029 0 0 57.41108 224.3671 FOS
38 WikiPathways_2024_Human NRP1 Triggered Signaling In Pancreatic Cancer ... 0.020875 0.040029 0 0 55.15406 213.4029 SNAI1
39 WikiPathways_2024_Human Neurogenesis Regulation In The Olfactory Epith... 0.021670 0.040029 0 0 53.06739 203.3451 ID2
40 WikiPathways_2024_Human TGF Beta Receptor Signaling WP560 0.021670 0.040029 0 0 53.06739 203.3451 FOS
41 WikiPathways_2024_Human Hematopoietic SC Differentiation WP2849 0.021670 0.040029 0 0 53.06739 203.3451 FOS
42 WikiPathways_2024_Human Oncostatin M Signaling WP2374 0.022067 0.040029 0 0 52.08201 198.6229 FOS
43 WikiPathways_2024_Human TGF Beta Receptor Signaling In Skeletal Dyspla... 0.023259 0.041231 0 0 49.33333 185.5464 FOS
44 WikiPathways_2024_Human T Cell Antigen Receptor TCR Pathway During Sta... 0.024449 0.042378 0 0 46.85952 173.9040 FOS
45 WikiPathways_2024_Human Endometrial Cancer WP4155 0.025241 0.042801 0 0 45.34332 166.8303 FOS
46 WikiPathways_2024_Human Melanoma WP4685 0.026825 0.043591 0 0 42.58658 154.0961 FOS
47 WikiPathways_2024_Human Th17 Cell Differentiation Pathway WP5130 0.026825 0.043591 0 0 42.58658 154.0961 FOS
48 WikiPathways_2024_Human Chromosomal And Microsatellite Instability In ... 0.029196 0.045257 0 0 39.02579 137.9060 FOS
49 WikiPathways_2024_Human Prolactin Signaling WP2037 0.029196 0.045257 0 0 39.02579 137.9060 FOS
50 WikiPathways_2024_Human T Cell Receptor Signaling WP69 0.029591 0.045257 0 0 38.48924 135.4931 FOS
51 WikiPathways_2024_Human T Cell Activation SARS CoV 2 WP5098 0.033137 0.047798 0 0 34.24913 116.6903 FOS
52 WikiPathways_2024_Human Polycystic Kidney Disease Pathway WP2571 0.033137 0.047798 0 0 34.24913 116.6903 FOS
53 WikiPathways_2024_Human Hair Follicle Development Cytodifferentiation ... 0.033530 0.047798 0 0 33.83477 114.8793 FOS
54 WikiPathways_2024_Human Apoptosis Modulation And Signaling WP1772 0.034317 0.047798 0 0 33.03529 111.3991 FOS
55 WikiPathways_2024_Human Toll Like Receptor Signaling WP75 0.034317 0.047798 0 0 33.03529 111.3991 FOS
56 WikiPathways_2024_Human Corticotropin Releasing Hormone Signaling WP2355 0.035495 0.048572 0 0 31.90422 106.5080 FOS
dropped_datafileORA_df3=filtereddatafileORA_3.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf3=dropped_datafileORA_df3.copy()
droppeddatafileORAdf3['Genes']= droppeddatafileORAdf3['Genes'].replace({';':','},regex=True)
df3_ORApathwaytable=droppeddatafileORAdf3.copy()
df3_ORApathwaytable['Genes'] = df3_ORApathwaytable['Genes'].astype(str)
df3_ORApathwaytable['Genes'] = df3_ORApathwaytable['Genes'].str.split(',')
exploded_df3_ORApathwaytable = df3_ORApathwaytable.explode('Genes', ignore_index=True)
Section 7.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 40. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets3 = exploded_df3_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets3 = significantKEIDgenetable3.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs3 = {}

for term, ORA_genes in ORA_gene_sets3.items():
    for KEID, KEID_genes in SignificantKE_gene_sets3.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs3[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs3:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs3.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1115: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1271: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1392: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1457: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/149: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1538: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1633: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1841: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/188: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/249: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/265: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/352: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/386: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/890: 1 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/1115: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/1271: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/1392: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/1457: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/149: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/1538: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/1633: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/1841: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/188: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/249: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/265: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/352: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/386: 0 overlaps
Cell Differentiation Expanded Index WP2023 x https://identifiers.org/aop.events/890: 0 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1115: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1271: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1392: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1457: 0 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/149: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1538: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1633: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1841: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/188: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/249: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/265: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/352: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/386: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/890: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1115: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1271: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1392: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1457: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/149: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1538: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1633: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1841: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/188: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/249: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/265: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/352: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/386: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/890: 0 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/1115: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/1271: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/1392: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/1457: 0 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/149: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/1538: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/1633: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/1841: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/188: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/249: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/265: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/352: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/386: 1 overlaps
Corticotropin Releasing Hormone Signaling WP2355 x https://identifiers.org/aop.events/890: 1 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/1115: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/1271: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/1392: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/1457: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/149: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/1538: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/1633: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/1841: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/188: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/249: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/265: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/352: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/386: 0 overlaps
Development And Heterogeneity Of The ILC Family WP3893 x https://identifiers.org/aop.events/890: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1115: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1271: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1392: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1457: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/149: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1538: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1633: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1841: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/188: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/249: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/265: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/352: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/386: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/890: 0 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/1115: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/1271: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/1392: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/1457: 0 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/149: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/1538: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/1633: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/1841: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/188: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/249: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/265: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/352: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/386: 1 overlaps
Endometrial Cancer WP4155 x https://identifiers.org/aop.events/890: 1 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1115: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1271: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1392: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1457: 1 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/149: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1538: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1633: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1841: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/188: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/249: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/265: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/352: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/386: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/890: 0 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/1115: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/1271: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/1392: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/1457: 0 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/149: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/1538: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/1633: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/1841: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/188: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/249: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/265: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/352: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/386: 1 overlaps
Estrogen Signaling WP712 x https://identifiers.org/aop.events/890: 1 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/1115: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/1271: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/1392: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/1457: 1 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/149: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/1538: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/1633: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/1841: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/188: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/249: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/265: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/352: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/386: 0 overlaps
FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767 x https://identifiers.org/aop.events/890: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1115: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1271: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1392: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1457: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/149: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1538: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1633: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1841: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/188: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/249: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/265: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/352: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/386: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/890: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1115: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1271: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1392: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1457: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/149: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1538: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1633: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1841: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/188: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/249: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/265: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/352: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/386: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/890: 1 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/1115: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/1271: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/1392: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/1457: 1 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/149: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/1538: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/1633: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/1841: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/188: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/249: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/265: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/352: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/386: 0 overlaps
Hair Follicle Development Organogenesis Part 2 Of 3 WP2839 x https://identifiers.org/aop.events/890: 0 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/1115: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/1271: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/1392: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/1457: 0 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/149: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/1538: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/1633: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/1841: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/188: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/249: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/265: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/352: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/386: 1 overlaps
Hematopoietic SC Differentiation WP2849 x https://identifiers.org/aop.events/890: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1115: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1271: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1392: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1457: 0 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/149: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1538: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1633: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/1841: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/188: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/249: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/265: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/352: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/386: 1 overlaps
Hepatitis B Infection WP4666 x https://identifiers.org/aop.events/890: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1115: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1271: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1392: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1457: 0 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/149: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1538: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1633: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/1841: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/188: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/249: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/265: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/352: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/386: 1 overlaps
Hepatocyte Growth Factor Receptor Signaling WP313 x https://identifiers.org/aop.events/890: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1115: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1271: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1392: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1457: 0 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/149: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1538: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1633: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/1841: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/188: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/249: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/265: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/352: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/386: 1 overlaps
Host Pathogen Interaction Of Human CoV Interferon Induction WP4880 x https://identifiers.org/aop.events/890: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/1115: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/1271: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/1392: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/1457: 0 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/149: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/1538: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/1633: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/1841: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/188: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/249: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/265: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/352: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/386: 1 overlaps
Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877 x https://identifiers.org/aop.events/890: 1 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/1115: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/1271: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/1392: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/1457: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/149: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/1538: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/1633: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/1841: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/188: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/249: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/265: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/352: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/386: 0 overlaps
ID Signaling WP53 x https://identifiers.org/aop.events/890: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1115: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1271: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1392: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1457: 0 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/149: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1538: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1633: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/1841: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/188: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/249: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/265: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/352: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/386: 1 overlaps
IL3 Signaling WP286 x https://identifiers.org/aop.events/890: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1115: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1271: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1392: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1457: 0 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/149: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1538: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1633: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/1841: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/188: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/249: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/265: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/352: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/386: 1 overlaps
IL4 Signaling WP395 x https://identifiers.org/aop.events/890: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/1115: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/1271: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/1392: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/1457: 0 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/149: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/1538: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/1633: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/1841: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/188: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/249: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/265: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/352: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/386: 1 overlaps
Interleukin 1 IL 1 Structural Pathway WP2637 x https://identifiers.org/aop.events/890: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/1115: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/1271: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/1392: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/1457: 0 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/149: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/1538: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/1633: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/1841: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/188: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/249: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/265: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/352: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/386: 1 overlaps
MAPK Pathway In Congenital Thyroid Cancer WP4928 x https://identifiers.org/aop.events/890: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/1115: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/1271: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/1392: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/1457: 0 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/149: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/1538: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/1633: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/1841: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/188: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/249: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/265: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/352: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/386: 1 overlaps
Melanoma WP4685 x https://identifiers.org/aop.events/890: 1 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1115: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1271: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1392: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1457: 1 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/149: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1538: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1633: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1841: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/188: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/249: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/265: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/352: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/386: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/890: 0 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/1115: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/1271: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/1392: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/1457: 0 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/149: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/1538: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/1633: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/1841: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/188: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/249: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/265: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/352: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/386: 1 overlaps
Neural Crest Cell Migration During Development WP4564 x https://identifiers.org/aop.events/890: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/1115: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/1271: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/1392: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/1457: 0 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/149: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/1538: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/1633: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/1841: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/188: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/249: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/265: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/352: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/386: 1 overlaps
Neural Crest Cell Migration In Cancer WP4565 x https://identifiers.org/aop.events/890: 1 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1115: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1271: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1392: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1457: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/149: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1538: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1633: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1841: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/188: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/249: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/265: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/352: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/386: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/890: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1115: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1271: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1392: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1457: 0 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/149: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1538: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1633: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/1841: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/188: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/249: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/265: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/352: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/386: 1 overlaps
Neuroinflammation WP4919 x https://identifiers.org/aop.events/890: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1115: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1271: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1392: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1457: 0 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/149: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1538: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1633: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/1841: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/188: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/249: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/265: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/352: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/386: 1 overlaps
Oncostatin M Signaling WP2374 x https://identifiers.org/aop.events/890: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1115: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1271: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1392: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1457: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/149: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1538: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1633: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1841: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/188: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/249: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/265: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/352: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/386: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/890: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1115: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1271: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1392: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1457: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/149: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1538: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1633: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1841: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/188: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/249: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/265: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/352: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/386: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/890: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1115: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1271: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1392: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1457: 0 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/149: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1538: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1633: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/1841: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/188: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/249: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/265: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/352: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/386: 1 overlaps
PDGF Pathway WP2526 x https://identifiers.org/aop.events/890: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1115: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1271: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1392: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1457: 0 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/149: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1538: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1633: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/1841: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/188: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/249: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/265: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/352: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/386: 1 overlaps
PDGFR Beta Pathway WP3972 x https://identifiers.org/aop.events/890: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1115: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1392: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1457: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/149: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1538: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1633: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1841: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/188: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/249: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/265: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/352: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/386: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/890: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1115: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1392: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1457: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/149: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1538: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1633: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1841: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/188: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/249: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/265: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/352: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/386: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/890: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/1115: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/1271: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/1392: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/1457: 0 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/149: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/1538: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/1633: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/1841: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/188: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/249: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/265: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/352: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/386: 1 overlaps
Physiological And Pathological Hypertrophy Of The Heart WP1528 x https://identifiers.org/aop.events/890: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/1115: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/1271: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/1392: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/1457: 0 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/149: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/1538: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/1633: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/1841: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/188: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/249: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/265: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/352: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/386: 1 overlaps
Polycystic Kidney Disease Pathway WP2571 x https://identifiers.org/aop.events/890: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1115: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1271: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1392: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1457: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/149: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1538: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1633: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1841: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/188: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/249: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/265: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/352: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/386: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/890: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1115: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1271: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1392: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1457: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/149: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1538: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1633: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1841: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/188: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/249: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/265: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/352: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/386: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/890: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/1115: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/1271: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/1392: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/1457: 0 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/149: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/1538: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/1633: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/1841: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/188: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/249: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/265: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/352: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/386: 1 overlaps
RANKL RANK Signaling WP2018 x https://identifiers.org/aop.events/890: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1115: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1271: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1392: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1457: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/149: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1538: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1633: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1841: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/188: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/249: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/265: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/352: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/386: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/890: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1115: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1271: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1392: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1457: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/149: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1538: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1633: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1841: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/188: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/249: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/265: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/352: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/386: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/890: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/1115: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/1271: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/1392: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/1457: 0 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/149: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/1538: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/1633: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/1841: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/188: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/249: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/265: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/352: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/386: 1 overlaps
Serotonin And Anxiety Related Events WP3944 x https://identifiers.org/aop.events/890: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/1115: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/1271: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/1392: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/1457: 0 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/149: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/1538: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/1633: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/1841: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/188: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/249: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/265: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/352: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/386: 1 overlaps
Serotonin And Anxiety WP3947 x https://identifiers.org/aop.events/890: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/1115: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/1271: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/1392: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/1457: 0 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/149: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/1538: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/1633: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/1841: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/188: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/249: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/265: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/352: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/386: 1 overlaps
Serotonin HTR1 Group And FOS Pathway WP722 x https://identifiers.org/aop.events/890: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/1115: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/1271: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/1392: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/1457: 0 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/149: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/1538: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/1633: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/1841: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/188: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/249: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/265: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/352: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/386: 1 overlaps
Sleep Regulation WP3591 x https://identifiers.org/aop.events/890: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/1115: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/1271: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/1392: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/1457: 0 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/149: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/1538: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/1633: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/1841: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/188: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/249: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/265: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/352: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/386: 1 overlaps
T Cell Activation SARS CoV 2 WP5098 x https://identifiers.org/aop.events/890: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/1115: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/1271: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/1392: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/1457: 0 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/149: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/1538: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/1633: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/1841: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/188: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/249: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/265: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/352: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/386: 1 overlaps
T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863 x https://identifiers.org/aop.events/890: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/1115: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/1271: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/1392: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/1457: 0 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/149: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/1538: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/1633: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/1841: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/188: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/249: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/265: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/352: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/386: 1 overlaps
T Cell Receptor Signaling WP69 x https://identifiers.org/aop.events/890: 1 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1115: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1271: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1392: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1457: 1 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/149: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1538: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1633: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1841: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/188: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/249: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/265: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/352: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/386: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/890: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1115: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1271: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1392: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1457: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/149: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1538: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1633: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1841: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/188: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/249: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/265: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/352: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/386: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/890: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1115: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1271: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1392: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1457: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/149: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1538: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1633: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1841: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/188: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/249: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/265: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/352: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/386: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/890: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1115: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1271: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1392: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1457: 0 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/149: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1538: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1633: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/1841: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/188: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/249: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/265: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/352: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/386: 1 overlaps
Th17 Cell Differentiation Pathway WP5130 x https://identifiers.org/aop.events/890: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/1115: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/1271: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/1392: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/1457: 0 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/149: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/1538: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/1633: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/1841: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/188: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/249: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/265: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/352: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/386: 1 overlaps
Toll Like Receptor Signaling WP75 x https://identifiers.org/aop.events/890: 1 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1115: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1271: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1392: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1457: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/149: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1538: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1633: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/1841: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/188: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/249: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/265: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/352: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/386: 0 overlaps
miR 517 Relationship With ARCN1 And USP1 WP3596 x https://identifiers.org/aop.events/890: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Cell Differentiation Expanded Index WP2023, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Corticotropin Releasing Hormone Signaling WP2355, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Development And Heterogeneity Of The ILC Family WP3893, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Endometrial Cancer WP4155, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SNAI1'}, number: 1
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Estrogen Signaling WP712, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SNAI1'}, number: 1
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SNAI1'}, number: 1
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Organogenesis Part 2 Of 3 WP2839, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hematopoietic SC Differentiation WP2849, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatitis B Infection WP4666, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Hepatocyte Growth Factor Receptor Signaling WP313, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human CoV Interferon Induction WP4880, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: ID Signaling WP53, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL3 Signaling WP286, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: IL4 Signaling WP395, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Interleukin 1 IL 1 Structural Pathway WP2637, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Pathway In Congenital Thyroid Cancer WP4928, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Melanoma WP4685, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SNAI1'}, number: 1
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration During Development WP4564, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neural Crest Cell Migration In Cancer WP4565, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Neuroinflammation WP4919, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oncostatin M Signaling WP2374, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGF Pathway WP2526, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: PDGFR Beta Pathway WP3972, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Physiological And Pathological Hypertrophy Of The Heart WP1528, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Polycystic Kidney Disease Pathway WP2571, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: RANKL RANK Signaling WP2018, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety Related Events WP3944, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin And Anxiety WP3947, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Serotonin HTR1 Group And FOS Pathway WP722, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Sleep Regulation WP3591, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Activation SARS CoV 2 WP5098, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: T Cell Receptor Signaling WP69, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SNAI1'}, number: 1
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Th17 Cell Differentiation Pathway WP5130, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Toll Like Receptor Signaling WP75, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/1841, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/188, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: miR 517 Relationship With ARCN1 And USP1 WP3596, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Section 7.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 7.5.5.

final_geneoverlaptable_AGNP_24H=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs3,orient='index')
Section 7.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 41. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count3= {}

for index, row in exploded_df3_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count3:
            variable_count3[unique_KE] = 1
    else:
            variable_count3[unique_KE] += 1

print("The total number of genes: ")
print(variable_count3)
The total number of genes: 
{'Hepatitis B Infection WP4666': 2, 'Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239': 2, 'miR 517 Relationship With ARCN1 And USP1 WP3596': 1, 'Circadian Rhythm Genes WP3594': 2, 'Neuroinflammation WP4919': 1, 'Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892': 1, 'Serotonin And Anxiety Related Events WP3944': 1, 'MAPK Pathway In Congenital Thyroid Cancer WP4928': 1, 'Quercetin And Nf kB AP 1 Induced Apoptosis WP2435': 1, 'ID Signaling WP53': 1, 'Galanin Receptor Pathway WP4970': 1, 'TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859': 1, 'Serotonin And Anxiety WP3947': 1, 'Cell Differentiation Expanded Index WP2023': 1, 'Estrogen Signaling WP712': 1, 'Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612': 1, 'Physiological And Pathological Hypertrophy Of The Heart WP1528': 1, 'FGFR3 Signal Chondrocyte Proliferation Terminal Differentiation WP4767': 1, 'PDGFR Beta Pathway WP3972': 1, 'Host Pathogen Interaction Of Human CoV Interferon Induction WP4880': 1, 'Hair Follicle Development Organogenesis Part 2 Of 3 WP2839': 1, 'Development And Heterogeneity Of The ILC Family WP3893': 1, 'Oxidative Stress Response WP408': 1, 'Selenium Metabolism And Selenoproteins WP28': 1, 'Hepatocyte Growth Factor Receptor Signaling WP313': 1, 'Host Pathogen Interaction Of Human Coronaviruses MAPK Signaling WP4877': 1, 'Serotonin HTR1 Group And FOS Pathway WP722': 1, 'Sleep Regulation WP3591': 1, 'Neural Crest Cell Migration During Development WP4564': 1, 'PDGF Pathway WP2526': 1, 'Neural Crest Cell Migration In Cancer WP4565': 1, 'Osteoarthritic Chondrocyte Hypertrophy WP5373': 1, 'Interleukin 1 IL 1 Structural Pathway WP2637': 1, 'RANKL RANK Signaling WP2018': 1, 'IL3 Signaling WP286': 1, 'Senescence Associated Secretory Phenotype SASP WP3391': 1, 'Photodynamic Therapy Induced AP 1 Survival Signaling WP3611': 1, 'IL4 Signaling WP395': 1, 'NRP1 Triggered Signaling In Pancreatic Cancer WP5144': 1, 'Neurogenesis Regulation In The Olfactory Epithelium WP5265': 1, 'TGF Beta Receptor Signaling WP560': 1, 'Hematopoietic SC Differentiation WP2849': 1, 'Oncostatin M Signaling WP2374': 1, 'TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816': 1, 'T Cell Antigen Receptor TCR Pathway During Staph A. Infection WP3863': 1, 'Endometrial Cancer WP4155': 1, 'Melanoma WP4685': 1, 'Th17 Cell Differentiation Pathway WP5130': 1, 'Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216': 1, 'Prolactin Signaling WP2037': 1, 'T Cell Receptor Signaling WP69': 1, 'T Cell Activation SARS CoV 2 WP5098': 1, 'Polycystic Kidney Disease Pathway WP2571': 1, 'Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840': 1, 'Apoptosis Modulation And Signaling WP1772': 1, 'Toll Like Receptor Signaling WP75': 1, 'Corticotropin Releasing Hormone Signaling WP2355': 1}

Step 42. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df3=pd.DataFrame.from_dict(variable_count3,orient='index')
reset_variable_count_df3 = variable_count_df3.reset_index()
reset_variable_count_df3.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_AGNP24H=final_geneoverlaptable_AGNP_24H.reset_index(level=[1])
Genesetoverlaptable_AGNP24H.reset_index(inplace=True)
Genesetoverlaptable_AGNP24H.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C3=pd.merge(reset_variable_count_df3,Genesetoverlaptable_AGNP24H, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C3.loc[:,'Percent geneset overlap']= tabulation_C3.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C3

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Hepatitis B Infection WP4666 2 https://identifiers.org/aop.events/1115 {FOS} 1 50.0
1 Hepatitis B Infection WP4666 2 https://identifiers.org/aop.events/1271 {FOS} 1 50.0
2 Hepatitis B Infection WP4666 2 https://identifiers.org/aop.events/1392 {FOS} 1 50.0
3 Hepatitis B Infection WP4666 2 https://identifiers.org/aop.events/1457 {} 0 0.0
4 Hepatitis B Infection WP4666 2 https://identifiers.org/aop.events/149 {FOS} 1 50.0
... ... ... ... ... ... ...
793 Corticotropin Releasing Hormone Signaling WP2355 1 https://identifiers.org/aop.events/249 {FOS} 1 100.0
794 Corticotropin Releasing Hormone Signaling WP2355 1 https://identifiers.org/aop.events/265 {FOS} 1 100.0
795 Corticotropin Releasing Hormone Signaling WP2355 1 https://identifiers.org/aop.events/352 {FOS} 1 100.0
796 Corticotropin Releasing Hormone Signaling WP2355 1 https://identifiers.org/aop.events/386 {FOS} 1 100.0
797 Corticotropin Releasing Hormone Signaling WP2355 1 https://identifiers.org/aop.events/890 {FOS} 1 100.0

798 rows × 6 columns

Section 8. Comparison 4: Chloropicrin timepoint 2

Section 8.1 Calculation of n variable

In this section, variable n will be calculated for the comparison:4.

Step 43. The table containing the differential expressed genes for comparison 4 is loaded with the filter for significance.

Comparison4_DEG= pd.read_csv("C:/Users/shaki/Downloads/DEG tables-all expressed genes/de_genes_CP.24h.tsv",sep='\t',dtype={'GENE':'string'})
The_comparison4_DEG=Comparison4_DEG.dropna(subset=['GENE_SYMBOL'])
The_Comparison4_DEG=The_comparison4_DEG.drop_duplicates(subset=['GENE'])
Comparison_4_DEG= The_Comparison4_DEG[The_Comparison4_DEG['adj.P.Val'] < 0.05]
The_comparison_4_DEG=Comparison_4_DEG.copy()
Comparison4=The_comparison_4_DEG.rename(columns={'GENE':'GENEID'})
Comparison4['GENEID'] = Comparison4['GENEID'].astype(str)
Comparison_4=Comparison4.drop(columns=['SPOT_ID','COL','ROW','NAME','ACCESSION_STRING','CHROMOSOMAL_LOCATION','CYTOBAND','ORDER','ENSEMBL_ID','SPOT_ID.1','UNIGENE_ID','TIGR_ID','GO_ID','DESCRIPTION','SEQUENCE','CONTROL_TYPE','REFSEQ','GB_ACC'])
Comparison_4

ID GENEID GENE_SYMBOL GENE_NAME logFC AveExpr t P.Value adj.P.Val B
0 2985 26471 NUPR1 nuclear protein 1 -0.569941 0.167603 -10.048946 1.026382e-14 4.620257e-10 22.754357
1 26605 1960 EGR3 early growth response 3 -1.036190 0.094340 -9.547580 7.333753e-14 1.650645e-09 21.111511
2 20886 4312 MMP1 matrix metallopeptidase 1 (interstitial collag... 1.110417 0.336235 9.060676 5.051693e-13 7.580066e-09 19.484600
3 28401 3491 CYR61 cysteine-rich, angiogenic inducer, 61 -0.553970 0.039803 -8.629276 2.830410e-12 3.185273e-08 18.020317
5 5593 7286 TUFT1 tuftelin 1 -0.534234 0.037927 -8.244738 1.325546e-11 8.352296e-08 16.699787
... ... ... ... ... ... ... ... ... ... ...
1241 8174 158 ADSL adenylosuccinate lyase 0.179203 -0.019468 3.352330 1.358681e-03 4.924398e-02 0.587786
1242 41584 29968 PSAT1 phosphoserine aminotransferase 1 -0.299535 0.189610 -3.351153 1.363585e-03 4.938195e-02 0.584680
1247 7523 51300 C3orf1 chromosome 3 open reading frame 1 0.104950 0.041448 3.348029 1.376679e-03 4.965340e-02 0.576441
1248 10867 124790 HEXIM2 hexamthylene bis-acetamide inducible 2 0.177600 -0.062051 3.347787 1.377699e-03 4.965340e-02 0.575803
1249 43883 29953 TRHDE thyrotropin-releasing hormone degrading enzyme -0.170322 -0.008790 -3.347479 1.378996e-03 4.966040e-02 0.574992

817 rows × 10 columns

Step 44. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C4= pd.merge(mergeddataframe,Comparison_4, on='GENEID')

Step 45. The following for loop for the key events to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count4= {}

for index, row in merged_dataframe_DEG_C4.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj.P.Val']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count4:
            variable_n_dictionary_count4[unique_KE] = 1
        else:
            variable_n_dictionary_count4[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count4)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 7, 'https://identifiers.org/aop.events/875': 13, 'https://identifiers.org/aop.events/2007': 11, 'https://identifiers.org/aop.events/1495': 7, 'https://identifiers.org/aop.events/1668 ': 5, 'https://identifiers.org/aop.events/244 ': 45, 'https://identifiers.org/aop.events/1814 ': 23, 'https://identifiers.org/aop.events/888': 1, 'https://identifiers.org/aop.events/41': 25, 'https://identifiers.org/aop.events/1270': 9, 'https://identifiers.org/aop.events/1086': 4, 'https://identifiers.org/aop.events/1487 ': 2, 'https://identifiers.org/aop.events/1539': 10, 'https://identifiers.org/aop.events/201': 1, 'https://identifiers.org/aop.events/457': 35, 'https://identifiers.org/aop.events/55': 8, 'https://identifiers.org/aop.events/188': 1, 'https://identifiers.org/aop.events/618': 14, 'https://identifiers.org/aop.events/389': 1, 'https://identifiers.org/aop.events/2013': 5, 'https://identifiers.org/aop.events/2006': 16, 'https://identifiers.org/aop.events/1497': 30, 'https://identifiers.org/aop.events/870': 1, 'https://identifiers.org/aop.events/1669': 27, 'https://identifiers.org/aop.events/1115': 5, 'https://identifiers.org/aop.events/202': 8, 'https://identifiers.org/aop.events/1917': 22, 'https://identifiers.org/aop.events/1633': 60, 'https://identifiers.org/aop.events/1392': 15, 'https://identifiers.org/aop.events/1815': 14, 'https://identifiers.org/aop.events/386': 23, 'https://identifiers.org/aop.events/1582': 2, 'https://identifiers.org/aop.events/1896': 14, 'https://identifiers.org/aop.events/1172': 1, 'https://identifiers.org/aop.events/1496': 24, 'https://identifiers.org/aop.events/68': 12, 'https://identifiers.org/aop.events/1493': 48, 'https://identifiers.org/aop.events/265': 19, 'https://identifiers.org/aop.events/1817': 14, 'https://identifiers.org/aop.events/1819': 1, 'https://identifiers.org/aop.events/1750': 30, 'https://identifiers.org/aop.events/1848': 7, 'https://identifiers.org/aop.events/1365': 14, 'https://identifiers.org/aop.events/890': 5, 'https://identifiers.org/aop.events/1587': 6, 'https://identifiers.org/aop.events/1457': 4, 'https://identifiers.org/aop.events/1586': 3, 'https://identifiers.org/aop.events/149': 60, 'https://identifiers.org/aop.events/1575': 14, 'https://identifiers.org/aop.events/1579': 9, 'https://identifiers.org/aop.events/87': 12, 'https://identifiers.org/aop.events/249': 5, 'https://identifiers.org/aop.events/288': 3, 'https://identifiers.org/aop.events/209': 53, 'https://identifiers.org/aop.events/1498': 19, 'https://identifiers.org/aop.events/1499': 3, 'https://identifiers.org/aop.events/1500': 17, 'https://identifiers.org/aop.events/1488': 14, 'https://identifiers.org/aop.events/1494': 6, 'https://identifiers.org/aop.events/52': 16, 'https://identifiers.org/aop.events/381': 10, 'https://identifiers.org/aop.events/484': 28, 'https://identifiers.org/aop.events/388': 13, 'https://identifiers.org/aop.events/1262': 14, 'https://identifiers.org/aop.events/1945': 40, 'https://identifiers.org/aop.events/2009': 6, 'https://identifiers.org/aop.events/2012': 17, 'https://identifiers.org/aop.events/1818': 10, 'https://identifiers.org/aop.events/1752': 7, 'https://identifiers.org/aop.events/887': 1, 'https://identifiers.org/aop.events/1585': 7, 'https://identifiers.org/aop.events/214': 1, 'https://identifiers.org/aop.events/1271': 11, 'https://identifiers.org/aop.events/1087': 30, 'https://identifiers.org/aop.events/1538': 5, 'https://identifiers.org/aop.events/898': 14, 'https://identifiers.org/aop.events/195': 14, 'https://identifiers.org/aop.events/459': 5, 'https://identifiers.org/aop.events/1670': 3, 'https://identifiers.org/aop.events/1090': 21, 'https://identifiers.org/aop.events/344': 2, 'https://identifiers.org/aop.events/1841': 1, 'https://identifiers.org/aop.events/1820': 6, 'https://identifiers.org/aop.events/896': 2, 'https://identifiers.org/aop.events/1549': 7, 'https://identifiers.org/aop.events/352': 20}

Step 46. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe4=pd.DataFrame.from_dict(variable_n_dictionary_count4,orient='index')
n_variable_dataframe4

0
https://identifiers.org/aop.events/486 7
https://identifiers.org/aop.events/875 13
https://identifiers.org/aop.events/2007 11
https://identifiers.org/aop.events/1495 7
https://identifiers.org/aop.events/1668 5
... ...
https://identifiers.org/aop.events/1841 1
https://identifiers.org/aop.events/1820 6
https://identifiers.org/aop.events/896 2
https://identifiers.org/aop.events/1549 7
https://identifiers.org/aop.events/352 20

86 rows × 1 columns

n_variable_dataframe4_reset = n_variable_dataframe4.reset_index()
n_variable_dataframe4_reset.columns = ['KEID', 'n']
n_variable_dataframe4_reset

KEID n
0 https://identifiers.org/aop.events/486 7
1 https://identifiers.org/aop.events/875 13
2 https://identifiers.org/aop.events/2007 11
3 https://identifiers.org/aop.events/1495 7
4 https://identifiers.org/aop.events/1668 5
... ... ...
81 https://identifiers.org/aop.events/1841 1
82 https://identifiers.org/aop.events/1820 6
83 https://identifiers.org/aop.events/896 2
84 https://identifiers.org/aop.events/1549 7
85 https://identifiers.org/aop.events/352 20

86 rows × 2 columns

merged_dataframe4= pd.merge(mergeddataframe, n_variable_dataframe4_reset, on='KEID')

Section 8.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 47. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(The_Comparison4_DEG.index)
B
19751

Step 48. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

The_Comparison4_DEG_filtered=The_Comparison4_DEG[The_Comparison4_DEG['adj.P.Val'] < 0.05]
b=len(The_Comparison4_DEG_filtered)
b
817

Section 8.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 49. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES_C4= merged_dataframe4.loc[:, ['KEID','N','n']]
Final_dataframe_ES_C4['B']=pd.Series([19751 for x in range(len(Final_dataframe_ES_C4.index))])
Final_dataframe_ES_C4['b']=pd.Series([817 for x in range(len(Final_dataframe_ES_C4.index))])
Final_Dataframe_ESC4=Final_dataframe_ES_C4.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ESC4.reset_index(drop=True,inplace=True)
Final_Dataframe_ESC4.copy()

KEID N n B b
0 https://identifiers.org/aop.events/486 129 7 19751 817
1 https://identifiers.org/aop.events/875 169 13 19751 817
2 https://identifiers.org/aop.events/2007 184 11 19751 817
3 https://identifiers.org/aop.events/1495 253 7 19751 817
4 https://identifiers.org/aop.events/1668 156 5 19751 817
... ... ... ... ... ...
81 https://identifiers.org/aop.events/1841 17 1 19751 817
82 https://identifiers.org/aop.events/1820 57 6 19751 817
83 https://identifiers.org/aop.events/896 82 2 19751 817
84 https://identifiers.org/aop.events/1549 101 7 19751 817
85 https://identifiers.org/aop.events/352 398 20 19751 817

86 rows × 5 columns

Step 50. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Final_Dataframe_ESC4.loc[:,'Enrichmentscore']= Final_Dataframe_ESC4.apply(calculate_Enrichment_Score,axis=1)
Final_Dataframe_ESC4
C:\Users\shaki\AppData\Local\Temp\ipykernel_11124\287210224.py:4: SettingWithCopyWarning: 
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
  Final_Dataframe_ESC4.loc[:,'Enrichmentscore']= Final_Dataframe_ESC4.apply(calculate_Enrichment_Score,axis=1)

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 7 19751 817 1.3118233658781893
1 https://identifiers.org/aop.events/875 169 13 19751 817 1.859617738442708
2 https://identifiers.org/aop.events/2007 184 11 19751 817 1.4452463945505827
3 https://identifiers.org/aop.events/1495 253 7 19751 817 0.6688743644201044
4 https://identifiers.org/aop.events/1668 156 5 19751 817 0.7748407243511282
... ... ... ... ... ... ...
81 https://identifiers.org/aop.events/1841 17 1 19751 817 1.4220606235150117
82 https://identifiers.org/aop.events/1820 57 6 19751 817 2.544740063132126
83 https://identifiers.org/aop.events/896 82 2 19751 817 0.5896348926769561
84 https://identifiers.org/aop.events/1549 101 7 19751 817 1.6754971702800636
85 https://identifiers.org/aop.events/352 398 20 19751 817 1.214825658279156

86 rows × 6 columns

Step 51. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe4=[]

for index, row in Final_Dataframe_ESC4.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe4.append(p)
             
Hypergeometricpvalue_dataframe4=pd.DataFrame(p_value_dataframe4)
Hypergeometricpvalue_dataframe4.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe4

Hypergeometric p-value
0 0.119946
1 0.012886
2 0.061397
3 0.076689
4 0.148560
... ...
81 0.357909
82 0.020977
83 0.193556
84 0.067139
85 0.063115

86 rows × 1 columns

merged_finaltable4=pd.concat([Final_Dataframe_ESC4,Hypergeometricpvalue_dataframe4],axis=1)

Section 8.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 52. Lastly, we filter the results to showcase the significant KEs for the comparison: Bisphenol A 1uM.

filteredversion_C4= merged_finaltable4[(merged_finaltable4['Enrichmentscore']>str(1))& (merged_finaltable4['Hypergeometric p-value'] < 0.05)]

KEID N n B b Enrichmentscore Hypergeometric p-value
1 https://identifiers.org/aop.events/875 169 13 19751 817 1.859617738442708 1.288550e-02
5 https://identifiers.org/aop.events/244 417 45 19751 817 2.608816251772144 2.974309e-09
6 https://identifiers.org/aop.events/1814 251 23 19751 817 2.2152418477863334 1.946143e-04
8 https://identifiers.org/aop.events/41 275 25 19751 817 2.1977300545232 1.222983e-04
9 https://identifiers.org/aop.events/1270 72 9 19751 817 3.0218788249694 2.070479e-03
14 https://identifiers.org/aop.events/457 584 35 19751 817 1.44884601197163 6.985699e-03
20 https://identifiers.org/aop.events/2006 216 16 19751 817 1.790743007389274 9.339910e-03
21 https://identifiers.org/aop.events/1497 528 30 19751 817 1.373581284077 1.745922e-02
23 https://identifiers.org/aop.events/1669 400 27 19751 817 1.6318145654834761 4.080562e-03
24 https://identifiers.org/aop.events/1115 34 5 19751 817 3.5551515587875295 9.845877e-03
26 https://identifiers.org/aop.events/1917 166 22 19751 817 3.203919718039846 1.058442e-06
27 https://identifiers.org/aop.events/1633 1056 60 19751 817 1.373581284077 2.631061e-03
28 https://identifiers.org/aop.events/1392 102 15 19751 817 3.5551515587875295 1.469958e-05
29 https://identifiers.org/aop.events/1815 58 14 19751 817 5.835352213734014 6.277622e-08
30 https://identifiers.org/aop.events/386 372 23 19751 817 1.494692752135402 1.505654e-02
32 https://identifiers.org/aop.events/1896 205 14 19751 817 1.6509776994954772 2.242621e-02
34 https://identifiers.org/aop.events/1496 406 24 19751 817 1.4290658482613912 1.964315e-02
35 https://identifiers.org/aop.events/68 64 12 19751 817 4.5328182374541 8.723329e-06
36 https://identifiers.org/aop.events/1493 812 48 19751 817 1.4290658482613912 3.043754e-03
37 https://identifiers.org/aop.events/265 268 19 19751 817 1.7139014231169731 7.958032e-03
40 https://identifiers.org/aop.events/1750 528 30 19751 817 1.373581284077 1.745922e-02
43 https://identifiers.org/aop.events/890 34 5 19751 817 3.5551515587875295 9.845877e-03
44 https://identifiers.org/aop.events/1587 57 6 19751 817 2.544740063132126 2.097712e-02
45 https://identifiers.org/aop.events/1457 19 4 19751 817 5.089480126264252 5.996158e-03
47 https://identifiers.org/aop.events/149 1056 60 19751 817 1.373581284077 2.631061e-03
50 https://identifiers.org/aop.events/87 114 12 19751 817 2.544740063132126 1.814258e-03
51 https://identifiers.org/aop.events/249 34 5 19751 817 3.5551515587875295 9.845877e-03
53 https://identifiers.org/aop.events/209 617 53 19751 817 2.0766233740470432 2.427794e-07
54 https://identifiers.org/aop.events/1498 224 19 19751 817 2.050560631229236 1.451532e-03
56 https://identifiers.org/aop.events/1500 260 17 19751 817 1.5806750776763017 1.946979e-02
57 https://identifiers.org/aop.events/1488 184 14 19751 817 1.8394045021552872 1.129656e-02
59 https://identifiers.org/aop.events/52 219 16 19751 817 1.7662122812606538 1.035400e-02
62 https://identifiers.org/aop.events/388 169 13 19751 817 1.859617738442708 1.288550e-02
66 https://identifiers.org/aop.events/2012 260 17 19751 817 1.5806750776763017 1.946979e-02
70 https://identifiers.org/aop.events/1585 35 7 19751 817 4.83500611995104 4.203466e-04
72 https://identifiers.org/aop.events/1271 58 11 19751 817 4.584919596505296 1.820621e-05
73 https://identifiers.org/aop.events/1087 528 30 19751 817 1.373581284077 1.745922e-02
74 https://identifiers.org/aop.events/1538 34 5 19751 817 3.5551515587875295 9.845877e-03
76 https://identifiers.org/aop.events/195 184 14 19751 817 1.8394045021552872 1.129656e-02
82 https://identifiers.org/aop.events/1820 57 6 19751 817 2.544740063132126 2.097712e-02

Section 8.5. Calculation of percent gene overlap to ORA

Section 8.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 53. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

mergeddataframe_final2=mergeddataframe_final.copy()
mergeddataframe_final2['KEID'] = mergeddataframe_final2['KEID'].str.strip()
significantKEID_genetable4=mergeddataframe_final2[(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/875')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/244')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1814')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/41')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1270')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/475')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/2006')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1497')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1669')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1115')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1917')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1633')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1392')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1815')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/386')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1896')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1496')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/68')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1493')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/265')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1750')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/890')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1587')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1457')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/149')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/87')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/249')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/209')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1498')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1500')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1488')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/52')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/388')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/2012')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1585')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1271')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1087')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1538')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/195')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1820')]
significantKEIDgenetable4=significantKEID_genetable4.drop(columns={'WPtitle','ID'})
Section 8.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 54. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA4 = pd.read_csv("C:/Users/shaki/Downloads/GSE44729_ORApathwaytable/Comparison 4-CP timepoint 2.txt", sep='\t')
datafileORA4=pd.DataFrame(datafile_ORA4)
filtereddatafileORA_4=datafileORA4[datafileORA4['Adjusted P-value'] < 0.05]

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 2.094434e-10 1.055595e-07 0 0 4.727137 105.35170 TNFAIP3;GCC1;SLC7A11;CYP3A5;DNAJB1;RGS2;CCND1;...
1 WikiPathways_2024_Human Photodynamic Therapy Induced Unfolded Protein ... 4.496800e-08 1.133194e-05 0 0 20.965630 354.68220 PPP1R15A;XBP1;DDIT3;DNAJB9;ASNS;TRIB3;CALR;ATF4
2 WikiPathways_2024_Human TGF Beta Signaling Pathway WP366 2.190049e-07 3.679283e-05 0 0 5.876607 90.11291 CDKN2B;MMP1;LIMK2;TNC;FOS;THBS1;RUNX2;PML;SMAD...
3 WikiPathways_2024_Human P53 Transcriptional Gene Network WP4963 2.046127e-06 2.578120e-04 0 0 6.931117 90.79459 PCNA;ADORA2B;SESN1;SESN2;PMAIP1;SLC7A11;ULBP2;...
4 WikiPathways_2024_Human TGF Beta Receptor Signaling WP560 2.776715e-06 2.798929e-04 0 0 8.918056 114.09980 SKI;BAMBI;FST;FOS;LTBP1;THBS1;RUNX2;TGFBR2;SMAD7
5 WikiPathways_2024_Human TGF Beta Receptor Signaling In Skeletal Dyspla... 5.138286e-06 4.316160e-04 0 0 8.188350 99.72421 SKI;BAMBI;FST;FOS;LTBP1;THBS1;RUNX2;TGFBR2;SMAD7
6 WikiPathways_2024_Human Endoplasmic Reticulum Stress Response In Coron... 6.058878e-06 4.362392e-04 0 0 9.622870 115.60900 PPP1R15A;PPP1R15B;PPP1R14B;XBP1;PPP1R10;PPP1R3...
7 WikiPathways_2024_Human NRF2 Pathway WP2884 9.824840e-06 6.189649e-04 0 0 4.816386 55.53581 NQO1;SLC7A11;PRDX6;TGFBR2;DNAJB1;MAFF;ME1;HMOX...
8 WikiPathways_2024_Human Macrophage Markers WP4146 2.827434e-05 1.583363e-03 0 0 35.337300 370.10720 CD83;RAC2;CD14;F3
9 WikiPathways_2024_Human Unfolded Protein Response WP4925 1.044075e-04 5.262139e-03 0 0 13.013360 119.29620 PPP1R15A;XBP1;DDIT3;PMAIP1;ATF4
10 WikiPathways_2024_Human Transcriptional Activation By NRF2 In Response... 2.055268e-04 9.416864e-03 0 0 17.664070 149.96680 NQO1;HMOX1;SLC7A11;GCLM
11 WikiPathways_2024_Human Antiviral And Anti-Inflam Effects Of Nrf2 On S... 3.489586e-04 1.303312e-02 0 0 9.615576 76.54535 NQO1;MMP1;HMOX1;SLC7A11;GCLM
12 WikiPathways_2024_Human mRNA Protein And Metabolite Inducation Pathway... 3.620311e-04 1.303312e-02 0 0 33.054790 261.91890 SLC7A5;SLC7A11;ATF4
13 WikiPathways_2024_Human Amino Acid Metabolism In Triple Negative Breas... 3.620311e-04 1.303312e-02 0 0 33.054790 261.91890 PSAT1;PHGDH;SLC7A11
14 WikiPathways_2024_Human Metabolic Pathways Of Fibroblasts WP5312 4.877618e-04 1.510736e-02 0 0 8.845413 67.45232 UGDH;PSAT1;SERPINH1;PYCR1;PHGDH
15 WikiPathways_2024_Human Ferroptosis WP4313 4.968782e-04 1.510736e-02 0 0 5.544931 42.18121 MAP1LC3B;CTH;HSPB1;HMOX1;SLC7A11;GCLM;SAT1
16 WikiPathways_2024_Human miRNA Regulation Of DNA Damage Response WP1530 5.473470e-04 1.510736e-02 0 0 5.447368 40.91207 RAD52;CCND1;GADD45B;SESN1;PMAIP1;PML;DDB2
17 WikiPathways_2024_Human DNA Damage Response WP707 5.473470e-04 1.510736e-02 0 0 5.447368 40.91207 RAD52;CCND1;GADD45B;SESN1;PMAIP1;PML;DDB2
18 WikiPathways_2024_Human Adipogenesis WP236 5.695234e-04 1.510736e-02 0 0 3.805699 28.43128 CYP26B1;KLF6;GADD45B;SCD;DDIT3;LEP;ID3;TRIB3;P...
19 WikiPathways_2024_Human Glucocorticoid Receptor Pathway WP2880 6.604864e-04 1.585167e-02 0 0 5.262165 38.53238 IL11;RGS2;GADD45B;DNER;TNFAIP3;SPRY1;TNS4
20 WikiPathways_2024_Human PPAR Signaling WP3942 6.604864e-04 1.585167e-02 0 0 5.262165 38.53238 ACOX2;FABP5;MMP1;SCD;ME1;PPARD;PCK2
21 WikiPathways_2024_Human MAPK Signaling WP382 9.731422e-04 2.229380e-02 0 0 2.793326 19.37166 DUSP4;HSPA6;HSPB1;FOS;HSPA2;DUSP6;RELB;TGFBR2;...
22 WikiPathways_2024_Human Circadian Rhythm Genes WP3594 1.149407e-03 2.437941e-02 0 0 3.023350 20.46357 NGFR;EGR3;ID2;LEP;KCNMA1;UBC;ID3;TOP1;LGR4;PML...
23 WikiPathways_2024_Human Trans Sulfuration Pathway WP2333 1.180663e-03 2.437941e-02 0 0 18.885520 127.32010 GOT1;CTH;GCLM
24 WikiPathways_2024_Human Chromosomal And Microsatellite Instability In ... 1.209296e-03 2.437941e-02 0 0 4.702346 31.58903 CCND1;GADD45B;RAC2;PMAIP1;FOS;DDB2;TGFBR2
25 WikiPathways_2024_Human NRF2 ARE Regulation WP4357 1.303777e-03 2.527321e-02 0 0 9.809306 65.15822 NQO1;HMOX1;SLC7A11;GCLM
26 WikiPathways_2024_Human Vitamin D Receptor Pathway WP2877 1.425725e-03 2.661353e-02 0 0 3.120441 20.44849 SLC37A2;CDKN2B;CCND1;VDR;DNER;TNFAIP3;CD14;MXD...
27 WikiPathways_2024_Human Photodynamic Therapy Induced NFE2L2 NRF2 Survi... 1.550683e-03 2.791230e-02 0 0 9.292545 60.11403 NQO1;HMOX1;FOS;GCLM
28 WikiPathways_2024_Human Development Of Pulmonary Dendritic Cells And M... 2.677009e-03 4.435002e-02 0 0 13.217810 78.28981 BATF3;ID2;RUNX2
29 WikiPathways_2024_Human H19 Rb E2F1 And CDK Beta Catenin In Colorectal... 2.677009e-03 4.435002e-02 0 0 13.217810 78.28981 CSRP2;CCND1;PMAIP1
30 WikiPathways_2024_Human Amino Acid Metabolism WP3925 2.727878e-03 4.435002e-02 0 0 4.028278 23.78389 ARG2;GOT1;GPT2;CTH;ASNS;PYCR1;GCLM
31 WikiPathways_2024_Human Apoptosis Modulation And Signaling WP1772 3.115759e-03 4.856736e-02 0 0 3.925888 22.65741 TNFRSF6B;BAG3;PEA15;PMAIP1;FOS;MAP3K14;HSPA1A
32 WikiPathways_2024_Human Pancreatic Cancer Subtypes WP5390 3.180006e-03 4.856736e-02 0 0 5.524083 31.76829 SERPINB3;KRT17;ANXA10;TNS4;AREG
33 WikiPathways_2024_Human Iron Sulfur Cluster Biogenesis WP5152 3.351052e-03 4.967442e-02 0 0 12.015570 68.47048 NFS1;GLRX5;FDXR
dropped_datafileORA_df4=filtereddatafileORA_4.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf4=dropped_datafileORA_df4.copy()
droppeddatafileORAdf4['Genes']= droppeddatafileORAdf4['Genes'].replace({';':','},regex=True)
df4_ORApathwaytable=droppeddatafileORAdf4.copy()
df4_ORApathwaytable['Genes'] = df4_ORApathwaytable['Genes'].astype(str)
df4_ORApathwaytable['Genes'] = df4_ORApathwaytable['Genes'].str.split(',')
exploded_df4_ORApathwaytable = df4_ORApathwaytable.explode('Genes', ignore_index=True)
Section 8.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 55. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets4 = exploded_df4_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets4 = significantKEIDgenetable4.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs4 = {}

for term, ORA_genes in ORA_gene_sets4.items():
    for KEID, KEID_genes in SignificantKE_gene_sets4.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs4[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs4:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs4.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Adipogenesis WP236 x https://identifiers.org/aop.events/1087: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1115: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1270: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1271: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1392: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1457: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1488: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/149: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1493: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1496: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1497: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1498: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1500: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1538: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1585: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1587: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1633: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1669: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1750: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1814: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1815: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1820: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1896: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1917: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/195: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/2006: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/2012: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/209: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/244: 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/249: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/265: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/386: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/388: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/41: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/52: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/68: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/87: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/875: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/890: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1087: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1115: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1270: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1271: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1392: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1457: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1488: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/149: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1493: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1496: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1497: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1498: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1500: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1538: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1585: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1587: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1633: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1669: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1750: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1814: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1815: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1820: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1896: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1917: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/195: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/2006: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/2012: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/209: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/244: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/249: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/265: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/386: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/388: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/41: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/52: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/68: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/87: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/875: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/890: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1087: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1115: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1270: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1271: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1392: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1457: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1488: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/149: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1493: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1496: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1497: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1498: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1500: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1538: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1585: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1587: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1633: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1669: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1750: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1814: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1815: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1820: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1896: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1917: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/195: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2006: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2012: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/209: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/244: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/249: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/265: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/386: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/388: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/41: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/52: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/68: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/87: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/875: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/890: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1087: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1115: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1270: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1271: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1392: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1457: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1488: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/149: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1493: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1496: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1497: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1498: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1500: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1538: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1585: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1587: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1633: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1669: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1750: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1814: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1815: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1820: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1896: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1917: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/195: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/2006: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/2012: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/209: 5 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/244: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/249: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/265: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/386: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/388: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/41: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/52: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/68: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/87: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/875: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/890: 2 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1087: 3 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1115: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1270: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1271: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1392: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1457: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1488: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/149: 3 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1493: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1496: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1497: 3 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1498: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1500: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1538: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1585: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1587: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1633: 3 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1669: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1750: 3 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1814: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1815: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1820: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1896: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1917: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/195: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/2006: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/2012: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/209: 3 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/244: 2 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/249: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/265: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/386: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/388: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/41: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/52: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/68: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/87: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/875: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/890: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1087: 3 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1115: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1270: 0 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1271: 2 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1392: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1457: 0 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1488: 2 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/149: 3 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1493: 3 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1496: 3 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1497: 3 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1498: 2 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1500: 3 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1538: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1585: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1587: 0 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1633: 3 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1669: 5 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1750: 3 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1814: 5 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1815: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1820: 0 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1896: 4 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/1917: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/195: 2 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/2006: 5 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/2012: 3 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/209: 5 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/244: 6 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/249: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/265: 3 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/386: 2 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/388: 2 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/41: 1 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/52: 2 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/68: 0 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/87: 0 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/875: 2 overlaps
Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216 x https://identifiers.org/aop.events/890: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1087: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1115: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1270: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1271: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1392: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1457: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1488: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/149: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1493: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1496: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1497: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1498: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1500: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1538: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1585: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1587: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1633: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1669: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1750: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1814: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1815: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1820: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1896: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1917: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/195: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/2006: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/2012: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/209: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/244: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/249: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/265: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/386: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/388: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/41: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/52: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/68: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/87: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/875: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1087: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1270: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1457: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1488: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/149: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1493: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1496: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1497: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1498: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1500: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1585: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1587: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1633: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1669: 7 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1750: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1814: 7 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1815: 1 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1820: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1896: 7 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/195: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2006: 7 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/2012: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/209: 6 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/244: 7 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/265: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/386: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/388: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/41: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/52: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/68: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/87: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/875: 0 overlaps
DNA Damage Response WP707 x https://identifiers.org/aop.events/890: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1087: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1115: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1270: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1271: 1 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1392: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1457: 1 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1488: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/149: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1493: 1 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1496: 1 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1497: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1498: 1 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1500: 1 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1538: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1585: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1587: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1633: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1669: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1750: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1814: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1815: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1820: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1896: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/1917: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/195: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/2006: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/2012: 1 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/209: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/244: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/249: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/265: 1 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/386: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/388: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/41: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/52: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/68: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/87: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/875: 0 overlaps
Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892 x https://identifiers.org/aop.events/890: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1087: 2 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1115: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1270: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1271: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1392: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1457: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1488: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/149: 2 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1493: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1496: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1497: 2 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1498: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1500: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1538: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1585: 4 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1587: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1633: 2 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1669: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1750: 2 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1814: 4 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1815: 4 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1820: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1896: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/1917: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/195: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/2006: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/2012: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/209: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/244: 4 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/249: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/265: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/386: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/388: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/41: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/52: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/68: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/87: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/875: 0 overlaps
Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861 x https://identifiers.org/aop.events/890: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1087: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1115: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1270: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1271: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1392: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1457: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1488: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/149: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1493: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1496: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1497: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1498: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1500: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1538: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1585: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1587: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1633: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1669: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1750: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1814: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1815: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1820: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1896: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1917: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/195: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2006: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2012: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/209: 4 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/244: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/249: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/265: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/386: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/388: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/41: 3 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/52: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/68: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/87: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/875: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/890: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1087: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1115: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1270: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1271: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1392: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1457: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1488: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/149: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1493: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1496: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1497: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1498: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1500: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1538: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1585: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1587: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1633: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1669: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1750: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1814: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1815: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1820: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1896: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1917: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/195: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2006: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2012: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/244: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/249: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/265: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/386: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/388: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/41: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/52: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/68: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/87: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/875: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/890: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1087: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1115: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1270: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1271: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1392: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1457: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1488: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/149: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1493: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1496: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1497: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1498: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1500: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1538: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1585: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1587: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1633: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1669: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1750: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1814: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1815: 1 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1820: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1896: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/1917: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/195: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/2006: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/2012: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/209: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/244: 2 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/249: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/265: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/386: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/388: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/41: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/52: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/68: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/87: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/875: 0 overlaps
H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969 x https://identifiers.org/aop.events/890: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1087: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1115: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1270: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1271: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1392: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1457: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1488: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/149: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1493: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1496: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1497: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1498: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1500: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1538: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1585: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1587: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1633: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1669: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1750: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1814: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1815: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1820: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1896: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/1917: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/195: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/2006: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/2012: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/209: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/244: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/249: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/265: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/386: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/388: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/41: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/52: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/68: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/87: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/875: 0 overlaps
Iron Sulfur Cluster Biogenesis WP5152 x https://identifiers.org/aop.events/890: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1087: 14 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1115: 1 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1270: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1271: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1392: 1 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1457: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1488: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/149: 14 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1493: 3 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1496: 3 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1497: 14 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1498: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1500: 3 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1538: 1 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1585: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1587: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1633: 14 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1669: 1 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1750: 14 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1814: 3 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1815: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1820: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1896: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/1917: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/195: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/2006: 1 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/2012: 3 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/209: 3 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/244: 5 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/249: 1 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/265: 3 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/386: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/388: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/41: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/52: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/68: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/87: 0 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/875: 2 overlaps
MAPK Signaling WP382 x https://identifiers.org/aop.events/890: 1 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1087: 2 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1115: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1270: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1271: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1392: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1457: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1488: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/149: 2 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1493: 1 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1496: 1 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1497: 2 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1498: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1500: 1 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1538: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1585: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1587: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1633: 2 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1669: 1 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1750: 2 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1814: 1 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1815: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1820: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1896: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/1917: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/195: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/2006: 1 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/2012: 1 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/209: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/244: 1 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/249: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/265: 1 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/386: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/388: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/41: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/52: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/68: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/87: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/875: 0 overlaps
Macrophage Markers WP4146 x https://identifiers.org/aop.events/890: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1087: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1115: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1270: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1271: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1392: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1457: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1488: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/149: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1493: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1496: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1497: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1498: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1500: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1538: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1585: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1587: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1633: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1669: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1750: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1814: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1820: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1896: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/1917: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/195: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/2006: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/2012: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/209: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/244: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/249: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/265: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/386: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/388: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/41: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/52: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/68: 5 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/87: 0 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/875: 2 overlaps
Metabolic Pathways Of Fibroblasts WP5312 x https://identifiers.org/aop.events/890: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1087: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1115: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1270: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1271: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1392: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1457: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1488: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/149: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1493: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1496: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1497: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1498: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1500: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1538: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1585: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1587: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1633: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1669: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1750: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1814: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1815: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1820: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1896: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/1917: 4 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/195: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/2006: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/2012: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/209: 4 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/244: 4 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/249: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/265: 2 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/386: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/388: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/41: 4 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/52: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/68: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/87: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/875: 0 overlaps
NRF2 ARE Regulation WP4357 x https://identifiers.org/aop.events/890: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1087: 3 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1115: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1270: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1271: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1392: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1457: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1488: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/149: 3 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1493: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1496: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1497: 3 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1498: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1500: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1538: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1585: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1587: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1633: 3 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1669: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1750: 3 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1814: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1815: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1820: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1896: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1917: 13 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/195: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/2006: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/2012: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/209: 13 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/244: 13 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/249: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/265: 3 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/386: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/388: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/41: 13 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/52: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/68: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/87: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/875: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/890: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1087: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1115: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1270: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1271: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1457: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1488: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/149: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1493: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1496: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1497: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1498: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1500: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1538: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1585: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1587: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1633: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1669: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1750: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1814: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1815: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1820: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1896: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 13 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/195: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2006: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2012: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 16 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244: 15 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/249: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/265: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/386: 2 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/388: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 14 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/52: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/68: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/87: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/875: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/890: 3 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1087: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1115: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1270: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1271: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1392: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1457: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1488: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/149: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1493: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1496: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1497: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1498: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1500: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1538: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1585: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1587: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1633: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1669: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1750: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1814: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1815: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1820: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1896: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1917: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/195: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2006: 4 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/2012: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/209: 11 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/244: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/249: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/265: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/386: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/388: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/41: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/52: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/68: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/87: 1 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/875: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/890: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1087: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1115: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1270: 7 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1271: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1392: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1457: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1488: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/149: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1493: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1496: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1497: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1498: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1500: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1538: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1585: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1587: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1633: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1669: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1750: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1814: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1815: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1820: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1896: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1917: 2 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/195: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/2006: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/2012: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/209: 7 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/244: 3 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/249: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/265: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/386: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/388: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/41: 2 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/52: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/68: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/87: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/875: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/890: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1087: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1115: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1270: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1271: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1392: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1457: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1488: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/149: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1493: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1496: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1497: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1498: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1500: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1538: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1585: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1587: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1633: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1669: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1750: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1814: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1815: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1820: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1896: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1917: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/195: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/2006: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/2012: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/209: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/244: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/249: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/265: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/386: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/388: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/41: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/52: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/68: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/87: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/875: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/890: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1087: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1115: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1270: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1392: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1457: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1488: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/149: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1493: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1496: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1497: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1498: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1500: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1538: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1585: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1587: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1633: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1669: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1750: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1814: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1815: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1820: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1896: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1917: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/195: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2006: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2012: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/209: 4 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/244: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/249: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/265: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/386: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/388: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/41: 3 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/52: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/87: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/875: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/890: 3 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1087: 2 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1115: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1270: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1271: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1392: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1457: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1488: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/149: 2 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1493: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1496: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1497: 2 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1498: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1500: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1538: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1585: 4 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1587: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1633: 2 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1669: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1750: 2 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1814: 4 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1815: 4 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1820: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1896: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/1917: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/195: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/2006: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/2012: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/209: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/244: 4 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/249: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/265: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/386: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/388: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/41: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/52: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/87: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/875: 0 overlaps
Photodynamic Therapy Induced Unfolded Protein Response WP3613 x https://identifiers.org/aop.events/890: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1087: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1115: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1270: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1271: 9 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1392: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1457: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1488: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/149: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1493: 9 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1496: 9 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1497: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1498: 9 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1500: 9 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1538: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1585: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1587: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1633: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1669: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1750: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1814: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1815: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1820: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1896: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1917: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/195: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/2006: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/2012: 9 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/209: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/244: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/249: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/265: 9 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/386: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/388: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/41: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/52: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/87: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/875: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/890: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1087: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1115: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1270: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1271: 9 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1392: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1457: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1488: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/149: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1493: 9 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1496: 9 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1497: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1498: 9 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1500: 9 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1538: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1585: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1587: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1633: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1669: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1750: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1814: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1815: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1820: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1896: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1917: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/195: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/2006: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/2012: 9 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/209: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/244: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/249: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/265: 9 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/386: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/388: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/41: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/52: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/87: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/875: 3 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/890: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1087: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1115: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1270: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1271: 6 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1392: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1457: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1488: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/149: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1493: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1496: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1497: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1498: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1500: 6 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1538: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1585: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1587: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1633: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1669: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1750: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1814: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1815: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1820: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1896: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1917: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/195: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/2006: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/2012: 6 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/209: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/244: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/249: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/265: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/386: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/388: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/41: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/52: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/87: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/875: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/890: 2 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1087: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1115: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1270: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1271: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1392: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1457: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1488: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/149: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1493: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1496: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1497: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1498: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1500: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1538: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1585: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1587: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1633: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1669: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1750: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1814: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1815: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1820: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1896: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/1917: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/195: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/2006: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/2012: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/209: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/244: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/249: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/265: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/386: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/388: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/41: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/52: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/68: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/87: 0 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/875: 1 overlaps
Trans Sulfuration Pathway WP2333 x https://identifiers.org/aop.events/890: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1087: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1115: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1270: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1271: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1392: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1457: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1488: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/149: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1493: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1496: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1497: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1498: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1500: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1538: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1585: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1587: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1633: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1669: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1750: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1814: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1815: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1820: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1896: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1917: 4 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/195: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2006: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2012: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/209: 4 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/244: 4 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/249: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/265: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/386: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/388: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/41: 4 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/52: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/68: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/87: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/875: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/890: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1087: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1115: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1270: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1271: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1392: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1457: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1488: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/149: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1493: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1496: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1497: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1498: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1500: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1538: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1585: 5 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1587: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1633: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1669: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1750: 2 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1814: 5 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1815: 5 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1820: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1896: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/1917: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/195: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/2006: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/2012: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/209: 1 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/244: 5 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/249: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/265: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/386: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/388: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/41: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/52: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/68: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/87: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/875: 0 overlaps
Unfolded Protein Response WP4925 x https://identifiers.org/aop.events/890: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1087: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1115: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1270: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1271: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1392: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1457: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1488: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/149: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1493: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1496: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1497: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1498: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1500: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1538: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1585: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1587: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1633: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1669: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1750: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1814: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1815: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1820: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1896: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1917: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/195: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/2006: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/2012: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/209: 3 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/244: 2 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/249: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/265: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/386: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/388: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/41: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/52: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/68: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/87: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/875: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/890: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1087: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1115: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1270: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1271: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1392: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1457: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1488: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/149: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1493: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1496: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1497: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1498: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1500: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1538: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1585: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1587: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1633: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1669: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1750: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1814: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1815: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1820: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1896: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1917: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/195: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/2006: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/2012: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/209: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/244: 2 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/249: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/265: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/386: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/388: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/41: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/52: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/68: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/87: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/875: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/890: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1087: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1115: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1270: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1271: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1392: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1457: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1488: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/149: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1493: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1496: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1497: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1498: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1500: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1538: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1585: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1587: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1633: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1669: 7 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1750: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1814: 7 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1815: 1 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1820: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1896: 7 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/1917: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/195: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2006: 7 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/2012: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/209: 6 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/244: 7 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/249: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/265: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/386: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/388: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/41: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/52: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/68: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/87: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/875: 0 overlaps
miRNA Regulation Of DNA Damage Response WP1530 x https://identifiers.org/aop.events/890: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'SCD', 'PPARD', 'PCK2'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'PCK2'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DDIT3', 'GADD45B', 'PCK2'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'DDIT3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PPARD'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'PCK2'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SCD', 'PPARD', 'PCK2'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DDIT3', 'PPARD', 'GADD45B', 'PCK2'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LEP', 'PPARD'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PYCR1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'MMP1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MMP1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MMP1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'MMP1'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'GCLM', 'MMP1', 'NQO1', 'HMOX1'}, number: 5
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'MAP3K14', 'HSPA1A', 'FOS'}, number: 3
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'MAP3K14', 'HSPA1A', 'FOS'}, number: 3
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'MAP3K14', 'HSPA1A', 'FOS'}, number: 3
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'MAP3K14', 'HSPA1A', 'FOS'}, number: 3
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'MAP3K14', 'HSPA1A', 'FOS'}, number: 3
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HSPA1A', 'PMAIP1', 'FOS'}, number: 3
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HSPA1A', 'PMAIP1'}, number: 2
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HSPA1A'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RAC2', 'GADD45B', 'CCND1', 'DDB2', 'PMAIP1'}, number: 5
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RAC2', 'GADD45B', 'CCND1', 'DDB2', 'PMAIP1'}, number: 5
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'DDB2', 'PMAIP1', 'GADD45B', 'CCND1'}, number: 4
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RAC2', 'GADD45B', 'CCND1', 'DDB2', 'PMAIP1'}, number: 5
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFBR2', 'CCND1', 'DDB2', 'PMAIP1', 'FOS'}, number: 5
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RAC2', 'GADD45B', 'TGFBR2', 'CCND1', 'DDB2', 'PMAIP1'}, number: 6
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RELB', 'ATF4'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RELB', 'ATF4'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RELB', 'ATF4'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RELB', 'ATF4'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PML'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RELB', 'ATF4'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PML', 'ATF4'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PML'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PML'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PML'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PML', 'ATF4'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'NGFR'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LEP'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 7
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 7
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 7
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 7
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 6
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 7
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response WP707, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'XBP1', 'ATF4', 'DDIT3', 'PPP1R15A'}, number: 4
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'XBP1', 'ATF4', 'DDIT3', 'PPP1R15A'}, number: 4
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'XBP1', 'ATF4', 'DDIT3', 'PPP1R15A'}, number: 4
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'XBP1', 'ATF4', 'DDIT3', 'PPP1R15A'}, number: 4
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'HSPB1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'HSPB1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'HSPB1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'HSPB1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'HSPB1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HMOX1', 'SLC7A11', 'GCLM'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SAT1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HMOX1', 'SLC7A11', 'GCLM'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HMOX1', 'SLC7A11', 'GCLM'}, number: 3
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'HMOX1'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PMAIP1', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PMAIP1', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PMAIP1', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PMAIP1', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PMAIP1', 'CCND1'}, number: 2
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Iron Sulfur Cluster Biogenesis WP5152, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'HSPA6', 'RELB', 'HSPA1A', 'DUSP6', 'RAC2', 'CD14', 'DDIT3', 'ATF4', 'TGFBR2', 'MAP3K14', 'HSPA2', 'DUSP4', 'HSPB1', 'FOS'}, number: 14
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'HSPA6', 'RELB', 'HSPA1A', 'DUSP6', 'RAC2', 'CD14', 'DDIT3', 'ATF4', 'TGFBR2', 'MAP3K14', 'HSPA2', 'DUSP4', 'HSPB1', 'FOS'}, number: 14
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'HSPA6', 'RELB', 'HSPA1A', 'DUSP6', 'RAC2', 'CD14', 'DDIT3', 'ATF4', 'TGFBR2', 'MAP3K14', 'HSPA2', 'DUSP4', 'HSPB1', 'FOS'}, number: 14
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'HSPA6', 'RELB', 'HSPA1A', 'DUSP6', 'RAC2', 'CD14', 'DDIT3', 'ATF4', 'TGFBR2', 'MAP3K14', 'HSPA2', 'DUSP4', 'HSPB1', 'FOS'}, number: 14
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'HSPA6', 'RELB', 'HSPA1A', 'DUSP6', 'RAC2', 'CD14', 'DDIT3', 'ATF4', 'TGFBR2', 'MAP3K14', 'HSPA2', 'DUSP4', 'HSPB1', 'FOS'}, number: 14
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ATF4', 'DDIT3', 'RAC2'}, number: 3
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HSPA1A', 'TGFBR2'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HSPA1A', 'TGFBR2', 'FOS'}, number: 3
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HSPA1A', 'RAC2', 'ATF4', 'DDIT3', 'TGFBR2'}, number: 5
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RAC2', 'TGFBR2', 'FOS'}, number: 3
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HSPA1A', 'TGFBR2'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFBR2', 'FOS'}, number: 2
Term: MAPK Signaling WP382, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'RAC2', 'CD14'}, number: 2
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'RAC2', 'CD14'}, number: 2
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'RAC2', 'CD14'}, number: 2
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'RAC2', 'CD14'}, number: 2
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'RAC2', 'CD14'}, number: 2
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RAC2'}, number: 1
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Macrophage Markers WP4146, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PSAT1', 'PHGDH', 'PYCR1', 'SERPINH1', 'UGDH'}, number: 5
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'PSAT1', 'PHGDH'}, number: 2
Term: Metabolic Pathways Of Fibroblasts WP5312, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: NRF2 ARE Regulation WP4357, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'HSPA1A', 'TGFBR2', 'SQSTM1'}, number: 3
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PPARD', 'ME1'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'HSPA1A', 'TGFBR2', 'SQSTM1'}, number: 3
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'HSPA1A', 'TGFBR2', 'SQSTM1'}, number: 3
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'HSPA1A', 'TGFBR2', 'SQSTM1'}, number: 3
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'HSPA1A', 'TGFBR2', 'SQSTM1'}, number: 3
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'DNAJB1', 'HSPA1A', 'SLC7A11', 'HBEGF', 'PRDX6', 'PPARD', 'GCLM', 'TGFBR2', 'SQSTM1', 'NQO1', 'HMOX1', 'MAFF', 'ME1'}, number: 13
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DNAJB1', 'HSPA1A', 'SLC7A11', 'HBEGF', 'PRDX6', 'PPARD', 'GCLM', 'TGFBR2', 'SQSTM1', 'NQO1', 'HMOX1', 'MAFF', 'ME1'}, number: 13
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'DNAJB1', 'HSPA1A', 'SLC7A11', 'HBEGF', 'PRDX6', 'PPARD', 'GCLM', 'TGFBR2', 'SQSTM1', 'NQO1', 'HMOX1', 'MAFF', 'ME1'}, number: 13
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'TGFBR2'}, number: 3
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFBR2', 'SQSTM1'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'DNAJB1', 'HSPA1A', 'SLC7A11', 'HBEGF', 'PRDX6', 'PPARD', 'GCLM', 'TGFBR2', 'SQSTM1', 'NQO1', 'HMOX1', 'MAFF', 'ME1'}, number: 13
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'IL11', 'HSPA1A', 'TGFBR2', 'SQSTM1'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'JUNB'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'SCD', 'PPARD', 'ME1'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'JUNB'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'IL11', 'HSPA1A', 'TGFBR2', 'SQSTM1'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'IL11', 'TGFBR2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'IL11', 'TGFBR2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'IL11', 'HSPA1A', 'TGFBR2', 'SQSTM1'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'IL11', 'TGFBR2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'IL11', 'TGFBR2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'JUNB'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'IL11', 'HSPA1A', 'TGFBR2', 'SQSTM1'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'CCND1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'IL11', 'HSPA1A', 'TGFBR2', 'SQSTM1'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'CCND1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'CCND1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SQSTM1', 'DNAJB1', 'SLC7A11', 'HSPA1A', 'HBEGF', 'PRDX6', 'PPARD', 'GCLM', 'MAFF', 'TGFBR2', 'NQO1', 'HMOX1', 'ME1'}, number: 13
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'CCND1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'IL11', 'TGFBR2'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SQSTM1', 'DNAJB1', 'SLC7A11', 'HSPA1A', 'HBEGF', 'PRDX6', 'PPARD', 'GCLM', 'SCD', 'MAFF', 'TGFBR2', 'NQO1', 'HMOX1', 'CCND1', 'JUNB', 'ME1'}, number: 16
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SQSTM1', 'DNAJB1', 'SLC7A11', 'HSPA1A', 'HBEGF', 'GADD45B', 'PRDX6', 'PPARD', 'GCLM', 'MAFF', 'TGFBR2', 'NQO1', 'HMOX1', 'CCND1', 'ME1'}, number: 15
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'JUNB'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'TGFBR2', 'JUNB'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'TGFBR2', 'SQSTM1'}, number: 2
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SQSTM1', 'DNAJB1', 'SLC7A11', 'HSPA1A', 'HBEGF', 'PRDX6', 'PPARD', 'GCLM', 'MAFF', 'TGFBR2', 'NQO1', 'HMOX1', 'IP6K3', 'ME1'}, number: 14
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'IL11'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'JUNB'}, number: 3
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'DDB2', 'PML', 'PMAIP1', 'SESN1'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'DDB2', 'PML', 'PMAIP1', 'SESN1'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PCNA', 'PML', 'SESN1', 'DDB2', 'PMAIP1'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'DDB2', 'PML', 'PMAIP1', 'SESN1'}, number: 4
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ADORA2B', 'SAT1', 'PCNA', 'SLC7A11', 'PML', 'SESN1', 'THBS1', 'DDB2', 'PMAIP1', 'SESN2', 'ULBP2'}, number: 11
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'PML', 'SESN1', 'DDB2', 'PMAIP1'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'FABP5', 'PPARD', 'PCK2', 'ACOX2', 'MMP1', 'SCD', 'ME1'}, number: 7
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MMP1'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MMP1'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'MMP1'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PPARD', 'ME1'}, number: 2
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PCK2'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FABP5', 'PPARD', 'PCK2', 'ACOX2', 'MMP1', 'SCD', 'ME1'}, number: 7
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ME1', 'PPARD', 'PCK2'}, number: 3
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PPARD', 'ME1'}, number: 2
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'AREG'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'AREG'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'AREG'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'FOS'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'FOS'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'FOS'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLM'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLM', 'FOS'}, number: 4
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLM'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'FOS'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'FOS'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'GCLM'}, number: 3
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'FOS'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'FOS'}, number: 3
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'XBP1', 'ATF4', 'DDIT3', 'PPP1R15A'}, number: 4
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'XBP1', 'ATF4', 'DDIT3', 'PPP1R15A'}, number: 4
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'XBP1', 'ATF4', 'DDIT3', 'PPP1R15A'}, number: 4
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'XBP1', 'ATF4', 'DDIT3', 'PPP1R15A'}, number: 4
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced Unfolded Protein Response WP3613, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'BAMBI', 'LTBP1', 'FST', 'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 9
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'FOS'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB', 'FOS'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'MMP1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB', 'FOS'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'TNC', 'RUNX2'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): {'MMP1', 'RUNX2', 'SKI', 'TGFBR2', 'THBS1', 'SMAD7', 'FOS'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): {'MMP1', 'RUNX2', 'SKI', 'TGFBR2', 'THBS1', 'SMAD7', 'FOS'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): {'MMP1', 'RUNX2', 'SKI', 'TGFBR2', 'THBS1', 'SMAD7', 'FOS'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): {'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB', 'FOS'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PML', 'CCND1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'FOS', 'THBS1', 'TGFBR2'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PML', 'CCND1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PML', 'CCND1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PML', 'CCND1'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): {'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'FOS'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MMP1', 'PML', 'TGFBR2', 'CCND1', 'THBS1', 'JUNB', 'FOS'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PML', 'TGFBR2', 'CCND1'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB', 'FOS'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RUNX2', 'SKI', 'THBS1', 'TGFBR2', 'SMAD7', 'JUNB', 'FOS'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'SMAD7', 'TGFBR2', 'FOS'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB', 'FOS'}, number: 2
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): {'GOT1'}, number: 1
Term: Trans Sulfuration Pathway WP2333, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NQO1', 'HMOX1', 'SLC7A11', 'GCLM'}, number: 4
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NQO1', 'HMOX1'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'XBP1', 'PPP1R15A', 'ATF4', 'DDIT3', 'PMAIP1'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ATF4', 'DDIT3'}, number: 2
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'XBP1', 'PPP1R15A', 'ATF4', 'DDIT3', 'PMAIP1'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'XBP1', 'PPP1R15A', 'ATF4', 'DDIT3', 'PMAIP1'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'XBP1', 'PPP1R15A', 'ATF4', 'DDIT3', 'PMAIP1'}, number: 5
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Unfolded Protein Response WP4925, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'CD14'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PPARD'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'CD14'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'CD14'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'CD14'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'CD14'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PPARD'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPARD', 'JUNB', 'CCND1'}, number: 3
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PPARD', 'CCND1'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PPARD'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'JUNB'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'ATF4'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'ATF4'}, number: 2
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1087, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1488, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/149, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1493, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1496, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1497, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1498, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1500, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1585, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1587, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1633, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1669, Title of overlapping gene(s): {'GADD45B', 'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1750, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'GADD45B', 'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'PMAIP1'}, number: 1
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1820, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1896, Title of overlapping gene(s): {'GADD45B', 'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/195, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'GADD45B', 'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/2012, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 6
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GADD45B', 'PML', 'RAD52', 'SESN1', 'CCND1', 'DDB2', 'PMAIP1'}, number: 7
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/386, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/388, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/52, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/87, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/875, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of DNA Damage Response WP1530, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Section 8.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 8.5.5.

final_geneoverlaptable_C4=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs4,orient='index')
Section 8.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 56. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count4= {}

for index, row in exploded_df4_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count4:
            variable_count4[unique_KE] = 1
    else:
            variable_count4[unique_KE] += 1

print("The total number of genes: ")
print(variable_count4)
The total number of genes: 
{'Nuclear Receptors Meta Pathway WP2882': 28, 'Photodynamic Therapy Induced Unfolded Protein Response WP3613': 8, 'TGF Beta Signaling Pathway WP366': 15, 'P53 Transcriptional Gene Network WP4963': 11, 'TGF Beta Receptor Signaling WP560': 9, 'TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816': 9, 'Endoplasmic Reticulum Stress Response In Coronavirus Infection WP4861': 8, 'NRF2 Pathway WP2884': 13, 'Macrophage Markers WP4146': 4, 'Unfolded Protein Response WP4925': 5, 'Transcriptional Activation By NRF2 In Response To Phytochemicals WP3': 4, 'Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113': 5, 'mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953': 3, 'Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213': 3, 'Metabolic Pathways Of Fibroblasts WP5312': 5, 'Ferroptosis WP4313': 7, 'miRNA Regulation Of DNA Damage Response WP1530': 7, 'DNA Damage Response WP707': 7, 'Adipogenesis WP236': 10, 'Glucocorticoid Receptor Pathway WP2880': 7, 'PPAR Signaling WP3942': 7, 'MAPK Signaling WP382': 14, 'Circadian Rhythm Genes WP3594': 12, 'Trans Sulfuration Pathway WP2333': 3, 'Chromosomal And Microsatellite Instability In Colorectal Cancer WP4216': 7, 'NRF2 ARE Regulation WP4357': 4, 'Vitamin D Receptor Pathway WP2877': 11, 'Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612': 4, 'Development Of Pulmonary Dendritic Cells And Macrophage Subsets WP3892': 3, 'H19 Rb E2F1 And CDK Beta Catenin In Colorectal Cancer WP3969': 3, 'Amino Acid Metabolism WP3925': 7, 'Apoptosis Modulation And Signaling WP1772': 7, 'Pancreatic Cancer Subtypes WP5390': 5, 'Iron Sulfur Cluster Biogenesis WP5152': 3}

Step 57. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df4=pd.DataFrame.from_dict(variable_count4,orient='index')
reset_variable_count_df4 = variable_count_df4.reset_index()
reset_variable_count_df4.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C4=final_geneoverlaptable_C4.reset_index(level=[1])
Genesetoverlaptable_C4.reset_index(inplace=True)
Genesetoverlaptable_C4.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C4=pd.merge(reset_variable_count_df4,Genesetoverlaptable_C4, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C4.loc[:,'Percent geneset overlap']= tabulation_C4.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C4

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Nuclear Receptors Meta Pathway WP2882 28 https://identifiers.org/aop.events/1087 {IL11, HSPA1A, TGFBR2, SQSTM1} 4 14.285714285714285
1 Nuclear Receptors Meta Pathway WP2882 28 https://identifiers.org/aop.events/1115 {NQO1, HMOX1, JUNB} 3 10.714285714285714
2 Nuclear Receptors Meta Pathway WP2882 28 https://identifiers.org/aop.events/1270 {SCD, PPARD, ME1} 3 10.714285714285714
3 Nuclear Receptors Meta Pathway WP2882 28 https://identifiers.org/aop.events/1271 {TGFBR2} 1 3.571428571428571
4 Nuclear Receptors Meta Pathway WP2882 28 https://identifiers.org/aop.events/1392 {NQO1, HMOX1, JUNB} 3 10.714285714285714
... ... ... ... ... ... ...
1321 Iron Sulfur Cluster Biogenesis WP5152 3 https://identifiers.org/aop.events/52 {} 0 0.0
1322 Iron Sulfur Cluster Biogenesis WP5152 3 https://identifiers.org/aop.events/68 {} 0 0.0
1323 Iron Sulfur Cluster Biogenesis WP5152 3 https://identifiers.org/aop.events/87 {} 0 0.0
1324 Iron Sulfur Cluster Biogenesis WP5152 3 https://identifiers.org/aop.events/875 {} 0 0.0
1325 Iron Sulfur Cluster Biogenesis WP5152 3 https://identifiers.org/aop.events/890 {} 0 0.0

1326 rows × 6 columns

Section 9. Comparison 5: Maleic anhydride timepoint 2

Section 9.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 6.

Step 58. The table containing the differential expressed genes for comparison 6 to control is loaded with the filter for significance.

Comparison6_DEG= pd.read_csv("C:/Users/shaki/Downloads/DEG tables-all expressed genes/de_genes_MA.24h.tsv",sep='\t',dtype={'GENE':'string'})
The_comparison6_DEG=Comparison6_DEG.dropna(subset=['GENE_SYMBOL'])
The_Comparison6_DEG=The_comparison6_DEG.drop_duplicates(subset=['GENE'])
Comparison_6_DEG= The_Comparison6_DEG[The_Comparison6_DEG['adj.P.Val'] < 0.05]
The_comparison_6_DEG=Comparison_6_DEG.copy()
Comparison6=The_comparison_6_DEG.rename(columns={'GENE':'GENEID'})
Comparison6['GENEID'] = Comparison6['GENEID'].astype(str)
Comparison_6=Comparison6.drop(columns=['SPOT_ID','COL','ROW','NAME','ACCESSION_STRING','CHROMOSOMAL_LOCATION','CYTOBAND','ORDER','ENSEMBL_ID','SPOT_ID.1','UNIGENE_ID','TIGR_ID','GO_ID','DESCRIPTION','SEQUENCE','CONTROL_TYPE','REFSEQ','GB_ACC'])
Comparison_6

ID GENEID GENE_SYMBOL GENE_NAME logFC AveExpr t P.Value adj.P.Val B
0 28741 85236 HIST1H2BK histone cluster 1, H2bk 0.848198 0.091113 15.764949 1.490379e-23 5.450995e-19 42.027883
1 21386 1543 CYP1A1 cytochrome P450, family 1, subfamily A, polype... 0.821543 0.184573 15.613779 2.421857e-23 5.450995e-19 41.618011
2 16486 29958 DMGDH dimethylglycine dehydrogenase 0.876482 0.050920 14.794873 3.529727e-22 5.296355e-18 39.338343
4 16942 219854 TMEM218 transmembrane protein 218 -0.455706 -0.067257 -12.524192 9.277620e-19 8.352641e-15 32.479715
5 25809 138050 HGSNAT heparan-alpha-glucosaminide N-acetyltransferase -0.471999 -0.082378 -12.106840 4.236592e-18 3.178503e-14 31.132408
... ... ... ... ... ... ... ... ... ... ...
4423 15620 144501 KRT80 keratin 80 0.301665 0.012832 2.916673 4.895606e-03 4.981367e-02 -0.681984
4424 26372 7145 TNS1 tensin 1 -0.312052 -0.254361 -2.916410 4.899232e-03 4.983931e-02 -0.682639
4425 7319 57335 ZNF286A zinc finger protein 286A -0.138629 0.008597 -2.916092 4.903625e-03 4.987272e-02 -0.683433
4427 40411 58489 FAM108C1 family with sequence similarity 108, member C1 -0.200178 0.007205 -2.915475 4.912166e-03 4.993703e-02 -0.684974
4428 33634 7076 TIMP1 TIMP metallopeptidase inhibitor 1 0.221966 0.073864 2.915367 4.913662e-03 4.994095e-02 -0.685243

3036 rows × 10 columns

Step 59. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C6= pd.merge(mergeddataframe,Comparison_6, on='GENEID')

Step 60. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count6= {}

for index, row in merged_dataframe_DEG_C6.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['adj.P.Val']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count6:
            variable_n_dictionary_count6[unique_KE] = 1
        else:
            variable_n_dictionary_count6[unique_KE] += 1

print("The total number of significant genes: ")
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 15, 'https://identifiers.org/aop.events/875': 15, 'https://identifiers.org/aop.events/2007': 17, 'https://identifiers.org/aop.events/1495': 29, 'https://identifiers.org/aop.events/105': 31, 'https://identifiers.org/aop.events/1816': 31, 'https://identifiers.org/aop.events/1668 ': 17, 'https://identifiers.org/aop.events/244 ': 43, 'https://identifiers.org/aop.events/1739': 2, 'https://identifiers.org/aop.events/1814 ': 31, 'https://identifiers.org/aop.events/888': 8, 'https://identifiers.org/aop.events/1574': 1, 'https://identifiers.org/aop.events/41': 26, 'https://identifiers.org/aop.events/1270': 14, 'https://identifiers.org/aop.events/1086': 16, 'https://identifiers.org/aop.events/1487 ': 3, 'https://identifiers.org/aop.events/1539': 20, 'https://identifiers.org/aop.events/201': 3, 'https://identifiers.org/aop.events/457': 106, 'https://identifiers.org/aop.events/55': 32, 'https://identifiers.org/aop.events/188': 3, 'https://identifiers.org/aop.events/618': 21, 'https://identifiers.org/aop.events/389': 3, 'https://identifiers.org/aop.events/177': 93, 'https://identifiers.org/aop.events/2013': 12, 'https://identifiers.org/aop.events/2006': 23, 'https://identifiers.org/aop.events/1497': 56, 'https://identifiers.org/aop.events/870': 2, 'https://identifiers.org/aop.events/1669': 40, 'https://identifiers.org/aop.events/1115': 7, 'https://identifiers.org/aop.events/202': 18, 'https://identifiers.org/aop.events/1917': 12, 'https://identifiers.org/aop.events/1633': 112, 'https://identifiers.org/aop.events/1392': 21, 'https://identifiers.org/aop.events/1815': 14, 'https://identifiers.org/aop.events/386': 39, 'https://identifiers.org/aop.events/1582': 4, 'https://identifiers.org/aop.events/1896': 43, 'https://identifiers.org/aop.events/1172': 2, 'https://identifiers.org/aop.events/1496': 49, 'https://identifiers.org/aop.events/68': 16, 'https://identifiers.org/aop.events/1493': 98, 'https://identifiers.org/aop.events/265': 33, 'https://identifiers.org/aop.events/1817': 38, 'https://identifiers.org/aop.events/1819': 6, 'https://identifiers.org/aop.events/1750': 56, 'https://identifiers.org/aop.events/1901': 2, 'https://identifiers.org/aop.events/1848': 22, 'https://identifiers.org/aop.events/1847': 1, 'https://identifiers.org/aop.events/1365': 38, 'https://identifiers.org/aop.events/890': 7, 'https://identifiers.org/aop.events/1587': 11, 'https://identifiers.org/aop.events/1457': 3, 'https://identifiers.org/aop.events/1586': 6, 'https://identifiers.org/aop.events/149': 112, 'https://identifiers.org/aop.events/1575': 38, 'https://identifiers.org/aop.events/1579': 40, 'https://identifiers.org/aop.events/87': 22, 'https://identifiers.org/aop.events/249': 7, 'https://identifiers.org/aop.events/288': 7, 'https://identifiers.org/aop.events/209': 102, 'https://identifiers.org/aop.events/1498': 29, 'https://identifiers.org/aop.events/1499': 5, 'https://identifiers.org/aop.events/1500': 31, 'https://identifiers.org/aop.events/1488': 15, 'https://identifiers.org/aop.events/1494': 14, 'https://identifiers.org/aop.events/52': 21, 'https://identifiers.org/aop.events/381': 23, 'https://identifiers.org/aop.events/484': 109, 'https://identifiers.org/aop.events/388': 15, 'https://identifiers.org/aop.events/1262': 38, 'https://identifiers.org/aop.events/1945': 160, 'https://identifiers.org/aop.events/2009': 14, 'https://identifiers.org/aop.events/2012': 31, 'https://identifiers.org/aop.events/1770': 12, 'https://identifiers.org/aop.events/1818': 31, 'https://identifiers.org/aop.events/1738': 1, 'https://identifiers.org/aop.events/1752': 15, 'https://identifiers.org/aop.events/887': 20, 'https://identifiers.org/aop.events/1585': 8, 'https://identifiers.org/aop.events/214': 5, 'https://identifiers.org/aop.events/1271': 10, 'https://identifiers.org/aop.events/1087': 56, 'https://identifiers.org/aop.events/1538': 7, 'https://identifiers.org/aop.events/898': 38, 'https://identifiers.org/aop.events/195': 15, 'https://identifiers.org/aop.events/459': 15, 'https://identifiers.org/aop.events/341': 2, 'https://identifiers.org/aop.events/1670': 14, 'https://identifiers.org/aop.events/759': 4, 'https://identifiers.org/aop.events/1090': 66, 'https://identifiers.org/aop.events/344': 4, 'https://identifiers.org/aop.events/1841': 3, 'https://identifiers.org/aop.events/1820': 11, 'https://identifiers.org/aop.events/896': 7, 'https://identifiers.org/aop.events/1549': 17, 'https://identifiers.org/aop.events/357': 2, 'https://identifiers.org/aop.events/352': 48}

Step 61. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe6=pd.DataFrame.from_dict(variable_n_dictionary_count6,orient='index')
n_variable_dataframe6

0
https://identifiers.org/aop.events/486 15
https://identifiers.org/aop.events/875 15
https://identifiers.org/aop.events/2007 17
https://identifiers.org/aop.events/1495 29
https://identifiers.org/aop.events/105 31
... ...
https://identifiers.org/aop.events/1820 11
https://identifiers.org/aop.events/896 7
https://identifiers.org/aop.events/1549 17
https://identifiers.org/aop.events/357 2
https://identifiers.org/aop.events/352 48

98 rows × 1 columns

n_variable_dataframe6_reset = n_variable_dataframe6.reset_index()
n_variable_dataframe6_reset.columns = ['KEID', 'n']
n_variable_dataframe6_reset

KEID n
0 https://identifiers.org/aop.events/486 15
1 https://identifiers.org/aop.events/875 15
2 https://identifiers.org/aop.events/2007 17
3 https://identifiers.org/aop.events/1495 29
4 https://identifiers.org/aop.events/105 31
... ... ...
93 https://identifiers.org/aop.events/1820 11
94 https://identifiers.org/aop.events/896 7
95 https://identifiers.org/aop.events/1549 17
96 https://identifiers.org/aop.events/357 2
97 https://identifiers.org/aop.events/352 48

98 rows × 2 columns

merged_dataframe6= pd.merge(mergeddataframeDEG, n_variable_dataframe6_reset, on='KEID')
Section 9.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 62. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(The_Comparison6_DEG.index)
B
19751

Step 63. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

The_Comparison6_DEG_filtered=The_Comparison6_DEG[The_Comparison6_DEG['adj.P.Val'] < 0.05]
b=len(The_Comparison6_DEG_filtered)
b
3036

Section 9.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 64. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe4.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([19751 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([3036 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 65. The following for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 7 19751 3036 0.3530170256661662
1 https://identifiers.org/aop.events/875 169 13 19751 3036 0.5004307286915983
2 https://identifiers.org/aop.events/2007 184 11 19751 3036 0.38892170762444866
3 https://identifiers.org/aop.events/1495 253 7 19751 3036 0.1799968233633812
4 https://identifiers.org/aop.events/1668 156 5 19751 3036 0.20851280362149927
... ... ... ... ... ... ...
81 https://identifiers.org/aop.events/1841 17 1 19751 3036 0.38268232194063395
82 https://identifiers.org/aop.events/1820 57 6 19751 3036 0.684799944525345
83 https://identifiers.org/aop.events/896 82 2 19751 3036 0.15867315787782385
84 https://identifiers.org/aop.events/1549 101 7 19751 3036 0.4508831317914401
85 https://identifiers.org/aop.events/352 398 20 19751 3036 0.3269145463814461

86 rows × 6 columns

Step 66. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe6=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe6.append(p)
             
Hypergeometricpvalue_dataframe6=pd.DataFrame(p_value_dataframe6)
Hypergeometricpvalue_dataframe6.columns= ['Hypergeometric p-value']

Hypergeometric p-value
0 2.822035e-04
1 1.173261e-03
2 4.670726e-05
3 2.974437e-11
4 6.561125e-07
... ...
81 1.808467e-01
82 9.621510e-02
83 1.221305e-04
84 5.291469e-03
85 3.915659e-11

86 rows × 1 columns

merged_finaltable_C6=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe6],axis=1)

Section 9.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 67. Lastly, we filter the results to showcase the significant KEs for the comparison: 6.

filteredversion_C6= merged_finaltable_C6[(merged_finaltable_C6['Enrichmentscore']>str(1))& (merged_finaltable_C6['Hypergeometric p-value'] < 0.05)]
filteredversion_C6

KEID N n B b Enrichmentscore Hypergeometric p-value
29 https://identifiers.org/aop.events/1815 58 14 19751 3036 1.5703171141701877 0.026893

Section 9.5. Calculation of percent gene overlap to ORA

Section 9.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 68. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable6=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/1815')]
significantKEIDgenetable6=significantKEID_genetable6.drop(columns={'WPtitle','ID'})

KEID gene GENEID
7162 https://identifiers.org/aop.events/1815 MBTPS1 8720
7163 https://identifiers.org/aop.events/1815 ATF4 468
7164 https://identifiers.org/aop.events/1815 ATF4 100089902
7165 https://identifiers.org/aop.events/1815 ATF4 100144302
7166 https://identifiers.org/aop.events/1815 MBTPS2 51360
7167 https://identifiers.org/aop.events/1815 NFE2L2 4780
7168 https://identifiers.org/aop.events/1815 HSPA5 3309
7169 https://identifiers.org/aop.events/1815 PPP1R15A 23645
7170 https://identifiers.org/aop.events/1815 XBP1 7494
7171 https://identifiers.org/aop.events/1815 ATF6 22926
7172 https://identifiers.org/aop.events/1815 EIF2S1 1965
7173 https://identifiers.org/aop.events/1815 ERN1 2081
7174 https://identifiers.org/aop.events/1815 DDIT3 1649
7175 https://identifiers.org/aop.events/1815 EIF2AK3 9451
7176 https://identifiers.org/aop.events/1815 BBC3 27113
7177 https://identifiers.org/aop.events/1815 BBC3 782359
7178 https://identifiers.org/aop.events/1815 BBC3 100517403
7179 https://identifiers.org/aop.events/1815 TNFRSF10B 8795
7180 https://identifiers.org/aop.events/1815 IL1B 3553
7181 https://identifiers.org/aop.events/1815 TP53 7157
7182 https://identifiers.org/aop.events/1815 PMAIP1 5366
7183 https://identifiers.org/aop.events/1815 BID 637
7184 https://identifiers.org/aop.events/1815 BID 594852
7185 https://identifiers.org/aop.events/1815 TXNIP 10628
7186 https://identifiers.org/aop.events/1815 BCL2L11 10018
7187 https://identifiers.org/aop.events/1815 BCL2 100049703
7188 https://identifiers.org/aop.events/1815 BCL2 596
7189 https://identifiers.org/aop.events/1815 RTCB 51493
7190 https://identifiers.org/aop.events/1815 CASP2 835
7191 https://identifiers.org/aop.events/1815 MBTPS1 8720
7192 https://identifiers.org/aop.events/1815 ATF4 468
7193 https://identifiers.org/aop.events/1815 ATF4 100089902
7194 https://identifiers.org/aop.events/1815 ATF4 100144302
7195 https://identifiers.org/aop.events/1815 MBTPS2 51360
7196 https://identifiers.org/aop.events/1815 NFE2L2 4780
7197 https://identifiers.org/aop.events/1815 HSPA5 3309
7198 https://identifiers.org/aop.events/1815 PPP1R15A 23645
7199 https://identifiers.org/aop.events/1815 XBP1 7494
7200 https://identifiers.org/aop.events/1815 ATF6 22926
7201 https://identifiers.org/aop.events/1815 EIF2S1 1965
7202 https://identifiers.org/aop.events/1815 ERN1 2081
7203 https://identifiers.org/aop.events/1815 DDIT3 1649
7204 https://identifiers.org/aop.events/1815 EIF2AK3 9451
7205 https://identifiers.org/aop.events/1815 BBC3 27113
7206 https://identifiers.org/aop.events/1815 BBC3 782359
7207 https://identifiers.org/aop.events/1815 BBC3 100517403
7208 https://identifiers.org/aop.events/1815 TNFRSF10B 8795
7209 https://identifiers.org/aop.events/1815 IL1B 3553
7210 https://identifiers.org/aop.events/1815 TP53 7157
7211 https://identifiers.org/aop.events/1815 PMAIP1 5366
7212 https://identifiers.org/aop.events/1815 BID 637
7213 https://identifiers.org/aop.events/1815 BID 594852
7214 https://identifiers.org/aop.events/1815 TXNIP 10628
7215 https://identifiers.org/aop.events/1815 BCL2L11 10018
7216 https://identifiers.org/aop.events/1815 BCL2 100049703
7217 https://identifiers.org/aop.events/1815 BCL2 596
7218 https://identifiers.org/aop.events/1815 RTCB 51493
7219 https://identifiers.org/aop.events/1815 CASP2 835
Section 9.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 69. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA6 = pd.read_csv("C:/Users/shaki/Downloads/GSE44729_ORApathwaytable/Comparison 6-MA  timepoint 2.txt", sep='\t')
datafileORA6=pd.DataFrame(datafile_ORA6)
filtereddatafileORA_6=datafileORA6[datafileORA6['Adjusted P-value'] < 0.05]

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Cholesterol Metab With Bloch And Kandutsch Rus... 6.999085e-08 0.000046 0 0 6.547847 107.87510 MVK;HMGCS1;ELOVL3;CYP51A1;HMGCR;LSS;ACAT2;TM7S...
1 WikiPathways_2024_Human Cholesterol Biosynthesis Pathway WP197 1.248168e-07 0.000046 0 0 24.182140 384.40950 SQLE;NSDHL;MVK;HMGCS1;CYP51A1;PMVK;HMGCR;DHCR7...
2 WikiPathways_2024_Human Cholesterol Biosynthesis Pathway In Hepatocyte... 4.621708e-07 0.000114 0 0 6.464158 94.29481 MVK;HMGCS1;ELOVL3;CYP51A1;HMGCR;LSS;ACAT2;TM7S...
3 WikiPathways_2024_Human Enterocyte Cholesterol Metabolism WP5333 2.091167e-06 0.000388 0 0 6.662888 87.13584 MVK;HMGCS1;CYP51A1;APOA1;HMGCR;LSS;ACAT2;TM7SF...
4 WikiPathways_2024_Human Cholesterol Synthesis Disorders WP5193 1.937190e-05 0.002875 0 0 10.738850 116.53460 SQLE;MVK;HMGCS1;CYP51A1;PMVK;HMGCR;DHCR7;LSS
5 WikiPathways_2024_Human Spinal Cord Injury WP2431 2.896157e-05 0.003582 0 0 2.878078 30.07459 RTN4R;ANXA1;IL1R1;GADD45A;FOS;NTN1;IL2;AQP1;FK...
6 WikiPathways_2024_Human G1 To S Cell Cycle Control WP45 5.037775e-05 0.005340 0 0 3.938063 38.97092 PCNA;CCNH;GADD45A;PRIM1;CDC25A;CCNE2;CREB3L4;C...
7 WikiPathways_2024_Human Vitamin B12 Metabolism WP1533 6.646654e-05 0.006165 0 0 4.071351 39.16156 FGB;MTRR;SERPINE1;SAA4;APOA1;MTHFR;IFNG;CBS;IL...
8 WikiPathways_2024_Human Mevalonate Pathway WP3963 8.247087e-05 0.006799 0 0 26.808190 252.07920 MVK;HMGCS1;PMVK;HMGCR;ACAT2
9 WikiPathways_2024_Human Folate Metabolism WP176 1.283462e-04 0.009523 0 0 3.377096 30.26142 FGB;MTRR;SERPINE1;SAA4;APOA1;MTHFR;MTHFS;IL2;I...
10 WikiPathways_2024_Human Retinoblastoma Gene In Cancer WP2446 1.875368e-04 0.012650 0 0 2.982185 25.59172 CDT1;RRM1;PCNA;RRM2;PRIM1;SMC1A;TYMS;CDC25A;FA...
11 WikiPathways_2024_Human Axon Guidance WP5289 2.217143e-04 0.013709 0 0 3.188949 26.83220 NRP1;BMPR2;DCC;ILK;CXCR4;UNC5D;ENAH;EFNA1;EFNB...
12 WikiPathways_2024_Human Selenium Micronutrient Network WP15 3.126095e-04 0.017843 0 0 3.074716 24.81467 FGB;SERPINE1;SAA4;APOA1;MTHFR;PTGS1;PRDX4;IFNG...
13 WikiPathways_2024_Human Mevalonate Arm Of Cholesterol Biosynthesis Pat... 3.926396e-04 0.020810 0 0 9.194296 72.10736 HMGCL;MVK;HMGCS1;PMVK;HMGCR;ACAT2
14 WikiPathways_2024_Human Development Of Ureteric Derived Collecting Sys... 4.950783e-04 0.022525 0 0 3.408915 25.94455 GDF11;RARG;BMPR2;FST;ILK;GLI1;ETV4;GLI2;BMP2;S...
15 WikiPathways_2024_Human DNA Replication WP466 5.106286e-04 0.022525 0 0 4.296605 32.56770 POLD4;CDT1;POLA1;PCNA;PRIM1;RPA3;MCM4;MCM5;MCM...
16 WikiPathways_2024_Human IL1 And Megakaryocytes In Obesity WP2865 5.945121e-04 0.022525 0 0 5.367043 39.86516 SELENBP1;IFNG;IL1R1;IL1B;CCL2;TIMP1;PLA2G7;HBEGF
17 WikiPathways_2024_Human TAR Syndrome WP5362 5.982359e-04 0.022525 0 0 3.327566 24.69561 ZFHX3;PEX19;CXCR4;CLCN3;PDZK1IP1;DNM1;SLK;IFNG...
18 WikiPathways_2024_Human Cholesterol Metabolism WP5304 6.103901e-04 0.022525 0 0 2.987853 22.11434 MVK;HMGCS1;CYP51A1;PCSK9;APOA1;HMGCR;LSS;ACAT2...
19 WikiPathways_2024_Human COVID 19 Adverse Outcome Pathway WP4891 6.375029e-04 0.022525 0 0 8.044563 59.19151 CXCL10;IL2RA;IL1B;CCL2;IL2;AGT
20 WikiPathways_2024_Human Omega 9 Fatty Acid Synthesis WP4724 6.375029e-04 0.022525 0 0 8.044563 59.19151 FADS2;SCD;ELOVL3;ACOT2;ELOVL6;FADS1
21 WikiPathways_2024_Human Ciliopathies WP4803 7.740410e-04 0.026106 0 0 2.229761 15.97375 DYNC2H1;TUB;NEK9;ARL6;CCDC103;WDR19;CCDC28B;GL...
22 WikiPathways_2024_Human 7 Oxo C And 7 Beta HC Pathways WP5064 8.092587e-04 0.026107 0 0 5.051055 35.96044 CYP27A1;AMACR;ACOX2;ACOT11;ACOT2;ACOT1;DHCR7;S...
23 WikiPathways_2024_Human Base Excision Repair WP4752 8.522901e-04 0.026350 0 0 4.392370 31.04344 POLB;SMUG1;POLD4;PCNA;LIG1;OGG1;PNKP;APEX1;XRCC1
24 WikiPathways_2024_Human Fluoropyrimidine Activity WP1601 1.395019e-03 0.041404 0 0 4.025893 26.46963 SMUG1;RRM1;RRM2;PPAT;MTHFR;UPP1;TYMS;TYMP;ABCG2
dropped_datafileORA_df6=filtereddatafileORA_6.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf6=dropped_datafileORA_df6.copy()
droppeddatafileORAdf6['Genes']= droppeddatafileORAdf6['Genes'].replace({';':','},regex=True)
df6_ORApathwaytable=droppeddatafileORAdf6.copy()
df6_ORApathwaytable['Genes'] = df6_ORApathwaytable['Genes'].astype(str)
df6_ORApathwaytable['Genes'] = df6_ORApathwaytable['Genes'].str.split(',')
exploded_df6_ORApathwaytable = df6_ORApathwaytable.explode('Genes', ignore_index=True)
Section 9.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 70. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets6 = exploded_df6_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets6= significantKEIDgenetable6.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs6 = {}

for term, ORA_genes in ORA_gene_sets6.items():
    for KEID, KEID_genes in SignificantKE_gene_sets6.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs6[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs6:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs6.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
7 Oxo C And 7 Beta HC Pathways WP5064 x https://identifiers.org/aop.events/1815: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1815: 0 overlaps
Base Excision Repair WP4752 x https://identifiers.org/aop.events/1815: 0 overlaps
COVID 19 Adverse Outcome Pathway WP4891 x https://identifiers.org/aop.events/1815: 1 overlaps
Cholesterol Biosynthesis Pathway In Hepatocytes WP5329 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Biosynthesis Pathway WP197 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Synthesis Disorders WP5193 x https://identifiers.org/aop.events/1815: 0 overlaps
Ciliopathies WP4803 x https://identifiers.org/aop.events/1815: 0 overlaps
DNA Replication WP466 x https://identifiers.org/aop.events/1815: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1815: 0 overlaps
Enterocyte Cholesterol Metabolism WP5333 x https://identifiers.org/aop.events/1815: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1815: 0 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/1815: 1 overlaps
G1 To S Cell Cycle Control WP45 x https://identifiers.org/aop.events/1815: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1815: 1 overlaps
Mevalonate Arm Of Cholesterol Biosynthesis Pathway WP4190 x https://identifiers.org/aop.events/1815: 0 overlaps
Mevalonate Pathway WP3963 x https://identifiers.org/aop.events/1815: 0 overlaps
Omega 9 Fatty Acid Synthesis WP4724 x https://identifiers.org/aop.events/1815: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1815: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1815: 1 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1815: 1 overlaps
TAR Syndrome WP5362 x https://identifiers.org/aop.events/1815: 0 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/1815: 1 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: 7 Oxo C And 7 Beta HC Pathways WP5064, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Base Excision Repair WP4752, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Adverse Outcome Pathway WP4891, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Cholesterol Biosynthesis Pathway In Hepatocytes WP5329, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Biosynthesis Pathway WP197, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Synthesis Disorders WP5193, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ciliopathies WP4803, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: DNA Replication WP466, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Enterocyte Cholesterol Metabolism WP5333, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: G1 To S Cell Cycle Control WP45, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Mevalonate Arm Of Cholesterol Biosynthesis Pathway WP4190, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Mevalonate Pathway WP3963, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Omega 9 Fatty Acid Synthesis WP4724, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Term: TAR Syndrome WP5362, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'IL1B'}, number: 1
Section 9.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 10.5.5.

final_geneoverlaptable_C6=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs6,orient='index')
Section 9.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 71. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count6= {}

for index, row in exploded_df6_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count6:
            variable_count6[unique_KE] = 1
    else:
            variable_count6[unique_KE] += 1

print("The total number of genes: ")
print(variable_count6)
The total number of genes: 
{'Cholesterol Metab With Bloch And Kandutsch Russell Pathways WP4718': 17, 'Cholesterol Biosynthesis Pathway WP197': 9, 'Cholesterol Biosynthesis Pathway In Hepatocytes WP5329': 15, 'Enterocyte Cholesterol Metabolism WP5333': 13, 'Cholesterol Synthesis Disorders WP5193': 8, 'Spinal Cord Injury WP2431': 24, 'G1 To S Cell Cycle Control WP45': 15, 'Vitamin B12 Metabolism WP1533': 14, 'Mevalonate Pathway WP3963': 5, 'Folate Metabolism WP176': 16, 'Retinoblastoma Gene In Cancer WP2446': 18, 'Axon Guidance WP5289': 16, 'Selenium Micronutrient Network WP15': 16, 'Mevalonate Arm Of Cholesterol Biosynthesis Pathway WP4190': 6, 'Development Of Ureteric Derived Collecting System WP5053': 13, 'DNA Replication WP466': 10, 'IL1 And Megakaryocytes In Obesity WP2865': 8, 'TAR Syndrome WP5362': 13, 'Cholesterol Metabolism WP5304': 15, 'COVID 19 Adverse Outcome Pathway WP4891': 6, 'Omega 9 Fatty Acid Synthesis WP4724': 6, 'Ciliopathies WP4803': 24, '7 Oxo C And 7 Beta HC Pathways WP5064': 8, 'Base Excision Repair WP4752': 9, 'Fluoropyrimidine Activity WP1601': 9}

Step 72. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df6=pd.DataFrame.from_dict(variable_count6,orient='index')
reset_variable_count_df6 = variable_count_df6.reset_index()
reset_variable_count_df6.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C6=final_geneoverlaptable_C6.reset_index(level=[1])
Genesetoverlaptable_C6.reset_index(inplace=True)
Genesetoverlaptable_C6.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C6=pd.merge(reset_variable_count_df6,Genesetoverlaptable_C6, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C6.loc[:,'Percent geneset overlap']= tabulation_C6.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C6

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Cholesterol Metab With Bloch And Kandutsch Rus... 17 https://identifiers.org/aop.events/1815 {} 0 0.0
1 Cholesterol Biosynthesis Pathway WP197 9 https://identifiers.org/aop.events/1815 {} 0 0.0
2 Cholesterol Biosynthesis Pathway In Hepatocyte... 15 https://identifiers.org/aop.events/1815 {} 0 0.0
3 Enterocyte Cholesterol Metabolism WP5333 13 https://identifiers.org/aop.events/1815 {} 0 0.0
4 Cholesterol Synthesis Disorders WP5193 8 https://identifiers.org/aop.events/1815 {} 0 0.0
5 Spinal Cord Injury WP2431 24 https://identifiers.org/aop.events/1815 {IL1B} 1 4.166666666666666
6 G1 To S Cell Cycle Control WP45 15 https://identifiers.org/aop.events/1815 {} 0 0.0
7 Vitamin B12 Metabolism WP1533 14 https://identifiers.org/aop.events/1815 {IL1B} 1 7.142857142857142
8 Mevalonate Pathway WP3963 5 https://identifiers.org/aop.events/1815 {} 0 0.0
9 Folate Metabolism WP176 16 https://identifiers.org/aop.events/1815 {IL1B} 1 6.25
10 Retinoblastoma Gene In Cancer WP2446 18 https://identifiers.org/aop.events/1815 {} 0 0.0
11 Axon Guidance WP5289 16 https://identifiers.org/aop.events/1815 {} 0 0.0
12 Selenium Micronutrient Network WP15 16 https://identifiers.org/aop.events/1815 {IL1B} 1 6.25
13 Mevalonate Arm Of Cholesterol Biosynthesis Pat... 6 https://identifiers.org/aop.events/1815 {} 0 0.0
14 Development Of Ureteric Derived Collecting Sys... 13 https://identifiers.org/aop.events/1815 {} 0 0.0
15 DNA Replication WP466 10 https://identifiers.org/aop.events/1815 {} 0 0.0
16 IL1 And Megakaryocytes In Obesity WP2865 8 https://identifiers.org/aop.events/1815 {IL1B} 1 12.5
17 TAR Syndrome WP5362 13 https://identifiers.org/aop.events/1815 {} 0 0.0
18 Cholesterol Metabolism WP5304 15 https://identifiers.org/aop.events/1815 {} 0 0.0
19 COVID 19 Adverse Outcome Pathway WP4891 6 https://identifiers.org/aop.events/1815 {IL1B} 1 16.666666666666664
20 Omega 9 Fatty Acid Synthesis WP4724 6 https://identifiers.org/aop.events/1815 {} 0 0.0
21 Ciliopathies WP4803 24 https://identifiers.org/aop.events/1815 {} 0 0.0
22 7 Oxo C And 7 Beta HC Pathways WP5064 8 https://identifiers.org/aop.events/1815 {} 0 0.0
23 Base Excision Repair WP4752 9 https://identifiers.org/aop.events/1815 {} 0 0.0
24 Fluoropyrimidine Activity WP1601 9 https://identifiers.org/aop.events/1815 {} 0 0.0

Section 10: Metadadata

Step 73. At last, the metadata belonging to this Jupyter Notebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
Last updated: 2025-06-03T11:28:16.561497+02:00

Python implementation: CPython
Python version       : 3.12.3
IPython version      : 8.25.0

Compiler    : MSC v.1938 64 bit (AMD64)
OS          : Windows
Release     : 11
Machine     : AMD64
Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
CPU cores   : 8
Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
pandas==2.2.3
json==2.0.9
ipykernel==6.28.0
numpy==1.26.4
scipy==1.13.1
py4cytoscape==1.9.0

References:

  1. Martens M, Meuleman AB, Kearns J, de Windt C, Evelo CT, Willighagen EL. Molecular Adverse Outcome Pathways: towards the implementation of transcriptomics data in risk assessments. bioRxiv. 2023:2023.03.02.530766.
  2. How can I iterate over rows in a Pandas DataFrame? [Internet]. Stack Overflow. Available from: https://stackoverflow.com/questions/16476924/how-can-i-iterate-over-rows-in-a-pandas-dataframe
  3. Python - Loop Dictionaries [Internet]. www.w3schools.com. Available from: https://www.w3schools.com/python/python_dictionaries_loop.asp
  4. Priya. apply(set) to two columns in a pandas dataframe [Internet]. Stack Overflow. 2018. Available from: https://stackoverflow.com/questions/52367388/applyset-to-two-columns-in-a-pandas-dataframe
  5. amnesic. Converting pandas dataframe to dictionary with same keys over multiple rows \[Internet\]. Stack Overflow. 2022. Available from: https://stackoverflow.com/questions/71006325/converting-pandas-dataframe-to-dictionary-with-same-keys-over-multiple-rows/71006478#71006478
  6. SuperDougDougy. GroupBy results to dictionary of lists [Internet]. Stack Overflow. 2015. Available from: https://stackoverflow.com/questions/29876184/groupby-results-to-dictionary-of-lists%E2%80%8C

Part 11: KE enrichment score analysis and benchmarking for dataset: GSE109565

The AOP project ► Key objective 2

Author: Shakira Agata

This Jupyter Notebook shows the steps for the execution of KE enrichment analysis and benchmarking to Overrepresentation Analysis(ORA) for dataset:GSE109565. This notebook is subdivided into eight sections:

  • Section 1: Creation of dictKE dictionary
  • Section 2: Creation of dictWP dictionary
  • Section 3: Creation of KEgenes dictionary
  • Section 4: Calculation of N variable
  • Section 5: Comparison 1: PCB concentration 1
    • Section 5.1: Calculation of n variable
    • Section 5.2:Calculation of variable B and variable b
    • Section 5.3: Calculation of enrichment score and hypergeometric p-value
    • Section 5.4: Filtering results
    • Section 5.5: Calculation of percent gene overlap
      • Section 5.5.1 Creation of significant KE table
      • Section 5.5.2 Significant ORA pathway table
      • Section 5.5.3 Creation of for loop
      • Section 5.5.4 Tabulation
      • Section 5.5.5 Percent overlap calculation
  • Section 6: Comparison 2:PCB concentration 2
    • Section 6.1: Calculation of n variable
    • Section 6.2:Calculation of variable B and variable b
    • Section 6.3: Calculation of enrichment score and hypergeometric p-value
    • Section 6.4: Filtering results
    • Section 6.5: Calculation of percent gene overlap
      • Section 6.5.1 Creation of significant KE table
      • Section 6.5.2 Significant ORA pathway table
      • Section 6.5.3 Creation of for loop
      • Section 6.5.4 Tabulation
      • Section 6.5.5 Percent overlap calculation
  • Section 7: Comparison 3: PCB concentration 3
    • Section 7.1: Calculation of n variable
    • Section 7.2: Calculation of variable B and variable b
    • Section 7.3: Calculation of enrichment score and hypergeometric p-value
    • Section 7.4: Filtering results
    • Section 7.5: Calculation of percent gene overlap
      • Section 7.5.1 Creation of significant KE table
      • Section 7.5.2 Significant ORA pathway table
      • Section 7.5.3 Creation of for loop
      • Section 7.5.4 Tabulation
      • Section 7.5.5 Percent overlap calculation
  • Section 8: Metadata

Section 1: Creation of dictKE dictionary

In this section, the dictKE dictionary will be made which is used to retrieve the first neighbors of the key events present in the inflammatory stress response pathway AOP network.

Step 1. First, the necessary packages and inflammatory stress response pathway AOP network were loaded.

import pandas as pd
import numpy as np
from scipy.stats import hypergeom
import matplotlib.pyplot as plt
import scipy.stats as ss
import py4cytoscape as p4c
p4c.cytoscape_ping()
p4c.cytoscape_version_info()
You are connected to Cytoscape!





{'apiVersion': 'v1',
 'cytoscapeVersion': '3.10.1',
 'automationAPIVersion': '1.9.0',
 'py4cytoscapeVersion': '1.9.0'}
network=p4c.open_session('Agata,S.-Part4 Complete Molecular inflammation-process related AOP network.cys')
Opening C:\Users\shaki\Downloads\Agata,S.-Part4 Complete Molecular inflammation-process related AOP network.cys...

Step 2. Next, the nodetable and the original nodetable derived from the KE-WP mapping results are loaded.

nodetable=p4c.get_table_columns()
dataframe_for_dictKE=pd.read_excel('Nodetable-dictKE.xlsx')
df_corrected=pd.read_excel('nodetable-dictWP.xlsx').reset_index(drop=True)

Step 3. The dataframe will now be converted into a dictionary where the keys are the IDs from the key events and the values are the titles of the molecular pathways.

completedataframe_for_dictKE=dataframe_for_dictKE[['ID (KEID)','WPtitle']].copy()
complete_dataframe_for_dictKE=completedataframe_for_dictKE.rename(columns={"ID (KEID)":"KEID"})

Step 4. The format of the dataframe will now be converted into a dictionary format.

dictKE= complete_dataframe_for_dictKE.to_dict('records')

Section 2: Creation of dictWP dictionary

In this section, the dictWP dictionary will be created. The dictWP dictionary will contain the first neighbours: genes of the individual molecular pathways mapped to the inflammatory stress response pathway AOP network.

Step 5. First, the dataframe is created in which the molecular pathways mapped to the network are filtered.

df4= nodetable[nodetable['type'] == 'Molecular pathway']

Step 6. A duplicate network will be created for which we will create filters to only contain gene and molecular pathway nodes in the network in preparation for the dictWP creation. This requires a composite filter to exclude Molecular Initiating Event (MIE) nodes, Key Event (KE) nodes and Adverse Outcome (AO) nodes.

Clonednetwork_fordictWP= p4c.clone_network() 
p4c.rename_network('Cloned molecular inflammatory stress response pathway AOP network for dict WP')
{'network': 132,
 'title': 'Cloned molecular inflammatory stress response pathway AOP network for dict WP'}
MIEfilter= p4c.create_column_filter('MIE filter', 'type', 'MIE', 'CONTAINS', network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
KEfilter= p4c.create_column_filter('KE filter', 'type', 'KE', 'CONTAINS',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
AOfilter= p4c.create_column_filter('AO filter', 'type', 'AO', 'CONTAINS',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.
combined_MIEKEAOfilter= p4c.create_composite_filter('MIE KE AO filter', ['MIE filter','KE filter','AO filter'],type='ANY',network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')
No edges selected.

Step 7. You will delete the selected filtered nodes from the composite filter to only maintain the molecular pathway nodes and gene nodes.

Deletednodes= p4c.delete_selected_nodes(network='Cloned molecular inflammatory stress response pathway AOP network for dict WP')

Step 8. A for loop will be created for the WP dictionary which contains the WP titles as the keys and the names of the genes as values. Due to settings of the get_first_neighbours function, it is not possible to retrieve the gene IDs with this function.

name_list_WP=df_corrected['name'].tolist()
dictWP = {}

for name in name_list_WP:
        gene_neighbors_per_WP = p4c.get_first_neighbors(node_names=name, network= 'Cloned molecular inflammatory stress response pathway AOP network for dict WP', as_nested_list=False)
        dictWP[name] = gene_neighbors_per_WP  

Section 3: Creation of KEgenes dictionary

In this section, you will identify the match between the dictKE and dictWP dictionary which will allow for matching between the keys: KE ID from the dictKE to the values:genes from dictWP.

Step 9. The KE_genes_dictionary dictionary will contain the match between the dictKE and dictWP dictionary by adding the values of the dictWP dictionary if the value: WPtitle of dictKE is present in dictWP.

KE_genes_dictionary=[]

for KEID in dictKE:
    WPtitle= KEID['WPtitle']
    
    if WPtitle in dictWP:
        KEID['gene'] = dictWP[WPtitle]
    KE_genes_dictionary.append(KEID)

Section 4: Calculation of N variable

In this section, variable N will be calculated per individual key event.

Step 10. First, the KEgenes dictionary is manipulated so that each gene is placed on an individual row. This requires the creation of a dataframe, adjustment of the column titles and explosion of the gene column.

first_dataframe=pd.DataFrame.from_dict(KE_genes_dictionary)
df5=df4.rename(columns={'name':'WPtitle'})
first_dataframe1=pd.merge(first_dataframe, df5, on='WPtitle')
second_dataframe=first_dataframe1.explode('gene')
second_dataframe1 = second_dataframe.drop(columns=['selected','AverageShortestPathLength','BetweennessCentrality','ClosenessCentrality','ClusteringCoefficient','group','type','Association type','CTL.Ext','CTL.Type','CTL.PathwayName','CTL.label','CTL.PathwayID','CTL.GeneName','CTL.GeneID','Eccentricity','EdgeCount','Indegree','IsSingleNode','NeighborhoodConnectivity','Outdegree','PartnerOfMultiEdgedNodePairs','SelfLoops','Stress','id','SUID'], axis=1)
second_dataframe1_reordered = second_dataframe.loc[:, ['KEID', 'WPtitle', 'shared name','gene']]
third_dataframe=second_dataframe1_reordered.rename(columns={'shared name':'ID'})

Step 11. The gene IDs that belong to gene symbols are added to complete the dataframe and merge this dataframe to the previous: third_dataframe. This will allow for a dataframe that contains all needed columns: KEID, WPtitle, WPID, gene symbol and gene ID.

df6= nodetable[nodetable['CTL.Type'] == 'gene']
df7=df6.rename(columns={'shared name':'gene'})
df8=df7.drop(columns=['name','selected','AverageShortestPathLength','BetweennessCentrality','ClosenessCentrality','ClusteringCoefficient','group','type','Association type','CTL.Ext','CTL.Type','CTL.PathwayName','CTL.label','CTL.PathwayID','CTL.GeneName','Eccentricity','EdgeCount','Indegree','IsSingleNode','NeighborhoodConnectivity','Outdegree','PartnerOfMultiEdgedNodePairs','SelfLoops','Stress','id','SUID'], axis=1)
mergeddataframe_gene=pd.merge(third_dataframe, df8, on='gene')
mergeddataframe_final=mergeddataframe_gene.rename(columns={'CTL.GeneID':'Entrez.Gene'})
mergeddataframe_final

KEID WPtitle ID gene Entrez.Gene
0 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL17 6361
1 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CX3CL1 6376
2 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL24 6369
3 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL7 6354
4 https://identifiers.org/aop.events/486 Overview of proinflammatory and profibrotic me... WP5095 CCL25 6370
... ... ... ... ... ...
20878 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 DLG4 1742
20879 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MKNK1 8569
20880 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 MTOR 2475
20881 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EEF2K 29904
20882 https://identifiers.org/aop.events/352 BDNF-TrkB signaling WP3676 EIF4EBP1 1978

20883 rows × 5 columns

Step 12. The following for loop will be run for the calculation of the N variable. This for loop iterates over each row of the dataframe and will count the number of genes belonging to individual Key Events that are unique.

variable_N_dictionary_count= {}

for index, row in mergeddataframe_final.iterrows():
    unique_KE = row['KEID']
    gene = row['Entrez.Gene']
    
    if unique_KE not in variable_N_dictionary_count:
       variable_N_dictionary_count[unique_KE] = 1
    else:
        variable_N_dictionary_count[unique_KE] += 1

Step 13. The output of the dictionary will be converted into a dataframe and merged to the mergeddataframe_final dataframe to add the results into a separate column.

fourth_dataframe=pd.DataFrame.from_dict(variable_N_dictionary_count,orient='index')
df_reset = fourth_dataframe.reset_index()
df_reset.columns = ['KEID', 'N']
merged_dataframe= pd.merge(mergeddataframe_final, df_reset, on='KEID')
mergeddataframe=merged_dataframe.rename(columns={'ID':'WPID','gene':'Gene.Symbol'})

Section 5. Comparison 1: PCB concentration 1 (1uM)

Section 5.1 Calculation of n variable

In this section, variable n will be calculated for comparison 1.

Step 14. The table containing the differential expressed genes to control is loaded with the filter for significance.

C1_DEG= pd.read_csv('PCB concentration 1-GSE109565.top.table.tsv',sep='\t')
PCB1_DEG= C1_DEG[C1_DEG['padj'] < 0.05]
PCB1DEG = PCB1_DEG.copy()  
PCB1DEG.rename(columns={PCB1DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
PCB1DEG['Entrez.Gene'] = PCB1DEG['Entrez.Gene'].astype(str)

Step 15. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG= pd.merge(mergeddataframe,PCB1DEG, on='Entrez.Gene')
mergeddataframeDEG= merged_dataframe_DEG.drop(['baseMean'], axis=1)

Step 16. The following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count= {}

for index, row in mergeddataframeDEG.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count:
            variable_n_dictionary_count[unique_KE] = 1
        else:
            variable_n_dictionary_count[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count)
The total number of significant genes: 
{'https://identifiers.org/aop.events/486': 12, 'https://identifiers.org/aop.events/875': 29, 'https://identifiers.org/aop.events/2007': 19, 'https://identifiers.org/aop.events/1495': 28, 'https://identifiers.org/aop.events/105': 8, 'https://identifiers.org/aop.events/1816': 8, 'https://identifiers.org/aop.events/1668 ': 19, 'https://identifiers.org/aop.events/244 ': 95, 'https://identifiers.org/aop.events/1814 ': 43, 'https://identifiers.org/aop.events/888': 2, 'https://identifiers.org/aop.events/1574': 2, 'https://identifiers.org/aop.events/41': 81, 'https://identifiers.org/aop.events/1270': 14, 'https://identifiers.org/aop.events/1086': 22, 'https://identifiers.org/aop.events/1487 ': 5, 'https://identifiers.org/aop.events/1539': 40, 'https://identifiers.org/aop.events/201': 8, 'https://identifiers.org/aop.events/457': 126, 'https://identifiers.org/aop.events/55': 44, 'https://identifiers.org/aop.events/188': 1, 'https://identifiers.org/aop.events/618': 39, 'https://identifiers.org/aop.events/389': 8, 'https://identifiers.org/aop.events/177': 24, 'https://identifiers.org/aop.events/2013': 10, 'https://identifiers.org/aop.events/2006': 38, 'https://identifiers.org/aop.events/1497': 80, 'https://identifiers.org/aop.events/870': 4, 'https://identifiers.org/aop.events/1669': 57, 'https://identifiers.org/aop.events/1115': 8, 'https://identifiers.org/aop.events/202': 40, 'https://identifiers.org/aop.events/1917': 52, 'https://identifiers.org/aop.events/1633': 160, 'https://identifiers.org/aop.events/1392': 24, 'https://identifiers.org/aop.events/1815': 10, 'https://identifiers.org/aop.events/386': 57, 'https://identifiers.org/aop.events/1944': 10, 'https://identifiers.org/aop.events/1582': 13, 'https://identifiers.org/aop.events/1896': 34, 'https://identifiers.org/aop.events/1172': 5, 'https://identifiers.org/aop.events/1496': 59, 'https://identifiers.org/aop.events/68': 20, 'https://identifiers.org/aop.events/1493': 118, 'https://identifiers.org/aop.events/265': 48, 'https://identifiers.org/aop.events/1817': 42, 'https://identifiers.org/aop.events/1819': 17, 'https://identifiers.org/aop.events/1750': 80, 'https://identifiers.org/aop.events/1901': 6, 'https://identifiers.org/aop.events/1848': 27, 'https://identifiers.org/aop.events/1365': 42, 'https://identifiers.org/aop.events/890': 8, 'https://identifiers.org/aop.events/1587': 7, 'https://identifiers.org/aop.events/1457': 8, 'https://identifiers.org/aop.events/1586': 7, 'https://identifiers.org/aop.events/149': 160, 'https://identifiers.org/aop.events/1575': 42, 'https://identifiers.org/aop.events/1579': 54, 'https://identifiers.org/aop.events/87': 14, 'https://identifiers.org/aop.events/249': 8, 'https://identifiers.org/aop.events/288': 21, 'https://identifiers.org/aop.events/209': 143, 'https://identifiers.org/aop.events/1498': 40, 'https://identifiers.org/aop.events/1500': 40, 'https://identifiers.org/aop.events/1488': 33, 'https://identifiers.org/aop.events/1494': 14, 'https://identifiers.org/aop.events/52': 37, 'https://identifiers.org/aop.events/381': 30, 'https://identifiers.org/aop.events/484': 139, 'https://identifiers.org/aop.events/388': 29, 'https://identifiers.org/aop.events/1262': 42, 'https://identifiers.org/aop.events/1945': 214, 'https://identifiers.org/aop.events/2009': 14, 'https://identifiers.org/aop.events/2012': 40, 'https://identifiers.org/aop.events/1770': 3, 'https://identifiers.org/aop.events/1818': 41, 'https://identifiers.org/aop.events/1752': 13, 'https://identifiers.org/aop.events/887': 5, 'https://identifiers.org/aop.events/1585': 5, 'https://identifiers.org/aop.events/214': 16, 'https://identifiers.org/aop.events/1271': 17, 'https://identifiers.org/aop.events/1087': 80, 'https://identifiers.org/aop.events/1538': 8, 'https://identifiers.org/aop.events/898': 42, 'https://identifiers.org/aop.events/195': 33, 'https://identifiers.org/aop.events/459': 19, 'https://identifiers.org/aop.events/341': 4, 'https://identifiers.org/aop.events/1670': 16, 'https://identifiers.org/aop.events/759': 10, 'https://identifiers.org/aop.events/1090': 107, 'https://identifiers.org/aop.events/344': 7, 'https://identifiers.org/aop.events/1841': 1, 'https://identifiers.org/aop.events/1820': 7, 'https://identifiers.org/aop.events/896': 4, 'https://identifiers.org/aop.events/1549': 20, 'https://identifiers.org/aop.events/357': 6, 'https://identifiers.org/aop.events/352': 58}

Step 17. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe=pd.DataFrame.from_dict(variable_n_dictionary_count,orient='index')
n_variable_dataframe_reset = n_variable_dataframe.reset_index()
n_variable_dataframe_reset.columns = ['KEID', 'n']
merged_dataframe2= pd.merge(mergeddataframeDEG, n_variable_dataframe_reset, on='KEID')

Section 5.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 18. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(C1_DEG.index)
B
16316

Step 19. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

C1_DEG_filtered=C1_DEG[C1_DEG['padj'] < 0.05]
b=len(C1_DEG_filtered)
b
3124

Section 5.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 20. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe2.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([16316 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([3124 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 21. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)

Step 22. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe.append(p)
             
Hypergeometricpvalue_dataframe=pd.DataFrame(p_value_dataframe)
Hypergeometricpvalue_dataframe.columns= ['Hypergeometric p-value']
merged_finaltable=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe],axis=1)

Section 5.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 23. Lastly, the results are filtered to showcase the significant KEs for the comparison 1.

filteredversion= merged_finaltable[(merged_finaltable['Enrichmentscore']>str(1))& (merged_finaltable['Hypergeometric p-value'] < 0.05)]

Section 5.5. Calculation of percent gene overlap to ORA

Section 5.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 24. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

mergeddataframe_final=mergeddataframe_final.copy()
mergeddataframe_final['KEID'] = mergeddataframe_final['KEID'].str.strip()
significantKEID_genetable=mergeddataframe_final[(mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/244') | (mergeddataframe_final['KEID'] == 'https://identifiers.org/aop.events/41') |(mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/1539')| (mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/457')|(mergeddataframe_final['KEID'] =='https://identifiers.org/aop.events/1917') |(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/68')|(mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/457')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1917')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/68')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1457')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/288')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/209')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/484')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/214')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1271')| (mergeddataframe_final['KEID']=='https://identifiers.org/aop.events/1090')]
significantKEIDgenetable=significantKEID_genetable.drop(columns={'WPtitle','ID'})
significantKEIDgenetable

KEID gene Entrez.Gene
1221 https://identifiers.org/aop.events/244 CASP2 835
1222 https://identifiers.org/aop.events/244 RTCB 51493
1223 https://identifiers.org/aop.events/244 BCL2 596
1224 https://identifiers.org/aop.events/244 BCL2 100049703
1225 https://identifiers.org/aop.events/244 BCL2L11 10018
... ... ... ...
20172 https://identifiers.org/aop.events/1090 SETD5 55209
20173 https://identifiers.org/aop.events/1090 CTNNA3 29119
20174 https://identifiers.org/aop.events/1090 MAD1L1 8379
20175 https://identifiers.org/aop.events/1090 CD44 960
20176 https://identifiers.org/aop.events/1090 CDH10 1008

3641 rows × 3 columns

Section 5.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 25. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA = pd.read_csv("C:/Users/shaki/Downloads/GSE109565_ORApathwaytable/Comparison 1-PCB concentration 1.txt", sep='\t')
datafileORA=pd.DataFrame(datafile_ORA)
filtereddatafileORA=datafileORA[datafileORA['Adjusted P-value'] < 0.05]
dropped_datafileORA_df=filtereddatafileORA.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf=dropped_datafileORA_df.copy()
droppeddatafileORAdf['Genes']= droppeddatafileORAdf['Genes'].replace({';':','},regex=True)
df_ORApathwaytable=droppeddatafileORAdf.copy()
df_ORApathwaytable['Genes'] = df_ORApathwaytable['Genes'].astype(str)
df_ORApathwaytable['Genes'] = df_ORApathwaytable['Genes'].str.split(',')
exploded_df_ORApathwaytable = df_ORApathwaytable.explode('Genes', ignore_index=True)
Section 5.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 26. Next, we create two sets by converting the significant KE table and ora pathway table into dictionaries where the values of the genes are grouped together per key.

ORA_gene_sets = exploded_df_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets = significantKEIDgenetable.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs = {}

for term, ORA_genes in ORA_gene_sets.items():
    for KEID, KEID_genes in SignificantKE_gene_sets.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1090: 4 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1271: 1 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1457: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1539: 3 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1917: 5 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/209: 6 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/214: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/244: 7 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/288: 4 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/41: 7 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/457: 5 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/484: 4 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/68: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1090: 7 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1271: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1457: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1539: 5 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1917: 2 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/209: 10 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/214: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/244: 5 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/288: 1 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/41: 6 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/457: 7 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/484: 9 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/68: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1090: 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1271: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1457: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1539: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1917: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/209: 9 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/214: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/244: 5 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/288: 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/41: 5 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/457: 33 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/484: 7 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/68: 0 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/1090: 2 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/1271: 5 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/1457: 1 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/1539: 0 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/1917: 1 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/209: 3 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/214: 0 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/244: 2 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/288: 0 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/41: 1 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/457: 3 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/484: 1 overlaps
Affected Pathways In Duchenne Muscular Dystrophy WP5356 x https://identifiers.org/aop.events/68: 0 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/1090: 1 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/1271: 0 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/1457: 0 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/1539: 1 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/1917: 0 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/209: 0 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/214: 0 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/244: 0 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/288: 0 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/41: 0 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/457: 2 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/484: 2 overlaps
Allograft Rejection WP2328 x https://identifiers.org/aop.events/68: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1090: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1271: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1457: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1539: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1917: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/209: 5 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/214: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/244: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/288: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/41: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/457: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/484: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/68: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1090: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1271: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1457: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1539: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1917: 6 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/209: 6 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/214: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/244: 6 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/288: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/41: 6 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/457: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/484: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/68: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1090: 8 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1271: 1 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1457: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1539: 1 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1917: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/209: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/214: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/244: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/288: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/41: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/457: 10 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/484: 9 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/68: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1090: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1271: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1457: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1539: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1917: 8 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/209: 10 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/214: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/244: 10 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/288: 5 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/41: 8 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/457: 2 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/484: 2 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/68: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1090: 3 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1271: 1 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1457: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1539: 4 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1917: 1 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/209: 2 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/214: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/244: 3 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/288: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/41: 1 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/457: 2 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/484: 3 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/68: 0 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/1090: 5 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/1271: 3 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/1457: 0 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/1539: 3 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/1917: 1 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/209: 3 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/214: 0 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/244: 3 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/288: 0 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/41: 1 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/457: 3 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/484: 3 overlaps
BMP Signaling In Eyelid Development WP3927 x https://identifiers.org/aop.events/68: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1090: 9 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1271: 2 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1457: 1 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1539: 3 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1917: 1 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/209: 3 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/214: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/244: 6 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/288: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/41: 4 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/457: 7 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/484: 8 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/68: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1090: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1271: 1 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1457: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1539: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/1917: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/209: 1 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/214: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/244: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/288: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/41: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/457: 1 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/484: 0 overlaps
Blood Clotting Cascade WP272 x https://identifiers.org/aop.events/68: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1090: 9 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1271: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1457: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1539: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1917: 1 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/209: 4 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/214: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/244: 5 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/288: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/41: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/457: 7 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/484: 8 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/68: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/1090: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/1271: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/1457: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/1539: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/1917: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/209: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/214: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/244: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/288: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/41: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/457: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/484: 0 overlaps
COVID 19 Thrombosis And Anticoagulation WP4927 x https://identifiers.org/aop.events/68: 0 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/1090: 0 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/1271: 0 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/1457: 0 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/1539: 3 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/1917: 1 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/209: 3 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/214: 0 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/244: 1 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/288: 0 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/41: 2 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/457: 2 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/484: 3 overlaps
Calcium Regulation In Cardiac Cells WP536 x https://identifiers.org/aop.events/68: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1090: 35 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1271: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1457: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1539: 9 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1917: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/209: 31 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/214: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/244: 31 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/288: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/41: 16 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/457: 37 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/484: 34 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/68: 2 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1090: 4 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1271: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1457: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1539: 1 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/1917: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/209: 5 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/214: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/244: 11 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/288: 0 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/41: 3 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/457: 6 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/484: 6 overlaps
Cell Cycle WP179 x https://identifiers.org/aop.events/68: 0 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/1090: 2 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/1271: 1 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/1457: 2 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/1539: 1 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/1917: 1 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/209: 2 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/214: 0 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/244: 1 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/288: 0 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/41: 2 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/457: 3 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/484: 2 overlaps
Cell Lineage Map For Neuronal Differentiation WP5417 x https://identifiers.org/aop.events/68: 1 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/1090: 1 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/1271: 0 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/1457: 0 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/1539: 0 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/1917: 0 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/209: 1 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/214: 0 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/244: 0 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/288: 0 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/41: 0 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/457: 1 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/484: 1 overlaps
Cells And Molecules Involved In Acute Inflammatory Response WP4493 x https://identifiers.org/aop.events/68: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1271: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1457: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1539: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1917: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/209: 5 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/214: 3 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/244: 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/288: 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/41: 3 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/457: 8 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/484: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/68: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1090: 4 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1271: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1457: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1539: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1917: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/209: 5 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/214: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/244: 3 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/288: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/41: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/457: 5 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/484: 3 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/68: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1090: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1271: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1457: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1539: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1917: 5 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/209: 5 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/214: 1 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/244: 5 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/288: 5 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/41: 5 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/457: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/484: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/68: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1090: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1271: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1457: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1539: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1917: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/209: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/214: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/244: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/288: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/41: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/457: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/484: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/68: 0 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/1090: 0 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/1271: 1 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/1457: 0 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/1539: 0 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/1917: 0 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/209: 1 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/214: 0 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/244: 0 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/288: 0 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/41: 0 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/457: 1 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/484: 0 overlaps
Complement And Coagulation Cascades WP558 x https://identifiers.org/aop.events/68: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1090: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1271: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1457: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1539: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1917: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/209: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/214: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/244: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/288: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/41: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/457: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/484: 3 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/68: 0 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/1090: 2 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/1271: 2 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/1457: 0 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/1539: 1 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/1917: 2 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/209: 4 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/214: 0 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/244: 2 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/288: 0 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/41: 2 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/457: 5 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/484: 6 overlaps
Complement System WP2806 x https://identifiers.org/aop.events/68: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1090: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1271: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1457: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1539: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1917: 9 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/209: 9 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/214: 3 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/244: 10 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/288: 11 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/41: 10 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/457: 3 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/484: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/68: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1090: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1271: 3 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1457: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1539: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1917: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/209: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/214: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/244: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/288: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/41: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/457: 4 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/484: 3 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/68: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1090: 5 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1271: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1457: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1539: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/209: 12 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/214: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/244: 8 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/288: 0 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/41: 1 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/457: 2 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/484: 4 overlaps
DNA IR Damage And Cellular Response Via ATR WP4016 x https://identifiers.org/aop.events/68: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1090: 7 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1271: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1457: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1539: 2 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/1917: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/209: 5 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/214: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/244: 2 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/288: 0 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/41: 3 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/457: 5 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/484: 5 overlaps
DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180 x https://identifiers.org/aop.events/68: 0 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/1090: 0 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/1271: 1 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/1457: 0 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/1539: 0 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/1917: 0 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/209: 2 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/214: 0 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/244: 0 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/288: 0 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/41: 0 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/457: 1 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/484: 0 overlaps
Dengue 2 Interactions With Complement And Coagulation Cascades WP3896 x https://identifiers.org/aop.events/68: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1090: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1271: 2 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1457: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1539: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1917: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/209: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/214: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/244: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/288: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/41: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/457: 3 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/484: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/68: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1090: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1271: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1457: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1539: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1917: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/209: 2 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/214: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/244: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/288: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/41: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/457: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/484: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/68: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1090: 7 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1271: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1457: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1539: 39 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/1917: 1 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/209: 3 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/214: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/244: 7 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/288: 0 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/41: 2 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/457: 6 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/484: 6 overlaps
EGF EGFR Signaling WP437 x https://identifiers.org/aop.events/68: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1090: 13 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1271: 1 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1457: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1539: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1917: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/209: 4 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/214: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/244: 10 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/288: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/41: 5 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/457: 13 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/484: 17 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/68: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1090: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1271: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1457: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1539: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1917: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/209: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/214: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/244: 2 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/288: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/41: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/457: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/484: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/68: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1090: 3 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1271: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1457: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1539: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1917: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/209: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/214: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/244: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/288: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/41: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/457: 4 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/484: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/68: 0 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/1090: 0 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/1271: 0 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/1457: 0 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/1539: 0 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/1917: 1 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/209: 2 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/214: 0 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/244: 1 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/288: 0 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/41: 1 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/457: 1 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/484: 0 overlaps
Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720 x https://identifiers.org/aop.events/68: 0 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/1090: 0 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/1271: 0 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/1457: 0 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/1539: 0 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/1917: 2 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/209: 3 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/214: 0 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/244: 2 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/288: 0 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/41: 2 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/457: 1 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/484: 0 overlaps
Eicosanoid Metabolism Via Cyclooxygenases COX WP4719 x https://identifiers.org/aop.events/68: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1090: 2 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1271: 2 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1457: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1539: 2 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1917: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/209: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/214: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/244: 2 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/288: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/41: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/457: 3 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/484: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/68: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1090: 20 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1271: 4 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1457: 4 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1539: 3 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1917: 1 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/209: 8 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/214: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/244: 10 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/288: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/41: 3 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/457: 9 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/484: 8 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/68: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1090: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1271: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1457: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1539: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1917: 4 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/209: 5 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/214: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/244: 4 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/288: 3 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/41: 4 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/457: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/484: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/68: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1090: 6 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1271: 5 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1457: 1 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1539: 2 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1917: 3 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/209: 4 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/214: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/244: 6 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/288: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/41: 3 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/457: 5 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/484: 5 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/68: 0 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/1090: 1 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/1271: 0 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/1457: 0 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/1539: 0 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/1917: 0 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/209: 1 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/214: 0 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/244: 0 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/288: 0 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/41: 0 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/457: 2 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/484: 3 overlaps
Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218 x https://identifiers.org/aop.events/68: 0 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/1090: 2 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/1271: 1 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/1457: 0 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/1539: 0 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/1917: 0 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/209: 1 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/214: 0 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/244: 2 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/288: 0 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/41: 1 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/457: 3 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/484: 3 overlaps
FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790 x https://identifiers.org/aop.events/68: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1090: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1271: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1457: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1539: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1917: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/209: 3 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/214: 2 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/244: 1 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/288: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/41: 2 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/457: 1 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/484: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/68: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1090: 1 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1271: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1457: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1539: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1917: 1 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/209: 3 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/214: 8 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/244: 1 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/288: 8 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/41: 8 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/457: 4 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/484: 2 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/68: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1090: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1271: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1457: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1539: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1917: 2 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/209: 3 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/214: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/244: 2 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/288: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/41: 2 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/457: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/484: 0 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/68: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1090: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1271: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1457: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1539: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1917: 5 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/209: 6 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/214: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/244: 6 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/288: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/41: 6 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/457: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/484: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/68: 1 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1090: 2 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1271: 0 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1457: 0 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1539: 0 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/1917: 0 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/209: 0 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/214: 0 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/244: 0 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/288: 0 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/41: 0 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/457: 3 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/484: 3 overlaps
Fibrin Complement Receptor 3 Signaling WP4136 x https://identifiers.org/aop.events/68: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1090: 1 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1271: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1457: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1539: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/1917: 3 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/209: 4 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/214: 1 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/244: 4 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/288: 2 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/41: 4 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/457: 0 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/484: 1 overlaps
Fluoropyrimidine Activity WP1601 x https://identifiers.org/aop.events/68: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1090: 33 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1271: 4 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1457: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1539: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1917: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/209: 11 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/214: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/244: 12 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/288: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/41: 14 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/457: 70 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/484: 70 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/68: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1090: 26 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1271: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1457: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1539: 8 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1917: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/209: 6 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/214: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/244: 9 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/288: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/41: 3 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/457: 30 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/484: 34 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/68: 0 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/1090: 1 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/1271: 1 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/1457: 0 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/1539: 0 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/1917: 1 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/209: 4 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/214: 2 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/244: 4 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/288: 0 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/41: 4 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/457: 2 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/484: 1 overlaps
Folate Metabolism WP176 x https://identifiers.org/aop.events/68: 0 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/1090: 7 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/1271: 0 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/1457: 0 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/1539: 6 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/1917: 2 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/209: 8 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/214: 0 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/244: 3 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/288: 0 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/41: 5 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/457: 4 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/484: 6 overlaps
Fragile X Syndrome WP4549 x https://identifiers.org/aop.events/68: 2 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/1090: 1 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/1271: 1 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/1457: 0 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/1539: 3 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/1917: 1 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/209: 1 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/214: 0 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/244: 2 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/288: 0 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/41: 1 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/457: 2 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/484: 3 overlaps
G Protein Signaling WP35 x https://identifiers.org/aop.events/68: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1090: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1271: 1 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1457: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1539: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1917: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/209: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/214: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/244: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/288: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/41: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/457: 1 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/484: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/68: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1090: 2 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1271: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1457: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1539: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1917: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/209: 3 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/214: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/244: 4 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/288: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/41: 2 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/457: 5 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/484: 5 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/68: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1090: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1271: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1457: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1539: 1 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/1917: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/209: 3 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/214: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/244: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/288: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/41: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/457: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/484: 0 overlaps
Gastric Cancer Network 1 WP2361 x https://identifiers.org/aop.events/68: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1090: 4 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1271: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1457: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1539: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1917: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/209: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/214: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/244: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/288: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/41: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/457: 4 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/484: 4 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/68: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1090: 13 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1271: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1457: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1539: 8 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/1917: 1 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/209: 6 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/214: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/244: 11 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/288: 0 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/41: 5 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/457: 12 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/484: 16 overlaps
Glioblastoma Signaling WP2261 x https://identifiers.org/aop.events/68: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1090: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1271: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1457: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1539: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1917: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/214: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/244: 3 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/288: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/41: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/457: 2 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/484: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/68: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1090: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1271: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1457: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1539: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/1917: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/209: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/214: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/244: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/288: 0 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/41: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/457: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/484: 1 overlaps
Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211 x https://identifiers.org/aop.events/68: 3 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1090: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1271: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1457: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1539: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1917: 6 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/209: 6 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/214: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/244: 6 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/288: 4 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/41: 6 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/457: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/484: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/68: 1 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/1090: 0 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/1271: 0 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/1457: 0 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/1539: 1 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/1917: 0 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/209: 0 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/214: 0 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/244: 0 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/288: 0 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/41: 0 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/457: 1 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/484: 0 overlaps
Glycerolipids And Glycerophospholipids WP4722 x https://identifiers.org/aop.events/68: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/1090: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/1271: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/1457: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/1539: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/1917: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/209: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/214: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/244: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/288: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/41: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/457: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/484: 0 overlaps
Glycosaminoglycan Synthesis In Fibroblasts WP5395 x https://identifiers.org/aop.events/68: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1090: 7 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1271: 3 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1457: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1539: 3 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1917: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/209: 5 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/214: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/244: 2 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/288: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/41: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/457: 5 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/484: 2 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/68: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1090: 10 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1271: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1457: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1539: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1917: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/209: 9 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/214: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/244: 10 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/288: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/41: 8 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/457: 10 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/484: 11 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/68: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1090: 27 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1271: 2 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1457: 3 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1539: 2 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1917: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/209: 1 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/214: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/244: 1 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/288: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/41: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/457: 16 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/484: 15 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/68: 0 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/1090: 5 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/1271: 0 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/1457: 0 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/1539: 2 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/1917: 1 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/209: 3 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/214: 1 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/244: 3 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/288: 1 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/41: 2 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/457: 1 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/484: 5 overlaps
Hippocampal Synaptogenesis And Neurogenesis WP5231 x https://identifiers.org/aop.events/68: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1090: 3 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1271: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1457: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1539: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/1917: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/209: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/214: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/244: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/288: 0 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/41: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/457: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/484: 1 overlaps
Hypertrophy Model WP516 x https://identifiers.org/aop.events/68: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1090: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1271: 6 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1457: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1539: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1917: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/209: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/214: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/244: 3 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/288: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/41: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/457: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/484: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/68: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1090: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1271: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1457: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1539: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/1917: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/209: 2 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/214: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/244: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/288: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/41: 1 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/457: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/484: 0 overlaps
IL1 And Megakaryocytes In Obesity WP2865 x https://identifiers.org/aop.events/68: 0 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/1090: 2 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/1271: 1 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/1457: 1 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/1539: 0 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/1917: 0 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/209: 1 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/214: 0 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/244: 0 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/288: 0 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/41: 0 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/457: 6 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/484: 6 overlaps
Inflammatory Response Pathway WP453 x https://identifiers.org/aop.events/68: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1090: 10 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1271: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1457: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1539: 5 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1917: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/209: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/214: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/244: 3 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/288: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/41: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/457: 10 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/484: 11 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/68: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1090: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1271: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1457: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1539: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1917: 3 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/209: 3 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/214: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/244: 3 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/288: 3 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/41: 3 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/457: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/484: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/68: 0 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/1090: 0 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/1271: 0 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/1457: 0 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/1539: 0 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/1917: 2 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/209: 2 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/214: 0 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/244: 2 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/288: 0 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/41: 2 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/457: 0 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/484: 0 overlaps
Iron Metabolism Disorders WP5172 x https://identifiers.org/aop.events/68: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1090: 6 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1271: 1 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1457: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1539: 2 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/1917: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/209: 3 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/214: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/244: 3 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/288: 0 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/41: 1 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/457: 7 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/484: 8 overlaps
JAK STAT Signaling In The Regulation Of Beta Cells WP5358 x https://identifiers.org/aop.events/68: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1090: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1271: 2 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1457: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1539: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1917: 1 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/209: 1 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/214: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/244: 1 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/288: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/41: 1 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/457: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/484: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/68: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1090: 1 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1271: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1457: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1539: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/1917: 1 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/209: 1 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/214: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/244: 1 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/288: 0 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/41: 1 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/457: 1 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/484: 1 overlaps
Lactate Shuttle In Glial Cells WP5314 x https://identifiers.org/aop.events/68: 3 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/1090: 3 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/1271: 1 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/1457: 0 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/1539: 1 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/1917: 0 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/209: 1 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/214: 0 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/244: 3 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/288: 0 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/41: 2 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/457: 2 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/484: 3 overlaps
Lipid Metabolism In Senescent Cells WP5149 x https://identifiers.org/aop.events/68: 0 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/1090: 5 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/1271: 2 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/1457: 0 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/1539: 0 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/1917: 3 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/209: 3 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/214: 0 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/244: 3 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/288: 0 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/41: 3 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/457: 3 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/484: 4 overlaps
Lung Fibrosis WP3624 x https://identifiers.org/aop.events/68: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1090: 4 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1271: 2 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1457: 1 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1539: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1917: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/209: 2 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/214: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/244: 1 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/288: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/41: 1 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/457: 5 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/484: 3 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/68: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1090: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1271: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1457: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1539: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1917: 11 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/209: 15 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/214: 3 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/244: 11 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/288: 11 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/41: 14 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/457: 4 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/484: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/68: 0 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/1090: 2 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/1271: 0 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/1457: 0 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/1539: 0 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/1917: 1 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/209: 3 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/214: 0 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/244: 2 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/288: 0 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/41: 2 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/457: 2 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/484: 2 overlaps
Monoamine Transport WP727 x https://identifiers.org/aop.events/68: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1090: 5 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1271: 1 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1457: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1539: 5 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1917: 2 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/209: 5 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/214: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/244: 3 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/288: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/41: 2 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/457: 1 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/484: 2 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/68: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1090: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1271: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1457: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1539: 5 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/1917: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/209: 4 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/214: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/244: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/288: 0 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/41: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/457: 1 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/484: 3 overlaps
NF1 Copy Number Variation Syndrome WP5366 x https://identifiers.org/aop.events/68: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1090: 2 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1271: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1457: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1539: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1917: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/209: 1 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/214: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/244: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/288: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/41: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/457: 1 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/484: 2 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/68: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1090: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1271: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1457: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1539: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1917: 46 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/209: 46 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/214: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/244: 46 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/288: 8 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/41: 46 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/457: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/484: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/68: 1 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1090: 8 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1271: 4 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1457: 1 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1539: 1 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1917: 2 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/209: 2 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/214: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/244: 7 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/288: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/41: 2 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/457: 9 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/484: 9 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/68: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1090: 2 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1271: 4 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1457: 1 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1539: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1917: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/209: 1 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/214: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/244: 2 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/288: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/41: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/457: 3 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/484: 2 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/68: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1090: 2 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1271: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1457: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1539: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/1917: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/209: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/214: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/244: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/288: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/41: 0 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/457: 2 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/484: 1 overlaps
Nephrotic Syndrome WP4758 x https://identifiers.org/aop.events/68: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1090: 7 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1271: 4 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1457: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1539: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/1917: 1 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/209: 9 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/214: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/244: 4 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/288: 0 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/41: 2 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/457: 8 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/484: 6 overlaps
Network Map Of SARS CoV 2 Signaling WP5115 x https://identifiers.org/aop.events/68: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1090: 1 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1271: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1457: 1 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1539: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/1917: 1 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/209: 2 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/214: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/244: 1 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/288: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/41: 1 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/457: 0 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/484: 1 overlaps
Neurogenesis Regulation In The Olfactory Epithelium WP5265 x https://identifiers.org/aop.events/68: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1090: 3 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1271: 5 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1457: 1 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1539: 2 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1917: 3 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/209: 7 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/214: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/244: 6 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/288: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/41: 4 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/457: 2 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/484: 4 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/68: 2 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/1090: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/1271: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/1457: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/1539: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/1917: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/209: 1 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/214: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/244: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/288: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/41: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/457: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/484: 0 overlaps
Neurotransmitter Disorders WP4220 x https://identifiers.org/aop.events/68: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1090: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1271: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1457: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1539: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1917: 3 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/209: 3 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/214: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/244: 3 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/288: 4 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/41: 3 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/457: 1 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/484: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/68: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1090: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1271: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1457: 0 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1539: 6 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/1917: 2 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/209: 7 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/214: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/244: 5 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/288: 1 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/41: 3 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/457: 4 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/484: 3 overlaps
Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341 x https://identifiers.org/aop.events/68: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1090: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1271: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1457: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1539: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1917: 2 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/209: 5 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/214: 4 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/244: 2 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/288: 5 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/41: 5 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/457: 5 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/484: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/68: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1090: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1271: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1457: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1539: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 46 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 54 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/214: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244: 51 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/288: 19 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 53 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/457: 15 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/484: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/68: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1090: 7 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1271: 3 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1457: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1539: 5 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1917: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/209: 3 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/214: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/244: 4 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/288: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/41: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/457: 9 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/484: 10 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/68: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1090: 8 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1271: 4 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1457: 1 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1539: 4 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1917: 1 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/209: 9 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/214: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/244: 6 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/288: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/41: 2 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/457: 7 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/484: 5 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/68: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1090: 2 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1271: 1 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1457: 1 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1539: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1917: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/209: 2 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/214: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/244: 3 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/288: 1 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/41: 1 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/457: 5 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/484: 4 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/68: 0 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/1090: 4 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/1271: 0 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/1457: 1 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/1539: 0 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/1917: 0 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/209: 0 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/214: 0 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/244: 2 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/288: 0 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/41: 0 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/457: 3 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/484: 4 overlaps
Overview Of Nanoparticle Effects WP3287 x https://identifiers.org/aop.events/68: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1090: 2 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1271: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1457: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1539: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1917: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/209: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/214: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/244: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/288: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/41: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/457: 2 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/484: 2 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/68: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1090: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1271: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1457: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1539: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1917: 2 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/209: 6 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/214: 2 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/244: 2 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/288: 5 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/41: 4 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/457: 4 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/484: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/68: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1090: 3 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1271: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1457: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1539: 2 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1917: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/209: 3 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/214: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/244: 5 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/288: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/41: 1 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/457: 3 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/484: 3 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/68: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1090: 6 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1271: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1457: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1539: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/1917: 2 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/209: 32 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/214: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/244: 8 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/288: 0 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/41: 5 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/457: 9 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/484: 7 overlaps
P53 Transcriptional Gene Network WP4963 x https://identifiers.org/aop.events/68: 1 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1090: 36 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1271: 4 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1457: 2 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1539: 5 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1917: 4 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/209: 12 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/214: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/244: 16 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/288: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/41: 10 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/457: 55 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/484: 69 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/68: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1090: 3 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1271: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1457: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1539: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1917: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/209: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/214: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/244: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/288: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/41: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/457: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/484: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/68: 1 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1090: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1271: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1457: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1539: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1917: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/209: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/214: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/244: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/288: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/41: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/457: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/484: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1090: 9 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1457: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1539: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1917: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/209: 4 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/214: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/244: 7 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/288: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/41: 5 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/457: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/484: 5 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/68: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1090: 4 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1457: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1539: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1917: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/209: 3 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/214: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/244: 3 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/288: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/41: 3 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/457: 3 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/484: 4 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/68: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1090: 107 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1271: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1457: 4 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1539: 7 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1917: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/209: 25 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/214: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/244: 21 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/288: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/41: 10 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/457: 36 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/484: 40 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/68: 1 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1090: 7 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1271: 2 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1457: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1539: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1917: 1 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/209: 5 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/214: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/244: 3 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/288: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/41: 1 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/457: 5 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/484: 4 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/68: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1090: 1 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1271: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1457: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1539: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1917: 8 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/209: 8 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/214: 3 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/244: 8 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/288: 13 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/41: 9 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/457: 4 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/484: 1 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/68: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1090: 6 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1271: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1457: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1539: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1917: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/209: 6 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/214: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/244: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/288: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/41: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/457: 5 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/484: 5 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/68: 1 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/1090: 5 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/1271: 3 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/1457: 0 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/1539: 1 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/1917: 1 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/209: 9 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/214: 1 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/244: 2 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/288: 1 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/41: 3 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/457: 6 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/484: 5 overlaps
Primary Ovarian Insufficiency WP5316 x https://identifiers.org/aop.events/68: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1090: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1271: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1457: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1539: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1917: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/209: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/214: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/244: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/288: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/41: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/457: 2 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/484: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/68: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1090: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1271: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1457: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1539: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1917: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/209: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/214: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/244: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/288: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/41: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/457: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/484: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/68: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1090: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1271: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1457: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1539: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1917: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/209: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/214: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/244: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/288: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/41: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/457: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/484: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/68: 1 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1090: 1 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1271: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1457: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1539: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/1917: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/209: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/214: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/244: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/288: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/41: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/457: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/484: 0 overlaps
PtdIns 4 5 P2 In Cytokinesis Pathway WP5199 x https://identifiers.org/aop.events/68: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/1090: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/1271: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/1457: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/1539: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/1917: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/209: 1 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/214: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/244: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/288: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/41: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/457: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/484: 0 overlaps
Purinergic Signaling WP4900 x https://identifiers.org/aop.events/68: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1090: 2 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1271: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1457: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1539: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/1917: 4 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/209: 5 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/214: 0 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/244: 5 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/288: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/41: 4 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/457: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/484: 1 overlaps
Quercetin And Nf kB AP 1 Induced Apoptosis WP2435 x https://identifiers.org/aop.events/68: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1090: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1271: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1457: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1539: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/1917: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/209: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/214: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/244: 1 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/288: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/41: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/457: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/484: 0 overlaps
Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240 x https://identifiers.org/aop.events/68: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1090: 6 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1271: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1457: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1539: 2 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/1917: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/209: 5 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/214: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/244: 8 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/288: 0 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/41: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/457: 3 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/484: 5 overlaps
Retinoblastoma Gene In Cancer WP2446 x https://identifiers.org/aop.events/68: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1090: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1271: 1 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1457: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1539: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1917: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/209: 7 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/214: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/244: 6 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/288: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/41: 6 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/457: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/484: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/68: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1090: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1271: 1 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1457: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1539: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/1917: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/209: 2 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/214: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/244: 3 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/288: 0 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/41: 2 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/457: 2 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/484: 2 overlaps
Senescence Associated Secretory Phenotype SASP WP3391 x https://identifiers.org/aop.events/68: 0 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/1090: 2 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/1271: 0 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/1457: 0 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/1539: 0 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/1917: 0 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/209: 0 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/214: 1 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/244: 1 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/288: 1 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/41: 1 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/457: 2 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/484: 2 overlaps
Sildenafil Treatment WP5294 x https://identifiers.org/aop.events/68: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1090: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1271: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1457: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1539: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1917: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/209: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/214: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/244: 10 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/288: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/41: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/457: 14 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/484: 15 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/68: 0 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/1090: 1 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/1271: 0 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/1457: 0 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/1539: 1 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/1917: 1 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/209: 3 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/214: 0 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/244: 2 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/288: 0 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/41: 3 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/457: 1 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/484: 2 overlaps
Sphingolipid Metabolism In Senescence WP5121 x https://identifiers.org/aop.events/68: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1090: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1271: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1457: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1539: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/1917: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/209: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/214: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/244: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/288: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/41: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/457: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/484: 0 overlaps
Sphingolipid Metabolism Integrated Pathway WP4726 x https://identifiers.org/aop.events/68: 0 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1090: 3 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1271: 0 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1457: 0 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1539: 3 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/1917: 1 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/209: 4 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/214: 0 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/244: 5 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/288: 0 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/41: 2 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/457: 3 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/484: 5 overlaps
Spinal Cord Injury WP2431 x https://identifiers.org/aop.events/68: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1090: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1271: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1457: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1539: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1917: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/209: 4 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/214: 3 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/244: 1 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/288: 1 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/41: 3 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/457: 3 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/484: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/68: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1090: 2 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1271: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1457: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1539: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1917: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/209: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/214: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/244: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/288: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/41: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/457: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/484: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/68: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1090: 5 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1271: 1 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1457: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1539: 2 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1917: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/209: 2 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/214: 1 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/244: 3 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/288: 1 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/41: 1 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/457: 3 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/484: 3 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/68: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/1090: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/1271: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/1457: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/1539: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/1917: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/209: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/214: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/244: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/288: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/41: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/457: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/484: 0 overlaps
Synthesis Of Ceramides And 1 Deoxyceramides WP5194 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1090: 4 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1271: 2 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1457: 8 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1539: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1917: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/209: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/214: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/244: 1 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/288: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/41: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/457: 3 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/484: 2 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1090: 2 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1271: 17 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1457: 2 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1539: 2 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1917: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/209: 4 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/214: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/244: 4 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/288: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/41: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/457: 7 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/484: 4 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1090: 2 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1271: 17 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1457: 2 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1539: 2 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/1917: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/209: 4 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/214: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/244: 4 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/288: 0 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/41: 1 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/457: 7 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/484: 4 overlaps
TGF Beta Receptor Signaling WP560 x https://identifiers.org/aop.events/68: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1090: 11 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1271: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1457: 4 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1539: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1917: 1 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/209: 5 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/214: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/244: 9 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/288: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/41: 4 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/457: 11 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/484: 9 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/68: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1090: 2 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1271: 5 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1457: 1 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1539: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1917: 1 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/209: 2 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/214: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/244: 2 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/288: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/41: 1 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/457: 3 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/484: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/68: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1090: 5 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1271: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1457: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1539: 5 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/1917: 1 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/209: 3 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/214: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/244: 5 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/288: 0 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/41: 2 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/457: 6 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/484: 8 overlaps
TROP2 Regulatory Signaling WP5300 x https://identifiers.org/aop.events/68: 0 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/1090: 2 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/1271: 2 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/1457: 0 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/1539: 1 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/1917: 0 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/209: 1 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/214: 0 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/244: 0 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/288: 0 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/41: 0 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/457: 2 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/484: 2 overlaps
TYROBP Causal Network In Microglia WP3945 x https://identifiers.org/aop.events/68: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1090: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1271: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1457: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1539: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1917: 3 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/209: 4 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/214: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/244: 3 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/288: 3 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/41: 3 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/457: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/484: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/68: 0 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/1090: 9 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/1271: 1 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/1457: 0 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/1539: 1 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/1917: 1 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/209: 7 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/214: 2 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/244: 5 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/288: 2 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/41: 6 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/457: 10 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/484: 9 overlaps
Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746 x https://identifiers.org/aop.events/68: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1090: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1271: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1457: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1539: 2 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1917: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/209: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/214: 1 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/244: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/288: 1 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/41: 4 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/457: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/484: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/68: 0 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/1090: 1 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/1271: 0 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/1457: 0 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/1539: 0 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/1917: 2 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/209: 3 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/214: 3 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/244: 2 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/288: 4 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/41: 4 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/457: 8 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/484: 3 overlaps
Transcription Factor Regulation In Adipogenesis WP3599 x https://identifiers.org/aop.events/68: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1090: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1271: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1457: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1539: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1917: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/209: 1 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/214: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/244: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/288: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/41: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/457: 1 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/484: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/68: 0 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/1090: 0 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/1271: 0 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/1457: 0 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/1539: 1 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/1917: 0 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/209: 2 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/214: 0 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/244: 0 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/288: 0 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/41: 0 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/457: 2 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/484: 1 overlaps
Type II Interferon Signaling WP619 x https://identifiers.org/aop.events/68: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1090: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1271: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1457: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1539: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1917: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/209: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/214: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/244: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/288: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/41: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/457: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/484: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/68: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1090: 25 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1271: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1457: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1539: 13 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1917: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/209: 11 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/214: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/244: 11 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/288: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/41: 5 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/457: 10 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/484: 11 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/68: 3 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1090: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1271: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1457: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1539: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/1917: 1 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/209: 2 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/214: 2 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/244: 1 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/288: 1 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/41: 2 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/457: 4 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/484: 0 overlaps
Vitamin A And Carotenoid Metabolism WP716 x https://identifiers.org/aop.events/68: 0 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/1090: 0 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/1271: 1 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/1457: 0 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/1539: 0 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/1917: 0 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/209: 3 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/214: 2 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/244: 2 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/288: 0 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/41: 2 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/457: 2 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/484: 0 overlaps
Vitamin B12 Metabolism WP1533 x https://identifiers.org/aop.events/68: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1090: 3 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1271: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1457: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1539: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1917: 2 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/209: 7 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/214: 2 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/244: 5 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/288: 4 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/41: 4 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/457: 10 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/484: 5 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/68: 0 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1090: 1 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1271: 0 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1457: 0 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1539: 0 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1917: 3 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/209: 4 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/214: 1 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/244: 4 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/288: 1 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/41: 3 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/457: 3 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/484: 2 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/68: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1090: 2 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1271: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1457: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1539: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1917: 3 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/209: 3 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/214: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/244: 3 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/288: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/41: 3 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/457: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/484: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/68: 1 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1090: 2 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1271: 2 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1457: 1 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1539: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1917: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/209: 1 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/214: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/244: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/288: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/41: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/457: 8 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/484: 10 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/68: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'JUN', 'ITGB3', 'TP53'}, number: 4
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'JUN', 'MEF2A'}, number: 3
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 5
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 6
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TP53', 'JUN', 'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 7
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A6', 'UGT1A9', 'UGT1A4', 'UGT1A1'}, number: 4
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GYS1', 'TP53', 'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 7
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'ITGB3', 'MEF2A', 'GYS1', 'ABCA1'}, number: 5
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'GYS1', 'ITGB3', 'TP53'}, number: 4
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'AKT1S1', 'DEPTOR', 'AKT3', 'PDGFRB', 'TSC2', 'RPTOR'}, number: 7
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'PRKCZ', 'PLCG1', 'PRKCA', 'PIK3R1'}, number: 5
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'SLC6A1'}, number: 2
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC6A1', 'AKT1S1', 'PRKCA', 'SESN1', 'DEPTOR', 'GLS2', 'SOD1', 'TSC2', 'MAOA', 'RPTOR'}, number: 10
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC6A1', 'PRKCA', 'SESN1', 'AKT3', 'PIK3R1'}, number: 5
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2C19'}, number: 1
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC6A1', 'PIK3R1', 'PRKCA', 'TSC2', 'ADRA1A', 'RPTOR'}, number: 6
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'AKT1S1', 'AKT3', 'PDGFRB', 'TSC2', 'PIK3R1', 'RPTOR'}, number: 7
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'PIK3AP1', 'AKT1S1', 'PRKCA', 'AKT3', 'PDGFRB', 'TSC2', 'PIK3R1', 'RPTOR'}, number: 9
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GLS', 'PLCG1'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'WWTR1', 'CDKN1A', 'FZD1', 'PPARGC1A'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3', 'SERPINE1', 'BMP4'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MEF2A'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A4', 'RXRA'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A4', 'LPL', 'FZD1', 'PCK1', 'CDKN1A', 'SERPINE1', 'RXRA', 'GADD45A', 'PPARG'}, number: 9
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA', 'IRS2', 'PPARGC1A'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'SLC2A4', 'CDKN1A', 'GADD45A', 'RXRA'}, number: 5
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'NRIP1', 'RXRA', 'IRS2', 'PPARGC1A'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A4', 'CDKN1A', 'RXRA', 'IRS2', 'PPARGC1A'}, number: 5
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MEF2A', 'STAT2', 'LPL', 'BMP4', 'NR3C1', 'RXRA', 'HMGA1', 'IRS2', 'CYP26B1', 'NR2F1', 'SLC2A4', 'RBL1', 'PCK1', 'PRLR', 'LPIN2', 'LPIN3', 'PPARGC1A', 'CEBPD', 'SPOCK1', 'EPAS1', 'FZD1', 'LMNA', 'NRIP1', 'CDKN1A', 'SERPINE1', 'PPARG', 'PLIN2', 'SMAD3', 'PNPLA3', 'EBF1', 'WWTR1', 'GADD45A', 'RARA'}, number: 33
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'EPAS1', 'PCK1', 'PRLR', 'CDKN1A', 'IRS2', 'PPARGC1A'}, number: 7
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'MMP2'}, number: 2
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'SERPINE1', 'TGFBR2', 'SPP1'}, number: 5
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D', 'SERPINE1', 'TGFBR2'}, number: 3
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'TGFBR2'}, number: 2
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'SERPINE1', 'SPP1'}, number: 3
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Affected Pathways In Duchenne Muscular Dystrophy WP5356, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCZ'}, number: 1
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'COL5A1', 'VEGFA'}, number: 2
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'COL5A1', 'VEGFA'}, number: 2
Term: Allograft Rejection WP2328, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'GSR'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM', 'PCK1', 'HMGCS2', 'MAOA', 'GSR'}, number: 5
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'GSR'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM', 'GSR'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HMGCS2', 'PCK1'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'P4HA2', 'LDHA', 'GLS'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'KEAP1', 'GSTA2', 'NFE2L2', 'RXRA', 'SLC7A11'}, number: 6
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM', 'KEAP1', 'GSTA2', 'NFE2L2', 'RXRA', 'SLC7A11'}, number: 6
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'KEAP1', 'GSTA2', 'NFE2L2', 'RXRA', 'SLC7A11'}, number: 6
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'GSTA2', 'RXRA'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM', 'KEAP1', 'GSTA2', 'NFE2L2', 'RXRA', 'SLC7A11'}, number: 6
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRF3', 'RXRA', 'IKBKG'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IKBKG'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'ITGA1', 'ACTB', 'CTNNA1', 'ACTG1', 'LAMA2', 'ITGB4', 'ITGA6'}, number: 8
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'ITGB6'}, number: 1
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GJA1'}, number: 1
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'ITGB6', 'CTNNA1', 'LMNA', 'ITGB8', 'LAMA2', 'ITGB4', 'ITGA11', 'ITGA6', 'ITGA5'}, number: 10
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'ITGA1', 'ITGB6', 'ITGB8', 'LAMA2', 'ITGB4', 'ITGA11', 'ITGA6', 'ITGA5'}, number: 9
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'JUN', 'SLC7A5'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'JUN', 'JUND'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A7', 'GSTA2', 'ALDH3A1', 'NFE2L2', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 8
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'UGT1A7', 'GSTA2', 'ALDH3A1', 'CYP1A1', 'NFE2L2', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 10
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'UGT1A7', 'GSTA2', 'ALDH3A1', 'NFE2L2', 'UGT1A9', 'CDKN1B', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 10
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'GSTA2', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 5
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A7', 'GSTA2', 'ALDH3A1', 'NFE2L2', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 8
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'CDKN1B'}, number: 2
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'CDKN1B'}, number: 2
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MET', 'WNT5A', 'HRAS'}, number: 3
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'CFL1', 'HRAS', 'PRKCZ'}, number: 4
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'WNT5A'}, number: 2
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'WNT5A', 'HRAS'}, number: 3
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MET', 'HRAS'}, number: 2
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'MET', 'HRAS'}, number: 3
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'FGFR2', 'TGFA', 'JUN', 'MAP3K1'}, number: 5
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'SMAD5', 'BMP4'}, number: 3
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'JUN', 'MAP3K1'}, number: 3
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA'}, number: 1
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFA', 'JUN', 'NOTCH1'}, number: 3
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFA', 'JUN', 'MAP3K1'}, number: 3
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA'}, number: 1
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'FGFR2', 'BMP4'}, number: 3
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'FGFR2', 'TGFA'}, number: 3
Term: BMP Signaling In Eyelid Development WP3927, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'CDH1', 'TP53', 'MMP2', 'CDKN1A', 'MDM2', 'HRAS', 'VEGFA', 'HBEGF'}, number: 9
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1', 'HRAS'}, number: 2
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH1'}, number: 1
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'PIK3R1', 'HRAS'}, number: 3
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'THBS1', 'CDKN1A', 'HBEGF'}, number: 3
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TP53', 'CDKN1A', 'MDM2', 'HRAS', 'PIK3R1', 'HBEGF'}, number: 6
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A', 'HBEGF', 'TP53'}, number: 4
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'THBS1', 'CDKN1A', 'MDM2', 'HRAS', 'VEGFA', 'PIK3R1'}, number: 7
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'TP53', 'THBS1', 'CDKN1A', 'MDM2', 'HRAS', 'VEGFA', 'PIK3R1'}, number: 8
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Blood Clotting Cascade WP272, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HGF', 'FGFR2', 'TP53', 'BCL2', 'MMP2', 'HMGB1', 'PDGFRB', 'VEGFA', 'SFRP2'}, number: 9
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FST', 'SMAD3'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'TNC'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HGF'}, number: 1
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HGF', 'ICAM1', 'SFRP2', 'HMGB1'}, number: 4
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HGF', 'SMAD3', 'TP53', 'BCL2', 'HMGB1'}, number: 5
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HGF', 'TP53'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HGF', 'FGFR2', 'SMAD3', 'TNC', 'PDGFRB', 'VEGFA', 'COL1A1'}, number: 7
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HGF', 'FGFR2', 'TP53', 'BCL2', 'TNC', 'PDGFRB', 'VEGFA', 'COL1A1'}, number: 8
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: COVID 19 Thrombosis And Anticoagulation WP4927, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'PRKCZ', 'GJA1'}, number: 3
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2B', 'CAMK2D', 'PRKCA'}, number: 3
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'ADRA1A'}, number: 2
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GNB1', 'CHRM1'}, number: 2
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GNB1', 'PRKCA', 'CHRM1'}, number: 3
Term: Calcium Regulation In Cardiac Cells WP536, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TP53', 'LRP5', 'FN1', 'CCND2', 'HRAS', 'ITGA6', 'LAMA1', 'CDH1', 'CTNNA1', 'JUN', 'AKT3', 'COL4A6', 'EGFR', 'FGFR2', 'TGFA', 'BCL2', 'FZD1', 'MMP2', 'WNT6', 'CDKN1A', 'PDGFRB', 'SLC2A1', 'VEGFA', 'WNT5A', 'HGF', 'WNT7B', 'LAMB1', 'FZD7', 'KITLG', 'FGF1', 'LAMA2', 'LAMA3', 'MET', 'MDM2', 'RASSF5'}, number: 35
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3', 'TGFBR1', 'BMP4', 'JUN', 'TGFBR2', 'HRAS'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH1', 'SMAD3', 'FN1'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'JUN', 'PLD1', 'PLCG1', 'PRKCA', 'HRAS', 'PLD2', 'JAK2', 'PIK3R1'}, number: 9
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HGF', 'TXNRD1', 'TGFA', 'KEAP1', 'GSTA2', 'NFE2L2', 'PRKCA', 'RXRA', 'GSTA4', 'SLC2A1', 'TGFBR2'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXNRD1', 'LRP5', 'CCND2', 'NFE2L2', 'PRKCA', 'RXRA', 'PLCB1', 'CAMK2D', 'PML', 'JUN', 'CAMK2B', 'TGFA', 'FZD1', 'GSTA2', 'WNT6', 'ROCK2', 'CDKN1A', 'GSTA4', 'SLC2A1', 'NOTCH1', 'PPARG', 'WNT5A', 'HGF', 'BRCA2', 'WNT7B', 'KEAP1', 'FZD7', 'GADD45A', 'DDB2', 'TGFBR2', 'MSH2'}, number: 31
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TXNRD1', 'TP53', 'CCND2', 'NFE2L2', 'PRKCA', 'RXRA', 'HRAS', 'PML', 'JUN', 'NFKB2', 'AKT3', 'TGFA', 'BCL2', 'GSTA2', 'WNT6', 'CDKN1A', 'CDKN1B', 'GSTA4', 'SLC2A1', 'PIK3R1', 'WNT5A', 'HGF', 'SMAD3', 'WNT7B', 'KEAP1', 'CCNE2', 'GADD45A', 'MDM2', 'DDB2', 'TGFBR2', 'BCL2L11'}, number: 31
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'GSTA2', 'RXRA'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HGF', 'CCNA2', 'TXNRD1', 'TP53', 'TGFA', 'KEAP1', 'GSTA2', 'NFE2L2', 'PRKCA', 'CDKN1A', 'RXRA', 'GSTA4', 'SLC2A1', 'TGFBR2', 'PLCB1', 'PIK3R1'}, number: 16
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'STAT2', 'BMP4', 'FN1', 'RXRA', 'HRAS', 'JAK2', 'ITGA6', 'LAMA1', 'IKBKG', 'CTNNA1', 'AKT3', 'COL4A6', 'EGFR', 'FGFR2', 'MECOM', 'EPAS1', 'FZD1', 'CDKN1A', 'PDGFRB', 'CDKN1B', 'SLC2A1', 'GNB1', 'VEGFA', 'PPARG', 'PIK3R1', 'IFNAR2', 'HGF', 'SMAD3', 'LAMB1', 'KITLG', 'FGF1', 'LAMA2', 'LAMA3', 'GADD45A', 'MET', 'MDM2', 'RARA'}, number: 37
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TP53', 'FN1', 'CCND2', 'PRKCA', 'HRAS', 'JAK2', 'ITGA6', 'LAMA1', 'IKBKG', 'AKT3', 'COL4A6', 'EGFR', 'FGFR2', 'TGFA', 'BCL2', 'EPAS1', 'CDKN1A', 'PDGFRB', 'CDKN1B', 'SLC2A1', 'GNB1', 'VEGFA', 'PIK3R1', 'IFNAR2', 'HGF', 'LAMB1', 'KITLG', 'FGF1', 'LAMA2', 'LAMA3', 'CCNE2', 'MET', 'MDM2', 'BCL2L11'}, number: 34
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1', 'SLC2A1'}, number: 2
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND2', 'CDKN1A', 'MDM2', 'TP53'}, number: 4
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PCNA', 'CDC25C', 'CCND2', 'CDKN1A', 'GADD45A'}, number: 5
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK1', 'SMAD3', 'TP53', 'CDC25C', 'CCND2', 'CCNE2', 'CDKN1A', 'GADD45A', 'CDKN1B', 'MDM2', 'SMC1A'}, number: 11
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'CCNA2', 'TP53'}, number: 3
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'RBL1', 'CDKN1A', 'GADD45A', 'CDKN1B', 'MDM2'}, number: 6
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TP53', 'CCND2', 'CCNE2', 'CDKN1A', 'CDKN1B', 'MDM2'}, number: 6
Term: Cell Cycle WP179, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDH1', 'ITGA6'}, number: 2
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'BMP4'}, number: 1
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH1', 'TNC'}, number: 2
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AP2A1'}, number: 1
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC6A1'}, number: 1
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'SLC6A1'}, number: 2
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC6A1'}, number: 1
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC6A1', 'HNF4A'}, number: 2
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA6', 'TNC', 'BMP4'}, number: 3
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA6', 'TNC'}, number: 2
Term: Cell Lineage Map For Neuronal Differentiation WP5417, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GLS'}, number: 1
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB2'}, number: 1
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ICAM1'}, number: 1
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB2'}, number: 1
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB2'}, number: 1
Term: Cells And Molecules Involved In Acute Inflammatory Response WP4493, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP7A1', 'LPL', 'PLTP', 'APOA2', 'CYP27A1'}, number: 5
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1', 'CYP7A1'}, number: 3
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP7A1'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'SCARB1', 'CYP7A1'}, number: 3
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LBR', 'CYP7A1', 'LPL', 'TM7SF2', 'LSS', 'ABCA1', 'MYLIP', 'CYP27A1'}, number: 8
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'PPARGC1A', 'EZH2', 'TP53'}, number: 4
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'SERPINE1'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'JUND'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PML', 'JUN', 'ROCK2', 'SERPINE1', 'PPARG'}, number: 5
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'PML', 'TP53'}, number: 3
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'NRIP1', 'PPARGC1A'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PPARGC1A', 'TP53'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NRIP1', 'SERPINE1', 'CHRM1', 'PPARG', 'PPARGC1A'}, number: 5
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PPARGC1A', 'CHRM1', 'TP53'}, number: 3
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A9', 'UGT1A6', 'UGT2B7', 'ABCC3', 'UGT1A1'}, number: 5
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'UGT1A9', 'UGT1A6', 'UGT2B7', 'ABCC3', 'UGT1A1'}, number: 5
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3'}, number: 1
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A9', 'UGT1A6', 'UGT2B7', 'ABCC3', 'UGT1A1'}, number: 5
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'SLCO1B1', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A1'}, number: 5
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A9', 'UGT1A6', 'UGT2B7', 'ABCC3', 'UGT1A1'}, number: 5
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Complement And Coagulation Cascades WP558, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'ITGB2'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCZ'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CX3CL1'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'VTN', 'ITGB2'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'VTN', 'ITGB2'}, number: 3
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'LAMB1'}, number: 2
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1', 'SPP1'}, number: 2
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'TXN'}, number: 2
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'THBS1', 'PRKCA', 'ICAM1', 'TXN'}, number: 4
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'TXN'}, number: 2
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'TXN'}, number: 2
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'LAMB1', 'VTN', 'THBS1', 'SPP1'}, number: 5
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'LAMB1', 'VTN', 'PRKCA', 'THBS1', 'SPP1'}, number: 6
Term: Complement System WP2806, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CYP2A6', 'GSTA2', 'CYP4A11', 'UGT1A9', 'RXRA', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 9
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP2A6', 'GSTA2', 'CYP4A11', 'UGT1A9', 'RXRA', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 9
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3', 'RXRA', 'PPARGC1A'}, number: 3
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CYP2A6', 'GSTA2', 'CYP4A11', 'UGT1A9', 'RXRA', 'UGT1A6', 'SMC1A', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 10
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP2A6', 'GSTA2', 'UGT1A1', 'CYP2C19', 'UGT1A9', 'RXRA', 'UGT1A6', 'ABCC3', 'UGT1A4', 'PPARGC1A'}, number: 11
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP2A6', 'GSTA2', 'UGT1A1', 'CYP4A11', 'UGT1A9', 'RXRA', 'UGT1A6', 'ABCC3', 'UGT1A4', 'PPARGC1A'}, number: 10
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'RXRA', 'PPARGC1A'}, number: 3
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'IL34'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'TGFBR2', 'BMP4'}, number: 3
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CX3CL1', 'TGFBR2'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LEPR', 'TGFBR2'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IFNAR2', 'PRLR', 'GHR', 'BMP4'}, number: 4
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IFNAR2', 'GHR', 'PRLR'}, number: 3
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BARD1', 'TP53', 'BRCA1', 'MDM2', 'FOXM1'}, number: 5
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'USP1', 'BRCA2', 'EXO1', 'PML', 'PCNA', 'FANCD2', 'RPA1', 'BRIP1', 'CDC25C', 'FANCI', 'BRCA1', 'MSH2'}, number: 12
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK1', 'PML', 'TP53', 'FANCD2', 'CDC25C', 'BRCA1', 'MDM2', 'SMC1A'}, number: 8
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53'}, number: 1
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MDM2', 'IKBKG'}, number: 2
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IKBKG', 'BRCA1', 'MDM2', 'TP53'}, number: 4
Term: DNA IR Damage And Cellular Response Via ATR WP4016, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'RBBP4', 'TP53', 'LATS2', 'AKT1S1', 'DEPTOR', 'TSC2', 'RPTOR'}, number: 7
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'DNM1', 'SPRY2'}, number: 2
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'AKT1S1', 'DEPTOR', 'NOTCH1', 'TSC2', 'RPTOR'}, number: 5
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1B', 'TP53'}, number: 2
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2', 'RPTOR', 'TP53'}, number: 3
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RBL1', 'AKT1S1', 'CDKN1B', 'TSC2', 'RPTOR'}, number: 5
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TP53', 'AKT1S1', 'CDKN1B', 'TSC2', 'RPTOR'}, number: 5
Term: DYRK1A Involvement Regarding Cell Prolif In Brain Development WP5180, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SERPINE1', 'APOA2'}, number: 2
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Dengue 2 Interactions With Complement And Coagulation Cascades WP3896, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGFR2'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FST', 'BMP4'}, number: 2
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RARA', 'FGFR2', 'BMP4'}, number: 3
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGFR2'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2B', 'CAMK2D'}, number: 2
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'RPS6KA1', 'SHC1', 'JUN', 'HRAS', 'MAP3K2', 'MAP3K1'}, number: 7
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'HRAS'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MEF2A', 'GJA1', 'SHC1', 'AP2M1', 'RIN1', 'PRKCA', 'HRAS', 'JAK2', 'MAP3K2', 'CFL1', 'PXDN', 'MAP3K1', 'PIK3C2B', 'RPS6KA2', 'FOSB', 'JUN', 'PLD1', 'PRKCZ', 'IQSEC1', 'JUND', 'PLD2', 'CSK', 'PLCE1', 'EGFR', 'PIAS3', 'RPS6KA1', 'PCNA', 'SPRY2', 'AP2A1', 'SH3GL2', 'CAV2', 'CAV1', 'INPP5D', 'PIK3R1', 'DNM1', 'STMN1', 'INPPL1', 'PLCG1', 'HGS'}, number: 39
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'PRKCA', 'PCNA'}, number: 3
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SHC1', 'JUN', 'PRKCA', 'PIK3C2B', 'HRAS', 'PIK3R1', 'MAP3K1'}, number: 7
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1'}, number: 2
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'MEF2A', 'HRAS', 'JAK2', 'PIK3R1', 'PIK3C2B'}, number: 6
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'PRKCA', 'HRAS', 'JAK2', 'PIK3R1', 'PIK3C2B'}, number: 6
Term: EGF EGFR Signaling WP437, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'HGF', 'FGFR2', 'SHC1', 'PDGFD', 'TGFA', 'BCL2', 'AKT3', 'PDGFRB', 'HRAS', 'MET', 'VEGFA', 'KDR'}, number: 13
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'SHC1', 'PLCG1', 'PRKCA', 'HRAS', 'JAK2', 'PIK3R1'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'PRKCA', 'HGF', 'NRG1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFA', 'PRKCA', 'HGF', 'NRG1'}, number: 4
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HGF', 'SHC1', 'TGFA', 'BCL2', 'NRG1', 'PRKCA', 'AKT3', 'HRAS', 'PIK3R1', 'BCL2L11'}, number: 10
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HGF', 'TGFA', 'NRG1', 'PRKCA', 'PIK3R1'}, number: 5
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'HGF', 'FGFR2', 'PDGFD', 'EIF4E2', 'VEGFA', 'AKT3', 'PDGFRB', 'HRAS', 'MET', 'JAK2', 'PIK3R1', 'KDR'}, number: 13
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'HGF', 'FGFR2', 'PDGFD', 'EIF4E2', 'TGFA', 'BCL2', 'VEGFA', 'BCL2L11', 'PRKCA', 'AKT3', 'PDGFRB', 'HRAS', 'MET', 'JAK2', 'PIK3R1', 'KDR'}, number: 17
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'ITGA1', 'ITGB3', 'ACTB', 'ACTG1', 'ITGA6'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'PIK3R1', 'CAV1', 'CAV2'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3R1', 'NFKB2'}, number: 2
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'ITGB3', 'IRF3', 'ITGA6', 'PIK3R1', 'ITGA5'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'ITGA1', 'ITGB3', 'ITGA6', 'PIK3R1', 'ITGA5'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDH6', 'FGFR2', 'PODXL'}, number: 3
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'BMP4'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH6'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'SPRY2'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ELOVL2', 'FGFR2', 'NR2F2', 'BMP4'}, number: 4
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGFR2'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CYP4A11'}, number: 1
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPARG', 'CYP4A11'}, number: 2
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CYP4A11'}, number: 1
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP4A11'}, number: 1
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPARG'}, number: 1
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metab Via Cytochrome P450 Monooxygenases Pathway WP4720, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PTGR1', 'CYP4A11'}, number: 2
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PTGR1', 'PPARG', 'CYP4A11'}, number: 3
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PTGR1', 'CYP4A11'}, number: 2
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PTGR1', 'CYP4A11'}, number: 2
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPARG'}, number: 1
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Eicosanoid Metabolism Via Cyclooxygenases COX WP4719, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'HRAS'}, number: 2
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3', 'HRAS'}, number: 2
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'CFL1', 'HRAS'}, number: 2
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'HRAS'}, number: 2
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LBR', 'SMAD3', 'HRAS'}, number: 3
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SHC1', 'TP53', 'LRP5', 'FN1', 'LATS2', 'HRAS', 'MAP2K6', 'CDH1', 'AKT3', 'COL4A6', 'FOXM1', 'EZH2', 'WNT6', 'FZD1', 'MMP2', 'WNT5A', 'RBBP4', 'WNT7B', 'SUZ12', 'FZD7'}, number: 20
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR2', 'HRAS'}, number: 4
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH1', 'SMAD3', 'FN1', 'ID1'}, number: 4
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PIK3R1', 'SHC1', 'HRAS'}, number: 3
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT7B', 'LRP5', 'WNT6', 'FZD1', 'FZD7', 'TGFBR2', 'NOTCH1', 'WNT5A'}, number: 8
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'SHC1', 'TP53', 'WNT7B', 'WNT6', 'AKT3', 'TGFBR2', 'HRAS', 'PIK3R1', 'WNT5A'}, number: 10
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'TGFBR2', 'TP53'}, number: 3
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'VTN', 'FZD1', 'FN1', 'AKT3', 'COL4A6', 'HRAS', 'ITGA5', 'PIK3R1'}, number: 9
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TP53', 'VTN', 'FN1', 'AKT3', 'HRAS', 'COL4A6', 'ITGA5', 'PIK3R1'}, number: 8
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A6', 'UGT2B7', 'UGT1A9', 'UGT1A1'}, number: 4
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP1A1', 'UGT1A9', 'UGT1A6', 'UGT2B7', 'UGT1A1'}, number: 5
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A6', 'UGT2B7', 'UGT1A9', 'UGT1A1'}, number: 4
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A6', 'UGT1A9', 'UGT1A1'}, number: 3
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A6', 'UGT2B7', 'UGT1A9', 'UGT1A1'}, number: 4
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HGF', 'EGFR', 'TGFA', 'MET', 'HRAS', 'WNT5A'}, number: 6
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3', 'TGFBR2', 'HRAS'}, number: 5
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'HRAS'}, number: 2
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HGF', 'TGFA', 'TGFBR2'}, number: 3
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HGF', 'WNT5A', 'TGFA', 'TGFBR2'}, number: 4
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HGF', 'SMAD3', 'TGFA', 'TGFBR2', 'HRAS', 'WNT5A'}, number: 6
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HGF', 'TGFA', 'TGFBR2'}, number: 3
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HGF', 'EGFR', 'SMAD3', 'MET', 'HRAS'}, number: 5
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HGF', 'EGFR', 'TGFA', 'MET', 'HRAS'}, number: 5
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB2'}, number: 1
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ISG15'}, number: 1
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IFNAR2', 'ITGB2'}, number: 2
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SYK', 'IFNAR2', 'ITGB2'}, number: 3
Term: Extrafollicular And Follicular B Cell Activation By SARS CoV 2 WP5218, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGFR2', 'CDKN1A'}, number: 2
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A', 'NFKB2'}, number: 2
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGFR2', 'CDKN1A', 'SPP1'}, number: 3
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGFR2', 'CDKN1A', 'SPP1'}, number: 3
Term: FGF23 Signaling In Hypophosphatemic Rickets Related Disorders WP4790, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'APOA2', 'LPL', 'PLTP'}, number: 3
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RXRA', 'CYP8B1', 'CYP7A1'}, number: 3
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IP6K3', 'CYP8B1', 'CYP7A1', 'RXRA', 'NR1H4', 'BAAT', 'IRS2', 'PPARGC1A'}, number: 8
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IP6K3', 'CYP8B1', 'CYP7A1', 'RXRA', 'NR1H4', 'BAAT', 'IRS2', 'PPARGC1A'}, number: 8
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'IP6K3', 'CYP8B1', 'CYP7A1', 'RXRA', 'NR1H4', 'BAAT', 'IRS2', 'PPARGC1A'}, number: 8
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'RXRA', 'CYP7A1', 'IRS2', 'PPARGC1A'}, number: 4
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'PPARGC1A'}, number: 2
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CYP2A6', 'CYP4A11'}, number: 2
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP2A6', 'CYP1A1', 'CYP4A11'}, number: 3
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CYP2A6', 'CYP4A11'}, number: 2
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2A6'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP2A6', 'CYP4A11'}, number: 2
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC3A2', 'TP53'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'TXNRD1', 'FTL', 'FTH1', 'SLC7A11'}, number: 5
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXNRD1', 'GCLM', 'FTL', 'ACSL5', 'FTH1', 'SLC7A11'}, number: 6
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'TXNRD1', 'TP53', 'FTL', 'FTH1', 'SLC7A11'}, number: 6
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM', 'TXNRD1', 'TP53', 'FTL', 'FTH1', 'SLC7A11'}, number: 6
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5'}, number: 1
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'RASSF5', 'ITGB2'}, number: 2
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IKBKG', 'IRF3', 'ITGB2'}, number: 3
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IKBKG', 'SYK', 'ITGB2'}, number: 3
Term: Fibrin Complement Receptor 3 Signaling WP4136, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CYP2A6', 'ABCC3', 'CES2'}, number: 3
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP2A6', 'ERCC2', 'ABCC3', 'CES2'}, number: 4
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3'}, number: 1
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CYP2A6', 'ABCC3', 'CES2', 'TP53'}, number: 4
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2A6', 'ABCC3'}, number: 2
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP2A6', 'ABCC3', 'CES2', 'TP53'}, number: 4
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Fluoropyrimidine Activity WP1601, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PDGFD', 'FN1', 'ITGB2', 'HRAS', 'ITGA6', 'LAMA1', 'FGF14', 'AKT1S1', 'AKT3', 'COL4A6', 'PPARGC1A', 'EGFR', 'FGFR2', 'FGF12', 'CDKN1A', 'PDGFRB', 'EFNA5', 'SLC2A1', 'VEGFA', 'KDR', 'ITGB3', 'HGF', 'LAMB1', 'FGF13', 'KITLG', 'FGF1', 'LAMA2', 'LAMA3', 'ITGB4', 'MET', 'MDM2', 'TSC2', 'RPTOR'}, number: 33
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1', 'SPP1', 'ITGB6', 'HRAS'}, number: 4
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'TNC', 'FN1'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'HRAS', 'JAK2', 'PIK3R1', 'PIK3C2B'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HGF', 'SLC2A4', 'SLC2A2', 'FGF13', 'SLC2A1'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HGF', 'SLC2A4', 'SLC2A2', 'FGF13', 'AKT1S1', 'THBS1', 'CDKN1A', 'SLC2A1', 'TSC2', 'DDIT4', 'RPTOR'}, number: 11
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2', 'PPARGC1A'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HGF', 'SLC2A4', 'SLC2A2', 'FGF13', 'CDKN1A', 'AKT3', 'CDKN1B', 'HRAS', 'SLC2A1', 'MDM2', 'PIK3R1', 'PIK3C2B'}, number: 12
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2', 'PPARGC1A'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GYS1', 'HGF', 'CAB39', 'SLC2A4', 'PFKFB3', 'SLC2A2', 'RPTOR', 'FGF13', 'CDKN1A', 'SLC2A1', 'TSC2', 'PIK3R1', 'IRS2', 'PPARGC1A'}, number: 14
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PFKFB4', 'PDGFD', 'COL3A1', 'FN1', 'ITGB2', 'THBS2', 'HRAS', 'SPP1', 'JAK2', 'ITGA11', 'ITGA6', 'COL1A1', 'DDIT4', 'GHR', 'LAMA1', 'IKBKG', 'IRS2', 'PIK3C2B', 'COL5A1', 'SLC2A4', 'PPP2R2B', 'EIF4E2', 'PFKFB3', 'VTN', 'SLC2A2', 'FGF14', 'PRLR', 'PELO', 'AKT1S1', 'AKT3', 'COL4A6', 'PPARGC1A', 'EGFR', 'CAB39', 'FGFR2', 'EPAS1', 'FGF12', 'ITGB8', 'CDKN1A', 'CHRM1', 'CDKN1B', 'PDGFRB', 'SLC2A1', 'EFNA5', 'VEGFA', 'GNB1', 'PIK3R1', 'IFNAR2', 'KDR', 'FOXA1', 'ITGB3', 'GYS1', 'HGF', 'ITGA5', 'ITGB6', 'LAMB1', 'TNC', 'KITLG', 'FGF1', 'FGF13', 'LAMA2', 'LAMA3', 'THBS1', 'ITGB4', 'MET', 'TNXB', 'MDM2', 'TSC2', 'PPP2R5B', 'RPTOR'}, number: 70
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PFKFB4', 'PDGFD', 'COL3A1', 'FN1', 'ITGB2', 'THBS2', 'HRAS', 'SPP1', 'JAK2', 'ITGA11', 'ITGA6', 'COL1A1', 'DDIT4', 'GHR', 'LAMA1', 'IKBKG', 'IRS2', 'PIK3C2B', 'COL5A1', 'SLC2A4', 'PPP2R2B', 'EIF4E2', 'PFKFB3', 'VTN', 'SLC2A2', 'FGF14', 'PRLR', 'PELO', 'AKT1S1', 'AKT3', 'COL4A6', 'PPARGC1A', 'EGFR', 'CAB39', 'FGFR2', 'EPAS1', 'FGF12', 'ITGB8', 'CDKN1A', 'CHRM1', 'CDKN1B', 'PDGFRB', 'SLC2A1', 'EFNA5', 'VEGFA', 'GNB1', 'PIK3R1', 'IFNAR2', 'KDR', 'FOXA1', 'ITGB3', 'GYS1', 'HGF', 'ITGA5', 'ITGB6', 'LAMB1', 'TNC', 'KITLG', 'FGF1', 'FGF13', 'LAMA2', 'LAMA3', 'THBS1', 'ITGB4', 'MET', 'TNXB', 'MDM2', 'TSC2', 'PPP2R5B', 'RPTOR'}, number: 70
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SHC1', 'PDGFD', 'FN1', 'CCND2', 'HRAS', 'ITGA6', 'LAMA1', 'ITGA1', 'ACTB', 'ACTG1', 'JUN', 'AKT3', 'COL4A6', 'EGFR', 'PAK2', 'BCL2', 'PDGFRB', 'VEGFA', 'KDR', 'ITGB3', 'HGF', 'LAMB1', 'LAMA2', 'LAMA3', 'ITGB4', 'MET'}, number: 26
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'ITGB6', 'JUN', 'THBS1', 'SPP1', 'HRAS'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'TNC', 'FN1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'SHC1', 'JUN', 'CAV2', 'CAV1', 'PRKCA', 'HRAS', 'PIK3R1'}, number: 8
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HGF', 'PRKCA'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HGF', 'JUN', 'ROCK2', 'CCND2', 'PRKCA', 'THBS1'}, number: 6
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HGF', 'SHC1', 'BCL2', 'JUN', 'CCND2', 'PRKCA', 'AKT3', 'HRAS', 'PIK3R1'}, number: 9
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HGF', 'PRKCA', 'PIK3R1'}, number: 3
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PDGFD', 'FN1', 'THBS2', 'HRAS', 'SPP1', 'ITGA11', 'COL1A1', 'ITGA6', 'LAMA1', 'VTN', 'AKT3', 'COL4A6', 'EGFR', 'ITGB8', 'PDGFRB', 'VEGFA', 'PIK3R1', 'KDR', 'ITGB3', 'HGF', 'ITGB6', 'LAMB1', 'TNC', 'LAMA2', 'LAMA3', 'THBS1', 'ITGB4', 'MET', 'TNXB', 'ITGA5'}, number: 30
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PDGFD', 'FN1', 'THBS2', 'CCND2', 'PRKCA', 'HRAS', 'SPP1', 'ITGA11', 'COL1A1', 'ITGA6', 'LAMA1', 'ITGA1', 'VTN', 'AKT3', 'COL4A6', 'EGFR', 'BCL2', 'ITGB8', 'PDGFRB', 'VEGFA', 'PIK3R1', 'KDR', 'ITGB3', 'HGF', 'ITGB6', 'LAMB1', 'TNC', 'LAMA2', 'LAMA3', 'THBS1', 'ITGB4', 'MET', 'TNXB', 'ITGA5'}, number: 34
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GPX3'}, number: 1
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SOD1', 'SERPINE1', 'GPX3', 'ICAM1'}, number: 4
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR', 'NFKB2', 'GPX3', 'TP53'}, number: 4
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'SCARB1', 'GPX3', 'TP53'}, number: 4
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SERPINE1', 'ABCA1'}, number: 2
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TP53'}, number: 1
Term: Folate Metabolism WP176, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EIF4G1', 'SHC1', 'BDNF', 'AKT1S1', 'DEPTOR', 'TSC2', 'RPTOR'}, number: 7
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'DNM1', 'SHC1', 'AP2M1', 'AP2A1', 'PLCG1', 'PRKCA'}, number: 6
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'SLC6A1'}, number: 2
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PLCB1', 'SLC6A1', 'CAMK2B', 'AKT1S1', 'PRKCA', 'DEPTOR', 'TSC2', 'RPTOR'}, number: 8
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'SLC6A1', 'SHC1'}, number: 3
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PLCB1', 'SLC6A1', 'PRKCA', 'TSC2', 'RPTOR'}, number: 5
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1S1', 'TSC2', 'PPP2R5B', 'RPTOR'}, number: 4
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BDNF', 'AKT1S1', 'PPP2R5B', 'PRKCA', 'TSC2', 'RPTOR'}, number: 6
Term: Fragile X Syndrome WP4549, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1', 'SLC16A1'}, number: 2
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'PRKCZ', 'HRAS'}, number: 3
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'HRAS'}, number: 2
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GNB1', 'HRAS'}, number: 2
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GNB1', 'PRKCA', 'HRAS'}, number: 3
Term: G Protein Signaling WP35, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'BMP4'}, number: 1
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'BMP4'}, number: 1
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'CDKN1A'}, number: 2
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A4'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A', 'SLC2A4', 'PPARG'}, number: 3
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A', 'SLC2A4', 'CDKN1B', 'BCL2L11'}, number: 4
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'SLC2A4'}, number: 2
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A4', 'CDKN1A', 'CDKN1B', 'VEGFA', 'PPARG'}, number: 5
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'CDKN1A', 'CDKN1B', 'VEGFA', 'BCL2L11'}, number: 5
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AURKA'}, number: 1
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'AURKA', 'E2F7'}, number: 3
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Gastric Cancer Network 1 WP2361, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'FGFR2', 'PDGFRB', 'KDR'}, number: 4
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'FGFR2', 'PDGFRB', 'KDR'}, number: 4
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'FGFR2', 'PDGFRB', 'KDR'}, number: 4
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'FGFR2', 'TP53', 'CCND2', 'BRCA1', 'CDKN1A', 'AKT3', 'PDGFRB', 'HRAS', 'MDM2', 'MET', 'TSC2', 'MAP2K6'}, number: 13
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'SPRY2', 'PRKCZ', 'PLCG1', 'PRKCA', 'HRAS', 'PIK3R1', 'PIK3C2B'}, number: 8
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'BRCA2', 'CCND2', 'PRKCA', 'CDKN1A', 'BRCA1', 'TSC2'}, number: 6
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TP53', 'CCND2', 'PRKCA', 'BRCA1', 'AKT3', 'CDKN1A', 'HRAS', 'CDKN1B', 'MDM2', 'PIK3R1', 'PIK3C2B'}, number: 11
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'PRKCA', 'CDKN1A', 'TSC2', 'PIK3R1'}, number: 5
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'FGFR2', 'CDKN1A', 'AKT3', 'PDGFRB', 'HRAS', 'CDKN1B', 'MDM2', 'TSC2', 'MET', 'PIK3R1', 'PIK3C2B'}, number: 12
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'FGFR2', 'TP53', 'CCND2', 'PRKCA', 'BRCA1', 'AKT3', 'CDKN1A', 'HRAS', 'PDGFRB', 'CDKN1B', 'TSC2', 'MDM2', 'PIK3R1', 'MET', 'PIK3C2B'}, number: 16
Term: Glioblastoma Signaling WP2261, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'TGFBR3'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'RXRA'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'NFKB2', 'RXRA'}, number: 3
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR3C1', 'RXRA'}, number: 2
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Glucose Metabolism In Triple Negative Breast Cancer Cells WP5211, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1', 'LDHA', 'SLC16A1'}, number: 3
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT2B7', 'UGT1A4', 'UGT1A1'}, number: 6
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT2B7', 'UGT1A4', 'UGT1A1'}, number: 6
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT2B7', 'UGT1A4', 'UGT1A1'}, number: 6
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A6', 'UGT1A9', 'UGT1A4', 'UGT1A1'}, number: 4
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT2B7', 'UGT1A4', 'UGT1A1'}, number: 6
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'UGDH'}, number: 1
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PLD1'}, number: 1
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PNPLA3'}, number: 1
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Glycerolipids And Glycerophospholipids WP4722, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Glycosaminoglycan Synthesis In Fibroblasts WP5395, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'DKK1', 'JUN', 'FZD1', 'KITLG', 'CCN2', 'WNT5A'}, number: 7
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'FST', 'BMP4'}, number: 3
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'FOSB', 'JUN', 'EGFR'}, number: 3
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DKK1', 'JUN', 'FZD1', 'NOTCH1', 'WNT5A'}, number: 5
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'WNT5A'}, number: 2
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'BMP4', 'NR3C1', 'FZD1', 'KITLG'}, number: 5
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'KITLG'}, number: 2
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'FGFR2', 'TP53', 'CDKN1A', 'AKT3', 'AJUBA', 'HRAS', 'VEGFA', 'TSC2', 'RPTOR'}, number: 10
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2', 'HRAS'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'PIK3R1', 'HRAS'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'KEAP1', 'NFE2L2', 'TGFBR2'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'KEAP1', 'NFE2L2', 'CDKN1A', 'SESN1', 'TGFBR2', 'NOTCH1', 'TSC2', 'DDIT4', 'RPTOR'}, number: 9
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TP53', 'KEAP1', 'NFKB2', 'NFE2L2', 'CDKN1A', 'AKT3', 'SESN1', 'HRAS', 'TGFBR2', 'PIK3R1'}, number: 10
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TP53', 'KEAP1', 'NFE2L2', 'CDKN1A', 'TGFBR2', 'TSC2', 'PIK3R1', 'RPTOR'}, number: 8
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'FGFR2', 'PIK3R1', 'CDKN1A', 'AKT3', 'HRAS', 'VEGFA', 'TSC2', 'DDIT4', 'RPTOR'}, number: 10
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'FGFR2', 'TP53', 'PIK3R1', 'CDKN1A', 'AKT3', 'HRAS', 'VEGFA', 'TSC2', 'DDIT4', 'RPTOR'}, number: 11
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LATS2', 'ITGB2', 'CD44', 'CDH17', 'HRAS', 'ITGA6', 'CDH1', 'ITGA1', 'CTNNA1', 'FOXM1', 'AMOT', 'EGFR', 'FGFR2', 'PAK2', 'CDH6', 'PDGFRB', 'CDH16', 'CDH18', 'KDR', 'ITGB3', 'VGLL4', 'WWTR1', 'CCN2', 'AJUBA', 'ITGB4', 'CDH10', 'MET'}, number: 27
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'ITGB6', 'HRAS'}, number: 2
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH6', 'CDH1', 'CDH16'}, number: 3
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'HRAS'}, number: 2
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DDB1'}, number: 1
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'ITGB3', 'FGFR2', 'ITGB6', 'CTNNA1', 'ITGA5', 'ITGB2', 'WWTR1', 'ITGB8', 'PDGFRB', 'ITGB4', 'HRAS', 'ITGA11', 'MET', 'ITGA6', 'KDR'}, number: 16
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'ITGA1', 'FGFR2', 'ITGB3', 'ITGB6', 'ITGA5', 'ITGB2', 'ITGB8', 'PDGFRB', 'ITGB4', 'HRAS', 'ITGA11', 'MET', 'ITGA6', 'KDR'}, number: 15
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'RPS6KA1', 'BCL2', 'BDNF', 'CCND2', 'PPARGC1A'}, number: 5
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'RPS6KA1'}, number: 2
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2B', 'CCND2', 'PRKCA'}, number: 3
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'CCND2', 'PRKCA'}, number: 3
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PPARGC1A'}, number: 2
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'BDNF', 'CCND2', 'PRKCA', 'PPARGC1A'}, number: 5
Term: Hippocampal Synaptogenesis And Neurogenesis WP5231, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'HBEGF', 'ATF3'}, number: 3
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUND'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Hypertrophy Model WP516, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'SHC1'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3', 'RUNX2', 'SERPINE1', 'TGFBR2'}, number: 6
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'SHC1'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SERPINE1', 'TGFBR2'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'TGFBR2', 'SHC1'}, number: 3
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'SERPINE1'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ICAM1', 'HBEGF'}, number: 2
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HBEGF'}, number: 1
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: IL1 And Megakaryocytes In Obesity WP2865, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LAMB1', 'FN1'}, number: 2
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1'}, number: 1
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LAMB1', 'VTN', 'COL3A1', 'FN1', 'THBS1', 'COL1A1'}, number: 6
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'LAMB1', 'VTN', 'COL3A1', 'FN1', 'THBS1', 'COL1A1'}, number: 6
Term: Inflammatory Response Pathway WP453, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'ITGA1', 'SHC1', 'PAK2', 'ITGB2', 'AKT3', 'ITGB4', 'HRAS', 'ITGA6', 'MAP2K6'}, number: 10
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'ITGB6', 'HRAS'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'SHC1', 'CAV2', 'CAV1', 'HRAS', 'CSK'}, number: 5
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SORBS1', 'ROCK2'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT3', 'SHC1', 'HRAS'}, number: 3
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'ITGB6', 'ITGB2', 'ITGB8', 'AKT3', 'ITGB4', 'HRAS', 'ITGA11', 'ITGA6', 'ITGA5'}, number: 10
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'ITGA1', 'ITGB6', 'ITGB2', 'ITGB8', 'AKT3', 'ITGB4', 'HRAS', 'ITGA11', 'ITGA6', 'ITGA5'}, number: 11
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CES2', 'UGT1A9', 'UGT1A1'}, number: 3
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CES2', 'UGT1A9', 'UGT1A1'}, number: 3
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CES2', 'UGT1A9', 'UGT1A1'}, number: 3
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A9', 'UGT1A1', 'SLCO1B1'}, number: 3
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CES2', 'UGT1A9', 'UGT1A1'}, number: 3
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'FTH1', 'FTL'}, number: 2
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FTH1', 'FTL'}, number: 2
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'FTH1', 'FTL'}, number: 2
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'FTH1', 'FTL'}, number: 2
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Iron Metabolism Disorders WP5172, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AKT1S1', 'CCND2', 'AKT3', 'HRAS', 'FOXM1', 'RPTOR'}, number: 6
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JAK2', 'HRAS'}, number: 2
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'AKT1S1', 'CCND2', 'RPTOR'}, number: 3
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCND2', 'AKT3', 'HRAS'}, number: 3
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'RPTOR'}, number: 1
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PRLR', 'AKT1S1', 'AKT3', 'HRAS', 'JAK2', 'GHR', 'RPTOR'}, number: 7
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRLR', 'AKT1S1', 'CCND2', 'AKT3', 'HRAS', 'JAK2', 'GHR', 'RPTOR'}, number: 8
Term: JAK STAT Signaling In The Regulation Of Beta Cells WP5358, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'TGFBR2'}, number: 2
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Lactate Shuttle In Glial Cells WP5314, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1', 'LDHA', 'SLC16A1'}, number: 3
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDKN1A', 'HRAS', 'TP53'}, number: 3
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A', 'HRAS', 'TP53'}, number: 3
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'TP53'}, number: 2
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'HRAS'}, number: 2
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1A', 'HRAS', 'TP53'}, number: 3
Term: Lipid Metabolism In Senescent Cells WP5149, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HGF', 'TGFA', 'MMP2', 'FGF1', 'CCN2'}, number: 5
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD7', 'SPP1'}, number: 2
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HGF', 'NFE2L2', 'TGFA'}, number: 3
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HGF', 'NFE2L2', 'TGFA'}, number: 3
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HGF', 'NFE2L2', 'TGFA'}, number: 3
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HGF', 'NFE2L2', 'TGFA'}, number: 3
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HGF', 'FGF1', 'SPP1'}, number: 3
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HGF', 'TGFA', 'FGF1', 'SPP1'}, number: 4
Term: Lung Fibrosis WP3624, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ACTA2', 'PDGFRB', 'WNT5A', 'KDR'}, number: 4
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD5', 'BMP4'}, number: 2
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'TNC'}, number: 1
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'WNT5A'}, number: 2
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'WNT5A'}, number: 1
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HNF4A'}, number: 1
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'BMP4', 'TNC', 'PDGFRB', 'RARA', 'KDR'}, number: 5
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PDGFRB', 'KDR', 'TNC'}, number: 3
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A6', 'GSR', 'CYP2A6', 'UGT1A7', 'GSTA2', 'UGT1A9', 'GPX3', 'GSTA4', 'UGT1A4', 'UGT2B7', 'UGT1A1'}, number: 11
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP8B1', 'UGT1A6', 'CYP7A1', 'GSR', 'CYP2A6', 'UGT1A7', 'GSTA2', 'CYP1A1', 'UGT1A9', 'GPX3', 'GSTA4', 'UGT1A4', 'UGT2B7', 'CYP27A1', 'UGT1A1'}, number: 15
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'BAAT'}, number: 3
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A6', 'GSR', 'CYP2A6', 'UGT1A7', 'GSTA2', 'UGT1A9', 'GPX3', 'GSTA4', 'UGT1A4', 'UGT2B7', 'UGT1A1'}, number: 11
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP8B1', 'CYP7A1', 'CYP2A6', 'GSTA2', 'CYP2C19', 'UGT1A9', 'UGT1A6', 'BAAT', 'UGT1A4', 'UGT1A1'}, number: 11
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP8B1', 'UGT1A6', 'CYP7A1', 'GSR', 'CYP2A6', 'UGT1A7', 'GSTA2', 'UGT1A9', 'GPX3', 'GSTA4', 'UGT1A4', 'UGT2B7', 'BAAT', 'UGT1A1'}, number: 14
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP26B1', 'CYP2B6', 'CYP7A1', 'CYP27A1'}, number: 4
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'TSC2'}, number: 2
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC6A1'}, number: 1
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TSC2', 'CDC25C', 'SLC6A1'}, number: 3
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDC25C', 'SLC6A1'}, number: 2
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2', 'SLC6A1'}, number: 2
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'TSC2'}, number: 2
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'TSC2'}, number: 2
Term: Monoamine Transport WP727, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ACTB', 'ACTG1', 'JUN', 'ACTA2', 'ATF3'}, number: 5
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GJA1', 'JUN', 'PRKCZ', 'PLCG1', 'PRKCA'}, number: 5
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'MAFF', 'PRKCA'}, number: 2
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D', 'JUN', 'CAMK2B', 'PRKCA', 'MAFF'}, number: 5
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAFF', 'PRKCA', 'JUN'}, number: 3
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MAFF', 'PRKCA'}, number: 2
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GNB1'}, number: 1
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GNB1', 'PRKCA'}, number: 2
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'BCL2', 'SUZ12', 'MAP3K2', 'MAP3K1'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'PCNA', 'MAP3K2', 'CFL1', 'MAP3K1'}, number: 5
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ROCK2', 'USP1', 'RFC3', 'PCNA'}, number: 4
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'CCNE2', 'MAP3K1'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNA2'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'CCNE2', 'BCL2'}, number: 3
Term: NF1 Copy Number Variation Syndrome WP5366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'ITGA1'}, number: 2
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1'}, number: 1
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'ITGA1'}, number: 2
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HGF', 'TGFA', 'FGF13', 'SLC2A1', 'HBEGF'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'FTH1', 'RXRA', 'GPX3', 'UGT1A6', 'MAFF', 'SLC2A6', 'UGT1A4', 'SLC2A4', 'CYP2A6', 'SLC2A2', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'SLC6A1', 'TGFA', 'UGT1A7', 'GSTA2', 'PGD', 'NRG1', 'SLC6A6', 'EPHA3', 'UGT1A9', 'GSTA4', 'SLC2A1', 'UGT2B7', 'CES2', 'HBEGF', 'GSR', 'HGF', 'CES4A', 'KEAP1', 'TXN', 'ALDH3A1', 'FGF13', 'CYP4A11', 'SLC2A8', 'SLC39A13', 'TGFBR2', 'SLC6A15', 'SLC7A11'}, number: 46
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'FTH1', 'RXRA', 'GPX3', 'UGT1A6', 'MAFF', 'SLC2A6', 'UGT1A4', 'SLC2A4', 'CYP2A6', 'SLC2A2', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'SLC6A1', 'TGFA', 'UGT1A7', 'GSTA2', 'PGD', 'NRG1', 'SLC6A6', 'EPHA3', 'UGT1A9', 'GSTA4', 'SLC2A1', 'UGT2B7', 'CES2', 'HBEGF', 'GSR', 'HGF', 'CES4A', 'KEAP1', 'TXN', 'ALDH3A1', 'FGF13', 'CYP4A11', 'SLC2A8', 'SLC39A13', 'TGFBR2', 'SLC6A15', 'SLC7A11'}, number: 46
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3', 'RXRA'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'FTH1', 'RXRA', 'GPX3', 'UGT1A6', 'MAFF', 'SLC2A6', 'UGT1A4', 'SLC2A4', 'CYP2A6', 'SLC2A2', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'SLC6A1', 'TGFA', 'UGT1A7', 'GSTA2', 'PGD', 'NRG1', 'SLC6A6', 'EPHA3', 'UGT1A9', 'GSTA4', 'SLC2A1', 'UGT2B7', 'CES2', 'HBEGF', 'GSR', 'HGF', 'CES4A', 'KEAP1', 'TXN', 'ALDH3A1', 'FGF13', 'CYP4A11', 'SLC2A8', 'SLC39A13', 'TGFBR2', 'SLC6A15', 'SLC7A11'}, number: 46
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2A6', 'GSTA2', 'UGT1A9', 'RXRA', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 8
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'FTH1', 'RXRA', 'GPX3', 'UGT1A6', 'MAFF', 'SLC2A6', 'UGT1A4', 'SLC2A4', 'CYP2A6', 'SLC2A2', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'SLC6A1', 'TGFA', 'UGT1A7', 'GSTA2', 'PGD', 'NRG1', 'SLC6A6', 'EPHA3', 'UGT1A9', 'GSTA4', 'SLC2A1', 'UGT2B7', 'CES2', 'HBEGF', 'GSR', 'HGF', 'CES4A', 'KEAP1', 'TXN', 'ALDH3A1', 'FGF13', 'CYP4A11', 'SLC2A8', 'SLC39A13', 'TGFBR2', 'SLC6A15', 'SLC7A11'}, number: 46
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HGF', 'SLC2A4', 'SLC2A2', 'FGF13', 'RXRA', 'SLC2A1'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HGF', 'SLC2A4', 'TGFA', 'SLC2A2', 'FGF13', 'SLC2A1'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'HGF', 'MMP2', 'CCN2', 'AKT3', 'MET', 'VEGFA', 'KDR'}, number: 8
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR2', 'TGFBR3'}, number: 4
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR'}, number: 1
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HGF', 'TGFBR2'}, number: 2
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HGF', 'TGFBR2'}, number: 2
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HGF', 'SMAD3', 'NFKB2', 'CCNE2', 'AKT3', 'CDKN1B', 'TGFBR2'}, number: 7
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HGF', 'TGFBR2'}, number: 2
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'HGF', 'SMAD3', 'AKT3', 'CDKN1B', 'MET', 'VEGFA', 'COL1A1', 'KDR'}, number: 9
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'HGF', 'CCNE2', 'AKT3', 'CDKN1B', 'MET', 'VEGFA', 'COL1A1', 'KDR'}, number: 9
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'KDR', 'KITLG'}, number: 2
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'SMAD5', 'SMAD9'}, number: 4
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1'}, number: 1
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'NFKB2'}, number: 2
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'KDR', 'KITLG'}, number: 3
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'KDR', 'KITLG'}, number: 2
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PODXL', 'ITGB4'}, number: 2
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PLCE1'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB4', 'LMNA'}, number: 2
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB4'}, number: 1
Term: Nephrotic Syndrome WP4758, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ACTB', 'ACTG1', 'JUN', 'FN1', 'AKT1S1', 'DEPTOR', 'RPTOR'}, number: 7
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'SERPINE1', 'SMAD5', 'TGFBR2'}, number: 4
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JAK2', 'JUN'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TP53I3', 'JUN', 'AKT1S1', 'DEPTOR', 'SERPINE1', 'TGFBR2', 'DDIT4', 'APOA2', 'RPTOR'}, number: 9
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK1', 'JUN', 'NFKB2', 'TGFBR2'}, number: 4
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2', 'RPTOR'}, number: 2
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRF3', 'RPTOR', 'FN1', 'AKT1S1', 'SERPINE1', 'JAK2', 'DDIT4', 'IKBKG'}, number: 8
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'RPTOR', 'FN1', 'AKT1S1', 'JAK2', 'DDIT4', 'IKBKG'}, number: 6
Term: Network Map Of SARS CoV 2 Signaling WP5115, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BDNF'}, number: 1
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'ID1'}, number: 1
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NRG1'}, number: 1
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NRG1', 'NOTCH1'}, number: 2
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NRG1'}, number: 1
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NRG1'}, number: 1
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BDNF'}, number: 1
Term: Neurogenesis Regulation In The Olfactory Epithelium WP5265, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BCL2', 'BDNF', 'SLC2A1'}, number: 3
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3', 'SMAD7', 'TGFBR2'}, number: 5
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'CFL1'}, number: 2
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'TGFBR2', 'SLC2A1'}, number: 3
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D', 'CAMK2B', 'PRKCA', 'TGFBR2', 'GLS2', 'SLC2A1', 'PLCB1'}, number: 7
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'BCL2', 'NFKB2', 'PRKCA', 'TGFBR2', 'SLC2A1'}, number: 6
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PLCB1', 'PRKCA', 'TGFBR2', 'SLC2A1'}, number: 4
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'SLC2A1'}, number: 2
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'PRKCA', 'BDNF', 'SLC2A1'}, number: 4
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'GLS', 'SLC2A1'}, number: 2
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAOA'}, number: 1
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Neurotransmitter Disorders WP4220, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CYP2A6', 'UGT1A9', 'UGT1A4'}, number: 3
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP2A6', 'UGT1A9', 'UGT1A4'}, number: 3
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CYP2A6', 'UGT1A9', 'UGT1A4'}, number: 3
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2A6', 'CYP2B6', 'UGT1A9', 'UGT1A4'}, number: 4
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP2A6', 'UGT1A9', 'UGT1A4'}, number: 3
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6'}, number: 1
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'HRAS'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'HRAS'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'CAV1', 'PRKCZ', 'PRKCA', 'HRAS', 'PLCE1'}, number: 6
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'RXRA'}, number: 2
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D', 'JUN', 'CAMK2B', 'PRKCA', 'RXRA', 'PLCB1', 'ISG15'}, number: 7
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'NFKB2', 'PRKCA', 'RXRA', 'HRAS'}, number: 5
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PLCB1', 'PRKCA', 'RXRA'}, number: 3
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'STAT2', 'IFNAR2', 'RXRA', 'HRAS'}, number: 4
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'IFNAR2', 'HRAS'}, number: 3
Term: Non Genomic Actions Of 1 25 Dihydroxyvitamin D3 WP4341, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ABCC3', 'CYP4A11'}, number: 2
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'CYP4A11', 'PPARG', 'ABCC3'}, number: 5
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3', 'NR1H4', 'CYP8B1', 'CYP7A1'}, number: 4
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC3', 'CYP4A11'}, number: 2
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP8B1', 'CYP7A1', 'NR1H4', 'ABCC3'}, number: 5
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'CYP4A11', 'NR1H4', 'ABCC3'}, number: 5
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'CYP7A1', 'ABCA1', 'RARA', 'PPARG'}, number: 5
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HGF', 'EGFR', 'TGFA', 'JUN', 'SLC7A5', 'FGF13', 'SLC2A1', 'HBEGF', 'PPARGC1A'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'TGFBR2', 'TGFBR3'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'JUN', 'JUND'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'FTH1', 'RXRA', 'GPX3', 'UGT1A4', 'MAFF', 'UGT1A6', 'SLC2A6', 'SLC2A4', 'CYP2A6', 'SLC2A2', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'SLC6A1', 'TGFA', 'UGT1A7', 'GSTA2', 'SLC6A6', 'PGD', 'NRG1', 'EPHA3', 'UGT1A9', 'GSTA4', 'SLC2A1', 'UGT2B7', 'CES2', 'HBEGF', 'GSR', 'HGF', 'CES4A', 'KEAP1', 'TXN', 'ALDH3A1', 'FGF13', 'CYP4A11', 'SLC2A8', 'SLC39A13', 'TGFBR2', 'SLC6A15', 'SLC7A11'}, number: 46
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'CYP1A1', 'FTL', 'PLTP', 'NFE2L2', 'FTH1', 'RXRA', 'GPX3', 'UGT1A4', 'MAFF', 'UGT1A6', 'SLC2A6', 'APOA2', 'SLC2A4', 'CYP8B1', 'CYP7A1', 'CYP2A6', 'JUN', 'DBI', 'SLC2A2', 'PCK1', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'SLC6A1', 'TGFA', 'UGT1A7', 'GSTA2', 'SLC6A6', 'PGD', 'NRG1', 'EPHA3', 'UGT1A9', 'GSTA4', 'SLC2A1', 'UGT2B7', 'CES2', 'HBEGF', 'GSR', 'HGF', 'CES4A', 'KEAP1', 'TXN', 'ALDH3A1', 'FGF13', 'CYP4A11', 'SLC2A8', 'SLC39A13', 'TGFBR2', 'SLC6A15', 'SLC7A11'}, number: 54
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP8B1', 'IP6K3', 'CYP7A1', 'RXRA', 'BAAT', 'NR1H4', 'ABCC3', 'IRS2', 'PPARGC1A'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'FTH1', 'RXRA', 'GPX3', 'UGT1A4', 'MAFF', 'SMC1A', 'UGT1A6', 'SLC2A6', 'SLC2A4', 'CYP2A6', 'JUN', 'SLC2A2', 'NFKB2', 'ABCC3', 'MAFG', 'UGT1A1', 'CDK1', 'GCLM', 'SLC6A1', 'TGFA', 'UGT1A7', 'GSTA2', 'SLC6A6', 'PGD', 'NRG1', 'EPHA3', 'UGT1A9', 'CDKN1B', 'GSTA4', 'SLC2A1', 'UGT2B7', 'CES2', 'HBEGF', 'GSR', 'HGF', 'CES4A', 'KEAP1', 'TXN', 'ALDH3A1', 'FGF13', 'CYP4A11', 'SLC2A8', 'SLC39A13', 'TGFBR2', 'SLC6A15', 'SLC7A11'}, number: 51
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'IP6K3', 'CYP2C19', 'RXRA', 'UGT1A6', 'UGT1A4', 'IRS2', 'CYP8B1', 'CYP7A1', 'CYP2A6', 'NR1H4', 'ABCC3', 'UGT1A1', 'PPARGC1A', 'GSTA2', 'NRIP1', 'UGT1A9', 'BAAT', 'SLCO1B1'}, number: 19
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'IP6K3', 'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'FTH1', 'RXRA', 'GPX3', 'UGT1A4', 'MAFF', 'UGT1A6', 'SLC2A6', 'IRS2', 'SLC2A4', 'CYP8B1', 'CYP7A1', 'CYP2A6', 'SLC2A2', 'NR1H4', 'ABCC3', 'MAFG', 'UGT1A1', 'PPARGC1A', 'GCLM', 'SLC6A1', 'TGFA', 'UGT1A7', 'GSTA2', 'SLC6A6', 'PGD', 'NRG1', 'EPHA3', 'UGT1A9', 'GSTA4', 'SLC2A1', 'UGT2B7', 'CES2', 'HBEGF', 'BAAT', 'GSR', 'HGF', 'CES4A', 'KEAP1', 'TXN', 'ALDH3A1', 'FGF13', 'CYP4A11', 'SLC2A8', 'SLC39A13', 'TGFBR2', 'SLC6A15', 'SLC7A11'}, number: 53
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'HGF', 'CYP2B6', 'SLC2A4', 'CYP7A1', 'NR3C1', 'SLC2A2', 'PCK1', 'NRIP1', 'FGF13', 'RXRA', 'CDKN1B', 'SLC2A1', 'IRS2', 'PPARGC1A'}, number: 15
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'HGF', 'SLC2A4', 'TGFA', 'SLC2A2', 'PCK1', 'FGF13', 'CDKN1B', 'SLC2A1', 'IRS2', 'PPARGC1A'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGFR2', 'JUN', 'CCN2', 'AKT3', 'VEGFA', 'FOSL1', 'KDR'}, number: 7
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'RUNX2', 'SPP1'}, number: 3
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'FOSB', 'JUN', 'PRKCA', 'JUND', 'JAK2'}, number: 5
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'PRKCA', 'FOSL1'}, number: 3
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'PRKCA', 'AKT3', 'FOSL1'}, number: 4
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGFR2', 'VEGFA', 'EPAS1', 'COL3A1', 'AKT3', 'SPP1', 'JAK2', 'COL1A1', 'KDR'}, number: 9
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGFR2', 'VEGFA', 'EPAS1', 'COL3A1', 'PRKCA', 'AKT3', 'SPP1', 'JAK2', 'COL1A1', 'KDR'}, number: 10
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGFR2', 'WNT7B', 'LRP5', 'WNT6', 'FZD1', 'FZD7', 'FGF1', 'WNT5A'}, number: 8
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD9', 'SMAD5', 'RUNX2', 'BMP4'}, number: 4
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'PRKCZ', 'PIK3C2B'}, number: 4
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT7B', 'LRP5', 'FZD1', 'WNT6', 'FZD7', 'PRKCA', 'NOTCH1', 'PPARG', 'WNT5A'}, number: 9
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'WNT7B', 'WNT6', 'PRKCA', 'PIK3R1', 'WNT5A', 'PIK3C2B'}, number: 6
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1'}, number: 2
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGFR2', 'BMP4', 'FZD1', 'FGF1', 'PPARG', 'PIK3R1', 'PIK3C2B'}, number: 7
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGFR2', 'FGF1', 'PRKCA', 'PIK3R1', 'PIK3C2B'}, number: 5
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND2', 'TSC2'}, number: 2
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND2', 'TSC2'}, number: 2
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCND2', 'SMAD3', 'CDKN1B'}, number: 3
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'NRIP1'}, number: 1
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TSC2'}, number: 1
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'PRLR', 'NRIP1', 'CDKN1B', 'TSC2'}, number: 5
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TSC2', 'CCND2', 'CDKN1B', 'PRLR'}, number: 4
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BCL2', 'LAMA3', 'AKT3', 'FN1'}, number: 4
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1'}, number: 1
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'AKT3'}, number: 2
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LAMA3', 'AKT3', 'FN1'}, number: 3
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'LAMA3', 'AKT3', 'FN1'}, number: 4
Term: Overview Of Nanoparticle Effects WP3287, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'AREG'}, number: 2
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CX3CL1'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'SPP1'}, number: 2
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'SPP1'}, number: 2
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CYP2A6', 'CYP4A11'}, number: 2
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'CYP2A6', 'CYP1A1', 'CYP4A11', 'CYP27A1'}, number: 6
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1'}, number: 2
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CYP2A6', 'CYP4A11'}, number: 2
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP8B1', 'CYP7A1', 'CYP2A6', 'CYP2C19'}, number: 5
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP2A6', 'CYP8B1', 'CYP7A1', 'CYP4A11'}, number: 4
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP26B1', 'CYP2B6', 'CYP7A1', 'CYP27A1'}, number: 4
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BCL2', 'CDKN1A', 'MAP3K1'}, number: 3
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'MAP3K1'}, number: 2
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A', 'GADD45A', 'PCNA'}, number: 3
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'CDKN1A', 'GADD45A', 'CDKN1B', 'MAP3K1'}, number: 5
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'GADD45A', 'CDKN1B'}, number: 3
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'CDKN1A', 'CDKN1B'}, number: 3
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AKT1S1', 'DEPTOR', 'CDKN1A', 'SLC2A1', 'TSC2', 'RPTOR'}, number: 6
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1', 'SERPINE1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'AURKA', 'PCNA'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'SLC2A1'}, number: 2
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'AURKA', 'ACAD11', 'FANCC', 'ZMAT3', 'GLS2', 'DDIT4', 'PML', 'E2F7', 'CDC25C', 'NCF2', 'AKT1S1', 'ISG15', 'PCNA', 'FUCA1', 'TP53I3', 'CDKN1A', 'SERPINE1', 'ICAM1', 'SESN1', 'SLC2A1', 'NOTCH1', 'CX3CL1', 'ADORA2B', 'THBS1', 'DEPTOR', 'GADD45A', 'DDB2', 'TSC2', 'MSH2', 'SLC7A11', 'TP53INP1', 'RPTOR'}, number: 32
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PML', 'CDC25C', 'SESN1', 'CDKN1A', 'GADD45A', 'DDB2', 'SLC2A1', 'SLC7A11'}, number: 8
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'SLC2A1', 'TSC2', 'SLC7A11', 'RPTOR'}, number: 5
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT1S1', 'THBS1', 'CDKN1A', 'SERPINE1', 'GADD45A', 'SLC2A1', 'TSC2', 'DDIT4', 'RPTOR'}, number: 9
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT1S1', 'THBS1', 'CDKN1A', 'SLC2A1', 'TSC2', 'DDIT4', 'RPTOR'}, number: 7
Term: P53 Transcriptional Gene Network WP4963, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PDGFD', 'TP53', 'FN1', 'CCND2', 'BRCA1', 'HRAS', 'ITGA6', 'LAMA1', 'ITGA1', 'FGF14', 'BDNF', 'AKT3', 'COL4A6', 'EGFR', 'FGFR2', 'TGFA', 'BCL2', 'FGF12', 'CDKN1A', 'PDGFRB', 'EFNA5', 'VEGFA', 'KDR', 'ITGB3', 'HGF', 'LAMB1', 'FGF13', 'KITLG', 'FGF1', 'LAMA2', 'LAMA3', 'ITGB4', 'MET', 'MDM2', 'TSC2', 'RPTOR'}, number: 36
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1', 'SPP1', 'ITGB6', 'HRAS'}, number: 4
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'TNC', 'FN1'}, number: 2
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'PRKCA', 'HRAS', 'JAK2', 'PIK3R1'}, number: 5
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'PRKCA', 'HGF', 'FGF13'}, number: 4
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HGF', 'TGFA', 'PCK1', 'FGF13', 'CCND2', 'BRCA1', 'PRKCA', 'CDKN1A', 'THBS1', 'TSC2', 'DDIT4', 'RPTOR'}, number: 12
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HGF', 'TP53', 'TGFA', 'BCL2', 'FGF13', 'CCND2', 'BRCA1', 'PRKCA', 'AKT3', 'CDKN1A', 'HRAS', 'CDKN1B', 'CCNE2', 'MDM2', 'PIK3R1', 'BCL2L11'}, number: 16
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GYS1', 'HGF', 'TP53', 'TGFA', 'FGF13', 'PRKCA', 'CDKN1A', 'TSC2', 'PIK3R1', 'RPTOR'}, number: 10
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PDGFD', 'FN1', 'THBS2', 'HRAS', 'SPP1', 'JAK2', 'ITGA11', 'ITGA6', 'COL1A1', 'DDIT4', 'GHR', 'LAMA1', 'PPP2R2B', 'IKBKG', 'EIF4E2', 'VTN', 'FGF14', 'PCK1', 'PRLR', 'AKT3', 'COL4A6', 'EGFR', 'FGFR2', 'FGF12', 'ITGB8', 'CDKN1A', 'CHRM1', 'CDKN1B', 'PDGFRB', 'EFNA5', 'VEGFA', 'GNB1', 'PIK3R1', 'IFNAR2', 'KDR', 'ITGB3', 'GYS1', 'HGF', 'ITGB6', 'LAMB1', 'TNC', 'KITLG', 'FGF1', 'FGF13', 'LAMA2', 'LAMA3', 'THBS1', 'ITGB4', 'MET', 'TNXB', 'PPP2R5B', 'TSC2', 'ITGA5', 'MDM2', 'RPTOR'}, number: 55
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3AP1', 'PDGFD', 'TP53', 'FN1', 'THBS2', 'CCND2', 'BRCA1', 'PRKCA', 'HRAS', 'SPP1', 'JAK2', 'ITGA11', 'ITGA6', 'COL6A1', 'DDIT4', 'GHR', 'LAMA1', 'IKBKG', 'COL1A1', 'ITGA1', 'PPP2R2B', 'EIF4E2', 'VTN', 'FGF14', 'SGK1', 'PCK1', 'PRLR', 'BDNF', 'AKT3', 'COL4A6', 'EGFR', 'FGFR2', 'TGFA', 'BCL2', 'FGF12', 'ITGB8', 'CDKN1A', 'CHRM1', 'CDKN1B', 'PDGFRB', 'EFNA5', 'VEGFA', 'GNB1', 'SYK', 'PIK3R1', 'IFNAR2', 'KDR', 'ITGA5', 'ITGB3', 'GYS1', 'HGF', 'ITGB6', 'LAMB1', 'TNC', 'KITLG', 'FGF1', 'FGF13', 'CCNE2', 'LAMA2', 'LAMA3', 'ITGB4', 'MET', 'TNXB', 'THBS1', 'TSC2', 'PPP2R5B', 'MDM2', 'BCL2L11', 'RPTOR'}, number: 69
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AREG', 'CDH17', 'SLC2A1'}, number: 3
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'TP53', 'BCL2', 'JUN', 'MMP2', 'CDKN1A', 'MAP3K5', 'HBEGF', 'MAP2K6'}, number: 9
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'JUN'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2', 'HBEGF'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'NFE2L2', 'CDKN1A', 'HBEGF'}, number: 4
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TP53', 'BCL2', 'JUN', 'NFE2L2', 'CDKN1A', 'HBEGF', 'BCL2L11'}, number: 7
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CCNA2', 'TP53', 'NFE2L2', 'CDKN1A', 'HBEGF'}, number: 5
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'CDKN1A'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'TP53', 'BCL2', 'CDKN1A', 'BCL2L11'}, number: 5
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TGFA', 'SLC2A1', 'VEGFA', 'TP53'}, number: 4
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'SLC2A1'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFA', 'SERPINE1', 'SLC2A1'}, number: 3
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFA', 'SLC2A1', 'TP53'}, number: 3
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'SLC2A1', 'TP53'}, number: 3
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'SERPINE1', 'SLC2A1'}, number: 3
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TGFA', 'SLC2A1', 'VEGFA', 'TP53'}, number: 4
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1', 'LDHA', 'SLC16A1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EIF4G1', 'TP53', 'SLC7A5', 'CCND2', 'ITGA6', 'LAMA1', 'MAP2K6', 'CDH1', 'FGF14', 'AKT1S1', 'AKT3', 'RPS6KA1', 'TGFA', 'BCL2', 'CDH6', 'PDGFRB', 'MAPKAPK2', 'CDH18', 'HBEGF', 'KDR', 'TNIK', 'LAMB1', 'FZD7', 'RASSF4', 'DEPTOR', 'LAMA2', 'MET', 'CDH10', 'TSC2', 'MAP3K5', 'ATF3', 'LRP5', 'FN1', 'ITGB2', 'HMGB1', 'BRCA1', 'CDH17', 'MAP3K2', 'ACTG1', 'CTNNA1', 'ACTA2', 'SLC3A2', 'COL4A6', 'BARD1', 'PAK2', 'FZD1', 'FGF12', 'RASSF2', 'IL34', 'FOSL1', 'WNT5A', 'RBBP4', 'SUZ12', 'CCN2', 'LAMA3', 'MDM2', 'RASSF5', 'RASSF6', 'SHC1', 'PDGFD', 'LATS2', 'PODXL', 'CD44', 'HRAS', 'MAP3K1', 'ITGA1', 'FOXM1', 'AREG', 'EGFR', 'FGFR2', 'MMP2', 'CDKN1A', 'NDRG1', 'HGF', 'ITGB3', 'WWC1', 'MMP14', 'KITLG', 'AJUBA', 'ROR1', 'SFRP2', 'PRSS23', 'DKK1', 'ACTB', 'JUN', 'BDNF', 'PORCN', 'MAD2L1', 'AMOT', 'PPARGC1A', 'EZH2', 'WNT6', 'MOB1A', 'EFNA5', 'CDH16', 'MAP4K2', 'SLC2A1', 'VEGFA', 'KIF23', 'VGLL4', 'WNT7B', 'FGF13', 'WWTR1', 'FGF1', 'CIT', 'ITGB4', 'RPTOR'}, number: 107
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'HRAS'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH6', 'CDH1', 'CDH16', 'FN1'}, number: 4
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'RPS6KA1', 'SHC1', 'JUN', 'HRAS', 'MAP3K2', 'MAP3K1'}, number: 7
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HGF', 'TGFA', 'FGF13', 'SLC2A1', 'HBEGF'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LRP5', 'HMGB1', 'CCND2', 'BRCA1', 'DKK1', 'JUN', 'AKT1S1', 'PORCN', 'TGFA', 'FZD1', 'WNT6', 'CDKN1A', 'SLC2A1', 'FOSL1', 'HBEGF', 'WNT5A', 'HGF', 'WNT7B', 'FZD7', 'FGF13', 'DEPTOR', 'ROR1', 'TSC2', 'SFRP2', 'RPTOR'}, number: 25
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SHC1', 'TP53', 'HMGB1', 'CCND2', 'BRCA1', 'HRAS', 'MAP3K1', 'JUN', 'AKT3', 'TGFA', 'BCL2', 'WNT6', 'CDKN1A', 'SLC2A1', 'FOSL1', 'HBEGF', 'WNT5A', 'HGF', 'WNT7B', 'FGF13', 'MDM2'}, number: 21
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HGF', 'TP53', 'TGFA', 'RPTOR', 'FGF13', 'CDKN1A', 'SLC2A1', 'TSC2', 'HBEGF', 'PPARGC1A'}, number: 10
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PDGFD', 'FN1', 'ITGB2', 'HRAS', 'ITGA6', 'LAMA1', 'CTNNA1', 'FGF14', 'AKT1S1', 'AKT3', 'COL4A6', 'PPARGC1A', 'EGFR', 'FGFR2', 'FZD1', 'FGF12', 'CDKN1A', 'PDGFRB', 'EFNA5', 'SLC2A1', 'VEGFA', 'KDR', 'HGF', 'ITGB3', 'LAMB1', 'FGF13', 'KITLG', 'WWTR1', 'FGF1', 'LAMA2', 'LAMA3', 'MET', 'MDM2', 'ITGB4', 'TSC2', 'RPTOR'}, number: 36
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TP53', 'PDGFD', 'FN1', 'ITGB2', 'CCND2', 'BRCA1', 'HRAS', 'ITGA6', 'LAMA1', 'ITGA1', 'FGF14', 'BDNF', 'AKT1S1', 'AKT3', 'COL4A6', 'PPARGC1A', 'EGFR', 'FGFR2', 'TGFA', 'BCL2', 'FGF12', 'CDKN1A', 'PDGFRB', 'EFNA5', 'SLC2A1', 'VEGFA', 'KDR', 'HGF', 'ITGB3', 'LAMB1', 'FGF13', 'KITLG', 'FGF1', 'LAMA2', 'LAMA3', 'MET', 'MDM2', 'ITGB4', 'TSC2', 'RPTOR'}, number: 40
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HGF', 'DKK1', 'WNT7B', 'KITLG', 'FGF1', 'VEGFA', 'WNT5A'}, number: 7
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FST', 'BMP4'}, number: 2
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'HGF'}, number: 1
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'HGF', 'DKK1', 'WNT7B', 'NOTCH1', 'WNT5A'}, number: 5
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'HGF', 'WNT5A', 'WNT7B'}, number: 3
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HGF'}, number: 1
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HGF', 'BMP4', 'KITLG', 'FGF1', 'VEGFA'}, number: 5
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HGF', 'KITLG', 'FGF1', 'VEGFA'}, number: 4
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CYP2A6', 'GSTA2', 'UGT1A9', 'RXRA', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 8
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP2A6', 'GSTA2', 'UGT1A9', 'RXRA', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 8
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3', 'RXRA', 'PPARGC1A'}, number: 3
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CYP2A6', 'GSTA2', 'UGT1A9', 'RXRA', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 8
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP2A6', 'GSTA2', 'SLCO1B1', 'CYP2C19', 'NRIP1', 'UGT1A9', 'RXRA', 'UGT1A6', 'PPARGC1A', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 13
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP2A6', 'GSTA2', 'UGT1A9', 'RXRA', 'UGT1A6', 'PPARGC1A', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 9
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPARGC1A', 'CYP2B6', 'RXRA', 'NRIP1'}, number: 4
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'DKK1', 'LRP5', 'CDKN1A', 'PODXL', 'ITGB4'}, number: 6
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PCNA', 'DNM1', 'PLCE1', 'PLCG1'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DKK1', 'PCNA', 'LRP5', 'CAMK2B', 'CDKN1A', 'NOTCH1'}, number: 6
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'VTN', 'CDKN1A', 'ITGB4', 'CDKN1B'}, number: 5
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'VTN', 'CDKN1A', 'ITGB4', 'CDKN1B'}, number: 5
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'PLCG1'}, number: 1
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MMP2', 'BDNF', 'BRCA1', 'TSC2', 'KDR'}, number: 5
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1', 'TGFBR2', 'TGFBR3'}, number: 3
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'CAV1'}, number: 1
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'BRCA2', 'EXO1', 'CYP7A1', 'FANCC', 'BRCA1', 'SERPINE1', 'TGFBR2', 'TSC2', 'ERCC6'}, number: 9
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP7A1'}, number: 1
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BRCA1', 'TGFBR2'}, number: 2
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP7A1'}, number: 1
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2', 'CYP7A1', 'TSC2'}, number: 3
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP7A1', 'LMNA', 'PRLR', 'SERPINE1', 'TSC2', 'KDR'}, number: 6
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BDNF', 'PRLR', 'BRCA1', 'TSC2', 'KDR'}, number: 5
Term: Primary Ovarian Insufficiency WP5316, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPARG'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPARG', 'PPARGC1A'}, number: 2
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC3A2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'KIF23'}, number: 1
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: PtdIns 4 5 P2 In Cytokinesis Pathway WP5199, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ADORA2B'}, number: 1
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Purinergic Signaling WP4900, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'JUN'}, number: 2
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CYP2A6', 'KEAP1', 'MAFG', 'NFE2L2'}, number: 4
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP2A6', 'JUN', 'KEAP1', 'NFE2L2', 'MAFG'}, number: 5
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CYP2A6', 'JUN', 'KEAP1', 'NFE2L2', 'MAFG'}, number: 5
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2A6'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP2A6', 'KEAP1', 'MAFG', 'NFE2L2'}, number: 4
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Quercetin And Nf kB AP 1 Induced Apoptosis WP2435, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAD2L1'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Regulation Sister Chromatid Sep At Meta-Anaphase Transition WP4240, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BARD1', 'RBBP4', 'TP53', 'HMGB1', 'CDKN1A', 'MDM2'}, number: 6
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'STMN1', 'PCNA'}, number: 2
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PCNA', 'RPA1', 'HMGB1', 'CDKN1A', 'RFC3'}, number: 5
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK1', 'TP53', 'HMGB1', 'CCNE2', 'CDKN1A', 'CDKN1B', 'MDM2', 'SMC1A'}, number: 8
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'CCNA2', 'TP53'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MDM2', 'CDKN1A', 'CDKN1B'}, number: 3
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TP53', 'CCNE2', 'CDKN1A', 'MDM2', 'CDKN1B'}, number: 5
Term: Retinoblastoma Gene In Cancer WP2446, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXN', 'TXNRD1', 'GPX3', 'GSR'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXNRD1', 'TXN', 'SERPINE1', 'ICAM1', 'GPX3', 'SOD1', 'GSR'}, number: 7
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR', 'TXNRD1', 'TXN', 'NFKB2', 'GPX3', 'GSR'}, number: 6
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'TXNRD1', 'TXN', 'GPX3', 'SCARB1', 'GSR'}, number: 6
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SERPINE1', 'ABCA1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'CDKN1A', 'RPS6KA1'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'RPS6KA1', 'RPS6KA2'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'CDKN1A'}, number: 2
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'CDKN1A', 'CDKN1B'}, number: 3
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'CCNA2'}, number: 2
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B'}, number: 2
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B'}, number: 2
Term: Senescence Associated Secretory Phenotype SASP WP3391, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AKT3', 'PPARGC1A'}, number: 2
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'AKT3'}, number: 1
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'AKT3', 'PPARGC1A'}, number: 2
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'AKT3', 'PPARGC1A'}, number: 2
Term: Sildenafil Treatment WP5294, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TP53', 'BCL2', 'LAMB1', 'FN1', 'LAMA2', 'CDKN1A', 'AKT3', 'LAMA3', 'COL4A6', 'ITGA6', 'LAMA1'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DDB2', 'CDKN1A', 'GADD45A', 'RXRA'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TP53', 'BCL2', 'CCNE2', 'CDKN1A', 'AKT3', 'RXRA', 'CDKN1B', 'GADD45A', 'DDB2', 'PIK3R1'}, number: 10
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A', 'RXRA', 'TP53'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LAMB1', 'FN1', 'LAMA2', 'CDKN1A', 'AKT3', 'RXRA', 'COL4A6', 'CDKN1B', 'LAMA3', 'GADD45A', 'ITGA6', 'PIK3R1', 'LAMA1', 'IKBKG'}, number: 14
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TP53', 'BCL2', 'LAMB1', 'FN1', 'CCNE2', 'CDKN1A', 'AKT3', 'CDKN1B', 'COL4A6', 'LAMA2', 'LAMA3', 'ITGA6', 'PIK3R1', 'LAMA1', 'IKBKG'}, number: 15
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PLCB1', 'PRKCA', 'CDKN1A'}, number: 3
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'CDKN1A'}, number: 2
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PLCB1', 'PRKCA', 'CDKN1A'}, number: 3
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'CDKN1A'}, number: 2
Term: Sphingolipid Metabolism In Senescence WP5121, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Sphingolipid Metabolism Integrated Pathway WP4726, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'BDNF', 'TP53'}, number: 3
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'PRKCA', 'GJA1'}, number: 3
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'ICAM1', 'GADD45A', 'ROCK2'}, number: 4
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK1', 'TP53', 'PRKCA', 'GADD45A', 'CDKN1B'}, number: 5
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'TP53'}, number: 2
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'GADD45A', 'CDKN1B'}, number: 3
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'TP53', 'BDNF', 'PRKCA', 'CDKN1B'}, number: 5
Term: Spinal Cord Injury WP2431, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'APOA2', 'CYP7A1', 'LPL', 'PLTP'}, number: 4
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1', 'CYP7A1'}, number: 3
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP7A1'}, number: 1
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'SCARB1', 'CYP7A1'}, number: 3
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP7A1', 'LPL', 'ABCA1'}, number: 3
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ACTA2', 'ACTG1'}, number: 2
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'BDNF', 'FOXM1', 'VEGFA', 'PPARGC1A'}, number: 5
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'GJA1'}, number: 2
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'MAOA'}, number: 2
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'NFKB2', 'TP73'}, number: 3
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR3C1', 'VEGFA', 'PPARGC1A'}, number: 3
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'BDNF', 'PPARGC1A'}, number: 3
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Synthesis Of Ceramides And 1 Deoxyceramides WP5194, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDH6', 'CDH1', 'CDH16', 'FN1'}, number: 4
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH1', 'SMAD3', 'FN1', 'TNC', 'ID1', 'CDH6', 'RUNX2', 'CDH16'}, number: 8
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'FN1', 'TNC'}, number: 3
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FN1', 'TNC'}, number: 2
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'HRAS'}, number: 2
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3', 'TGFBR1', 'ITGB6', 'TGFBR3', 'BMP4', 'JUN', 'FST', 'TFE3', 'RUNX2', 'SMAD9', 'THBS1', 'SERPINE1', 'SMAD7', 'SMAD5', 'HRAS', 'SPP1', 'TGFBR2'}, number: 17
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'HRAS'}, number: 2
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'THBS1', 'SERPINE1', 'TGFBR2'}, number: 4
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'SMAD3', 'TGFBR2', 'HRAS'}, number: 4
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'ITGB6', 'BMP4', 'THBS1', 'SERPINE1', 'HRAS', 'SPP1'}, number: 7
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'THBS1', 'ITGB6', 'SPP1', 'HRAS'}, number: 4
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'JUN', 'HRAS'}, number: 2
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'ITGB6', 'TGFBR3', 'BMP4', 'JUN', 'FST', 'TFE3', 'RUNX2', 'SMAD9', 'THBS1', 'SERPINE1', 'SMAD5', 'TGFBR2', 'SMAD7', 'SPP1', 'HRAS'}, number: 17
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JUN', 'HRAS'}, number: 2
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'JUN', 'THBS1', 'SERPINE1', 'TGFBR2'}, number: 4
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'JUN', 'SMAD3', 'TGFBR2', 'HRAS'}, number: 4
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'ITGB6', 'BMP4', 'THBS1', 'SERPINE1', 'SPP1', 'HRAS'}, number: 7
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'THBS1', 'ITGB6', 'SPP1', 'HRAS'}, number: 4
Term: TGF Beta Receptor Signaling WP560, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'SHC1', 'TP53', 'PAK2', 'JUN', 'FN1', 'CDKN1A', 'ITGB4', 'MET', 'ATF3', 'MAP2K6'}, number: 11
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3', 'TGFBR1', 'TGFBR3', 'JUN', 'RUNX2', 'THBS1', 'SMAD7', 'TGFBR2'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'FN1', 'TNC', 'RUNX2'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'MEF2A', 'SHC1', 'FOSB', 'JUN', 'CAV1', 'HGS', 'JUND', 'PIK3R1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PML', 'JUN', 'THBS1', 'CDKN1A', 'TGFBR2'}, number: 5
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDK1', 'SMAD3', 'PML', 'SHC1', 'TP53', 'JUN', 'CDKN1A', 'TGFBR2', 'PIK3R1'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A', 'TGFBR2', 'TP53'}, number: 4
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'MEF2A', 'SMAD3', 'RBL1', 'FN1', 'TNC', 'THBS1', 'CDKN1A', 'ITGB4', 'MET', 'PIK3R1'}, number: 11
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'TP53', 'FN1', 'TNC', 'THBS1', 'CDKN1A', 'ITGB4', 'MET', 'PIK3R1'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'WWTR1'}, number: 2
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3', 'SERPINE1', 'TGFBR2'}, number: 5
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SERPINE1', 'TGFBR2'}, number: 2
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'TGFBR2'}, number: 2
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFBR2'}, number: 1
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'SERPINE1', 'WWTR1'}, number: 3
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EGFR', 'CDH1', 'BCL2', 'JUN', 'FN1'}, number: 5
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH1', 'FN1'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'EGFR', 'JUN', 'PRKCA', 'JAK2', 'PIK3R1'}, number: 5
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'JUN', 'PRKCA'}, number: 3
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'JUN', 'PRKCA', 'CDKN1B', 'PIK3R1'}, number: 5
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1'}, number: 2
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EGFR', 'FN1', 'CDKN1B', 'JAK2', 'ITGA5', 'PIK3R1'}, number: 6
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EGFR', 'BCL2', 'FN1', 'PRKCA', 'CDKN1B', 'JAK2', 'ITGA5', 'PIK3R1'}, number: 8
Term: TROP2 Regulatory Signaling WP5300, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'RPS6KA1', 'ITGB2'}, number: 2
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SPP1'}, number: 2
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'RPS6KA1'}, number: 1
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NCF2'}, number: 1
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SPP1', 'ITGB2'}, number: 2
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SPP1', 'ITGB2'}, number: 2
Term: TYROBP Causal Network In Microglia WP3945, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CYP2A6', 'UGT2B7', 'UGT1A4'}, number: 3
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP2A6', 'UGT2B7', 'CYP1A1', 'UGT1A4'}, number: 4
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CYP2A6', 'UGT2B7', 'UGT1A4'}, number: 3
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2A6', 'UGT1A4', 'CYP2C19'}, number: 3
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP2A6', 'UGT2B7', 'UGT1A4'}, number: 3
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'TP53', 'RPTOR', 'AKT1S1', 'AKT3', 'MDM2', 'HRAS', 'TSC2', 'PPARGC1A'}, number: 9
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'HRAS'}, number: 1
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TSC2', 'AKT1S1', 'RXRA', 'NOTCH1', 'PLCB1', 'PPARG', 'RPTOR'}, number: 7
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA', 'PPARGC1A'}, number: 2
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TP53', 'AKT3', 'MDM2', 'RXRA', 'HRAS'}, number: 5
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA', 'PPARGC1A'}, number: 2
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PLCB1', 'TP53', 'RPTOR', 'RXRA', 'TSC2', 'PPARGC1A'}, number: 6
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'RPTOR', 'AKT1S1', 'AKT3', 'RXRA', 'HRAS', 'MDM2', 'TSC2', 'PPARG', 'PPARGC1A'}, number: 10
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'TP53', 'RPTOR', 'AKT1S1', 'AKT3', 'MDM2', 'HRAS', 'TSC2', 'PPARGC1A'}, number: 9
Term: Thyroid Hormones And Peripheral Downstream Signaling Effects WP4746, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'DNM1', 'PLD1'}, number: 2
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'GPX3', 'GSR'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GSR', 'GCLM', 'GPX3', 'SOD1'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'BAAT'}, number: 1
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'GPX3', 'GSR'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'BAAT'}, number: 1
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'BAAT', 'GCLM', 'GPX3', 'GSR'}, number: 4
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A4', 'RXRA'}, number: 2
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPARG', 'SLC2A4', 'RXRA'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA', 'IRS2', 'PPARGC1A'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A4', 'RXRA'}, number: 2
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'PPARGC1A', 'RXRA', 'IRS2', 'NRIP1'}, number: 4
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A4', 'RXRA', 'IRS2', 'PPARGC1A'}, number: 4
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CEBPD', 'SLC2A4', 'NR3C1', 'NRIP1', 'RXRA', 'PPARG', 'IRS2', 'PPARGC1A'}, number: 8
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'IRS2', 'PPARGC1A'}, number: 3
Term: Transcription Factor Regulation In Adipogenesis WP3599, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ICAM1', 'ISG15'}, number: 2
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'JAK2', 'STAT2'}, number: 2
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'JAK2'}, number: 1
Term: Type II Interferon Signaling WP619, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'EIF4G1', 'SHC1', 'FN1', 'HMGB1', 'HRAS', 'MAP2K6', 'DKK1', 'ACTG1', 'CTNNA1', 'JUN', 'AKT1S1', 'AMOT', 'PAK2', 'BCL2', 'MMP2', 'NDRG1', 'VEGFA', 'MAPKAPK2', 'HBEGF', 'KDR', 'ITGB3', 'MMP14', 'CCN2', 'MDM2', 'MAP3K5'}, number: 25
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'JUN', 'HRAS'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): {'GJA1', 'SHC1', 'CSK', 'AP2A1', 'JUN', 'CAV1', 'PRKCZ', 'PLCG1', 'HGS', 'PRKCA', 'HRAS', 'PIK3R1', 'CFL1'}, number: 13
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'HBEGF', 'TXN', 'PGD'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DKK1', 'JUN', 'TXN', 'ROCK2', 'NCF2', 'PGD', 'AKT1S1', 'HMGB1', 'PRKCA', 'ICAM1', 'HBEGF'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SHC1', 'BCL2', 'JUN', 'TXN', 'PGD', 'HMGB1', 'PRKCA', 'MDM2', 'HRAS', 'PIK3R1', 'HBEGF'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TXN', 'PGD', 'PRKCA', 'PIK3R1', 'HBEGF'}, number: 5
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'CTNNA1', 'FN1', 'AKT1S1', 'MDM2', 'HRAS', 'TNXB', 'VEGFA', 'PIK3R1', 'KDR'}, number: 10
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'BCL2', 'FN1', 'AKT1S1', 'PRKCA', 'MDM2', 'HRAS', 'TNXB', 'VEGFA', 'PIK3R1', 'KDR'}, number: 11
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'P4HA2', 'LDHA', 'PLCG1'}, number: 3
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'RXRA', 'LPL'}, number: 2
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'SCARB1', 'RXRA'}, number: 2
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SCARB1', 'RXRA'}, number: 2
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP26B1', 'RXRA', 'LPL', 'RARA'}, number: 4
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Vitamin A And Carotenoid Metabolism WP716, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SERPINE1', 'ICAM1', 'SOD1'}, number: 3
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR', 'NFKB2'}, number: 2
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SERPINE1', 'ABCA1'}, number: 2
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Vitamin B12 Metabolism WP1533, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LRP5', 'CDKN1A', 'EFNA5'}, number: 3
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SPP1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'ID1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A4', 'RXRA'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A4', 'CYP7A1', 'LRP5', 'CYP1A1', 'CDKN1A', 'GADD45A', 'RXRA'}, number: 7
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP7A1', 'RXRA'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A4', 'CDKN1A', 'GADD45A', 'CDKN1B', 'RXRA'}, number: 5
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP7A1', 'RXRA', 'NRIP1'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'SLC2A4', 'RXRA', 'CYP7A1'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'SLC2A4', 'CYP7A1', 'NRIP1', 'CDKN1A', 'EFNA5', 'RXRA', 'SPP1', 'CDKN1B', 'GADD45A'}, number: 10
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'CDKN1A', 'EFNA5', 'CDKN1B', 'SPP1'}, number: 5
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2', 'RXRA', 'GSR'}, number: 3
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFE2L2', 'RXRA', 'CYP27A1', 'GSR'}, number: 4
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'NFE2L2', 'RXRA', 'GSR'}, number: 4
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'RXRA'}, number: 1
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NFE2L2', 'RXRA', 'GSR'}, number: 3
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CHRM1', 'RXRA', 'CYP27A1'}, number: 3
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'CHRM1'}, number: 2
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC3A2', 'SLC7A5'}, number: 2
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'KEAP1', 'SLC7A11', 'NFE2L2'}, number: 3
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'KEAP1', 'SLC7A11', 'NFE2L2'}, number: 3
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'KEAP1', 'SLC7A11', 'NFE2L2'}, number: 3
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'KEAP1', 'SLC7A11', 'NFE2L2'}, number: 3
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): {'SLC1A5'}, number: 1
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA1', 'FN1'}, number: 2
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1', 'ITGB6'}, number: 2
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'FN1'}, number: 1
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1539, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'COL5A1', 'ITGB6', 'COL3A1', 'FN1', 'THBS2', 'THBS1', 'TNXB', 'ITGA11'}, number: 8
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'COL5A1', 'ITGA1', 'ITGB6', 'COL3A1', 'FN1', 'THBS2', 'THBS1', 'TNXB', 'ITGA11', 'COL6A1'}, number: 10
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/68, Title of overlapping gene(s): set(), number: 0
Section 5.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 5.5.5.

final_geneoverlaptable_C1=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs,orient='index')
Section 5.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 27. Lastly, we calculate the percent overlap and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count= {}

for index, row in exploded_df_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count:
            variable_count[unique_KE] = 1
    else:
            variable_count[unique_KE] += 1

Step 28. The result is converted into a dataframe and added to the final dataframe.

variable_count_df=pd.DataFrame.from_dict(variable_count,orient='index')
reset_variable_count_df = variable_count_df.reset_index()
reset_variable_count_df.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C1=final_geneoverlaptable_C1.reset_index(level=[1])
Genesetoverlaptable_C1.reset_index(inplace=True)
Genesetoverlaptable_C1.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
table1=pd.merge(reset_variable_count_df,Genesetoverlaptable_C1, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

table1.loc[:,'Percent geneset overlap']= table1.apply(calculate_Genesetoverlap_Score, axis=1)
table1

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Nuclear Receptors Meta Pathway WP2882 107 https://identifiers.org/aop.events/1090 {HGF, EGFR, TGFA, JUN, SLC7A5, FGF13, SLC2A1, ... 9 8.411214953271028
1 Nuclear Receptors Meta Pathway WP2882 107 https://identifiers.org/aop.events/1271 {JUN, TGFBR2, TGFBR3} 3 2.803738317757009
2 Nuclear Receptors Meta Pathway WP2882 107 https://identifiers.org/aop.events/1457 {} 0 0.0
3 Nuclear Receptors Meta Pathway WP2882 107 https://identifiers.org/aop.events/1539 {EGFR, JUN, JUND} 3 2.803738317757009
4 Nuclear Receptors Meta Pathway WP2882 107 https://identifiers.org/aop.events/1917 {TXNRD1, SRXN1, PTGR1, FTL, NFE2L2, FTH1, RXRA... 46 42.99065420560748
... ... ... ... ... ... ...
2062 Pancreatic Cancer Subtypes WP5390 9 https://identifiers.org/aop.events/288 {} 0 0.0
2063 Pancreatic Cancer Subtypes WP5390 9 https://identifiers.org/aop.events/41 {SLC2A1} 1 11.11111111111111
2064 Pancreatic Cancer Subtypes WP5390 9 https://identifiers.org/aop.events/457 {SLC2A1} 1 11.11111111111111
2065 Pancreatic Cancer Subtypes WP5390 9 https://identifiers.org/aop.events/484 {SLC2A1} 1 11.11111111111111
2066 Pancreatic Cancer Subtypes WP5390 9 https://identifiers.org/aop.events/68 {SLC2A1} 1 11.11111111111111

2067 rows × 6 columns

Section 6. Comparison 2: PCB concentration 2 (10nM)

In this section, Steps 14 to step 28 are repeated for comparison 2.

Section 6.1 Calculation of n variable

Step 29. The table containing the differential expressed genes for comparison 2 is loaded with the filter for significance.

PCB2DEG= pd.read_csv('PCB concentration 2-GSE109565.top.table.tsv',sep='\t')
PCB2_DEG= PCB2DEG[PCB2DEG['padj'] < 0.05]
PCB2_DEG

GeneID padj pvalue lfcSE stat log2FoldChange baseMean Symbol Description
0 1544 3.270000e-95 2.020000e-99 0.3816 21.164597 8.076617 5340.49 CYP1A2 cytochrome P450 family 1 subfamily A member 2
1 860 2.070000e-51 2.570000e-55 0.1072 15.666336 1.679040 437.13 RUNX2 RUNX family transcription factor 2
2 218 3.080000e-45 5.740000e-49 0.1315 14.707909 1.934003 6887.75 ALDH3A1 aldehyde dehydrogenase 3 family member A1
3 220 1.640000e-41 4.070000e-45 0.2124 14.095158 2.993965 103.37 ALDH1A3 aldehyde dehydrogenase 1 family member A3
4 54658 1.180000e-37 3.640000e-41 0.1259 13.437516 1.691207 2218.58 UGT1A1 UDP glucuronosyltransferase family 1 member A1
... ... ... ... ... ... ... ... ... ...
1239 726 4.940000e-02 3.800000e-03 0.1305 -2.894264 -0.377841 296.47 CAPN5 calpain 5
1240 644815 4.940000e-02 3.800000e-03 0.0770 2.894280 0.222801 389.62 FAM83G family with sequence similarity 83 member G
1241 79875 4.960000e-02 3.820000e-03 0.1258 -2.892674 -0.363914 510.86 THSD4 thrombospondin type 1 domain containing 4
1242 8792 4.960000e-02 3.820000e-03 0.2006 2.892321 0.580190 80.69 TNFRSF11A TNF receptor superfamily member 11a
1243 79901 4.990000e-02 3.850000e-03 0.0825 -2.890368 -0.238591 797.43 CYBRD1 cytochrome b reductase 1

1244 rows × 9 columns

PCB_2_DEG = PCB2_DEG.copy()  
PCB_2_DEG.rename(columns={PCB_2_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
PCB_2_DEG['Entrez.Gene'] = PCB_2_DEG['Entrez.Gene'].astype(str)

Step 30. The results of the DEG table are next integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_C2= pd.merge(mergeddataframe, PCB_2_DEG, on='Entrez.Gene')

Step 31. The following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count2= {}

for index, row in merged_dataframe_DEG_C2.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count2:
            variable_n_dictionary_count2[unique_KE] = 1
        else:
            variable_n_dictionary_count2[unique_KE] += 1

print("The total number of significant genes: ")
The total number of significant genes: 

Step 32. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe2=pd.DataFrame.from_dict(variable_n_dictionary_count2,orient='index')
n_variable_dataframe2

0
https://identifiers.org/aop.events/486 8
https://identifiers.org/aop.events/875 16
https://identifiers.org/aop.events/2007 8
https://identifiers.org/aop.events/1495 16
https://identifiers.org/aop.events/1668 7
... ...
https://identifiers.org/aop.events/1820 4
https://identifiers.org/aop.events/896 2
https://identifiers.org/aop.events/1549 10
https://identifiers.org/aop.events/357 4
https://identifiers.org/aop.events/352 28

89 rows × 1 columns

n_variable_dataframe_reset2 = n_variable_dataframe2.reset_index()
n_variable_dataframe_reset2.columns = ['KEID', 'n']
n_variable_dataframe_reset2

KEID n
0 https://identifiers.org/aop.events/486 8
1 https://identifiers.org/aop.events/875 16
2 https://identifiers.org/aop.events/2007 8
3 https://identifiers.org/aop.events/1495 16
4 https://identifiers.org/aop.events/1668 7
... ... ...
84 https://identifiers.org/aop.events/1820 4
85 https://identifiers.org/aop.events/896 2
86 https://identifiers.org/aop.events/1549 10
87 https://identifiers.org/aop.events/357 4
88 https://identifiers.org/aop.events/352 28

89 rows × 2 columns

merged_dataframe2= pd.merge(mergeddataframeDEG, n_variable_dataframe_reset2, on='KEID')

Section 6.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 33. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(PCB2DEG.index)
B
16460

Step 34. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

PCB2DEG_filtered=PCB2DEG[PCB2DEG['padj'] < 0.05]
b=len(PCB2DEG_filtered)
b
1244

Section 6.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated.

Step 35. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe2.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([16460 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([1244 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 36. The follow for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)
Copy_Final_DataFrame_ES

KEID N n B b Enrichmentscore
0 https://identifiers.org/aop.events/486 129 8 16460 1244 0.8205588374585608
1 https://identifiers.org/aop.events/875 169 16 16460 1244 1.2526874560018266
2 https://identifiers.org/aop.events/2007 184 8 16460 1244 0.5752830980008389
3 https://identifiers.org/aop.events/1495 253 16 16460 1244 0.8367754152739474
4 https://identifiers.org/aop.events/1668 156 7 16460 1244 0.593721658834199
... ... ... ... ... ... ...
84 https://identifiers.org/aop.events/1820 57 4 16460 1244 0.9285271055452136
85 https://identifiers.org/aop.events/896 82 2 16460 1244 0.3227197866833974
86 https://identifiers.org/aop.events/1549 101 10 16460 1244 1.3100506192098311
87 https://identifiers.org/aop.events/357 21 4 16460 1244 2.520287857908437
88 https://identifiers.org/aop.events/352 398 28 16460 1244 0.9308600882224629

89 rows × 6 columns

Step 37. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe2=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe2.append(p)
             
Hypergeometricpvalue_dataframe2=pd.DataFrame(p_value_dataframe2)
Hypergeometricpvalue_dataframe2.columns= ['Hypergeometric p-value']
Hypergeometricpvalue_dataframe2

Hypergeometric p-value
0 0.120606
1 0.069270
2 0.028921
3 0.076836
4 0.044724
... ...
84 0.200448
85 0.035057
86 0.091701
87 0.051285
88 0.072693

89 rows × 1 columns

merged_finaltable=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe2],axis=1)

Section 6.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 38. Lastly, we filter the results to showcase the significant KEs for comparison 2.

filteredversion_C2= merged_finaltable[(merged_finaltable['Enrichmentscore']>str(1))& (merged_finaltable['Hypergeometric p-value'] < 0.05)]

Section 6.5. Calculation of percent gene overlap to ORA

Section 6.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 39. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

mergeddataframe_final2=mergeddataframe_final.copy()
mergeddataframe_final2['KEID'] = mergeddataframe_final2['KEID'].str.strip()
significantKEID_genetable2=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/244')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1814') |(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/41')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1270')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1487') |(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/457')|(mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/2006')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1115')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1917')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1392')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1815')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1944')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/265')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/890')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1457')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/249')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/288')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/209')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/484')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1945')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/214')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1271')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1538')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1090')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/344')]
significantKEIDgenetable2=significantKEID_genetable2.drop(columns={'WPtitle','ID'})
significantKEIDgenetable2

KEID gene Entrez.Gene
1221 https://identifiers.org/aop.events/244 CASP2 835
1222 https://identifiers.org/aop.events/244 RTCB 51493
1223 https://identifiers.org/aop.events/244 BCL2 596
1224 https://identifiers.org/aop.events/244 BCL2 100049703
1225 https://identifiers.org/aop.events/244 BCL2L11 10018
... ... ... ...
20202 https://identifiers.org/aop.events/344 TNF 7124
20203 https://identifiers.org/aop.events/344 MMP9 4318
20204 https://identifiers.org/aop.events/344 TIMP2 7077
20205 https://identifiers.org/aop.events/344 MMP14 4323
20206 https://identifiers.org/aop.events/344 MMP2 4313

5818 rows × 3 columns

Section 6.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 40. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA2 = pd.read_csv("C:/Users/shaki/Downloads/GSE109565_ORApathwaytable/Comparison 2-PCB concentration 2.txt", sep='\t')
datafileORA2=pd.DataFrame(datafile_ORA2)
filtereddatafileORA_2=datafileORA2[datafileORA2['Adjusted P-value'] < 0.05]
filtereddatafileORA_2

Gene_set Term P-value Adjusted P-value Old P-value Old adjusted P-value Odds Ratio Combined Score Genes
0 WikiPathways_2024_Human Nuclear Receptors Meta Pathway WP2882 1.274958e-29 9.090451e-27 0 0 5.897351 392.362900 CDKN1B;SRXN1;SLC2A1;IRS2;SLC7A11;SLC2A4;NR3C1;...
1 WikiPathways_2024_Human NRF2 Pathway WP2884 1.026815e-13 3.660597e-11 0 0 5.941496 177.693200 SRXN1;SLC2A1;TGFA;TXN;SLC2A4;SLC7A11;SLC2A6;UG...
2 WikiPathways_2024_Human Pleural Mesothelioma WP5087 2.923317e-11 6.947750e-09 0 0 2.867939 69.563910 CDKN1A;ITGB4;ITGB3;WWC1;SLC2A1;AREG;ACTB;ACTG1...
3 WikiPathways_2024_Human Glucocorticoid Receptor Pathway WP2880 4.004986e-10 7.138888e-08 0 0 7.091578 153.449800 SRGN;SLC26A2;MGAM;CAVIN2;AMIGO2;CUL1;NR3C1;TGF...
4 WikiPathways_2024_Human Metapathway Biotransformation Phase I And II W... 6.115627e-10 8.720884e-08 0 0 4.123522 87.480530 UGT1A10;GLYAT;CYP2C19;CYP4F22;CYP19A1;CYP7A1;N...
... ... ... ... ... ... ... ... ... ...
154 WikiPathways_2024_Human Fatty Acids And Lipoproteins Transport In Hepa... 1.065393e-02 4.867476e-02 0 0 3.721440 16.902130 ABCA1;SCARB1;LRP1;ACSL5;SLC27A3;LDLR
155 WikiPathways_2024_Human Ovarian Infertility WP34 1.065393e-02 4.867476e-02 0 0 3.721440 16.902130 CDKN1B;SMAD3;VDR;CYP19A1;PRLR;SYNE2
156 WikiPathways_2024_Human Orexin Receptor Pathway WP5094 1.075946e-02 4.867476e-02 0 0 2.557441 11.590250 SLC2A1;ARRB1;PRKCA;SLC2A4;PIK3R1;SGK1;PLD1;HIF...
157 WikiPathways_2024_Human Phosphodiesterases In Neuronal Function WP4222 1.078627e-02 4.867476e-02 0 0 3.257478 14.754680 GUCY1A1;ADCY9;PDE7B;PDE8B;ADCY8;GRIN2B;PRKG1
158 WikiPathways_2024_Human Ras Signaling WP4223 1.103821e-02 4.949840e-02 0 0 1.928382 8.690047 PDGFRB;PLA2G12B;SHC1;PRKCA;PIK3R1;PLD1;GRIN2B;...

159 rows × 9 columns

dropped_datafileORA_df2=filtereddatafileORA_2.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf2=dropped_datafileORA_df2.copy()
droppeddatafileORAdf2['Genes']= droppeddatafileORAdf2['Genes'].replace({';':','},regex=True)
df2_ORApathwaytable=droppeddatafileORAdf2.copy()
df2_ORApathwaytable['Genes'] = df2_ORApathwaytable['Genes'].astype(str)
df2_ORApathwaytable['Genes'] = df2_ORApathwaytable['Genes'].str.split(',')
exploded_df2_ORApathwaytable = df2_ORApathwaytable.explode('Genes', ignore_index=True)
Section 6.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 41. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets2 = exploded_df2_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets2 = significantKEIDgenetable2.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs2 = {}

for term, ORA_genes in ORA_gene_sets2.items():
    for KEID, KEID_genes in SignificantKE_gene_sets2.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs2[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs2:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs2.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1090: 2 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1115: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1270: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1271: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1392: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1457: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1487: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1538: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1814: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1815: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1917: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1944: 1 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/1945: 2 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/2006: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/209: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/214: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/244: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/249: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/265: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/288: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/344: 1 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/41: 0 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/457: 2 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/484: 2 overlaps
11P11 2 Copy Number Variation Syndrome WP5348 x https://identifiers.org/aop.events/890: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1090: 1 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1115: 1 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1270: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1271: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1392: 1 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1457: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1487: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1538: 1 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1814: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1815: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1917: 5 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1944: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/1945: 1 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/2006: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/209: 5 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/214: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/244: 5 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/249: 1 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/265: 1 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/288: 4 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/344: 0 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/41: 5 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/457: 3 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/484: 1 overlaps
2Q37 Copy Number Variation Syndrome WP5224 x https://identifiers.org/aop.events/890: 1 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1090: 2 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1115: 1 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1270: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1271: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1392: 1 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1457: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1487: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1538: 1 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1814: 1 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1815: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1917: 1 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1944: 5 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/1945: 7 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/2006: 1 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/209: 3 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/214: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/244: 2 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/249: 1 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/265: 2 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/288: 1 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/344: 0 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/41: 3 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/457: 2 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/484: 3 overlaps
ADHD And Autism ASD Pathways WP5420 x https://identifiers.org/aop.events/890: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1090: 5 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1115: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1270: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1271: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1392: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1457: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1487: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1538: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1814: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1815: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1917: 1 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1944: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/1945: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/2006: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/209: 7 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/214: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/244: 3 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/249: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/265: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/288: 2 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/344: 0 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/41: 4 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/457: 22 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/484: 8 overlaps
Adipogenesis WP236 x https://identifiers.org/aop.events/890: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1090: 6 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1115: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1270: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1271: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1392: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1457: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1487: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1538: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1814: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1815: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1917: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1944: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/1945: 8 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/2006: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/209: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/214: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/244: 4 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/249: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/265: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/288: 1 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/344: 0 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/41: 3 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/457: 7 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/484: 8 overlaps
Alpha 6 Beta 4 Signaling WP244 x https://identifiers.org/aop.events/890: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1090: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1115: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1270: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1271: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1392: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1457: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1487: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1538: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1814: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1815: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1917: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1944: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/1945: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/2006: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/209: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/214: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/244: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/249: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/265: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/288: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/344: 0 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/41: 2 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/457: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/484: 1 overlaps
Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213 x https://identifiers.org/aop.events/890: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1090: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1115: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1270: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1271: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1392: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1457: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1487: 3 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1538: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1814: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1815: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1917: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1944: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/1945: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/2006: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/209: 4 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/214: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/244: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/249: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/265: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/288: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/344: 0 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/41: 2 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/457: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/484: 1 overlaps
Amino Acid Metabolism WP3925 x https://identifiers.org/aop.events/890: 1 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1090: 1 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1115: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1270: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1271: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1392: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1457: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1487: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1538: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1814: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1815: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1917: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1944: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/1945: 1 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/2006: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/209: 1 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/214: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/244: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/249: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/265: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/288: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/344: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/41: 0 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/457: 2 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/484: 2 overlaps
Amplification And Expansion Of Oncogenic Pathways WP3678 x https://identifiers.org/aop.events/890: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1090: 5 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1115: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1270: 3 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1271: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1392: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1457: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1487: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1538: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1814: 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1815: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1917: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1944: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/1945: 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/2006: 4 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/209: 5 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/214: 2 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/244: 6 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/249: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/265: 3 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/288: 3 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/344: 0 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/41: 5 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/457: 9 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/484: 6 overlaps
Angiopoietin Like Protein 8 Regulatory Pathway WP3915 x https://identifiers.org/aop.events/890: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1090: 2 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1115: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1270: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1271: 2 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1392: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1457: 1 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1487: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1538: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1814: 1 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1815: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1917: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1944: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/1945: 1 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/2006: 1 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/209: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/214: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/244: 1 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/249: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/265: 2 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/288: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/344: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/41: 0 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/457: 4 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/484: 2 overlaps
Angiotensin II Receptor Type 1 Pathway WP5036 x https://identifiers.org/aop.events/890: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1090: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1115: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1270: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1271: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1392: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1457: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1487: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1538: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1814: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1815: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1917: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1944: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/1945: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/2006: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/209: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/214: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/244: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/249: 2 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/265: 3 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/288: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/344: 0 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/41: 4 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/457: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/484: 1 overlaps
Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113 x https://identifiers.org/aop.events/890: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1090: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1115: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1270: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1271: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1392: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1457: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1487: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1538: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1814: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1815: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1917: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1944: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/1945: 5 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/2006: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/209: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/214: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/244: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/249: 1 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/265: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/288: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/344: 0 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/41: 2 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/457: 3 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/484: 4 overlaps
Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864 x https://identifiers.org/aop.events/890: 1 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1090: 7 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1115: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1270: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1271: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1392: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1457: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1487: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1538: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1814: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1815: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1917: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1944: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/1945: 6 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/2006: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/209: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/214: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/244: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/249: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/265: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/288: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/344: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/41: 0 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/457: 5 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/484: 6 overlaps
Arrhythmogenic Right Ventricular Cardiomyopathy WP2118 x https://identifiers.org/aop.events/890: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1090: 2 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1115: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1270: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1271: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1392: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1457: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1487: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1538: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1814: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1815: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1917: 2 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1944: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1945: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/2006: 2 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/209: 5 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/214: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/244: 4 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/249: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/265: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/288: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/344: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/41: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/457: 4 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/484: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/890: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1090: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1115: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1270: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1271: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1392: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1457: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1487: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1538: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1814: 2 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1815: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1917: 7 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1944: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1945: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/2006: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/209: 8 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/214: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/244: 8 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/249: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/265: 3 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/288: 4 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/344: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/41: 7 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/457: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/484: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/890: 3 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1090: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1115: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1270: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1271: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1392: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1457: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1487: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1538: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1814: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1815: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1917: 2 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1944: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/1945: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/2006: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/209: 2 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/214: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/244: 2 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/249: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/265: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/288: 2 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/344: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/41: 2 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/457: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/484: 0 overlaps
Arylamine Metabolism WP694 x https://identifiers.org/aop.events/890: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1090: 1 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1115: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1270: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1271: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1392: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1457: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1487: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1538: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1814: 1 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1815: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1917: 1 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1944: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/1945: 1 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/2006: 1 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/209: 2 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/214: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/244: 2 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/249: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/265: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/288: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/344: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/41: 1 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/457: 0 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/484: 1 overlaps
Axon Guidance WP5289 x https://identifiers.org/aop.events/890: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1090: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1115: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1270: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1271: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1392: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1457: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1487: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1538: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1814: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1815: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1917: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1944: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/1945: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/2006: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/209: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/214: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/244: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/249: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/265: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/288: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/344: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/41: 0 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/457: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/484: 1 overlaps
BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876 x https://identifiers.org/aop.events/890: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1090: 4 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1115: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1270: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1271: 1 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1392: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1457: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1487: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1538: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1814: 4 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1815: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1917: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1944: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/1945: 5 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/2006: 4 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/209: 3 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/214: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/244: 4 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/249: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/265: 2 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/288: 0 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/344: 1 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/41: 2 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/457: 4 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/484: 5 overlaps
Bladder Cancer WP2828 x https://identifiers.org/aop.events/890: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1090: 5 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1115: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1270: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1271: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1392: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1457: 1 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1487: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1538: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1814: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1815: 1 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1917: 1 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1944: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/1945: 4 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/2006: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/209: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/214: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/244: 3 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/249: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/265: 2 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/288: 0 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/344: 3 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/41: 1 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/457: 4 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/484: 4 overlaps
Burn Wound Healing WP5055 x https://identifiers.org/aop.events/890: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1090: 22 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1115: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1270: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1271: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1392: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1457: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1487: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1538: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1814: 12 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1815: 3 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1917: 6 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1944: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/1945: 21 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/2006: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/209: 16 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/214: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/244: 17 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/249: 2 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/265: 11 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/288: 0 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/344: 1 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/41: 8 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/457: 21 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/484: 21 overlaps
Cancer Pathways WP5434 x https://identifiers.org/aop.events/890: 2 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1090: 1 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1115: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1270: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1271: 1 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1392: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1457: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1487: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1538: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1814: 1 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1815: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1917: 1 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1944: 1 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/1945: 2 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/2006: 1 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/209: 2 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/214: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/244: 2 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/249: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/265: 2 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/288: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/344: 0 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/41: 1 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/457: 2 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/484: 2 overlaps
Cardiac Hypertrophic Response WP2795 x https://identifiers.org/aop.events/890: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1090: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1115: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1270: 4 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1271: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1392: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1457: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1487: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1538: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1814: 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1815: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1917: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1944: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/1945: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/2006: 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/209: 4 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/214: 3 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/244: 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/249: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/265: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/288: 1 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/344: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/41: 3 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/457: 4 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/484: 0 overlaps
Cholesterol Metabolism WP5304 x https://identifiers.org/aop.events/890: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1090: 3 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1115: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1270: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1271: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1392: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1457: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1487: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1538: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1814: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1815: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1917: 2 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1944: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/1945: 1 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/2006: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/209: 2 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/214: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/244: 2 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/249: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/265: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/288: 0 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/344: 5 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/41: 2 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/457: 1 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/484: 2 overlaps
Chronic Hyperglycemia Impairment Of Neuron Function WP5283 x https://identifiers.org/aop.events/890: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1090: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1115: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1270: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1271: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1392: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1457: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1487: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1538: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1814: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1815: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1917: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1944: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/1945: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/2006: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/209: 3 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/214: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/244: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/249: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/265: 2 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/288: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/344: 0 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/41: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/457: 5 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/484: 1 overlaps
Circadian Rhythm Genes WP3594 x https://identifiers.org/aop.events/890: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1090: 4 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1115: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1270: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1271: 2 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1392: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1457: 1 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1487: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1538: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1814: 2 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1815: 1 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1917: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1944: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/1945: 2 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/2006: 2 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/209: 4 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/214: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/244: 2 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/249: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/265: 2 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/288: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/344: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/41: 0 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/457: 1 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/484: 1 overlaps
Clock Controlled Autophagy In Bone Metabolism WP5205 x https://identifiers.org/aop.events/890: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1090: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1115: 1 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1270: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1271: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1392: 1 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1457: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1487: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1538: 1 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1814: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1815: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1917: 5 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1944: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/1945: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/2006: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/209: 5 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/214: 2 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/244: 5 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/249: 1 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/265: 1 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/288: 5 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/344: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/41: 5 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/457: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/484: 0 overlaps
Codeine And Morphine Metabolism WP1604 x https://identifiers.org/aop.events/890: 1 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1090: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1115: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1270: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1271: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1392: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1457: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1487: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1538: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1814: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1815: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1917: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1944: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/1945: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/2006: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/209: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/214: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/244: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/249: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/265: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/288: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/344: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/41: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/457: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/484: 0 overlaps
Complement Activation WP545 x https://identifiers.org/aop.events/890: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1090: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1115: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1270: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1271: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1392: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1457: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1487: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1538: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1814: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1815: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1917: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1944: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/1945: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/2006: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/209: 2 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/214: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/244: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/249: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/265: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/288: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/344: 0 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/41: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/457: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/484: 1 overlaps
Complement System In Neuronal Development And Plasticity WP5090 x https://identifiers.org/aop.events/890: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1090: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1115: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1270: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1271: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1392: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1457: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1487: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1538: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1814: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1815: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1917: 6 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1944: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/1945: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/2006: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/209: 6 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/214: 3 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/244: 7 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/249: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/265: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/288: 9 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/344: 0 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/41: 7 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/457: 2 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/484: 1 overlaps
Constitutive Androstane Receptor Pathway WP2875 x https://identifiers.org/aop.events/890: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1090: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1115: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1270: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1271: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1392: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1457: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1487: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1538: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1814: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1815: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1917: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1944: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/1945: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/2006: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/209: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/214: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/244: 1 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/249: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/265: 5 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/288: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/344: 0 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/41: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/457: 3 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/484: 2 overlaps
Cytokine Cytokine Receptor Interaction WP5473 x https://identifiers.org/aop.events/890: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1090: 9 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1115: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1270: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1271: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1392: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1457: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1487: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1538: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1814: 16 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1815: 2 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1917: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1944: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/1945: 8 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/2006: 16 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/209: 5 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/214: 1 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/244: 16 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/249: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/265: 4 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/288: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/344: 0 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/41: 3 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/457: 6 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/484: 8 overlaps
DNA Damage Response Only ATM Dependent WP710 x https://identifiers.org/aop.events/890: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1090: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1115: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1270: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1271: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1392: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1457: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1487: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1538: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1814: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1815: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1917: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1944: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/1945: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/2006: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/209: 2 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/214: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/244: 2 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/249: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/265: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/288: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/344: 0 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/41: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/457: 2 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/484: 1 overlaps
Development Of Ureteric Derived Collecting System WP5053 x https://identifiers.org/aop.events/890: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1090: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1115: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1270: 3 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1271: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1392: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1457: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1487: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1538: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1814: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1815: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1917: 2 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1944: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/1945: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/2006: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/209: 5 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/214: 5 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/244: 2 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/249: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/265: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/288: 5 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/344: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/41: 5 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/457: 2 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/484: 0 overlaps
Disorders Of Bile Acid Synthesis And Biliary Transport WP5176 x https://identifiers.org/aop.events/890: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1090: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1115: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1270: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1271: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1392: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1457: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1487: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1538: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1814: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1815: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1917: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1944: 7 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/1945: 1 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/2006: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/209: 1 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/214: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/244: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/249: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/265: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/288: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/344: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/41: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/457: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/484: 0 overlaps
Disruption Of Postsynaptic Signaling By CNV WP4875 x https://identifiers.org/aop.events/890: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1090: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1115: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1270: 1 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1271: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1392: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1457: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1487: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1538: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1814: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1815: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1917: 2 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1944: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/1945: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/2006: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/209: 3 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/214: 4 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/244: 2 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/249: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/265: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/288: 4 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/344: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/41: 4 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/457: 1 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/484: 0 overlaps
Drug Induction Of Bile Acid Pathway WP2289 x https://identifiers.org/aop.events/890: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1090: 8 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1115: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1270: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1271: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1392: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1457: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1487: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1538: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1814: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1815: 2 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1917: 2 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1944: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/1945: 12 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/2006: 7 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/209: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/214: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/244: 9 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/249: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/265: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/288: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/344: 0 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/41: 3 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/457: 5 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/484: 10 overlaps
EGFR Tyrosine Kinase Inhibitor Resistance WP4806 x https://identifiers.org/aop.events/890: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1090: 6 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1115: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1270: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1271: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1392: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1457: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1487: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1538: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1814: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1815: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1917: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1944: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/1945: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/2006: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/209: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/214: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/244: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/249: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/265: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/288: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/344: 0 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/41: 1 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/457: 4 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/484: 5 overlaps
Ebola Virus Infection In Host WP4217 x https://identifiers.org/aop.events/890: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1090: 2 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1115: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1270: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1271: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1392: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1457: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1487: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1538: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1814: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1815: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1917: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1944: 1 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/1945: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/2006: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/209: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/214: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/244: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/249: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/265: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/288: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/344: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/41: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/457: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/484: 0 overlaps
Ectoderm Differentiation WP2858 x https://identifiers.org/aop.events/890: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1090: 1 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1115: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1270: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1271: 1 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1392: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1457: 1 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1487: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1538: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1814: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1815: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1917: 1 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1944: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/1945: 2 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/2006: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/209: 1 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/214: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/244: 1 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/249: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/265: 1 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/288: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/344: 0 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/41: 2 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/457: 3 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/484: 3 overlaps
Endochondral Ossification WP474 x https://identifiers.org/aop.events/890: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1090: 1 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1115: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1270: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1271: 1 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1392: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1457: 1 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1487: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1538: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1814: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1815: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1917: 1 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1944: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/1945: 2 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/2006: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/209: 1 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/214: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/244: 1 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/249: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/265: 1 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/288: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/344: 0 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/41: 2 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/457: 3 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/484: 3 overlaps
Endochondral Ossification With Skeletal Dysplasias WP4808 x https://identifiers.org/aop.events/890: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1090: 2 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1115: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1270: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1271: 1 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1392: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1457: 1 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1487: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1538: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1814: 1 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1815: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1917: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1944: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/1945: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/2006: 1 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/209: 2 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/214: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/244: 1 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/249: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/265: 1 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/288: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/344: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/41: 0 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/457: 3 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/484: 1 overlaps
Endoderm Differentiation WP2853 x https://identifiers.org/aop.events/890: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1090: 2 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1115: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1270: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1271: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1392: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1457: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1487: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1538: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1814: 2 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1815: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1917: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1944: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/1945: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/2006: 2 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/209: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/214: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/244: 3 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/249: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/265: 4 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/288: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/344: 0 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/41: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/457: 2 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/484: 1 overlaps
Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535 x https://identifiers.org/aop.events/890: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1090: 10 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1115: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1270: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1271: 2 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1392: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1457: 2 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1487: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1538: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1814: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1815: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1917: 1 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1944: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/1945: 4 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/2006: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/209: 7 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/214: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/244: 7 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/249: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/265: 5 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/288: 0 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/344: 1 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/41: 2 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/457: 6 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/484: 4 overlaps
Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239 x https://identifiers.org/aop.events/890: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1090: 7 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1115: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1270: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1271: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1392: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1457: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1487: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1538: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1814: 8 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1815: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1917: 2 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1944: 1 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/1945: 11 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/2006: 8 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/209: 5 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/214: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/244: 10 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/249: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/265: 3 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/288: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/344: 0 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/41: 4 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/457: 4 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/484: 8 overlaps
ErbB Signaling WP673 x https://identifiers.org/aop.events/890: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1090: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1115: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1270: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1271: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1392: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1457: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1487: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1538: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1814: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1815: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1917: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1944: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/1945: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/2006: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/209: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/214: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/244: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/249: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/265: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/288: 1 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/344: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/41: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/457: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/484: 0 overlaps
Estrogen Metabolism WP5276 x https://identifiers.org/aop.events/890: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1090: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1115: 2 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1270: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1271: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1392: 2 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1457: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1487: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1538: 2 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1814: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1815: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1917: 3 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1944: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1945: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/2006: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/209: 4 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/214: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/244: 3 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/249: 2 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/265: 2 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/288: 3 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/344: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/41: 3 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/457: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/484: 0 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/890: 2 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1090: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1115: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1270: 3 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1271: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1392: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1457: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1487: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1538: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1814: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1815: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1917: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1944: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1945: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/2006: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/209: 4 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/214: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/244: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/249: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/265: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/288: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/344: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/41: 0 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/457: 2 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/484: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/890: 1 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1090: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1115: 1 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1270: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1271: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1392: 1 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1457: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1487: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1538: 1 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1814: 1 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1815: 1 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1917: 3 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1944: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/1945: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/2006: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/209: 3 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/214: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/244: 3 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/249: 1 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/265: 1 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/288: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/344: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/41: 3 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/457: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/484: 0 overlaps
Ethanol Metabolism Production Of ROS By CYP2E1 WP4269 x https://identifiers.org/aop.events/890: 1 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1090: 2 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1115: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1270: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1271: 3 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1392: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1457: 1 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1487: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1538: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1814: 3 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1815: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1917: 2 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1944: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/1945: 1 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/2006: 3 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/209: 3 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/214: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/244: 5 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/249: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/265: 3 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/288: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/344: 0 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/41: 2 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/457: 1 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/484: 1 overlaps
Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870 x https://identifiers.org/aop.events/890: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1090: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1115: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1270: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1271: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1392: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1457: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1487: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1538: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1814: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1815: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1917: 2 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1944: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/1945: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/2006: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/209: 2 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/214: 3 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/244: 2 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/249: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/265: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/288: 3 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/344: 0 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/41: 3 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/457: 2 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/484: 2 overlaps
FOXA2 Pathway WP5066 x https://identifiers.org/aop.events/890: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1090: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1115: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1270: 2 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1271: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1392: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1457: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1487: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1538: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1814: 1 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1815: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1917: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1944: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/1945: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/2006: 1 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/209: 2 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/214: 1 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/244: 1 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/249: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/265: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/288: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/344: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/41: 1 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/457: 1 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/484: 0 overlaps
Familial Hyperlipidemia Type 1 WP5108 x https://identifiers.org/aop.events/890: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1090: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1115: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1270: 2 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1271: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1392: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1457: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1487: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1538: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1814: 1 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1815: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1917: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1944: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/1945: 1 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/2006: 1 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/209: 2 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/214: 1 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/244: 1 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/249: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/265: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/288: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/344: 0 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/41: 1 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/457: 2 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/484: 1 overlaps
Familial Hyperlipidemia Type 2 WP5109 x https://identifiers.org/aop.events/890: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1090: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1115: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1270: 2 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1271: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1392: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1457: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1487: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1538: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1814: 1 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1815: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1917: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1944: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/1945: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/2006: 1 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/209: 2 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/214: 2 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/244: 1 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/249: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/265: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/288: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/344: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/41: 2 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/457: 1 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/484: 0 overlaps
Familial Hyperlipidemia Type 3 WP5110 x https://identifiers.org/aop.events/890: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1090: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1115: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1270: 2 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1271: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1392: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1457: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1487: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1538: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1814: 1 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1815: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1917: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1944: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/1945: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/2006: 1 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/209: 2 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/214: 1 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/244: 1 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/249: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/265: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/288: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/344: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/41: 1 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/457: 1 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/484: 0 overlaps
Familial Hyperlipidemia Type 4 WP5111 x https://identifiers.org/aop.events/890: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1090: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1115: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1270: 2 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1271: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1392: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1457: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1487: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1538: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1814: 1 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1815: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1917: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1944: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/1945: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/2006: 1 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/209: 2 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/214: 1 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/244: 1 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/249: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/265: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/288: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/344: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/41: 1 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/457: 1 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/484: 0 overlaps
Familial Hyperlipidemia Type 5 WP5112 x https://identifiers.org/aop.events/890: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1090: 1 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1115: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1270: 2 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1271: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1392: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1457: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1487: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1538: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1814: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1815: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1917: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1944: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/1945: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/2006: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/209: 2 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/214: 7 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/244: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/249: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/265: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/288: 7 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/344: 0 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/41: 7 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/457: 3 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/484: 2 overlaps
Farnesoid X Receptor Pathway WP2879 x https://identifiers.org/aop.events/890: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1090: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1115: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1270: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1271: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1392: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1457: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1487: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1538: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1814: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1815: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1917: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1944: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/1945: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/2006: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/209: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/214: 2 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/244: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/249: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/265: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/288: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/344: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/41: 2 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/457: 1 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/484: 0 overlaps
Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323 x https://identifiers.org/aop.events/890: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1090: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1115: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1270: 1 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1271: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1392: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1457: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1487: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1538: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1814: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1815: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1917: 5 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1944: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/1945: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/2006: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/209: 6 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/214: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/244: 5 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/249: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/265: 2 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/288: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/344: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/41: 5 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/457: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/484: 0 overlaps
Ferroptosis WP4313 x https://identifiers.org/aop.events/890: 2 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1090: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1115: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1270: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1271: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1392: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1457: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1487: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1538: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1814: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1815: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1917: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1944: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/1945: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/2006: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/209: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/214: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/244: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/249: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/265: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/288: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/344: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/41: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/457: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/484: 0 overlaps
Fluoroacetic Acid Toxicity WP4966 x https://identifiers.org/aop.events/890: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1090: 18 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1115: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1270: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1271: 1 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1392: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1457: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1487: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1538: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1814: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1815: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1917: 3 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1944: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/1945: 27 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/2006: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/209: 6 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/214: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/244: 8 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/249: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/265: 5 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/288: 2 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/344: 0 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/41: 9 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/457: 40 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/484: 40 overlaps
Focal Adhesion PI3K Akt mTOR Signaling WP3932 x https://identifiers.org/aop.events/890: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1090: 18 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1115: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1270: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1271: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1392: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1457: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1487: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1538: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1814: 6 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1815: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1917: 1 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1944: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/1945: 22 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/2006: 6 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/209: 4 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/214: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/244: 7 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/249: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/265: 5 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/288: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/344: 0 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/41: 2 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/457: 16 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/484: 20 overlaps
Focal Adhesion WP306 x https://identifiers.org/aop.events/890: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1090: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1115: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1270: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1271: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1392: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1457: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1487: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1538: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1814: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1815: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1917: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1944: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/1945: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/2006: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/209: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/214: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/244: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/249: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/265: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/288: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/344: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/41: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/457: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/484: 0 overlaps
GDNF RET Signaling Axis WP4830 x https://identifiers.org/aop.events/890: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1090: 2 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1115: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1270: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1271: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1392: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1457: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1487: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1538: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1814: 3 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1815: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1917: 1 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1944: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/1945: 4 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/2006: 3 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/209: 2 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/214: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/244: 4 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/249: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/265: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/288: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/344: 0 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/41: 2 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/457: 4 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/484: 5 overlaps
Galanin Receptor Pathway WP4970 x https://identifiers.org/aop.events/890: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1090: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1115: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1270: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1271: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1392: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1457: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1487: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1538: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1814: 6 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1815: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1917: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1944: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/1945: 8 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/2006: 6 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/209: 4 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/214: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/244: 7 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/249: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/265: 5 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/288: 0 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/344: 1 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/41: 3 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/457: 7 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/484: 7 overlaps
Gastrin Signaling WP4659 x https://identifiers.org/aop.events/890: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1090: 4 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1115: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1270: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1271: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1392: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1457: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1487: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1538: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1814: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1815: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1917: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1944: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/1945: 4 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/2006: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/209: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/214: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/244: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/249: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/265: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/288: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/344: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/41: 0 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/457: 4 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/484: 4 overlaps
Genes Controlling Nephrogenesis WP4823 x https://identifiers.org/aop.events/890: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1090: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1115: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1270: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1271: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1392: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1457: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1487: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1538: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1814: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1815: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1917: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1944: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/1945: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/2006: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/209: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/214: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/244: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/249: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/265: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/288: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/344: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/41: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/457: 1 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/484: 0 overlaps
Glucocorticoid Receptor Pathway WP2880 x https://identifiers.org/aop.events/890: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1090: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1115: 1 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1270: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1271: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1392: 1 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1457: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1487: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1538: 1 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1814: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1815: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1917: 5 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1944: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/1945: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/2006: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/209: 5 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/214: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/244: 5 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/249: 1 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/265: 1 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/288: 4 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/344: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/41: 5 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/457: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/484: 0 overlaps
Glucuronidation WP698 x https://identifiers.org/aop.events/890: 1 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1090: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1115: 3 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1270: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1271: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1392: 3 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1457: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1487: 7 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1538: 3 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1814: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1815: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1917: 5 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1944: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/1945: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/2006: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/209: 7 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/214: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/244: 5 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/249: 3 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/265: 3 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/288: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/344: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/41: 5 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/457: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/484: 0 overlaps
Glutathione Metabolism WP100 x https://identifiers.org/aop.events/890: 3 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1090: 4 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1115: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1270: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1271: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1392: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1457: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1487: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1538: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1814: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1815: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1917: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1944: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/1945: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/2006: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/209: 4 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/214: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/244: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/249: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/265: 1 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/288: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/344: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/41: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/457: 2 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/484: 0 overlaps
Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840 x https://identifiers.org/aop.events/890: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1090: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1115: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1270: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1271: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1392: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1457: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1487: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1538: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1814: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1815: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1917: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1944: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/1945: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/2006: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/209: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/214: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/244: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/249: 1 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/265: 2 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/288: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/344: 0 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/41: 3 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/457: 4 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/484: 5 overlaps
Head And Neck Squamous Cell Carcinoma WP4674 x https://identifiers.org/aop.events/890: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1090: 6 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1115: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1270: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1271: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1392: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1457: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1487: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1538: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1814: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1815: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1917: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1944: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/1945: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/2006: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/209: 2 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/214: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/244: 4 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/249: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/265: 3 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/288: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/344: 0 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/41: 1 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/457: 5 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/484: 5 overlaps
Hepatitis C And Hepatocellular Carcinoma WP3646 x https://identifiers.org/aop.events/890: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1090: 16 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1115: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1270: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1271: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1392: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1457: 2 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1487: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1538: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1814: 1 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1815: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1917: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1944: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/1945: 10 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/2006: 1 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/209: 2 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/214: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/244: 1 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/249: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/265: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/288: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/344: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/41: 0 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/457: 8 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/484: 9 overlaps
Hippo Merlin Signaling Dysregulation WP4541 x https://identifiers.org/aop.events/890: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1090: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1115: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1270: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1271: 5 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1392: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1457: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1487: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1538: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1814: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1815: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1917: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1944: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/1945: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/2006: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/209: 1 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/214: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/244: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/249: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/265: 6 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/288: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/344: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/41: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/457: 2 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/484: 0 overlaps
Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668 x https://identifiers.org/aop.events/890: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1090: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1115: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1270: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1271: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1392: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1457: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1487: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1538: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1814: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1815: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1917: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1944: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/1945: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/2006: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/209: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/214: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/244: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/249: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/265: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/288: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/344: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/41: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/457: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/484: 0 overlaps
Hypothetical Craniofacial Development Pathway WP3655 x https://identifiers.org/aop.events/890: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1090: 8 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1115: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1270: 1 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1271: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1392: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1457: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1487: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1538: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1814: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1815: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1917: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1944: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/1945: 9 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/2006: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/209: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/214: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/244: 2 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/249: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/265: 4 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/288: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/344: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/41: 0 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/457: 6 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/484: 7 overlaps
Integrin Mediated Cell Adhesion WP185 x https://identifiers.org/aop.events/890: 0 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1090: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1115: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1270: 0 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1271: 0 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1392: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1457: 0 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1487: 0 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1538: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1814: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1815: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1917: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1944: 0 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/1945: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/2006: 0 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/209: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/214: 0 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/244: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/249: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/265: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/288: 0 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/344: 0 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/41: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/457: 2 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/484: 1 overlaps
Interactions Between LOXL4 And Oxidative Stress Pathway WP3670 x https://identifiers.org/aop.events/890: 1 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1090: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1115: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1270: 1 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1271: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1392: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1457: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1487: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1538: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1814: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1815: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1917: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1944: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/1945: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/2006: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/209: 1 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/214: 1 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/244: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/249: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/265: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/288: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/344: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/41: 1 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/457: 1 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/484: 0 overlaps
Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273 x https://identifiers.org/aop.events/890: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1090: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1115: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1270: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1271: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1392: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1457: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1487: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1538: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1814: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1815: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1917: 4 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1944: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/1945: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/2006: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/209: 4 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/214: 1 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/244: 4 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/249: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/265: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/288: 3 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/344: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/41: 4 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/457: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/484: 0 overlaps
Irinotecan Pathway WP229 x https://identifiers.org/aop.events/890: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1090: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1115: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1270: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1271: 1 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1392: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1457: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1487: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1538: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1814: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1815: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1917: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1944: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/1945: 1 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/2006: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/209: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/214: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/244: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/249: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/265: 1 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/288: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/344: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/41: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/457: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/484: 0 overlaps
LDLRAD4 And What We Know About It WP4904 x https://identifiers.org/aop.events/890: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1090: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1115: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1270: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1271: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1392: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1457: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1487: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1538: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1814: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1815: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1917: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1944: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/1945: 1 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/2006: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/209: 2 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/214: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/244: 3 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/249: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/265: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/288: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/344: 1 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/41: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/457: 0 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/484: 1 overlaps
Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814 x https://identifiers.org/aop.events/890: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1090: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1115: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1270: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1271: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1392: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1457: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1487: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1538: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1814: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1815: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1917: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1944: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/1945: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/2006: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/209: 1 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/214: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/244: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/249: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/265: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/288: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/344: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/41: 0 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/457: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/484: 2 overlaps
Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817 x https://identifiers.org/aop.events/890: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1090: 4 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1115: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1270: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1271: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1392: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1457: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1487: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1538: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1814: 1 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1815: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1917: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1944: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/1945: 3 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/2006: 1 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/209: 2 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/214: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/244: 1 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/249: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/265: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/288: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/344: 0 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/41: 1 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/457: 4 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/484: 3 overlaps
Markers Of Kidney Cell Lineage WP5236 x https://identifiers.org/aop.events/890: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1090: 2 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1115: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1270: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1271: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1392: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1457: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1487: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1538: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1814: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1815: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1917: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1944: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/1945: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/2006: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/209: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/214: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/244: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/249: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/265: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/288: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/344: 7 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/41: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/457: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/484: 0 overlaps
Matrix Metalloproteinases WP129 x https://identifiers.org/aop.events/890: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1090: 7 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1115: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1270: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1271: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1392: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1457: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1487: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1538: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1814: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1815: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1917: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1944: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/1945: 3 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/2006: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/209: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/214: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/244: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/249: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/265: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/288: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/344: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/41: 0 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/457: 3 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/484: 2 overlaps
Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534 x https://identifiers.org/aop.events/890: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1090: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1115: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1270: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1271: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1392: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1457: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1487: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1538: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1814: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1917: 2 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1944: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/1945: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/2006: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/209: 4 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/214: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/244: 2 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/249: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/265: 1 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/288: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/344: 0 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/41: 2 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/457: 3 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/484: 3 overlaps
Metabolic Epileptic Disorders WP5355 x https://identifiers.org/aop.events/890: 1 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1090: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1115: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1270: 1 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1271: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1392: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1457: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1487: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1538: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1814: 1 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1917: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1944: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/1945: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/2006: 1 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/209: 1 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/214: 2 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/244: 1 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/249: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/265: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/288: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/344: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/41: 2 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/457: 2 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/484: 0 overlaps
Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522 x https://identifiers.org/aop.events/890: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1090: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1115: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1270: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1271: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1392: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1457: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1487: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1538: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1814: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1815: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1917: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1944: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/1945: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/2006: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/209: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/214: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/244: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/249: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/265: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/288: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/344: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/41: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/457: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/484: 0 overlaps
Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142 x https://identifiers.org/aop.events/890: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1090: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1115: 4 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1270: 3 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1271: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1392: 4 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1457: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1487: 3 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1538: 4 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1814: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1815: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1917: 8 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1944: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1945: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/2006: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/209: 12 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/214: 3 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/244: 8 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/249: 4 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/265: 4 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/288: 9 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/344: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/41: 11 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/457: 3 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/484: 0 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/890: 4 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1090: 3 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1115: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1270: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1271: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1392: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1457: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1487: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1538: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1814: 2 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1815: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1917: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1944: 1 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/1945: 2 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/2006: 2 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/209: 5 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/214: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/244: 2 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/249: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/265: 3 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/288: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/344: 0 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/41: 1 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/457: 4 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/484: 2 overlaps
MicroRNAs In Cardiomyocyte Hypertrophy WP1544 x https://identifiers.org/aop.events/890: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1090: 3 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1115: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1270: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1271: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1392: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1457: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1487: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1538: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1814: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1815: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1917: 2 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1944: 2 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/1945: 2 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/2006: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/209: 3 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/214: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/244: 2 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/249: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/265: 3 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/288: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/344: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/41: 2 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/457: 0 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/484: 1 overlaps
Myometrial Relaxation And Contraction Pathways WP289 x https://identifiers.org/aop.events/890: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1090: 2 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1115: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1270: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1271: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1392: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1457: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1487: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1538: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1814: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1815: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1917: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1944: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/1945: 2 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/2006: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/209: 1 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/214: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/244: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/249: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/265: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/288: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/344: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/41: 0 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/457: 1 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/484: 2 overlaps
NOTCH1 Regulation Of Endothelial Cell Calcification WP3413 x https://identifiers.org/aop.events/890: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1090: 3 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1115: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1270: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1271: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1392: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1457: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1487: 5 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1538: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1814: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1815: 1 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1917: 34 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1944: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/1945: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/2006: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/209: 34 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/214: 2 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/244: 34 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/249: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/265: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/288: 6 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/344: 0 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/41: 34 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/457: 3 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/484: 4 overlaps
NRF2 Pathway WP2884 x https://identifiers.org/aop.events/890: 6 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1090: 4 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1115: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1270: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1271: 3 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1392: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1457: 1 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1487: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1538: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1814: 2 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1815: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1917: 1 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1944: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/1945: 4 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/2006: 2 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/209: 1 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/214: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/244: 3 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/249: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/265: 3 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/288: 0 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/344: 1 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/41: 1 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/457: 5 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/484: 4 overlaps
NRP1 Triggered Signaling In Pancreatic Cancer WP5144 x https://identifiers.org/aop.events/890: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1090: 2 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1115: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1270: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1271: 3 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1392: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1457: 1 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1487: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1538: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1814: 1 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1815: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1917: 1 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1944: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/1945: 1 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/2006: 1 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/209: 2 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/214: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/244: 2 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/249: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/265: 3 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/288: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/344: 0 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/41: 1 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/457: 3 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/484: 2 overlaps
Neovascularization Processes WP4331 x https://identifiers.org/aop.events/890: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1090: 2 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1115: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1270: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1271: 3 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1392: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1457: 1 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1487: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1538: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1814: 2 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1815: 1 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1917: 3 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1944: 2 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/1945: 3 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/2006: 2 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/209: 4 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/214: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/244: 5 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/249: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/265: 4 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/288: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/344: 0 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/41: 3 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/457: 3 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/484: 3 overlaps
Neuroinflammation And Glutamatergic Signaling WP5083 x https://identifiers.org/aop.events/890: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1090: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1115: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1270: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1271: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1392: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1457: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1487: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1538: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1814: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1815: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1917: 2 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1944: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/1945: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/2006: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/209: 2 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/214: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/244: 2 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/249: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/265: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/288: 3 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/344: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/41: 2 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/457: 1 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/484: 0 overlaps
Nicotine Metabolism In Liver Cells WP1600 x https://identifiers.org/aop.events/890: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1090: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1115: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1270: 3 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1271: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1392: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1457: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1487: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1538: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1814: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1815: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1917: 2 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1944: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/1945: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/2006: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/209: 5 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/214: 4 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/244: 2 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/249: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/265: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/288: 5 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/344: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/41: 4 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/457: 5 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/484: 0 overlaps
Nuclear Receptors In Lipid Metabolism And Toxicity WP299 x https://identifiers.org/aop.events/890: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1090: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1115: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1270: 6 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1271: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1392: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1457: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1487: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1538: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1814: 4 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1815: 1 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1917: 34 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1944: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/1945: 5 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/2006: 3 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/209: 42 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/214: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/244: 37 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/249: 7 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/265: 8 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/288: 15 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/344: 0 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/41: 41 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/457: 11 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/484: 9 overlaps
Nuclear Receptors Meta Pathway WP2882 x https://identifiers.org/aop.events/890: 7 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1090: 1 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1115: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1270: 1 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1271: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1392: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1457: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1487: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1538: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1814: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1815: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1917: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1944: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/1945: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/2006: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/209: 2 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/214: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/244: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/249: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/265: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/288: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/344: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/41: 1 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/457: 3 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/484: 0 overlaps
Nuclear Receptors WP170 x https://identifiers.org/aop.events/890: 0 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1090: 2 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1115: 1 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1270: 0 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1271: 1 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1392: 1 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1457: 1 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1487: 0 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1538: 1 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1814: 2 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1815: 1 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1917: 4 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1944: 0 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/1945: 4 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/2006: 1 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/209: 4 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/214: 0 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/244: 5 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/249: 1 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/265: 4 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/288: 0 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/344: 0 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/41: 5 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/457: 4 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/484: 6 overlaps
Orexin Receptor Pathway WP5094 x https://identifiers.org/aop.events/890: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1090: 5 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1115: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1270: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1271: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1392: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1457: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1487: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1538: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1814: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1815: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1917: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1944: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/1945: 4 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/2006: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/209: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/214: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/244: 2 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/249: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/265: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/288: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/344: 0 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/41: 1 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/457: 6 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/484: 7 overlaps
Osteoarthritic Chondrocyte Hypertrophy WP5373 x https://identifiers.org/aop.events/890: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1090: 6 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1115: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1270: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1271: 2 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1392: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1457: 1 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1487: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1538: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1814: 4 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1815: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1917: 1 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1944: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/1945: 3 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/2006: 4 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/209: 7 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/214: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/244: 5 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/249: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/265: 3 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/288: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/344: 0 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/41: 2 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/457: 5 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/484: 4 overlaps
Osteoblast Differentiation And Related Diseases WP4787 x https://identifiers.org/aop.events/890: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1090: 2 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1115: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1270: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1271: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1392: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1457: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1487: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1538: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1814: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1815: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1917: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1944: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/1945: 3 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/2006: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/209: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/214: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/244: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/249: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/265: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/288: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/344: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/41: 0 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/457: 3 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/484: 3 overlaps
Osteoblast Signaling WP322 x https://identifiers.org/aop.events/890: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1090: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1115: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1270: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1271: 1 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1392: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1457: 1 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1487: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1538: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1814: 2 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1815: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1917: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1944: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/1945: 2 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/2006: 2 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/209: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/214: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/244: 2 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/249: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/265: 1 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/288: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/344: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/41: 0 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/457: 3 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/484: 2 overlaps
Ovarian Infertility WP34 x https://identifiers.org/aop.events/890: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1090: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1115: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1270: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1271: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1392: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1457: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1487: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1538: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1814: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1815: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1917: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1944: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/1945: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/2006: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/209: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/214: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/244: 4 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/249: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/265: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/288: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/344: 0 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/41: 2 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/457: 3 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/484: 1 overlaps
Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879 x https://identifiers.org/aop.events/890: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1090: 2 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1115: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1270: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1271: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1392: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1457: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1487: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1538: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1814: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1815: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1917: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1944: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/1945: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/2006: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/209: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/214: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/244: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/249: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/265: 4 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/288: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/344: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/41: 0 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/457: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/484: 1 overlaps
Overview Of Proinflammatory And Profibrotic Mediators WP5095 x https://identifiers.org/aop.events/890: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1090: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1115: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1270: 3 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1271: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1392: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1457: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1487: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1538: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1814: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1815: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1917: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1944: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1945: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/2006: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/209: 4 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/214: 2 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/244: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/249: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/265: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/288: 4 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/344: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/41: 2 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/457: 3 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/484: 0 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/890: 1 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1090: 3 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1115: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1270: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1271: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1392: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1457: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1487: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1538: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1814: 4 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1815: 1 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1917: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1944: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/1945: 3 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/2006: 4 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/209: 1 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/214: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/244: 4 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/249: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/265: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/288: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/344: 0 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/41: 1 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/457: 2 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/484: 3 overlaps
Oxidative Damage Response WP3941 x https://identifiers.org/aop.events/890: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1090: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1115: 8 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1270: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1271: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1392: 8 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1457: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1487: 3 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1538: 8 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1814: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1815: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1917: 6 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1944: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1945: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/2006: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/209: 8 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/214: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/244: 6 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/249: 8 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/265: 8 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/288: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/344: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/41: 6 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/457: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/484: 0 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/890: 8 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1090: 20 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1115: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1270: 1 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1271: 1 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1392: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1457: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1487: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1538: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1814: 7 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1815: 2 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1917: 3 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1944: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/1945: 38 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/2006: 7 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/209: 8 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/214: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/244: 10 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/249: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/265: 5 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/288: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/344: 0 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/41: 5 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/457: 28 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/484: 38 overlaps
PI3K Akt Signaling WP4172 x https://identifiers.org/aop.events/890: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1090: 1 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1115: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1270: 4 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1271: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1392: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1457: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1487: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1538: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1814: 1 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1815: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1917: 1 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1944: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/1945: 1 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/2006: 1 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/209: 6 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/214: 2 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/244: 2 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/249: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/265: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/288: 3 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/344: 0 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/41: 3 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/457: 2 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/484: 1 overlaps
PPAR Alpha Pathway WP2878 x https://identifiers.org/aop.events/890: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1090: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1115: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1270: 10 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1271: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1392: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1457: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1487: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1538: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1814: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1815: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1917: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1944: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/1945: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/2006: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/209: 10 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/214: 2 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/244: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/249: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/265: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/288: 2 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/344: 0 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/41: 2 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/457: 5 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/484: 1 overlaps
PPAR Signaling WP3942 x https://identifiers.org/aop.events/890: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1090: 3 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1115: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1270: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1271: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1392: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1457: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1487: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1538: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1814: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1815: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1917: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1944: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/1945: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/2006: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/209: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/214: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/244: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/249: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/265: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/288: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/344: 0 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/41: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/457: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/484: 1 overlaps
Pancreatic Cancer Subtypes WP5390 x https://identifiers.org/aop.events/890: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1090: 2 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1115: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1270: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1271: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1392: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1457: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1487: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1538: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1814: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1815: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1917: 1 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1944: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/1945: 1 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/2006: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/209: 2 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/214: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/244: 1 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/249: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/265: 1 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/288: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/344: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/41: 1 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/457: 0 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/484: 1 overlaps
Pathogenic Escherichia Coli Infection WP2272 x https://identifiers.org/aop.events/890: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1090: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1115: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1270: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1271: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1392: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1457: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1487: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1538: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1814: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1815: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1917: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1944: 1 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/1945: 1 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/2006: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/209: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/214: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/244: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/249: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/265: 2 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/288: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/344: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/41: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/457: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/484: 0 overlaps
Phosphodiesterases In Neuronal Function WP4222 x https://identifiers.org/aop.events/890: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1090: 5 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1115: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1270: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1271: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1392: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1457: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1487: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1538: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1814: 5 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1815: 3 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1917: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1944: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1945: 5 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/2006: 4 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/209: 3 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/214: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/244: 5 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/249: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/265: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/288: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/344: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/41: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/457: 2 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/484: 5 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/890: 1 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1090: 4 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1115: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1270: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1271: 1 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1392: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1457: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1487: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1538: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1814: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1815: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1917: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1944: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/1945: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/2006: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/209: 3 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/214: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/244: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/249: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/265: 1 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/288: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/344: 0 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/41: 2 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/457: 4 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/484: 4 overlaps
Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614 x https://identifiers.org/aop.events/890: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1090: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1115: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1270: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1271: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1392: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1457: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1487: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1538: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1814: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1815: 1 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1917: 6 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1944: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/1945: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/2006: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/209: 6 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/214: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/244: 6 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/249: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/265: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/288: 2 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/344: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/41: 6 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/457: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/484: 0 overlaps
Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612 x https://identifiers.org/aop.events/890: 2 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1090: 6 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1115: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1270: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1271: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1392: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1457: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1487: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1538: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1814: 5 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1815: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1917: 1 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1944: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/1945: 5 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/2006: 5 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/209: 5 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/214: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/244: 6 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/249: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/265: 3 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/288: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/344: 0 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/41: 2 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/457: 4 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/484: 4 overlaps
Physico Chemical Features And Toxicity Associated Pathways WP3680 x https://identifiers.org/aop.events/890: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1090: 62 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1115: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1270: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1271: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1392: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1457: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1487: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1538: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1814: 9 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1815: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1917: 3 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1944: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/1945: 24 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/2006: 9 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/209: 17 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/214: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/244: 12 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/249: 0 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/265: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/288: 1 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/344: 2 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/41: 5 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/457: 20 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/484: 23 overlaps
Pleural Mesothelioma WP5087 x https://identifiers.org/aop.events/890: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1090: 5 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1115: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1270: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1271: 1 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1392: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1457: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1487: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1538: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1814: 2 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1815: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1917: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1944: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/1945: 2 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/2006: 2 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/209: 4 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/214: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/244: 2 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/249: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/265: 1 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/288: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/344: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/41: 0 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/457: 1 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/484: 2 overlaps
Pluripotent Stem Cell Differentiation Pathway WP2848 x https://identifiers.org/aop.events/890: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1090: 1 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1115: 1 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1270: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1271: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1392: 1 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1457: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1487: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1538: 1 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1814: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1815: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1917: 6 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1944: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/1945: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/2006: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/209: 6 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/214: 3 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/244: 6 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/249: 1 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/265: 1 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/288: 9 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/344: 0 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/41: 7 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/457: 2 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/484: 1 overlaps
Pregnane X Receptor Pathway WP2876 x https://identifiers.org/aop.events/890: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1090: 7 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1115: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1270: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1271: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1392: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1457: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1487: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1538: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1814: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1815: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1917: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1944: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/1945: 5 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/2006: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/209: 4 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/214: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/244: 2 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/249: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/265: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/288: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/344: 0 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/41: 1 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/457: 5 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/484: 5 overlaps
Primary Focal Segmental Glomerulosclerosis FSGS WP2572 x https://identifiers.org/aop.events/890: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1090: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1115: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1270: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1271: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1392: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1457: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1487: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1538: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1814: 4 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1815: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1917: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1944: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/1945: 4 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/2006: 4 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/209: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/214: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/244: 4 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/249: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/265: 3 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/288: 1 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/344: 0 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/41: 2 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/457: 4 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/484: 4 overlaps
Prolactin Signaling WP2037 x https://identifiers.org/aop.events/890: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1090: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1115: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1270: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1271: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1392: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1457: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1487: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1538: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1814: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1815: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1917: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1944: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/1945: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/2006: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/209: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/214: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/244: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/249: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/265: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/288: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/344: 0 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/41: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/457: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/484: 1 overlaps
Prostaglandin Synthesis And Regulation WP98 x https://identifiers.org/aop.events/890: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1090: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1115: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1270: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1271: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1392: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1457: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1487: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1538: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1814: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1815: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1917: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1944: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/1945: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/2006: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/209: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/214: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/244: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/249: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/265: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/288: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/344: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/41: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/457: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/484: 0 overlaps
Proteoglycan Biosynthesis WP4784 x https://identifiers.org/aop.events/890: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1090: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1115: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1270: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1271: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1392: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1457: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1487: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1538: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1814: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1815: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1917: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1944: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/1945: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/2006: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/209: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/214: 1 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/244: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/249: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/265: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/288: 1 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/344: 0 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/41: 2 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/457: 1 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/484: 1 overlaps
Proximal Tubule Transport WP4917 x https://identifiers.org/aop.events/890: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1090: 2 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1115: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1270: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1271: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1392: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1457: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1487: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1538: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1814: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1815: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1917: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1944: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/1945: 2 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/2006: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/209: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/214: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/244: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/249: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/265: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/288: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/344: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/41: 0 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/457: 2 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/484: 2 overlaps
ROBO4 And VEGF Signaling Crosstalk WP3943 x https://identifiers.org/aop.events/890: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1090: 6 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1115: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1270: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1271: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1392: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1457: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1487: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1538: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1814: 3 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1815: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1917: 1 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1944: 1 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/1945: 18 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/2006: 3 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/209: 1 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/214: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/244: 4 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/249: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/265: 5 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/288: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/344: 0 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/41: 2 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/457: 6 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/484: 7 overlaps
Ras Signaling WP4223 x https://identifiers.org/aop.events/890: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1090: 8 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1115: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1270: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1271: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1392: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1457: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1487: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1538: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1814: 3 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1815: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1917: 1 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1944: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/1945: 8 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/2006: 3 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/209: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/214: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/244: 4 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/249: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/265: 4 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/288: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/344: 0 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/41: 2 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/457: 6 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/484: 7 overlaps
Regulation Of Actin Cytoskeleton WP51 x https://identifiers.org/aop.events/890: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1090: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1115: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1270: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1271: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1392: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1457: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1487: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1538: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1814: 1 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1815: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1917: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1944: 1 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/1945: 1 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/2006: 1 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/209: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/214: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/244: 1 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/249: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/265: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/288: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/344: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/41: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/457: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/484: 0 overlaps
Rett Syndrome WP4312 x https://identifiers.org/aop.events/890: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1090: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1115: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1270: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1271: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1392: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1457: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1487: 2 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1538: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1814: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1815: 1 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1917: 4 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1944: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/1945: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/2006: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/209: 4 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/214: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/244: 4 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/249: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/265: 3 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/288: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/344: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/41: 4 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/457: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/484: 0 overlaps
Selenium Metabolism And Selenoproteins WP28 x https://identifiers.org/aop.events/890: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1090: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1115: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1270: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1271: 1 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1392: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1457: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1487: 3 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1538: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1814: 1 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1815: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1917: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1944: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/1945: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/2006: 1 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/209: 7 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/214: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/244: 6 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/249: 4 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/265: 5 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/288: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/344: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/41: 7 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/457: 2 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/484: 0 overlaps
Selenium Micronutrient Network WP15 x https://identifiers.org/aop.events/890: 4 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1090: 8 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1115: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1270: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1271: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1392: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1457: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1487: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1538: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1814: 5 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1815: 1 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1917: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1944: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/1945: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/2006: 5 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/209: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/214: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/244: 5 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/249: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/265: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/288: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/344: 0 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/41: 2 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/457: 9 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/484: 11 overlaps
Small Cell Lung Cancer WP4658 x https://identifiers.org/aop.events/890: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1090: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1115: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1270: 3 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1271: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1392: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1457: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1487: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1538: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1814: 1 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1815: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1917: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1944: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/1945: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/2006: 1 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/209: 3 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/214: 3 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/244: 1 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/249: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/265: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/288: 1 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/344: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/41: 3 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/457: 3 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/484: 0 overlaps
Statin Inhibition Of Cholesterol Production WP430 x https://identifiers.org/aop.events/890: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1090: 1 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1115: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1270: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1271: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1392: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1457: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1487: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1538: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1814: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1815: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1917: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1944: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/1945: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/2006: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/209: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/214: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/244: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/249: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/265: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/288: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/344: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/41: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/457: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/484: 0 overlaps
Striated Muscle Contraction Pathway WP383 x https://identifiers.org/aop.events/890: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1090: 3 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1115: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1270: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1271: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1392: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1457: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1487: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1538: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1814: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1815: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1917: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1944: 1 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/1945: 1 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/2006: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/209: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/214: 1 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/244: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/249: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/265: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/288: 1 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/344: 0 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/41: 1 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/457: 4 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/484: 3 overlaps
Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706 x https://identifiers.org/aop.events/890: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1090: 2 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1115: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1270: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1271: 2 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1392: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1457: 5 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1487: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1538: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1814: 1 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1815: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1917: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1944: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/1945: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/2006: 1 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/209: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/214: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/244: 1 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/249: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/265: 2 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/288: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/344: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/41: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/457: 1 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/484: 0 overlaps
TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859 x https://identifiers.org/aop.events/890: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1090: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1115: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1270: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1271: 8 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1392: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1457: 2 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1487: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1538: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1814: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1815: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1917: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1944: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/1945: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/2006: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/209: 2 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/214: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/244: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/249: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/265: 8 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/288: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/344: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/41: 0 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/457: 3 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/484: 1 overlaps
TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816 x https://identifiers.org/aop.events/890: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1090: 9 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1115: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1270: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1271: 5 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1392: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1457: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1487: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1538: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1814: 6 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1815: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1917: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1944: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/1945: 9 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/2006: 6 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/209: 3 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/214: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/244: 6 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/249: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/265: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/288: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/344: 0 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/41: 2 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/457: 8 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/484: 7 overlaps
TGF Beta Signaling Pathway WP366 x https://identifiers.org/aop.events/890: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1090: 2 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1115: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1270: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1271: 4 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1392: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1457: 1 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1487: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1538: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1814: 1 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1815: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1917: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1944: 1 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/1945: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/2006: 1 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/209: 1 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/214: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/244: 1 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/249: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/265: 4 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/288: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/344: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/41: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/457: 3 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/484: 0 overlaps
TGFB Smad Signaling WP5382 x https://identifiers.org/aop.events/890: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1090: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1115: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1270: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1271: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1392: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1457: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1487: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1538: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1814: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1815: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1917: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1944: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1945: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/2006: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/209: 2 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/214: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/244: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/249: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/265: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/288: 2 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/344: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/41: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/457: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/484: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/890: 1 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1090: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1115: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1270: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1271: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1392: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1457: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1487: 5 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1538: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1814: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1815: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1917: 5 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1944: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/1945: 1 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/2006: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/209: 5 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/214: 1 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/244: 5 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/249: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/265: 3 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/288: 1 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/344: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/41: 6 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/457: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/484: 0 overlaps
Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525 x https://identifiers.org/aop.events/890: 3 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1090: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1115: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1270: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1271: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1392: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1457: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1487: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1538: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1814: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1815: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1917: 5 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1944: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/1945: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/2006: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/209: 5 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/214: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/244: 5 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/249: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/265: 2 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/288: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/344: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/41: 5 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/457: 0 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/484: 1 overlaps
Transcriptional Activation By NRF2 In Response To Phytochemicals WP3 x https://identifiers.org/aop.events/890: 2 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1090: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1115: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1270: 1 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1271: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1392: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1457: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1487: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1538: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1814: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1815: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1917: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1944: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/1945: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/2006: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/209: 1 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/214: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/244: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/249: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/265: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/288: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/344: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/41: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/457: 1 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/484: 0 overlaps
Triacylglyceride Synthesis WP325 x https://identifiers.org/aop.events/890: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1090: 5 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1115: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1270: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1271: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1392: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1457: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1487: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1538: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1814: 1 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1815: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1917: 3 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1944: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/1945: 3 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/2006: 1 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/209: 4 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/214: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/244: 4 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/249: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/265: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/288: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/344: 0 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/41: 4 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/457: 5 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/484: 6 overlaps
Type 2 Papillary Renal Cell Carcinoma WP4241 x https://identifiers.org/aop.events/890: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1090: 2 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1115: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1270: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1271: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1392: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1457: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1487: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1538: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1814: 1 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1815: 1 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1917: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1944: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/1945: 1 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/2006: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/209: 2 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/214: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/244: 1 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/249: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/265: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/288: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/344: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/41: 0 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/457: 2 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/484: 1 overlaps
Type I Collagen Synthesis Osteogenesis Imperfecta WP4786 x https://identifiers.org/aop.events/890: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1090: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1115: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1270: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1271: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1392: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1457: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1487: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1538: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1814: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1815: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1917: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1944: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/1945: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/2006: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/209: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/214: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/244: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/249: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/265: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/288: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/344: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/41: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/457: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/484: 0 overlaps
Tyrosine Metabolism And Related Disorders WP4506 x https://identifiers.org/aop.events/890: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1090: 12 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1115: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1270: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1271: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1392: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1457: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1487: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1538: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1814: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1815: 1 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1917: 3 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1944: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/1945: 10 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/2006: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/209: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/214: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/244: 7 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/249: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/265: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/288: 0 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/344: 2 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/41: 4 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/457: 6 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/484: 8 overlaps
VEGFA VEGFR2 Signaling WP3888 x https://identifiers.org/aop.events/890: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1090: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1115: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1270: 1 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1271: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1392: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1457: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1487: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1538: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1814: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1815: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1917: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1944: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/1945: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/2006: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/209: 1 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/214: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/244: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/249: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/265: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/288: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/344: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/41: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/457: 1 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/484: 0 overlaps
Vitamin D Metabolism WP1531 x https://identifiers.org/aop.events/890: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1090: 5 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1115: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1270: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1271: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1392: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1457: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1487: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1538: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1814: 3 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1815: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1917: 2 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1944: 0 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1945: 4 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/2006: 3 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/209: 7 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/214: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/244: 5 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/249: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/265: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/288: 2 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/344: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/41: 4 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/457: 7 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/484: 6 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/890: 1 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1090: 1 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1115: 3 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1270: 1 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1271: 0 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1392: 3 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1457: 0 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1487: 2 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1538: 3 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1814: 2 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1815: 2 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1917: 3 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1944: 1 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/1945: 2 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/2006: 1 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/209: 4 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/214: 0 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/244: 4 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/249: 3 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/265: 3 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/288: 0 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/344: 0 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/41: 3 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/457: 1 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/484: 1 overlaps
Vitamin D Sensitive Calcium Signaling In Depression WP4698 x https://identifiers.org/aop.events/890: 3 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1090: 12 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1115: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1270: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1271: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1392: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1457: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1487: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1538: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1814: 4 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1815: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1917: 1 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1944: 1 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/1945: 2 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/2006: 4 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/209: 17 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/214: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/244: 5 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/249: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/265: 1 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/288: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/344: 0 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/41: 1 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/457: 1 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/484: 2 overlaps
Wnt Signaling WP428 x https://identifiers.org/aop.events/890: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1090: 13 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1115: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1270: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1271: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1392: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1457: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1487: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1538: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1814: 4 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1815: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1917: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1944: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/1945: 1 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/2006: 4 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/209: 13 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/214: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/244: 4 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/249: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/265: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/288: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/344: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/41: 0 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/457: 1 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/484: 1 overlaps
lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258 x https://identifiers.org/aop.events/890: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1090: 2 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1115: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1270: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1271: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1392: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1457: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1487: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1538: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1814: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1815: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1917: 2 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1944: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/1945: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/2006: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/209: 2 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/214: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/244: 2 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/249: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/265: 1 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/288: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/344: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/41: 2 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/457: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/484: 0 overlaps
mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953 x https://identifiers.org/aop.events/890: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1090: 5 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1115: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1270: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1271: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1392: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1457: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1487: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1538: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1814: 5 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1815: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1917: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1944: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/1945: 7 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/2006: 5 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/209: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/214: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/244: 5 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/249: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/265: 2 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/288: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/344: 0 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/41: 1 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/457: 5 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/484: 7 overlaps
miRNA Regulation Of Prostate Cancer Signaling WP3981 x https://identifiers.org/aop.events/890: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1090: 1 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1115: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1270: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1271: 1 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1392: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1457: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1487: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1538: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1814: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1815: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1917: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1944: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/1945: 4 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/2006: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/209: 1 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/214: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/244: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/249: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/265: 1 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/288: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/344: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/41: 0 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/457: 5 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/484: 6 overlaps
miRNA Targets In ECM And Membrane Receptors WP2911 x https://identifiers.org/aop.events/890: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1090: 12 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1115: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1270: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1271: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1392: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1457: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1487: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1538: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1814: 4 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1815: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1917: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1944: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/1945: 1 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/2006: 4 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/209: 13 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/214: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/244: 4 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/249: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/265: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/288: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/344: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/41: 0 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/457: 1 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/484: 1 overlaps
ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336 x https://identifiers.org/aop.events/890: 0 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'ITGA6'}, number: 2
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'NRXN1'}, number: 1
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'ITGA6'}, number: 2
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'TIMP1'}, number: 1
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'ITGA6'}, number: 2
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'ITGA6'}, number: 2
Term: 11P11 2 Copy Number Variation Syndrome WP5348, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3'}, number: 1
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A6', 'UGT1A7', 'UGT1A9', 'UGT1A4', 'UGT1A1'}, number: 5
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGB3'}, number: 1
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'UGT1A6', 'UGT1A7', 'UGT1A9', 'UGT1A4', 'UGT1A1'}, number: 5
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A6', 'UGT1A7', 'UGT1A9', 'UGT1A4', 'UGT1A1'}, number: 5
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A4', 'UGT1A9', 'UGT1A6', 'UGT1A1'}, number: 4
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A6', 'UGT1A7', 'UGT1A9', 'UGT1A4', 'UGT1A1'}, number: 5
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'MEF2A', 'ABCA1'}, number: 3
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3'}, number: 1
Term: 2Q37 Copy Number Variation Syndrome WP5224, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DEPTOR', 'PDGFRB'}, number: 2
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'XDH'}, number: 1
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'XDH'}, number: 1
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'XDH'}, number: 1
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'NRXN2', 'NRXN1', 'NLGN1', 'NRXN3', 'GRIN2B'}, number: 5
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ATG16L1', 'GRIN2B', 'PRKCA', 'DEPTOR', 'PDGFRB', 'ABL2', 'PIK3R1'}, number: 7
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'XDH', 'PRKCA', 'DEPTOR'}, number: 3
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'PIK3R1'}, number: 2
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'XDH'}, number: 1
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'XDH', 'PIK3R1'}, number: 2
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2C19'}, number: 1
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'ADRA1A'}, number: 3
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3R1', 'PDGFRB'}, number: 2
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'PDGFRB'}, number: 3
Term: ADHD And Autism ASD Pathways WP5420, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FZD1', 'WWTR1', 'CDKN1A', 'HIF1A', 'PPARGC1A'}, number: 5
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PPARA', 'LPL', 'PCK1'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3', 'SERPINE1'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'CDKN1A'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A4'}, number: 1
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1A', 'PCK1', 'PRLR'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'CDKN1A'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A4', 'LPL', 'FZD1', 'PPARA', 'PCK1', 'CDKN1A', 'SERPINE1'}, number: 7
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2', 'PPARGC1A'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'CDKN1A', 'SLC2A4'}, number: 3
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SMAD3', 'SERPINE1'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2', 'PPARGC1A'}, number: 2
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'SLC2A4', 'IRS2', 'PPARGC1A'}, number: 4
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MEF2A', 'NAMPT', 'LPL', 'NR3C1', 'IRS2', 'SLC2A4', 'PCK1', 'PRLR', 'PPARA', 'BMP2', 'ID3', 'PPARGC1A', 'EPAS1', 'FZD1', 'CDKN1A', 'SERPINE1', 'IL6ST', 'SMAD3', 'PNPLA3', 'WWTR1', 'RARA', 'HIF1A'}, number: 22
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'EPAS1', 'PCK1', 'PRLR', 'CDKN1A', 'HIF1A', 'IRS2', 'PPARGC1A'}, number: 8
Term: Adipogenesis WP236, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SHC1', 'LAMB1', 'SOS1', 'ITGB4', 'ITGA6', 'LAMA1'}, number: 6
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'SHC1', 'LAMB1', 'SOS1', 'PRKCA', 'ITGB4', 'ITGA6', 'PIK3R1', 'LAMA1'}, number: 8
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'SOS1', 'SHC1', 'PIK3R1'}, number: 4
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'IRS2'}, number: 3
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LAMB1', 'SOS1', 'ITGB4', 'ITGA6', 'PIK3R1', 'LAMA1', 'IRS2'}, number: 7
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'LAMB1', 'SOS1', 'PRKCA', 'ITGB4', 'ITGA6', 'PIK3R1', 'LAMA1', 'IRS2'}, number: 8
Term: Alpha 6 Beta 4 Signaling WP244, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC7A11', 'SLC2A1'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC7A11', 'SLC2A1'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC7A11', 'SLC2A1'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC7A11', 'SLC2A1'}, number: 2
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Amino Acid Metabolism In Triple Negative Breast Cancer Cells WP5213, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GSR'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GSR'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'IDH1', 'GCLM', 'GSR'}, number: 3
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GSR'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'GSR'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'IDH1', 'GCLM', 'PCK1', 'GSR'}, number: 4
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'GSR'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GSR'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GSR'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM', 'GSR'}, number: 2
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Amino Acid Metabolism WP3925, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GSR'}, number: 1
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1'}, number: 1
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'EPAS1'}, number: 2
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'EPAS1'}, number: 2
Term: Amplification And Expansion Of Oncogenic Pathways WP3678, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SHC1', 'SOS1', 'MAP4K2', 'SLC2A1', 'MAP3K1'}, number: 5
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP7A1', 'LPL', 'PCK1'}, number: 3
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1', 'MAP3K1'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A4', 'SLC2A1'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'PCK1', 'SHC1'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1', 'MAP3K1'}, number: 4
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A4', 'LPL', 'CYP7A1', 'PCK1', 'SLC2A1'}, number: 5
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP7A1', 'IRS2'}, number: 2
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A4', 'SHC1', 'SOS1', 'SLC2A1', 'PIK3R1', 'MAP3K1'}, number: 6
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1'}, number: 3
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP7A1', 'IRS2'}, number: 3
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A4', 'CYP7A1', 'SLC2A1', 'PIK3R1', 'IRS2'}, number: 5
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'SLC2A4', 'LPL', 'CYP7A1', 'SOS1', 'PCK1', 'SLC2A1', 'PIK3R1', 'IRS2'}, number: 9
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'SOS1', 'PCK1', 'SLC2A1', 'PIK3R1', 'IRS2'}, number: 6
Term: Angiopoietin Like Protein 8 Regulatory Pathway WP3915, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'HIF1A'}, number: 2
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3'}, number: 2
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'COL1A1'}, number: 1
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1', 'SMAD3'}, number: 2
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'HIF1A', 'SMAD3', 'COL1A1', 'IL6ST'}, number: 4
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'COL1A1', 'HIF1A'}, number: 2
Term: Angiotensin II Receptor Type 1 Pathway WP5036, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLM', 'GCLC'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11', 'GCLM', 'GCLC'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'IKBKG'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11', 'GCLM', 'GCLC'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11', 'GCLM', 'GCLC'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2', 'GCLC', 'IKBKG'}, number: 3
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11', 'GCLM', 'GCLC'}, number: 4
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IKBKG'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IKBKG'}, number: 1
Term: Antiviral And Anti-Inflam Effects Of Nrf2 On SARS CoV 2 Pathway WP5113, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDKN1A', 'CUL1', 'PAK2'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PAK2', 'THBS1', 'CDKN1A', 'CDKN1B', 'PKN1'}, number: 5
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'THBS1', 'CDKN1A', 'GCLC'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B', 'GCLC'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'THBS1', 'GCLC'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'GCLC'}, number: 2
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'THBS1', 'CDKN1A', 'CDKN1B'}, number: 3
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'THBS1', 'CDKN1A', 'CDKN1B', 'PKN1'}, number: 4
Term: Apoptosis Related Network Due To Altered Notch3 Ovarian Cancer WP2864, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'ACTB', 'ACTG1', 'ITGB4', 'ITGA6'}, number: 7
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'ITGB4', 'ITGA11', 'ITGA6'}, number: 6
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'ITGB3', 'ITGB4', 'ITGA11', 'ITGA6'}, number: 5
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'ITGB4', 'ITGA11', 'ITGA6'}, number: 6
Term: Arrhythmogenic Right Ventricular Cardiomyopathy WP2118, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'CDKN1A'}, number: 2
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2', 'CYP1A1', 'GCLC'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2', 'CYP1A1', 'GCLC'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLC'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2', 'CYP1A1', 'GCLC'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2', 'CDKN1A', 'CDKN1B'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'CDKN1B'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B'}, number: 2
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL', 'CYP1A1', 'NFE2L2', 'CDKN1A', 'GCLC'}, number: 5
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NFE2L2', 'CDKN1A', 'CDKN1B', 'GCLC'}, number: 4
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2', 'CYP1A1', 'GCLC'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2', 'CYP1A1', 'GCLC'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NFE2L2', 'CDKN1A', 'GCLC'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'CDKN1B', 'LPL'}, number: 4
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'CDKN1B'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2', 'CYP1A1', 'GCLC'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC7A5'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'UGT1A6', 'NFE2L2', 'CYP1A1'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'UGT1A6', 'NFE2L2', 'CYP1A1'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'UGT1A6', 'NFE2L2', 'CYP1A1'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2', 'CDKN1B'}, number: 2
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A7', 'ALDH3A1', 'NFE2L2', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 7
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1B'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1B'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'UGT1A7', 'ALDH3A1', 'CYP1A1', 'NFE2L2', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 8
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A7', 'ALDH3A1', 'NFE2L2', 'UGT1A9', 'CDKN1B', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 8
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'UGT1A6', 'NFE2L2', 'CYP1A1'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'UGT1A6', 'NFE2L2', 'CYP1A1'}, number: 3
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A6', 'UGT1A9', 'UGT1A4', 'UGT1A1'}, number: 4
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A7', 'ALDH3A1', 'NFE2L2', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 7
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1B'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1B'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'UGT1A6', 'NFE2L2', 'CYP1A1'}, number: 3
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A4', 'UGT1A9'}, number: 2
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'UGT1A4', 'UGT1A9'}, number: 2
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A4', 'UGT1A9'}, number: 2
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A4', 'UGT1A9'}, number: 2
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A4', 'UGT1A9'}, number: 2
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Arylamine Metabolism WP694, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'WNT5A'}, number: 1
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'WNT5A'}, number: 1
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'WNT5A'}, number: 1
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'WNT5A'}, number: 2
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'WNT5A'}, number: 2
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Axon Guidance WP5289, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DKK1'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD9'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DKK1'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SMAD9'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'BMP2'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: BMP2 WNT4 FOXO1 Pathway Primary Endometrial Stromal Cell Diff WP3876, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'MMP2', 'CCND1'}, number: 4
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A', 'ERBB2', 'CCND1'}, number: 4
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1', 'THBS1', 'CDKN1A', 'VEGFA', 'PIK3R1'}, number: 5
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A', 'ERBB2', 'CCND1'}, number: 4
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'THBS1', 'CDKN1A', 'CCND1'}, number: 3
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A', 'ERBB2', 'CCND1'}, number: 4
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'THBS1', 'PIK3R1'}, number: 2
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP2'}, number: 1
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A'}, number: 2
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'THBS1', 'CDKN1A', 'PIK3R1'}, number: 4
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1', 'THBS1', 'CDKN1A', 'VEGFA', 'PIK3R1'}, number: 5
Term: Bladder Cancer WP2828, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BCL2', 'MMP2', 'PDGFRB', 'VEGFA', 'SFRP2'}, number: 5
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FST', 'SMAD3'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2', 'SMAD3'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BCL2', 'COL1A1', 'PDGFRB', 'VEGFA'}, number: 4
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2', 'SMAD3'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2', 'SFRP2'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'SMAD3', 'TGFB2'}, number: 3
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FST', 'SMAD3'}, number: 2
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'TIMP1', 'MMP2', 'MMP28'}, number: 3
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'SMAD3', 'COL1A1', 'PDGFRB'}, number: 4
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'COL1A1', 'PDGFRB', 'VEGFA'}, number: 4
Term: Burn Wound Healing WP5055, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'LRP5', 'ITGA6', 'LAMA1', 'SOS1', 'COL4A6', 'TGFA', 'BCL2', 'FZD1', 'MMP2', 'CDKN1A', 'PDGFRB', 'SLC2A1', 'VEGFA', 'WNT5A', 'CUL1', 'WNT7B', 'LAMB1', 'FZD7', 'CCND1', 'RASSF5', 'HIF1A'}, number: 22
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'WNT7B', 'BCL2', 'SOS1', 'CCND1', 'NFE2L2', 'CDKN1A', 'ERBB2', 'CDKN1B', 'PIK3R1', 'WNT5A', 'BCL2L11'}, number: 12
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2', 'NFE2L2', 'BCL2L11'}, number: 3
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXNRD1', 'TGFA', 'PRKCA', 'TGFB2', 'NFE2L2', 'SLC2A1'}, number: 6
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'CAMK2D'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'GNG10', 'PRKCA', 'ITGA6', 'LAMA1', 'IKBKG', 'SOS1', 'PLD1', 'COL4A6', 'PLD2', 'TGFA', 'BCL2', 'CDKN1A', 'PDGFRB', 'CDKN1B', 'VEGFA', 'PIK3R1', 'LAMB1', 'CCND1', 'RASSF5', 'BCL2L11'}, number: 21
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'WNT7B', 'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'ERBB2', 'CDKN1B', 'PIK3R1', 'WNT5A', 'BCL2L11'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D', 'TXNRD1', 'WNT7B', 'TGFA', 'LRP5', 'FZD1', 'ROCK2', 'FZD7', 'CCND1', 'PRKCA', 'NFE2L2', 'CDKN1A', 'TGFB2', 'SLC2A1', 'NOTCH1', 'WNT5A'}, number: 16
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'TXNRD1', 'WNT7B', 'TGFA', 'BCL2', 'SOS1', 'CCND1', 'PRKCA', 'NFE2L2', 'CDKN1A', 'CDKN1B', 'TGFB2', 'SLC2A1', 'ERBB2', 'PIK3R1', 'WNT5A', 'BCL2L11'}, number: 17
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1'}, number: 2
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GNG10', 'TGFBR1', 'TXNRD1', 'SMAD3', 'ADCY9', 'SOS1', 'ROCK2', 'ADCY8', 'NFE2L2', 'PIK3R1', 'IKBKG'}, number: 11
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP2'}, number: 1
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TXNRD1', 'TGFA', 'PRKCA', 'CDKN1A', 'NFE2L2', 'TGFB2', 'SLC2A1', 'PIK3R1'}, number: 8
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'GNG10', 'ITGA6', 'LAMA1', 'IKBKG', 'SOS1', 'COL4A6', 'BMP2', 'EPAS1', 'FZD1', 'CDKN1A', 'PDGFRB', 'CDKN1B', 'SLC2A1', 'VEGFA', 'PIK3R1', 'IL6ST', 'SMAD3', 'LAMB1', 'RARA', 'HIF1A'}, number: 21
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'GNG10', 'PRKCA', 'ITGA6', 'LAMA1', 'IKBKG', 'SOS1', 'COL4A6', 'TGFA', 'BCL2', 'EPAS1', 'CDKN1A', 'PDGFRB', 'CDKN1B', 'SLC2A1', 'VEGFA', 'PIK3R1', 'LAMB1', 'CCND1', 'HIF1A', 'BCL2L11'}, number: 21
Term: Cancer Pathways WP5434, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1'}, number: 2
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1'}, number: 1
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'CAMK2D'}, number: 1
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'IKBKG'}, number: 2
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'MAP3K1'}, number: 1
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D', 'PRKCA'}, number: 2
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'MAP3K1'}, number: 2
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1', 'IKBKG'}, number: 2
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'MEF2A', 'IKBKG'}, number: 2
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'IKBKG'}, number: 2
Term: Cardiac Hypertrophic Response WP2795, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP7A1', 'LPL', 'PLTP', 'CYP27A1'}, number: 4
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP7A1', 'LPL', 'PLTP', 'CYP27A1'}, number: 4
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1', 'CYP7A1'}, number: 3
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP7A1'}, number: 1
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'SCARB1', 'CYP7A1'}, number: 3
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP7A1', 'LPL', 'CYP27A1', 'ABCA1'}, number: 4
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Cholesterol Metabolism WP5304, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1', 'MMP14', 'MMP2'}, number: 3
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'SLC2A1'}, number: 2
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'SLC2A1'}, number: 2
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'SLC2A1'}, number: 2
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP16', 'MMP7', 'MMP14', 'MMP2', 'MMP28'}, number: 5
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'SLC2A1'}, number: 2
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'SLC2A1'}, number: 2
Term: Chronic Hyperglycemia Impairment Of Neuron Function WP5283, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CUL1', 'PPARGC1A'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PPARA'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'NLGN1'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SERPINE1', 'ROCK2', 'PPARA'}, number: 3
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SERPINE1', 'ROCK2'}, number: 2
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NAMPT', 'PPARA', 'SERPINE1', 'ID3', 'PPARGC1A'}, number: 5
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Circadian Rhythm Genes WP3594, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BCL2', 'DKK1', 'LRP5', 'WNT5A'}, number: 4
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2', 'SMAD9'}, number: 2
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2', 'WNT5A'}, number: 2
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BCL2', 'ATG16L1'}, number: 2
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2', 'WNT5A'}, number: 2
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'DKK1', 'LRP5', 'WNT5A'}, number: 4
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'WNT5A'}, number: 2
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RUNX2', 'SMAD9'}, number: 2
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'BMP2'}, number: 1
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Clock Controlled Autophagy In Bone Metabolism WP5205, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A1'}, number: 5
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A1'}, number: 5
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC2', 'ABCC3'}, number: 2
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A1'}, number: 5
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A1'}, number: 5
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A1'}, number: 5
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Codeine And Morphine Metabolism WP1604, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Complement Activation WP545, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGB3'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CX3CL1', 'TGFB2'}, number: 2
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CX3CL1'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3'}, number: 1
Term: Complement System In Neuronal Development And Plasticity WP5090, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 6
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 6
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3', 'ABCC2', 'PPARGC1A'}, number: 3
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'SMC1A', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 7
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'UGT1A1', 'CYP2C19', 'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A4', 'PPARGC1A'}, number: 9
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A1', 'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A4', 'PPARGC1A'}, number: 7
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'PPARGC1A'}, number: 2
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Constitutive Androstane Receptor Pathway WP2875, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GHR', 'PRLR'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2', 'CX3CL1'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1', 'CX3CL1', 'CCL28', 'CXCL13', 'CCL15'}, number: 5
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LEPR', 'TGFB2'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IL6ST', 'GHR', 'PRLR'}, number: 3
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GHR', 'PRLR'}, number: 2
Term: Cytokine Cytokine Receptor Interaction WP5473, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SHC1', 'WNT7B', 'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'FOSL1', 'WNT5A', 'MAP3K1'}, number: 9
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR', 'SMAD3', 'SHC1', 'WNT7B', 'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'ERBB2', 'CDKN1B', 'MAP3K1', 'FOSL1', 'PIK3R1', 'WNT5A', 'BCL2L11', 'PIK3C2B'}, number: 16
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2', 'BCL2L11'}, number: 2
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'SHC1', 'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'BCL2L11'}, number: 8
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR', 'SMAD3', 'SHC1', 'WNT7B', 'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'ERBB2', 'CDKN1B', 'MAP3K1', 'FOSL1', 'PIK3R1', 'WNT5A', 'BCL2L11', 'PIK3C2B'}, number: 16
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT7B', 'CCND1', 'CDKN1A', 'FOSL1', 'WNT5A'}, number: 5
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR', 'SMAD3', 'SHC1', 'WNT7B', 'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'ERBB2', 'CDKN1B', 'MAP3K1', 'FOSL1', 'PIK3R1', 'WNT5A', 'BCL2L11', 'PIK3C2B'}, number: 16
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SMAD3', 'SOS1', 'SHC1', 'PIK3R1'}, number: 4
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'PIK3R1', 'CDKN1A'}, number: 3
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'SOS1', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'PIK3C2B'}, number: 6
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'BCL2L11', 'PIK3C2B'}, number: 8
Term: DNA Damage Response Only ATM Dependent WP710, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FST'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2', 'CCND1'}, number: 2
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFB2', 'CCND1'}, number: 2
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FST'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'BMP2', 'RARA'}, number: 2
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Development Of Ureteric Derived Collecting System WP5053, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'CYP27A1'}, number: 3
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ABCC2', 'ABCC3'}, number: 2
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'ABCC2', 'ABCC3', 'CYP27A1'}, number: 5
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'ABCC2', 'BAAT', 'ABCC3'}, number: 5
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC2', 'ABCC3'}, number: 2
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'ABCC2', 'BAAT', 'ABCC3'}, number: 5
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'ABCC2', 'BAAT', 'ABCC3'}, number: 5
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP7A1', 'CYP27A1'}, number: 2
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Disorders Of Bile Acid Synthesis And Biliary Transport WP5176, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'CAMK2D', 'NRXN1', 'NRXN2', 'NLGN1', 'NRXN3', 'GRIN2B', 'YWHAG'}, number: 7
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRIN2B'}, number: 1
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D'}, number: 1
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Disruption Of Postsynaptic Signaling By CNV WP4875, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP7A1'}, number: 1
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ABCC3', 'ABCC2'}, number: 2
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ABCC3', 'ABCC2', 'CYP7A1'}, number: 3
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3', 'ABCC2', 'CYP7A1', 'BAAT'}, number: 4
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC3', 'ABCC2'}, number: 2
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'ABCC3', 'ABCC2', 'CYP7A1', 'BAAT'}, number: 4
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ABCC3', 'ABCC2', 'CYP7A1', 'BAAT'}, number: 4
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP7A1'}, number: 1
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Drug Induction Of Bile Acid Pathway WP2289, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SHC1', 'TGFA', 'BCL2', 'SOS1', 'CCND1', 'PDGFRB', 'VEGFA', 'KDR'}, number: 8
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SHC1', 'BCL2', 'SOS1', 'CCND1', 'ERBB2', 'PIK3R1', 'BCL2L11'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2', 'BCL2L11'}, number: 2
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'PRKCA'}, number: 2
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'MRAS', 'SHC1', 'TGFA', 'BCL2', 'SOS1', 'CCND1', 'BCL2L11', 'PRKCA', 'PDGFRB', 'VEGFA', 'PIK3R1', 'KDR'}, number: 12
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SHC1', 'BCL2', 'SOS1', 'CCND1', 'ERBB2', 'PIK3R1', 'BCL2L11'}, number: 7
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFA', 'PRKCA', 'CCND1'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SHC1', 'TGFA', 'BCL2', 'SOS1', 'CCND1', 'PRKCA', 'ERBB2', 'PIK3R1', 'BCL2L11'}, number: 9
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'PRKCA', 'PIK3R1'}, number: 3
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SOS1', 'PDGFRB', 'VEGFA', 'PIK3R1', 'KDR'}, number: 5
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TGFA', 'BCL2', 'SOS1', 'CCND1', 'BCL2L11', 'PRKCA', 'PDGFRB', 'VEGFA', 'PIK3R1', 'KDR'}, number: 10
Term: EGFR Tyrosine Kinase Inhibitor Resistance WP4806, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'ACTB', 'ACTG1', 'ITGA6'}, number: 6
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'ITGA6', 'PIK3R1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'ITGA6', 'PIK3R1', 'ITGB3'}, number: 4
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'ITGA6', 'PIK3R1'}, number: 5
Term: Ebola Virus Infection In Host WP4217, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDH6', 'PODXL'}, number: 2
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH6'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'NLGN1'}, number: 1
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Ectoderm Differentiation WP2858, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'GHR'}, number: 2
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CAB39', 'TGFB2'}, number: 2
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'CAB39', 'GHR'}, number: 3
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'CAB39', 'GHR'}, number: 3
Term: Endochondral Ossification WP474, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'GHR'}, number: 2
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CAB39', 'TGFB2'}, number: 2
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'CAB39', 'GHR'}, number: 3
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'CAB39', 'GHR'}, number: 3
Term: Endochondral Ossification With Skeletal Dysplasias WP4808, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DKK1', 'WWC1'}, number: 2
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'DKK1'}, number: 2
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR3C1', 'SMAD3', 'FOXA1'}, number: 3
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FOXA1'}, number: 1
Term: Endoderm Differentiation WP2853, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'SOS1'}, number: 2
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'SOS1'}, number: 2
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'SOS1'}, number: 2
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'SOS1', 'TGFB2'}, number: 3
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'ADCY9', 'SMAD3', 'SOS1', 'ADCY8'}, number: 4
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'SOS1'}, number: 2
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SOS1'}, number: 1
Term: Envelope Proteins And Potential Roles In EDMD Physiopathology WP4535, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SHC1', 'WNT7B', 'LRP5', 'SOS1', 'FZD1', 'MMP2', 'FZD7', 'COL4A6', 'HIF1A', 'WNT5A'}, number: 10
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3'}, number: 2
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'ID1'}, number: 2
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'SHC1', 'WNT7B', 'SOS1', 'PIK3R1', 'WNT5A'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'COL4A6', 'SHC1'}, number: 4
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'SHC1', 'WNT7B', 'SOS1', 'PIK3R1', 'WNT5A'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT7B', 'LRP5', 'FZD1', 'FZD7', 'TGFB2', 'NOTCH1', 'WNT5A'}, number: 7
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'SHC1', 'WNT7B', 'SOS1', 'TGFB2', 'PIK3R1', 'WNT5A'}, number: 7
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SMAD3', 'TGFBR1', 'SHC1', 'SOS1', 'PIK3R1'}, number: 5
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP2'}, number: 1
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'TGFB2'}, number: 2
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'FZD1', 'SOS1', 'COL4A6', 'PIK3R1', 'HIF1A'}, number: 6
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'HIF1A', 'COL4A6'}, number: 4
Term: Epithelial To Mesenchymal Transition In Colorectal Cancer WP4239, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PAK2', 'SHC1', 'TGFA', 'SOS1', 'CCND1', 'CDKN1A', 'AREG'}, number: 7
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SHC1', 'SOS1', 'CCND1', 'ERBB2', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'BCL2L11'}, number: 8
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'PRKCA'}, number: 2
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'CAMK2D'}, number: 1
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PAK2', 'SHC1', 'TGFA', 'SOS1', 'CCND1', 'PRKCA', 'CDKN1A', 'CDKN1B', 'ABL2', 'PIK3R1', 'BCL2L11'}, number: 11
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SHC1', 'SOS1', 'CCND1', 'ERBB2', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'BCL2L11'}, number: 8
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D', 'TGFA', 'CCND1', 'PRKCA', 'CDKN1A'}, number: 5
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SHC1', 'TGFA', 'SOS1', 'CCND1', 'PRKCA', 'CDKN1A', 'ERBB2', 'CDKN1B', 'PIK3R1', 'BCL2L11'}, number: 10
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1'}, number: 3
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'PRKCA', 'CDKN1A', 'PIK3R1'}, number: 4
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'SOS1', 'CDKN1B', 'PIK3R1'}, number: 4
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TGFA', 'SOS1', 'CCND1', 'PRKCA', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'BCL2L11'}, number: 8
Term: ErbB Signaling WP673, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2C19'}, number: 1
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP5276, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1'}, number: 2
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1'}, number: 2
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1'}, number: 2
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A6', 'UGT1A9', 'UGT1A1'}, number: 3
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'UGT1A6', 'UGT1A9', 'CYP1A1', 'UGT1A1'}, number: 4
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A6', 'UGT1A9', 'UGT1A1'}, number: 3
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1'}, number: 2
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1'}, number: 2
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A6', 'UGT1A9', 'UGT1A1'}, number: 3
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A6', 'UGT1A9', 'UGT1A1'}, number: 3
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1'}, number: 2
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACOX1', 'PPARA', 'PCK1'}, number: 3
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACOX1', 'PPARA', 'CYP1A1', 'PCK1'}, number: 4
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPARA', 'PCK1'}, number: 2
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'MAFF', 'NFE2L2', 'MAFG'}, number: 3
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAFF', 'NFE2L2', 'MAFG'}, number: 3
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAFF', 'NFE2L2', 'MAFG'}, number: 3
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MAFF', 'NFE2L2', 'MAFG'}, number: 3
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Ethanol Metabolism Production Of ROS By CYP2E1 WP4269, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TGFA', 'WNT5A'}, number: 2
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3'}, number: 3
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'ERBB2', 'WNT5A'}, number: 3
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'TGFB2'}, number: 2
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TGFA'}, number: 1
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'ERBB2', 'WNT5A'}, number: 3
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFA', 'TGFB2', 'WNT5A'}, number: 3
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'TGFA', 'TGFB2', 'ERBB2', 'WNT5A'}, number: 5
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3'}, number: 3
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'TGFB2'}, number: 2
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TGFA'}, number: 1
Term: Extracellular Vesicle Mediated Signaling In Recipient Cells WP2870, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ABCC3', 'ABCC2'}, number: 2
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ABCC3', 'ABCC2'}, number: 2
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3', 'ABCC2', 'IRS2'}, number: 3
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC3', 'ABCC2'}, number: 2
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'ABCC3', 'ABCC2', 'IRS2'}, number: 3
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ABCC3', 'ABCC2', 'IRS2'}, number: 3
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'IRS2', 'FOXA1'}, number: 2
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'FOXA1'}, number: 2
Term: FOXA2 Pathway WP5066, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL', 'PLTP'}, number: 2
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL', 'PLTP'}, number: 2
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 1 WP5108, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL', 'PLTP'}, number: 2
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GHR'}, number: 1
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL', 'PLTP'}, number: 2
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GHR', 'LPL'}, number: 2
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GHR'}, number: 1
Term: Familial Hyperlipidemia Type 2 WP5109, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL', 'PLTP'}, number: 2
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL', 'PLTP'}, number: 2
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 3 WP5110, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL', 'PLTP'}, number: 2
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL', 'PLTP'}, number: 2
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 4 WP5111, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL', 'PLTP'}, number: 2
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL', 'PLTP'}, number: 2
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Familial Hyperlipidemia Type 5 WP5112, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1'}, number: 2
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1'}, number: 2
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'SLCO2B1', 'CYP8B1', 'IP6K3', 'CYP7A1', 'BAAT', 'IRS2', 'PPARGC1A'}, number: 7
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'SLCO2B1', 'CYP8B1', 'IP6K3', 'CYP7A1', 'BAAT', 'IRS2', 'PPARGC1A'}, number: 7
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLCO2B1', 'CYP8B1', 'IP6K3', 'CYP7A1', 'BAAT', 'IRS2', 'PPARGC1A'}, number: 7
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP7A1', 'IRS2', 'PPARGC1A'}, number: 3
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'IRS2', 'PPARGC1A'}, number: 2
Term: Farnesoid X Receptor Pathway WP2879, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL5'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ACSL5'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ABCA1'}, number: 1
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fatty Acids And Lipoproteins Transport In Hepatocytes WP5323, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC3A2'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'TXNRD1', 'GCLC'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'ACSL5'}, number: 1
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'TXNRD1', 'GCLC'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLM', 'GCLC'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'TXNRD1', 'GCLC'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXNRD1', 'GCLM', 'FTL', 'GCLC', 'SLC7A11'}, number: 5
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXNRD1', 'GCLM', 'FTL', 'ACSL5', 'GCLC', 'SLC7A11'}, number: 6
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TXNRD1', 'GCLM', 'FTL', 'GCLC', 'SLC7A11'}, number: 5
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'TXNRD1', 'GCLC'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TXNRD1', 'GCLC'}, number: 2
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TXNRD1', 'GCLM', 'FTL', 'GCLC', 'SLC7A11'}, number: 5
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Ferroptosis WP4313, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'TXNRD1', 'GCLC'}, number: 2
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Fluoroacetic Acid Toxicity WP4966, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'ITGB3', 'HIF1A', 'FGF7', 'LAMB1', 'SOS1', 'FGF13', 'CDKN1A', 'EFNA5', 'PDGFRB', 'COL4A6', 'SLC2A1', 'VEGFA', 'ITGB4', 'ITGA6', 'LAMA1', 'KDR', 'PPARGC1A'}, number: 18
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SOS1', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'PIK3C2B'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A4', 'FGF13', 'SLC2A1'}, number: 3
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'GNG10', 'ITGA11', 'ITGA6', 'COL1A1', 'DDIT4', 'GHR', 'LAMA1', 'IKBKG', 'SOS1', 'PRLR', 'COL4A6', 'FGF7', 'CDKN1A', 'EFNA5', 'CDKN1B', 'PDGFRB', 'VEGFA', 'PIK3R1', 'KDR', 'ITGB3', 'OSMR', 'LAMB1', 'FGF13', 'THBS1', 'ITGB4', 'TNXB'}, number: 27
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SOS1', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'PIK3C2B'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A4', 'FGF13', 'THBS1', 'CDKN1A', 'SLC2A1', 'DDIT4'}, number: 6
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2', 'PPARGC1A'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A4', 'SOS1', 'FGF13', 'CDKN1A', 'CDKN1B', 'SLC2A1', 'PIK3R1', 'PIK3C2B'}, number: 8
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GNG10', 'SOS1', 'THBS1', 'PIK3R1', 'IKBKG'}, number: 5
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2', 'PPARGC1A'}, number: 2
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CAB39', 'SLC2A4', 'PFKFB3', 'FGF13', 'CDKN1A', 'SLC2A1', 'PIK3R1', 'IRS2', 'PPARGC1A'}, number: 9
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'GNG10', 'COL3A1', 'ITGA11', 'ITGA6', 'COL1A1', 'DDIT4', 'GHR', 'LAMA1', 'IKBKG', 'COL5A1', 'IRS2', 'PIK3C2B', 'SLC2A4', 'PFKFB3', 'SOS1', 'PRLR', 'COL4A6', 'PPARGC1A', 'CAB39', 'FGF7', 'EPAS1', 'CDKN1A', 'EFNA5', 'CDKN1B', 'PDGFRB', 'SLC2A1', 'VEGFA', 'PIK3R1', 'KDR', 'FOXA1', 'ITGB3', 'OSMR', 'RAB10', 'LAMB1', 'FGF13', 'THBS1', 'ITGB4', 'TNXB', 'HIF1A'}, number: 40
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'GNG10', 'COL3A1', 'ITGA11', 'ITGA6', 'COL1A1', 'DDIT4', 'GHR', 'LAMA1', 'IKBKG', 'COL5A1', 'IRS2', 'PIK3C2B', 'SLC2A4', 'PFKFB3', 'SOS1', 'PRLR', 'COL4A6', 'PPARGC1A', 'CAB39', 'FGF7', 'EPAS1', 'CDKN1A', 'EFNA5', 'CDKN1B', 'PDGFRB', 'SLC2A1', 'VEGFA', 'PIK3R1', 'KDR', 'FOXA1', 'ITGB3', 'OSMR', 'RAB10', 'LAMB1', 'FGF13', 'THBS1', 'ITGB4', 'TNXB', 'HIF1A'}, number: 40
Term: Focal Adhesion PI3K Akt mTOR Signaling WP3932, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'ACTB', 'SHC1', 'ACTG1', 'PAK2', 'BCL2', 'LAMB1', 'SOS1', 'CCND1', 'PDGFRB', 'ITGB4', 'COL4A6', 'VEGFA', 'ITGA6', 'LAMA1', 'KDR'}, number: 18
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SHC1', 'BCL2', 'SOS1', 'CCND1', 'ERBB2', 'PIK3R1'}, number: 6
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'SHC1', 'PRKCA', 'ITGA11', 'ITGA6', 'COL1A1', 'LAMA1', 'ITGA1', 'SOS1', 'COL4A6', 'PAK2', 'BCL2', 'PDGFRB', 'VEGFA', 'PIK3R1', 'KDR', 'ITGB3', 'LAMB1', 'CCND1', 'THBS1', 'ITGB4', 'TNXB'}, number: 22
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SHC1', 'BCL2', 'SOS1', 'CCND1', 'ERBB2', 'PIK3R1'}, number: 6
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'ROCK2', 'THBS1', 'CCND1'}, number: 4
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SHC1', 'BCL2', 'SOS1', 'CCND1', 'PRKCA', 'ERBB2', 'PIK3R1'}, number: 7
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SHC1', 'SOS1', 'ROCK2', 'THBS1', 'PIK3R1'}, number: 5
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1'}, number: 2
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'ITGB3', 'LAMB1', 'SOS1', 'THBS1', 'ITGA6', 'PDGFRB', 'ITGB4', 'COL4A6', 'ITGA11', 'VEGFA', 'COL1A1', 'PIK3R1', 'LAMA1', 'KDR', 'TNXB'}, number: 16
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'PRKCA', 'ITGA11', 'COL1A1', 'ITGA6', 'LAMA1', 'ITGA1', 'SOS1', 'COL4A6', 'BCL2', 'PDGFRB', 'VEGFA', 'PIK3R1', 'KDR', 'ITGB3', 'LAMB1', 'CCND1', 'THBS1', 'ITGB4', 'TNXB'}, number: 20
Term: Focal Adhesion WP306, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: GDNF RET Signaling Axis WP4830, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'CDKN1A'}, number: 2
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B', 'BCL2L11'}, number: 3
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2L11'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A4'}, number: 1
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'CDKN1B', 'BCL2L11'}, number: 4
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B', 'BCL2L11'}, number: 3
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A', 'SLC2A4'}, number: 2
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A', 'SLC2A4', 'CDKN1B', 'BCL2L11'}, number: 4
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'SLC2A4'}, number: 2
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'SLC2A4', 'CDKN1B'}, number: 4
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'CDKN1A', 'CDKN1B', 'VEGFA', 'BCL2L11'}, number: 5
Term: Galanin Receptor Pathway WP4970, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SHC1', 'SOS1', 'CCND1', 'CDKN1A', 'VEGFA'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SHC1', 'SOS1', 'CCND1', 'CDKN1A', 'CDKN1B', 'PIK3R1'}, number: 6
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'SHC1', 'SOS1', 'CCND1', 'PRKCA', 'CDKN1A', 'CDKN1B', 'VEGFA', 'PIK3R1'}, number: 8
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SHC1', 'SOS1', 'CCND1', 'CDKN1A', 'CDKN1B', 'PIK3R1'}, number: 6
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'CDKN1A', 'SERPINE1', 'CCND1'}, number: 4
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SHC1', 'SOS1', 'CCND1', 'PRKCA', 'CDKN1A', 'CDKN1B', 'PIK3R1'}, number: 7
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SHC1', 'SOS1', 'ARRB1', 'SERPINE1', 'PIK3R1'}, number: 5
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP7'}, number: 1
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'CDKN1A', 'PIK3R1'}, number: 3
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'SOS1', 'CDKN1A', 'SERPINE1', 'CDKN1B', 'BMP2', 'PIK3R1'}, number: 7
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SOS1', 'CCND1', 'PRKCA', 'CDKN1A', 'CDKN1B', 'VEGFA', 'PIK3R1'}, number: 7
Term: Gastrin Signaling WP4659, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'PDGFRB', 'KDR', 'VEGFA'}, number: 4
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'PDGFRB', 'KDR', 'VEGFA'}, number: 4
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'PDGFRB', 'KDR', 'VEGFA'}, number: 4
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'PDGFRB', 'KDR', 'VEGFA'}, number: 4
Term: Genes Controlling Nephrogenesis WP4823, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CUL1'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR3'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR3'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR3C1'}, number: 1
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Glucocorticoid Receptor Pathway WP2880, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 5
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 5
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 5
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A6', 'UGT1A9', 'UGT1A4', 'UGT1A1'}, number: 4
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A7', 'UGT1A9', 'UGT1A6', 'UGT1A4', 'UGT1A1'}, number: 5
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Glucuronidation WP698, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLM', 'ANPEP', 'GCLC', 'GPX3', 'GPX2', 'IDH1', 'GSR'}, number: 7
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'GCLC', 'GPX3', 'GPX2', 'GSR'}, number: 5
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM', 'ANPEP', 'GCLC', 'GPX3', 'GPX2', 'IDH1', 'GSR'}, number: 7
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'GCLC', 'GPX3', 'GPX2', 'GSR'}, number: 5
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM', 'GCLC', 'GPX3', 'GPX2', 'GSR'}, number: 5
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Glutathione Metabolism WP100, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'DKK1', 'FZD1', 'WNT5A'}, number: 4
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FST'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'WNT5A'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'WNT5A'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'DKK1', 'FZD1', 'WNT5A'}, number: 4
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'WNT5A'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FST'}, number: 1
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR3C1', 'FZD1'}, number: 2
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Hair Follicle Development Cytodifferentiation Stage 3 Of 3 WP2840, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'AJUBA', 'CCND1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCND1', 'NFE2L2', 'CDKN1A', 'ERBB2', 'PIK3R1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3R1', 'CCND1', 'CDKN1A', 'VEGFA', 'DDIT4'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'PIK3R1', 'ERBB2', 'CCND1'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1', 'NFE2L2', 'CDKN1A', 'NOTCH1', 'DDIT4'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCND1', 'NFE2L2', 'CDKN1A', 'ERBB2', 'PIK3R1'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2', 'PIK3R1'}, number: 2
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'NFE2L2', 'PIK3R1'}, number: 3
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'PIK3R1', 'DDIT4'}, number: 4
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3R1', 'CCND1', 'CDKN1A', 'VEGFA', 'DDIT4'}, number: 5
Term: Head And Neck Squamous Cell Carcinoma WP4674, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SOS1', 'CCND1', 'CDKN1A', 'PODXL', 'VEGFA', 'HIF1A'}, number: 6
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'SMAD3', 'SOS1', 'CCND1'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'SOS1', 'CCND1'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'SMAD3', 'SOS1', 'CCND1'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A', 'CCND1'}, number: 2
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A', 'SMAD3', 'SOS1', 'CCND1'}, number: 4
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'SOS1'}, number: 3
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'SOS1', 'CDKN1A', 'VEGFA', 'HIF1A'}, number: 5
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SOS1', 'CCND1', 'CDKN1A', 'VEGFA', 'HIF1A'}, number: 5
Term: Hepatitis C And Hepatocellular Carcinoma WP3646, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'PAK2', 'WWTR1', 'CCND1', 'CDH6', 'CCN2', 'ITGA6', 'PDGFRB', 'ITGB4', 'CDH16', 'AJUBA', 'CDH17', 'CDH18', 'KDR'}, number: 16
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH6', 'CDH16'}, number: 2
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'PAK2', 'CCND1', 'PDGFRB', 'ITGB4', 'ITGA11', 'ITGA6', 'KDR'}, number: 10
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DDB1', 'CCND1'}, number: 2
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'ITGB3', 'WWTR1', 'PDGFRB', 'ITGB4', 'ITGA11', 'ITGA6', 'KDR'}, number: 8
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'CCND1', 'PDGFRB', 'ITGB4', 'ITGA11', 'ITGA6', 'KDR'}, number: 9
Term: Hippo Merlin Signaling Dysregulation WP4541, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'SHC1'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3', 'RUNX2', 'SERPINE1'}, number: 5
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'SHC1'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'SHC1'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'SHC1'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'SHC1'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3', 'SHC1', 'RUNX2', 'SERPINE1'}, number: 6
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'SERPINE1'}, number: 2
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Hypothesized Pathways In Pathogenesis Of Cardiovascular Disease WP3668, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Hypothetical Craniofacial Development Pathway WP3655, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'PAK2', 'SHC1', 'SOS1', 'ITGB4', 'ITGA6'}, number: 8
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'SORBS1'}, number: 1
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SOS1', 'SHC1'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'PAK2', 'SHC1', 'SOS1', 'ITGB4', 'ITGA11', 'ITGA6'}, number: 9
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SOS1', 'SHC1'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SORBS1', 'ROCK2'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SOS1', 'SHC1'}, number: 2
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CSK', 'SOS1', 'ROCK2', 'SHC1'}, number: 4
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'ITGB3', 'SOS1', 'ITGB4', 'ITGA11', 'ITGA6'}, number: 6
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'ITGA1', 'ITGB3', 'SOS1', 'ITGB4', 'ITGA11', 'ITGA6'}, number: 7
Term: Integrin Mediated Cell Adhesion WP185, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGF7'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'FGF7'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGF7', 'BMP2'}, number: 2
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGF7'}, number: 1
Term: Interactions Between LOXL4 And Oxidative Stress Pathway WP3670, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PPARA'}, number: 1
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PPARA'}, number: 1
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'SCARB1'}, number: 1
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SCARB1'}, number: 1
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPARA'}, number: 1
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Intestinal Microbiome On Anticoag Response Of Vit K Antagonists WP5273, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'CES2', 'ABCC2', 'UGT1A9', 'UGT1A1'}, number: 4
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CES2', 'ABCC2', 'UGT1A9', 'UGT1A1'}, number: 4
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC2'}, number: 1
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CES2', 'ABCC2', 'UGT1A9', 'UGT1A1'}, number: 4
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A1'}, number: 3
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CES2', 'ABCC2', 'UGT1A9', 'UGT1A1'}, number: 4
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Irinotecan Pathway WP229, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1'}, number: 1
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ATG16L1'}, number: 1
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1'}, number: 1
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: LDLRAD4 And What We Know About It WP4904, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FOSL1', 'AREG', 'CCND1'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'FOSL1', 'ERBB2', 'CCND1'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'FOSL1', 'ERBB2', 'CCND1'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FOSL1', 'CCND1'}, number: 2
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'FOSL1', 'ERBB2', 'CCND1'}, number: 3
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'TIMP1'}, number: 1
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Mammary Gland Development Pathway Puberty Stage 2 Of 4 WP2814, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'ERBB2', 'CCND1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRLR', 'CCND1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'ERBB2', 'CCND1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ERBB2', 'CCND1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR3C1', 'PRLR'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRLR', 'CCND1'}, number: 2
Term: Mammary Gland Development Pregnancy And Lactation Stage 3 Of 4 WP2817, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGF7', 'PDGFRB', 'WNT5A', 'KDR'}, number: 4
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'WNT5A'}, number: 1
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'FGF7', 'PDGFRB', 'KDR'}, number: 3
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'WNT5A'}, number: 1
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'WNT5A'}, number: 2
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'WNT5A'}, number: 1
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HNF4A'}, number: 1
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGF7', 'RARA', 'PDGFRB', 'KDR'}, number: 4
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGF7', 'PDGFRB', 'KDR'}, number: 3
Term: Markers Of Kidney Cell Lineage WP5236, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'MMP14', 'MMP2'}, number: 2
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP16', 'MMP7', 'MMP14', 'MMP2', 'MMP28', 'TIMP1', 'TIMP2'}, number: 7
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Matrix Metalloproteinases WP129, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'ACTB', 'PAK2', 'ACTG1', 'WWTR1', 'ITGB4', 'MAP4K2'}, number: 7
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGB3', 'ITGB4', 'PAK2'}, number: 3
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'ITGB4', 'WWTR1'}, number: 3
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'ITGB4'}, number: 2
Term: Mechanoreg And Pathology Of YAP TAZ Hippo And Non Hippo Mechs WP4534, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A4', 'SLC2A1'}, number: 2
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'XDH', 'SLC2A4', 'PCK1', 'SLC2A1'}, number: 4
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A4', 'SLC2A1'}, number: 2
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A4', 'SLC2A1'}, number: 2
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A4', 'PCK1', 'SLC2A1'}, number: 3
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'PCK1', 'SLC2A1'}, number: 3
Term: Metabolic Epileptic Disorders WP5355, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'XDH'}, number: 1
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL', 'ABCA1'}, number: 2
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Metabolic Pathway Of LDL HDL And TG Including Diseases WP4522, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Metabolism Of Sphingolipids In ER And Golgi Apparatus WP4142, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1', 'GPX3', 'GSR'}, number: 4
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'CYP27A1'}, number: 3
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1', 'GPX3', 'GSR'}, number: 4
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GPX2', 'GPX3', 'GSR'}, number: 3
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1', 'GPX3', 'GSR'}, number: 4
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GSR', 'UGT1A7', 'UGT1A9', 'GPX3', 'UGT1A6', 'GPX2', 'UGT1A4', 'UGT1A1'}, number: 8
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'GSR', 'UGT1A7', 'CYP1A1', 'UGT1A9', 'GPX3', 'UGT1A6', 'GPX2', 'UGT1A4', 'CYP27A1', 'UGT1A1'}, number: 12
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'BAAT'}, number: 3
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GSR', 'UGT1A7', 'UGT1A9', 'GPX3', 'UGT1A6', 'GPX2', 'UGT1A4', 'UGT1A1'}, number: 8
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1', 'GPX3', 'GSR'}, number: 4
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1', 'GPX3', 'GSR'}, number: 4
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP8B1', 'CYP7A1', 'CYP2C19', 'UGT1A9', 'UGT1A6', 'BAAT', 'UGT1A4', 'UGT1A1'}, number: 9
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'GSR', 'UGT1A7', 'UGT1A9', 'GPX3', 'UGT1A6', 'GPX2', 'BAAT', 'UGT1A4', 'UGT1A1'}, number: 11
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'CYP7A1', 'CYP27A1'}, number: 3
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'UGT1A6', 'CYP1A1', 'GPX3', 'GSR'}, number: 4
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LRP5', 'FZD1', 'WNT5A'}, number: 3
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1', 'WNT5A'}, number: 2
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'CAMK2D'}, number: 1
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3R1', 'IKBKG'}, number: 2
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'WNT5A'}, number: 2
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D', 'LRP5', 'FZD1', 'ROCK2', 'WNT5A'}, number: 5
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3R1', 'WNT5A'}, number: 2
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'ROCK2', 'IKBKG'}, number: 3
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3R1', 'FZD1', 'IL6ST', 'IKBKG'}, number: 4
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3R1', 'IKBKG'}, number: 2
Term: MicroRNAs In Cardiomyocyte Hypertrophy WP1544, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ATF3', 'ACTB', 'ACTG1'}, number: 3
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'MAFF', 'PRKCA'}, number: 2
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'CAMK2D', 'YWHAG'}, number: 2
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'ETS2'}, number: 2
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'MAFF', 'PRKCA', 'CAMK2D'}, number: 3
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MAFF', 'PRKCA'}, number: 2
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'ADCY8', 'ADCY9', 'ARRB1'}, number: 3
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'MAFF', 'PRKCA'}, number: 2
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Myometrial Relaxation And Contraction Pathways WP289, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'ITGA1'}, number: 2
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'ITGA1'}, number: 2
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1'}, number: 1
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'ITGA1'}, number: 2
Term: NOTCH1 Regulation Of Endothelial Cell Calcification WP3413, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TGFA', 'FGF13', 'SLC2A1'}, number: 3
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'TXNRD1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'TXNRD1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLM', 'GCLC', 'GPX3', 'GPX2', 'GSR'}, number: 5
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'TXNRD1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'GPX3', 'UGT1A6', 'MAFF', 'SLC2A6', 'GPX2', 'UGT1A4', 'SLC2A4', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'TGFA', 'UGT1A7', 'PGD', 'SLC6A6', 'EPHA3', 'UGT1A9', 'TGFB2', 'SLC2A1', 'CES2', 'GSR', 'SLC6A8', 'CES4A', 'TXN', 'ALDH3A1', 'FGF13', 'ABCC2', 'GCLC', 'SLC7A11'}, number: 34
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TGFA', 'FGF13'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'GPX3', 'UGT1A6', 'MAFF', 'SLC2A6', 'GPX2', 'UGT1A4', 'SLC2A4', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'TGFA', 'UGT1A7', 'PGD', 'SLC6A6', 'EPHA3', 'UGT1A9', 'TGFB2', 'SLC2A1', 'CES2', 'GSR', 'SLC6A8', 'CES4A', 'TXN', 'ALDH3A1', 'FGF13', 'ABCC2', 'GCLC', 'SLC7A11'}, number: 34
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC2', 'ABCC3'}, number: 2
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'GPX3', 'UGT1A6', 'MAFF', 'SLC2A6', 'GPX2', 'UGT1A4', 'SLC2A4', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'TGFA', 'UGT1A7', 'PGD', 'SLC6A6', 'EPHA3', 'UGT1A9', 'TGFB2', 'SLC2A1', 'CES2', 'GSR', 'SLC6A8', 'CES4A', 'TXN', 'ALDH3A1', 'FGF13', 'ABCC2', 'GCLC', 'SLC7A11'}, number: 34
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'TXNRD1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TXNRD1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A9', 'ABCC2', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 6
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'GPX3', 'UGT1A6', 'MAFF', 'SLC2A6', 'GPX2', 'UGT1A4', 'SLC2A4', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'TGFA', 'UGT1A7', 'PGD', 'SLC6A6', 'EPHA3', 'UGT1A9', 'TGFB2', 'SLC2A1', 'CES2', 'GSR', 'SLC6A8', 'CES4A', 'TXN', 'ALDH3A1', 'FGF13', 'ABCC2', 'GCLC', 'SLC7A11'}, number: 34
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A4', 'FGF13', 'SLC2A1'}, number: 3
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TGFA', 'SLC2A4', 'FGF13', 'SLC2A1'}, number: 4
Term: NRF2 Pathway WP2884, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'TXNRD1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 6
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'MMP2', 'KDR', 'VEGFA'}, number: 4
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3'}, number: 3
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'CDKN1B'}, number: 2
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'COL1A1', 'CDKN1B', 'KDR'}, number: 4
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'CDKN1B'}, number: 2
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'TGFB2', 'CDKN1B'}, number: 3
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3'}, number: 3
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP2'}, number: 1
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'CDKN1B', 'VEGFA', 'COL1A1', 'KDR'}, number: 5
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'COL1A1', 'CDKN1B', 'KDR'}, number: 4
Term: NRP1 Triggered Signaling In Pancreatic Cancer WP5144, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HIF1A', 'KDR'}, number: 2
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'SMAD9'}, number: 3
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'KDR'}, number: 1
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'TGFB2'}, number: 2
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'TGFB2'}, number: 2
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'SMAD9'}, number: 3
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'HIF1A', 'KDR'}, number: 3
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'HIF1A', 'KDR'}, number: 2
Term: Neovascularization Processes WP4331, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BCL2', 'SLC2A1'}, number: 2
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3'}, number: 3
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2', 'SMAD3'}, number: 2
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'TGFB2', 'SLC2A1'}, number: 3
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'CAMK2D', 'GRIN2B'}, number: 2
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BCL2', 'GRIN2B', 'PRKCA'}, number: 3
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2', 'SMAD3'}, number: 2
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D', 'PRKCA', 'TGFB2', 'SLC2A1'}, number: 4
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'BCL2', 'PRKCA', 'TGFB2', 'SLC2A1'}, number: 5
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'ADCY8', 'TGFBR1', 'SMAD3', 'TGFBR3'}, number: 4
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'TGFB2', 'SLC2A1'}, number: 3
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'IL6ST', 'SLC2A1'}, number: 3
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'PRKCA', 'SLC2A1'}, number: 3
Term: Neuroinflammation And Glutamatergic Signaling WP5083, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A4', 'UGT1A9'}, number: 2
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'UGT1A4', 'UGT1A9'}, number: 2
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A4', 'UGT1A9'}, number: 2
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A4', 'CYP2B6', 'UGT1A9'}, number: 3
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A4', 'UGT1A9'}, number: 2
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6'}, number: 1
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Nicotine Metabolism In Liver Cells WP1600, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'PPARA'}, number: 3
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ABCC3', 'ABCC2'}, number: 2
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'PPARA', 'ABCC2', 'ABCC3'}, number: 5
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC2', 'ABCC3', 'CYP8B1', 'CYP7A1'}, number: 4
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC3', 'ABCC2'}, number: 2
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP8B1', 'CYP7A1', 'ABCC2', 'ABCC3'}, number: 5
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ABCC2', 'ABCC3', 'CYP8B1', 'CYP7A1'}, number: 4
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'CYP7A1', 'PPARA', 'ABCA1', 'RARA'}, number: 5
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors In Lipid Metabolism And Toxicity WP299, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CUL1', 'TGFA', 'SLC7A5', 'FGF13', 'CCND1', 'SLC2A1', 'PPARGC1A'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'ACOX1', 'PPARA', 'PLTP', 'PCK1'}, number: 6
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR3'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLM', 'GCLC', 'GPX3', 'GPX2', 'GSR'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2', 'CCND1', 'CDKN1B', 'SMC1A'}, number: 4
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'GPX3', 'UGT1A4', 'MAFF', 'UGT1A6', 'SLC2A6', 'GPX2', 'SLC2A4', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'TGFA', 'UGT1A7', 'SLC6A6', 'PGD', 'EPHA3', 'UGT1A9', 'TGFB2', 'SLC2A1', 'CES2', 'GSR', 'SLC6A8', 'CES4A', 'TXN', 'ALDH3A1', 'FGF13', 'ABCC2', 'GCLC', 'SLC7A11'}, number: 34
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'TGFA', 'FGF13', 'PCK1', 'CCND1', 'CDKN1B'}, number: 5
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A', 'CDKN1B', 'CCND1'}, number: 3
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXNRD1', 'ACOX1', 'SRXN1', 'PTGR1', 'CYP1A1', 'FTL', 'PLTP', 'NFE2L2', 'GPX3', 'UGT1A4', 'MAFF', 'UGT1A6', 'SLC2A6', 'GPX2', 'SLC2A4', 'CYP8B1', 'CYP7A1', 'PCK1', 'PPARA', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'TGFA', 'UGT1A7', 'SLC6A6', 'PGD', 'EPHA3', 'UGT1A9', 'TGFB2', 'SLC2A1', 'CES2', 'GSR', 'SLC6A8', 'CES4A', 'TXN', 'ALDH3A1', 'FGF13', 'CCND1', 'ABCC2', 'GCLC', 'SLC7A11'}, number: 42
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'SLCO2B1', 'CYP8B1', 'IP6K3', 'CYP7A1', 'ABCC2', 'BAAT', 'ABCC3', 'IRS2', 'PPARGC1A'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'GPX3', 'UGT1A4', 'MAFF', 'SMC1A', 'UGT1A6', 'SLC2A6', 'GPX2', 'SLC2A4', 'ABCC3', 'MAFG', 'UGT1A1', 'GCLM', 'TGFA', 'UGT1A7', 'SLC6A6', 'PGD', 'EPHA3', 'UGT1A9', 'TGFB2', 'CDKN1B', 'SLC2A1', 'CES2', 'GSR', 'SLC6A8', 'CES4A', 'TXN', 'ALDH3A1', 'FGF13', 'CCND1', 'ABCC2', 'GCLC', 'SLC7A11'}, number: 37
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 7
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TXNRD1', 'TGFBR3', 'CYP1A1', 'NFE2L2', 'GCLC', 'GPX3', 'UGT1A6', 'GSR'}, number: 8
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'SLCO2B1', 'CYP2B6', 'IP6K3', 'CYP8B1', 'CYP7A1', 'UGT1A1', 'CYP2C19', 'UGT1A9', 'ABCC2', 'BAAT', 'UGT1A6', 'ABCC3', 'UGT1A4', 'IRS2', 'PPARGC1A'}, number: 15
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'IP6K3', 'TXNRD1', 'SRXN1', 'PTGR1', 'FTL', 'NFE2L2', 'GPX3', 'UGT1A4', 'MAFF', 'UGT1A6', 'SLC2A6', 'GPX2', 'IRS2', 'SLC2A4', 'CYP8B1', 'CYP7A1', 'ABCC3', 'MAFG', 'UGT1A1', 'PPARGC1A', 'SLCO2B1', 'GCLM', 'TGFA', 'UGT1A7', 'SLC6A6', 'PGD', 'EPHA3', 'UGT1A9', 'TGFB2', 'SLC2A1', 'CES2', 'BAAT', 'GSR', 'SLC6A8', 'CES4A', 'TXN', 'ALDH3A1', 'FGF13', 'ABCC2', 'GCLC', 'SLC7A11'}, number: 41
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'SLC2A4', 'CYP7A1', 'NR3C1', 'PCK1', 'PPARA', 'FGF13', 'CDKN1B', 'SLC2A1', 'IRS2', 'PPARGC1A'}, number: 11
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'TGFA', 'PCK1', 'CCND1', 'FGF13', 'CDKN1B', 'SLC2A1', 'IRS2', 'PPARGC1A'}, number: 9
Term: Nuclear Receptors Meta Pathway WP2882, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 7
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ROR1'}, number: 1
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PPARA'}, number: 1
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ROR1', 'PPARA'}, number: 2
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'HNF4A'}, number: 1
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR3C1', 'RARA', 'PPARA'}, number: 3
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Nuclear Receptors WP170, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'HIF1A', 'SLC2A1'}, number: 2
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2', 'PIK3R1'}, number: 2
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A1', 'PRKCA', 'SLC2A4', 'NFE2L2'}, number: 4
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'PLD1', 'SGK1'}, number: 4
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1'}, number: 1
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A1', 'PRKCA', 'SLC2A4', 'NFE2L2'}, number: 4
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A4', 'PRKCA', 'NFE2L2', 'SLC2A1', 'PIK3R1'}, number: 5
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2', 'PIK3R1', 'ARRB1', 'RUNX2'}, number: 4
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A4', 'PRKCA', 'NFE2L2', 'SLC2A1', 'PIK3R1'}, number: 5
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3R1', 'SLC2A4', 'HIF1A', 'SLC2A1'}, number: 4
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'SGK1', 'PRKCA', 'SLC2A1', 'PIK3R1', 'HIF1A'}, number: 6
Term: Orexin Receptor Pathway WP5094, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'VEGFA', 'FOSL1', 'HIF1A', 'KDR'}, number: 5
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'FOSL1'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'PRKCA', 'COL1A1', 'KDR'}, number: 4
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'FOSL1'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'FOSL1', 'PRKCA'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'FOSL1', 'PRKCA'}, number: 2
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EPAS1', 'COL3A1', 'VEGFA', 'COL1A1', 'HIF1A', 'KDR'}, number: 6
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'EPAS1', 'COL3A1', 'PRKCA', 'VEGFA', 'COL1A1', 'HIF1A', 'KDR'}, number: 7
Term: Osteoarthritic Chondrocyte Hypertrophy WP5373, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'WNT7B', 'FGF7', 'LRP5', 'FZD1', 'FZD7', 'WNT5A'}, number: 6
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'RUNX2', 'SMAD9'}, number: 2
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'RUNX2'}, number: 1
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1', 'PIK3C2B', 'WNT5A', 'WNT7B'}, number: 4
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'FGF7', 'PRKCA', 'PIK3R1'}, number: 3
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'PIK3C2B', 'WNT5A', 'WNT7B'}, number: 4
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'WNT7B', 'LRP5', 'FZD1', 'FZD7', 'PRKCA', 'NOTCH1', 'WNT5A'}, number: 7
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'WNT7B', 'PRKCA', 'PIK3R1', 'WNT5A', 'PIK3C2B'}, number: 5
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'RUNX2', 'SMAD9'}, number: 3
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1'}, number: 2
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGF7', 'FZD1', 'BMP2', 'PIK3R1', 'PIK3C2B'}, number: 5
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGF7', 'PRKCA', 'PIK3R1', 'PIK3C2B'}, number: 4
Term: Osteoblast Differentiation And Related Diseases WP4787, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'PDGFRB'}, number: 2
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGB3', 'COL1A1', 'PDGFRB'}, number: 3
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'COL1A1', 'PDGFRB'}, number: 3
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'COL1A1', 'PDGFRB'}, number: 3
Term: Osteoblast Signaling WP322, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'CDKN1B'}, number: 2
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1B', 'PRLR'}, number: 2
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'CDKN1B'}, number: 2
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'CDKN1B'}, number: 2
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'CDKN1B', 'PRLR'}, number: 3
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1B', 'PRLR'}, number: 2
Term: Ovarian Infertility WP34, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDKN1A', 'ACTB', 'WNT7B'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'CDKN1A', 'WNT7B'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFB2'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'CDKN1A', 'WNT7B'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'CDKN1A', 'TGFB2', 'WNT7B'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'CDKN1A', 'TGFB2', 'WNT7B'}, number: 4
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'TGFB2'}, number: 2
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'BMP2', 'SMAD3', 'CDKN1A'}, number: 3
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Overlap Between Signal Transduction Pathways LMNA Laminopathies WP4879, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'AREG'}, number: 2
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CX3CL1'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CCL28', 'CX3CL1', 'CCL15', 'CXCL13'}, number: 4
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Overview Of Proinflammatory And Profibrotic Mediators WP5095, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'CYP27A1'}, number: 3
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'CYP1A1', 'CYP27A1'}, number: 4
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1'}, number: 2
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP8B1', 'CYP7A1', 'CYP2C19'}, number: 4
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1'}, number: 2
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'CYP7A1', 'CYP27A1'}, number: 3
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BCL2', 'CDKN1A', 'MAP3K1'}, number: 3
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2', 'CDKN1A', 'CDKN1B', 'MAP3K1'}, number: 4
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BCL2', 'CDKN1A', 'CDKN1B'}, number: 3
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2', 'CDKN1A', 'CDKN1B', 'MAP3K1'}, number: 4
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'CDKN1A', 'CDKN1B', 'MAP3K1'}, number: 4
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B'}, number: 2
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'CDKN1A', 'CDKN1B'}, number: 3
Term: Oxidative Damage Response WP3941, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'XDH', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 8
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'XDH', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 8
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'XDH', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 8
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXNRD1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 6
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'XDH', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 8
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TXNRD1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 6
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'XDH', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 8
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'XDH', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 8
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TXNRD1', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 6
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'TXNRD1', 'CYP1A1', 'XDH', 'NFE2L2', 'GPX3', 'GCLC', 'UGT1A6', 'GSR'}, number: 8
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'ITGA6', 'LAMA1', 'ITGA1', 'SOS1', 'COL4A6', 'TGFA', 'FGF7', 'BCL2', 'NTF4', 'CDKN1A', 'EFNA5', 'PDGFRB', 'VEGFA', 'KDR', 'ITGB3', 'LAMB1', 'FGF13', 'CCND1', 'ITGB4'}, number: 20
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'BCL2L11'}, number: 7
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2', 'BCL2L11'}, number: 2
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'PRKCA', 'FGF13'}, number: 3
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'GNG10', 'PRKCA', 'ITGA11', 'ITGA6', 'COL1A1', 'DDIT4', 'GHR', 'LAMA1', 'IKBKG', 'ITGA1', 'SOS1', 'SGK1', 'PCK1', 'PRLR', 'COL4A6', 'TGFA', 'FGF7', 'BCL2', 'NTF4', 'CDKN1A', 'EFNA5', 'CDKN1B', 'PDGFRB', 'PKN1', 'VEGFA', 'PIK3R1', 'KDR', 'ITGB3', 'OSMR', 'LAMB1', 'FGF13', 'CCND1', 'SGK2', 'THBS1', 'ITGB4', 'TNXB', 'BCL2L11'}, number: 38
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'BCL2L11'}, number: 7
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFA', 'PCK1', 'FGF13', 'CCND1', 'PRKCA', 'CDKN1A', 'THBS1', 'DDIT4'}, number: 8
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFA', 'BCL2', 'SOS1', 'FGF13', 'CCND1', 'PRKCA', 'CDKN1A', 'CDKN1B', 'PIK3R1', 'BCL2L11'}, number: 10
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GNG10', 'SOS1', 'THBS1', 'PIK3R1', 'IKBKG'}, number: 5
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'FGF13', 'PRKCA', 'CDKN1A', 'PIK3R1'}, number: 5
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'GNG10', 'ITGA11', 'ITGA6', 'COL1A1', 'DDIT4', 'GHR', 'LAMA1', 'IKBKG', 'SOS1', 'PCK1', 'PRLR', 'COL4A6', 'FGF7', 'CDKN1A', 'EFNA5', 'CDKN1B', 'PDGFRB', 'VEGFA', 'PIK3R1', 'KDR', 'ITGB3', 'OSMR', 'LAMB1', 'FGF13', 'THBS1', 'ITGB4', 'TNXB'}, number: 28
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'GNG10', 'PRKCA', 'ITGA11', 'ITGA6', 'COL1A1', 'DDIT4', 'GHR', 'LAMA1', 'IKBKG', 'ITGA1', 'SOS1', 'SGK1', 'PCK1', 'PRLR', 'COL4A6', 'TGFA', 'FGF7', 'BCL2', 'NTF4', 'CDKN1A', 'EFNA5', 'CDKN1B', 'PDGFRB', 'PKN1', 'VEGFA', 'PIK3R1', 'KDR', 'ITGB3', 'OSMR', 'LAMB1', 'FGF13', 'CCND1', 'SGK2', 'THBS1', 'ITGB4', 'TNXB', 'BCL2L11'}, number: 38
Term: PI3K Akt Signaling WP4172, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP8B1', 'PPARA', 'CYP7A1', 'PLTP'}, number: 4
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A9'}, number: 1
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'PPARA', 'PLTP', 'CCND1', 'UGT1A9'}, number: 6
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1'}, number: 2
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A9', 'CCND1'}, number: 2
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'UGT1A9'}, number: 3
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1', 'UGT1A9'}, number: 3
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP7A1', 'PPARA'}, number: 2
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: PPAR Alpha Pathway WP2878, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP8B1', 'SORBS1', 'LPL', 'CYP7A1', 'ACOX1', 'PPARA', 'PCK1', 'PLTP', 'ACSL5', 'CYP27A1'}, number: 10
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP8B1', 'SORBS1', 'LPL', 'CYP7A1', 'ACOX1', 'PPARA', 'PCK1', 'PLTP', 'ACSL5', 'CYP27A1'}, number: 10
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1'}, number: 2
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1'}, number: 2
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CYP8B1', 'CYP7A1'}, number: 2
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP7A1', 'LPL', 'PCK1', 'PPARA', 'CYP27A1'}, number: 5
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PCK1'}, number: 1
Term: PPAR Signaling WP3942, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'AREG', 'CDH17', 'SLC2A1'}, number: 3
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Pancreatic Cancer Subtypes WP5390, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ACTB', 'ACTG1'}, number: 2
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA', 'ROCK2'}, number: 2
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'ROCK2'}, number: 1
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Pathogenic Escherichia Coli Infection WP2272, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'GRIN2B'}, number: 1
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRIN2B'}, number: 1
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'ADCY8', 'ADCY9'}, number: 2
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Phosphodiesterases In Neuronal Function WP4222, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'FGF7', 'BCL2', 'MMP2', 'CCND1', 'CDKN1A'}, number: 5
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2', 'CCND1', 'NFE2L2', 'CDKN1A', 'BCL2L11'}, number: 5
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2', 'NFE2L2', 'BCL2L11'}, number: 3
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'FGF7', 'BCL2', 'CCND1', 'CDKN1A', 'BCL2L11'}, number: 5
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2', 'CDKN1A', 'BCL2L11', 'CCND1'}, number: 4
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFE2L2', 'CDKN1A', 'CCND1'}, number: 3
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'CCND1', 'NFE2L2', 'CDKN1A', 'BCL2L11'}, number: 5
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP2'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NFE2L2', 'CDKN1A'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGF7', 'CDKN1A'}, number: 2
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'FGF7', 'BCL2', 'CCND1', 'CDKN1A', 'BCL2L11'}, number: 5
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'TGFA', 'HIF1A', 'SLC2A1'}, number: 4
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'SLC2A1'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'TGFA'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFA', 'SERPINE1', 'SLC2A1'}, number: 3
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFA', 'SLC2A1'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'SLC2A1'}, number: 2
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'SERPINE1', 'HIF1A', 'SLC2A1'}, number: 4
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'TGFA', 'HIF1A', 'SLC2A1'}, number: 4
Term: Photodynamic Therapy Induced HIF 1 Survival Signaling WP3614, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLM', 'GCLC'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'SRXN1', 'NFE2L2', 'ABCC2', 'GCLC', 'ABCC3'}, number: 6
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM', 'SRXN1', 'NFE2L2', 'ABCC2', 'GCLC', 'ABCC3'}, number: 6
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3', 'ABCC2'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'SRXN1', 'NFE2L2', 'ABCC2', 'GCLC', 'ABCC3'}, number: 6
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'ABCC3', 'ABCC2'}, number: 2
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM', 'SRXN1', 'NFE2L2', 'ABCC2', 'GCLC', 'ABCC3'}, number: 6
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced NFE2L2 NRF2 Survival Signaling WP3612, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SHC1', 'TGFA', 'SOS1', 'FZD1', 'FZD7', 'CDKN1A'}, number: 6
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SHC1', 'SOS1', 'CDKN1A', 'ERBB2', 'CDKN1B'}, number: 5
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA'}, number: 1
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'SHC1', 'TGFA', 'SOS1', 'CDKN1A', 'CDKN1B'}, number: 5
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SHC1', 'SOS1', 'CDKN1A', 'ERBB2', 'CDKN1B'}, number: 5
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFA', 'FZD1', 'ROCK2', 'FZD7', 'CDKN1A'}, number: 5
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SHC1', 'TGFA', 'SOS1', 'CDKN1A', 'ERBB2', 'CDKN1B'}, number: 6
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SOS1', 'ROCK2', 'SHC1'}, number: 3
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'CDKN1A'}, number: 2
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SOS1', 'CDKN1A', 'FZD1', 'CDKN1B'}, number: 4
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TGFA', 'CDKN1A', 'SOS1', 'CDKN1B'}, number: 4
Term: Physico Chemical Features And Toxicity Associated Pathways WP3680, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'RASSF6', 'SHC1', 'MKNK2', 'LRP5', 'CXXC4', 'SLC7A5', 'PODXL', 'CDH17', 'ITGA6', 'LAMA1', 'MAP3K1', 'ITGA1', 'DKK1', 'ACTB', 'ACTG1', 'SOS1', 'SLC3A2', 'COL4A6', 'AREG', 'PORCN', 'PPARGC1A', 'BARD1', 'PAK2', 'FGF7', 'TGFA', 'BCL2', 'FZD1', 'MMP2', 'NTF4', 'CDH6', 'CDKN1A', 'PDGFRB', 'MAP4K2', 'CDH16', 'SLC2A1', 'EFNA5', 'VEGFA', 'CDH18', 'FOSL1', 'RASSF5', 'WNT5A', 'KDR', 'ITGB3', 'CUL1', 'WNT7B', 'WWC1', 'LAMB1', 'MMP14', 'FGF13', 'FZD7', 'CCND1', 'CCN2', 'WWTR1', 'DEPTOR', 'CIT', 'AJUBA', 'ITGB4', 'ROR1', 'SFRP2', 'HIF1A', 'ATF3'}, number: 62
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'CDH6', 'CDH16'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SHC1', 'WNT7B', 'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'FOSL1', 'WNT5A', 'MAP3K1'}, number: 9
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'FGF13', 'SLC2A1'}, number: 3
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'SHC1', 'ITGA6', 'LAMA1', 'ITGA1', 'SOS1', 'COL4A6', 'PAK2', 'FGF7', 'TGFA', 'BCL2', 'NTF4', 'CDKN1A', 'PDGFRB', 'EFNA5', 'VEGFA', 'KDR', 'ITGB3', 'LAMB1', 'FGF13', 'CCND1', 'DEPTOR', 'ITGB4', 'RASSF5'}, number: 24
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SHC1', 'WNT7B', 'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'FOSL1', 'WNT5A', 'MAP3K1'}, number: 9
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DKK1', 'WNT7B', 'TGFA', 'LRP5', 'CXXC4', 'FZD1', 'FGF13', 'FZD7', 'CCND1', 'DEPTOR', 'CDKN1A', 'ROR1', 'PORCN', 'SLC2A1', 'FOSL1', 'SFRP2', 'WNT5A'}, number: 17
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SHC1', 'WNT7B', 'TGFA', 'BCL2', 'SOS1', 'FGF13', 'CCND1', 'CDKN1A', 'SLC2A1', 'FOSL1', 'WNT5A', 'MAP3K1'}, number: 12
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SOS1', 'SHC1'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP14', 'MMP2'}, number: 2
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'FGF13', 'CDKN1A', 'SLC2A1', 'PPARGC1A'}, number: 5
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'ITGA6', 'LAMA1', 'SOS1', 'COL4A6', 'PPARGC1A', 'FGF7', 'FZD1', 'CDKN1A', 'PDGFRB', 'EFNA5', 'SLC2A1', 'VEGFA', 'KDR', 'ITGB3', 'LAMB1', 'FGF13', 'WWTR1', 'ITGB4', 'HIF1A'}, number: 20
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'ITGA6', 'LAMA1', 'ITGA1', 'SOS1', 'COL4A6', 'PPARGC1A', 'FGF7', 'TGFA', 'BCL2', 'NTF4', 'CDKN1A', 'PDGFRB', 'EFNA5', 'SLC2A1', 'VEGFA', 'KDR', 'ITGB3', 'LAMB1', 'FGF13', 'CCND1', 'ITGB4', 'HIF1A'}, number: 23
Term: Pleural Mesothelioma WP5087, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DKK1', 'WNT7B', 'NTF4', 'VEGFA', 'WNT5A'}, number: 5
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'FST'}, number: 1
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'WNT5A', 'WNT7B'}, number: 2
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'NTF4'}, number: 2
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'WNT5A', 'WNT7B'}, number: 2
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'DKK1', 'WNT5A', 'WNT7B'}, number: 4
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'WNT5A', 'WNT7B'}, number: 2
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'FST'}, number: 1
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'NTF4'}, number: 2
Term: Pluripotent Stem Cell Differentiation Pathway WP2848, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 6
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 6
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC3', 'ABCC2', 'PPARGC1A'}, number: 3
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A4', 'UGT1A1'}, number: 6
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'UGT1A1', 'CYP2C19', 'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A4', 'PPARGC1A'}, number: 9
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A1', 'ABCC2', 'UGT1A9', 'UGT1A6', 'ABCC3', 'UGT1A4', 'PPARGC1A'}, number: 7
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'PPARGC1A'}, number: 2
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Pregnane X Receptor Pathway WP2876, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'UGT1A6'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'DKK1', 'ITGB3', 'LRP5', 'CDKN1A', 'PODXL', 'ITGB4'}, number: 7
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'ITGB3', 'CDKN1A', 'ITGB4', 'CDKN1B'}, number: 5
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NOTCH1', 'DKK1', 'LRP5', 'CDKN1A'}, number: 4
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B'}, number: 2
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'ITGB3', 'CDKN1A', 'ITGB4', 'CDKN1B'}, number: 5
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'ITGB3', 'CDKN1A', 'ITGB4', 'CDKN1B'}, number: 5
Term: Primary Focal Segmental Glomerulosclerosis FSGS WP2572, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SOS1', 'SHC1'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1', 'ERBB2'}, number: 4
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'YWHAG'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1', 'PRLR'}, number: 4
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1', 'ERBB2'}, number: 4
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1', 'ERBB2'}, number: 4
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1'}, number: 3
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'IRS2'}, number: 1
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'IRS2'}, number: 2
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'IRS2', 'PRLR'}, number: 4
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'IRS2', 'PRLR'}, number: 4
Term: Prolactin Signaling WP2037, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Prostaglandin Synthesis And Regulation WP98, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Proteoglycan Biosynthesis WP4784, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC3A2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'ABCC2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ABCC2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'ABCC2'}, number: 1
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'ABCC2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'ABCC2'}, number: 1
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'ABCC2', 'SLC2A1'}, number: 2
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A1'}, number: 1
Term: Proximal Tubule Transport WP4917, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'KDR'}, number: 2
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'KDR'}, number: 2
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'VEGFA', 'KDR'}, number: 2
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'KDR'}, number: 2
Term: ROBO4 And VEGF Signaling Crosstalk WP3943, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'PAK2', 'SHC1', 'SOS1', 'PDGFRB', 'RASSF5', 'KDR'}, number: 6
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1'}, number: 3
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'GRIN2B'}, number: 1
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PLD2', 'GNG10', 'MRAS', 'PLA2G12B', 'ETS2', 'SHC1', 'PAK2', 'PLA1A', 'SOS1', 'PLD1', 'GRIN2B', 'PRKCA', 'PDGFRB', 'RASSF5', 'ABL2', 'PIK3R1', 'KDR', 'IKBKG'}, number: 18
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'SHC1'}, number: 3
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PRKCA', 'SOS1', 'SHC1', 'PIK3R1'}, number: 4
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GNG10', 'SHC1', 'SOS1', 'PIK3R1', 'IKBKG'}, number: 5
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1'}, number: 2
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'GNG10', 'SOS1', 'PDGFRB', 'PIK3R1', 'KDR', 'IKBKG'}, number: 6
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'GNG10', 'SOS1', 'PRKCA', 'PDGFRB', 'PIK3R1', 'KDR', 'IKBKG'}, number: 7
Term: Ras Signaling WP4223, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA1', 'ACTB', 'PAK2', 'ACTG1', 'FGF7', 'SOS1', 'FGF13', 'PDGFRB'}, number: 8
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'PIK3C2B'}, number: 3
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'FGF13'}, number: 1
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA1', 'MRAS', 'PAK2', 'FGF7', 'SOS1', 'FGF13', 'PDGFRB', 'PIK3R1'}, number: 8
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'PIK3C2B'}, number: 3
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'ROCK2', 'FGF13'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'PIK3R1', 'SOS1', 'FGF13', 'PIK3C2B'}, number: 4
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CSK', 'PIK3R1', 'SOS1', 'ROCK2'}, number: 4
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'FGF13'}, number: 2
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FGF7', 'SOS1', 'FGF13', 'PDGFRB', 'PIK3R1', 'PIK3C2B'}, number: 6
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA1', 'FGF7', 'SOS1', 'FGF13', 'PDGFRB', 'PIK3R1', 'PIK3C2B'}, number: 7
Term: Regulation Of Actin Cytoskeleton WP51, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'GRIN2B'}, number: 1
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'GRIN2B'}, number: 1
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMC1A'}, number: 1
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Rett Syndrome WP4312, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1', 'GPX3'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1', 'GPX3'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GPX2', 'GPX3'}, number: 2
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1', 'GPX3'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GPX2', 'NFE2L2', 'TXNRD1', 'GPX3'}, number: 4
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GPX2', 'NFE2L2', 'TXNRD1', 'GPX3'}, number: 4
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GPX2', 'NFE2L2', 'TXNRD1', 'GPX3'}, number: 4
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1', 'GPX3'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1', 'GPX3'}, number: 3
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GPX2', 'NFE2L2', 'TXNRD1', 'GPX3'}, number: 4
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Selenium Metabolism And Selenoproteins WP28, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2', 'TXNRD1', 'GPX3'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'XDH', 'TXNRD1', 'GPX3', 'GSR'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'XDH', 'TXNRD1', 'GPX3', 'GSR'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GPX2', 'GPX3', 'GSR'}, number: 3
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'XDH', 'TXNRD1', 'GPX3', 'GSR'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TXNRD1', 'TXN', 'GPX3', 'GPX2', 'GSR'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TXNRD1', 'TXN', 'XDH', 'SERPINE1', 'GPX3', 'GPX2', 'GSR'}, number: 7
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR', 'TXNRD1', 'TXN', 'GPX3', 'GPX2', 'GSR'}, number: 6
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'XDH', 'TXNRD1', 'GPX3', 'GSR'}, number: 4
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TXNRD1', 'XDH', 'SERPINE1', 'GPX3', 'GSR'}, number: 5
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'TXNRD1', 'TXN', 'GPX3', 'SCARB1', 'GPX2', 'GSR'}, number: 7
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SERPINE1', 'ABCA1'}, number: 2
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Selenium Micronutrient Network WP15, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'XDH', 'TXNRD1', 'GPX3', 'GSR'}, number: 4
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA3', 'BCL2', 'LAMB1', 'CCND1', 'CDKN1A', 'COL4A6', 'ITGA6', 'LAMA1'}, number: 8
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2', 'CCND1', 'CDKN1A', 'CDKN1B', 'PIK3R1'}, number: 5
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA3', 'BCL2', 'LAMB1', 'CCND1', 'CDKN1A', 'CDKN1B', 'COL4A6', 'ITGA6', 'PIK3R1', 'LAMA1', 'IKBKG'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2', 'CCND1', 'CDKN1A', 'CDKN1B', 'PIK3R1'}, number: 5
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A', 'CCND1'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'CCND1', 'CDKN1A', 'CDKN1B', 'PIK3R1'}, number: 5
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'IKBKG'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A'}, number: 2
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGA3', 'LAMB1', 'CDKN1A', 'CDKN1B', 'COL4A6', 'ITGA6', 'PIK3R1', 'LAMA1', 'IKBKG'}, number: 9
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGA3', 'BCL2', 'LAMB1', 'CCND1', 'CDKN1A', 'CDKN1B', 'COL4A6', 'ITGA6', 'PIK3R1', 'LAMA1', 'IKBKG'}, number: 11
Term: Small Cell Lung Cancer WP4658, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP7A1', 'LPL', 'PLTP'}, number: 3
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP7A1', 'LPL', 'PLTP'}, number: 3
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'LDLR', 'SCARB1', 'CYP7A1'}, number: 3
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'LDLR'}, number: 1
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP7A1'}, number: 1
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'LDLR', 'SCARB1', 'CYP7A1'}, number: 3
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP7A1', 'LPL', 'ABCA1'}, number: 3
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Statin Inhibition Of Cholesterol Production WP430, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ACTG1'}, number: 1
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Striated Muscle Contraction Pathway WP383, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'VEGFA', 'HIF1A', 'PPARGC1A'}, number: 3
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'YWHAG'}, number: 1
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA'}, number: 1
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PPARGC1A'}, number: 1
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'NR3C1', 'HIF1A', 'VEGFA', 'PPARGC1A'}, number: 4
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'VEGFA', 'HIF1A', 'PPARGC1A'}, number: 3
Term: Sudden Infant Death Syndrome SIDS Susceptibility Pathways WP706, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CDH6', 'CDH16'}, number: 2
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'RUNX2', 'ID1', 'CDH6', 'CDH16'}, number: 5
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta In Thyroid Cells For Epithelial Mesenchymal Transition WP3859, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3', 'FST', 'RUNX2', 'SMAD9', 'THBS1', 'SERPINE1'}, number: 8
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'THBS1', 'SERPINE1'}, number: 2
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3', 'FST', 'RUNX2', 'SMAD9', 'THBS1', 'SERPINE1'}, number: 8
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'SERPINE1', 'THBS1'}, number: 3
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: TGF Beta Receptor Signaling In Skeletal Dysplasias WP4816, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'CUL1', 'PAK2', 'SHC1', 'SOS1', 'CCND1', 'CDKN1A', 'ITGB4', 'ATF3'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'TGFBR3', 'RUNX2', 'THBS1'}, number: 5
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3', 'RUNX2'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3', 'SHC1', 'SOS1', 'CCND1', 'CDKN1A', 'PIK3R1'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGB3', 'PAK2', 'SHC1', 'SOS1', 'CCND1', 'THBS1', 'CDKN1A', 'ITGB4', 'PIK3R1'}, number: 9
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3', 'SHC1', 'SOS1', 'CCND1', 'CDKN1A', 'PIK3R1'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'THBS1', 'CDKN1A', 'CCND1'}, number: 3
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3', 'SHC1', 'SOS1', 'CCND1', 'CDKN1A', 'PIK3R1'}, number: 6
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SMAD3', 'TGFBR1', 'TGFBR3', 'SHC1', 'SOS1', 'RUNX2', 'THBS1', 'PIK3R1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PIK3R1', 'CDKN1A'}, number: 2
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'MEF2A', 'SMAD3', 'SOS1', 'THBS1', 'CDKN1A', 'ITGB4', 'PIK3R1'}, number: 8
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'SOS1', 'CCND1', 'THBS1', 'CDKN1A', 'ITGB4', 'PIK3R1'}, number: 7
Term: TGF Beta Signaling Pathway WP366, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'CCN2', 'WWTR1'}, number: 2
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'SERPINE1', 'TGFBR3'}, number: 4
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'YWHAG'}, number: 1
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SERPINE1'}, number: 1
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SMAD3'}, number: 1
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'TGFBR1', 'SMAD3', 'SERPINE1', 'TGFBR3'}, number: 4
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SMAD3', 'SERPINE1', 'WWTR1'}, number: 3
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: TGFB Smad Signaling WP5382, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'UGT1A4'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'UGT1A4', 'CYP1A1'}, number: 2
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'UGT1A4'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'UGT1A4', 'CYP2C19'}, number: 2
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'UGT1A4'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLM', 'GCLC', 'GPX3', 'GPX2', 'GSR'}, number: 5
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'GCLC', 'GPX3', 'GPX2', 'GSR'}, number: 5
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PLD1'}, number: 1
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM', 'GCLC', 'GPX3', 'GPX2', 'GSR'}, number: 5
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'BAAT'}, number: 1
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'GCLC', 'GPX3', 'GPX2', 'GSR'}, number: 5
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'BAAT'}, number: 1
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM', 'GCLC', 'GPX3', 'GPX2', 'BAAT', 'GSR'}, number: 6
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Trans Sulfuration One Carbon Metabolism And Related Pathways WP2525, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'GCLC', 'GPX3', 'GSR'}, number: 3
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLM', 'GCLC'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'GCLM', 'PRKCA', 'NFE2L2', 'GCLC', 'SLC7A11'}, number: 5
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'GCLM', 'PRKCA', 'NFE2L2', 'GCLC', 'SLC7A11'}, number: 5
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'GCLM', 'PRKCA', 'NFE2L2', 'GCLC', 'SLC7A11'}, number: 5
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'GCLM', 'PRKCA', 'NFE2L2', 'GCLC', 'SLC7A11'}, number: 5
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Transcriptional Activation By NRF2 In Response To Phytochemicals WP3, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2', 'GCLC'}, number: 2
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'LPL'}, number: 1
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Triacylglyceride Synthesis WP325, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'TGFA', 'CDKN1A', 'SLC2A1', 'VEGFA', 'HIF1A'}, number: 5
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'TGFA', 'TGFB2', 'SLC2A1'}, number: 3
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'VEGFA', 'CDKN1A', 'TGFA'}, number: 3
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'TGFA', 'CDKN1A', 'TGFB2', 'SLC2A1'}, number: 4
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'TGFA', 'CDKN1A', 'TGFB2', 'SLC2A1'}, number: 4
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'TGFA', 'CDKN1A', 'TGFB2', 'SLC2A1'}, number: 4
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'EPAS1', 'CDKN1A', 'SLC2A1', 'VEGFA', 'HIF1A'}, number: 5
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'TGFA', 'EPAS1', 'CDKN1A', 'SLC2A1', 'VEGFA', 'HIF1A'}, number: 6
Term: Type 2 Papillary Renal Cell Carcinoma WP4241, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LRP5', 'FZD1'}, number: 2
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'MBTPS2'}, number: 1
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'MBTPS2'}, number: 1
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'COL1A1'}, number: 1
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'LRP5', 'FZD1'}, number: 2
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'MBTPS2'}, number: 1
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'COL1A1', 'FZD1'}, number: 2
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'COL1A1'}, number: 1
Term: Type I Collagen Synthesis Osteogenesis Imperfecta WP4786, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Tyrosine Metabolism And Related Disorders WP4506, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGB3', 'DKK1', 'ACTG1', 'PAK2', 'SHC1', 'BCL2', 'MMP2', 'MMP14', 'CCND1', 'CCN2', 'VEGFA', 'KDR'}, number: 12
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2', 'PIK3R1', 'SHC1', 'CCND1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA', 'TXN', 'PGD'}, number: 3
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGB3', 'PAK2', 'SHC1', 'BCL2', 'CCND1', 'PRKCA', 'TNXB', 'VEGFA', 'PIK3R1', 'KDR'}, number: 10
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2', 'PIK3R1', 'SHC1', 'CCND1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DKK1', 'TXN', 'ROCK2', 'NCF2', 'PGD', 'CCND1', 'PRKCA'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SHC1', 'BCL2', 'TXN', 'PGD', 'CCND1', 'PRKCA', 'PIK3R1'}, number: 7
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'PIK3R1', 'CSK', 'ROCK2', 'SHC1'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'MMP14', 'MMP2'}, number: 2
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA', 'PIK3R1', 'TXN', 'PGD'}, number: 4
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'ITGB3', 'VEGFA', 'TNXB', 'BMP2', 'PIK3R1', 'KDR'}, number: 6
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'ITGB3', 'BCL2', 'CCND1', 'PRKCA', 'TNXB', 'VEGFA', 'PIK3R1', 'KDR'}, number: 8
Term: VEGFA VEGFR2 Signaling WP3888, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP27A1'}, number: 1
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CYP27A1'}, number: 1
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP27A1'}, number: 1
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Metabolism WP1531, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'LRP5', 'CCND1', 'CDKN1A', 'EFNA5', 'HIF1A'}, number: 5
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP7A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): {'ID1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B', 'CCND1'}, number: 3
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'SLC2A4', 'TGFB2'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B', 'EFNA5', 'CCND1'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'CDKN1A', 'CDKN1B', 'CCND1'}, number: 3
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'SLC2A4', 'CYP7A1', 'LRP5', 'CYP1A1', 'CCND1', 'CDKN1A', 'TGFB2'}, number: 7
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): {'CYP7A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'SLC2A4', 'CCND1', 'CDKN1A', 'TGFB2', 'CDKN1B'}, number: 5
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): {'CYP2B6', 'CYP7A1'}, number: 2
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): {'TIMP2'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A', 'SLC2A4', 'CYP7A1', 'TGFB2'}, number: 4
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP2B6', 'SLC2A4', 'CYP7A1', 'CDKN1A', 'EFNA5', 'CDKN1B', 'HIF1A'}, number: 7
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'SLC2A4', 'CCND1', 'CDKN1A', 'EFNA5', 'CDKN1B', 'HIF1A'}, number: 6
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2', 'GCLC', 'GSR'}, number: 3
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): {'CYP27A1'}, number: 1
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2', 'GCLC', 'GSR'}, number: 3
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): {'GCLC', 'GSR'}, number: 2
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2', 'GCLC', 'GSR'}, number: 3
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2', 'NFE2L2'}, number: 2
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2', 'NFE2L2'}, number: 2
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2', 'GCLC', 'GSR'}, number: 3
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'GRIN2B'}, number: 1
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BCL2', 'GRIN2B'}, number: 2
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFE2L2', 'GSR', 'GCLC', 'CYP27A1'}, number: 4
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'NFE2L2', 'GCLC', 'GSR'}, number: 4
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2', 'GCLC', 'GSR'}, number: 3
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2', 'GCLC', 'GSR'}, number: 3
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NFE2L2', 'GCLC', 'GSR'}, number: 3
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'CYP27A1'}, number: 1
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: Vitamin D Sensitive Calcium Signaling In Depression WP4698, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2', 'GCLC', 'GSR'}, number: 3
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DKK1', 'WNT7B', 'LRP5', 'FZD1', 'CXXC4', 'FZD7', 'CCND1', 'ROR1', 'PORCN', 'FOSL1', 'SFRP2', 'WNT5A'}, number: 12
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'FOSL1', 'CCND1', 'WNT5A', 'WNT7B'}, number: 4
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): {'CAMK2D'}, number: 1
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'PRKCA', 'CCND1'}, number: 2
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'FOSL1', 'CCND1', 'WNT5A', 'WNT7B'}, number: 4
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CAMK2D', 'DKK1', 'NKD2', 'DAAM2', 'WNT7B', 'LRP5', 'FZD1', 'CXXC4', 'ROCK2', 'FZD7', 'CCND1', 'PRKCA', 'ROR1', 'PORCN', 'FOSL1', 'SFRP2', 'WNT5A'}, number: 17
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'WNT7B', 'CCND1', 'PRKCA', 'FOSL1', 'WNT5A'}, number: 5
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'ROCK2'}, number: 1
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'PRKCA'}, number: 1
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FZD1'}, number: 1
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'PRKCA', 'CCND1'}, number: 2
Term: Wnt Signaling WP428, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DKK1', 'WNT7B', 'LRP5', 'FZD1', 'CXXC4', 'FZD7', 'CCND1', 'ROR1', 'PORCN', 'FOSL1', 'SFRP2', 'WNT5A', 'ATF3'}, number: 13
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'FOSL1', 'CCND1', 'WNT5A', 'WNT7B'}, number: 4
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'FOSL1', 'CCND1', 'WNT5A', 'WNT7B'}, number: 4
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DKK1', 'SFRP2', 'WNT7B', 'LRP5', 'FZD1', 'CXXC4', 'FZD7', 'CCND1', 'ROR1', 'PORCN', 'FOSL1', 'NKD2', 'WNT5A'}, number: 13
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'FOSL1', 'CCND1', 'WNT5A', 'WNT7B'}, number: 4
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FZD1'}, number: 1
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: lncRNA In Canonical Wnt Signaling And Colorectal Cancer WP4258, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'SLC3A2', 'SLC7A5'}, number: 2
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11'}, number: 2
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11'}, number: 2
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11'}, number: 2
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'NFE2L2', 'SLC7A11'}, number: 2
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): set(), number: 0
Term: mRNA Protein And Metabolite Inducation Pathway By Cyclosporin A WP3953, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'NFE2L2'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'PDGFRB'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'CDKN1B'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): {'BCL2'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'PDGFRB', 'CDKN1B', 'IKBKG'}, number: 7
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'CDKN1B'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'CDKN1A', 'CCND1'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'CDKN1B'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'SOS1', 'IKBKG'}, number: 2
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): {'CDKN1A'}, number: 1
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'SOS1', 'CDKN1A', 'PDGFRB', 'CDKN1B', 'IKBKG'}, number: 5
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'BCL2', 'SOS1', 'CCND1', 'CDKN1A', 'PDGFRB', 'CDKN1B', 'IKBKG'}, number: 7
Term: miRNA Regulation Of Prostate Cancer Signaling WP3981, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'ITGA1'}, number: 1
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'ITGA1', 'THBS1', 'TNXB', 'ITGA11'}, number: 4
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): {'THBS1'}, number: 1
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'COL5A1', 'COL3A1', 'THBS1', 'TNXB', 'ITGA11'}, number: 5
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'COL5A1', 'ITGA1', 'COL3A1', 'THBS1', 'ITGA11', 'TNXB'}, number: 6
Term: miRNA Targets In ECM And Membrane Receptors WP2911, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1090, Title of overlapping gene(s): {'DKK1', 'WNT7B', 'LRP5', 'FZD1', 'CXXC4', 'FZD7', 'CCND1', 'ROR1', 'PORCN', 'FOSL1', 'SFRP2', 'WNT5A'}, number: 12
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1270, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1271, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1457, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1487, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1814, Title of overlapping gene(s): {'FOSL1', 'CCND1', 'WNT5A', 'WNT7B'}, number: 4
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1815, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1917, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1944, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/1945, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/2006, Title of overlapping gene(s): {'FOSL1', 'CCND1', 'WNT5A', 'WNT7B'}, number: 4
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/209, Title of overlapping gene(s): {'DKK1', 'NKD2', 'WNT7B', 'LRP5', 'FZD1', 'CXXC4', 'FZD7', 'CCND1', 'ROR1', 'PORCN', 'FOSL1', 'SFRP2', 'WNT5A'}, number: 13
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/214, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/244, Title of overlapping gene(s): {'FOSL1', 'CCND1', 'WNT5A', 'WNT7B'}, number: 4
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/265, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/288, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/344, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/41, Title of overlapping gene(s): set(), number: 0
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/457, Title of overlapping gene(s): {'FZD1'}, number: 1
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/484, Title of overlapping gene(s): {'CCND1'}, number: 1
Term: ncRNAs In Wnt Signaling In Hepatocellular Carcinoma WP4336, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Section 6.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 6.5.5.

final_geneoverlaptable_C2=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs2,orient='index')
Section 6.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 42. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count2= {}

for index, row in exploded_df2_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count2:
            variable_count2[unique_KE] = 1
    else:
            variable_count2[unique_KE] += 1

Step 43. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df2=pd.DataFrame.from_dict(variable_count2,orient='index')
reset_variable_count_df2 = variable_count_df2.reset_index()
reset_variable_count_df2.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C2=final_geneoverlaptable_C2.reset_index(level=[1])
Genesetoverlaptable_C2.reset_index(inplace=True)
Genesetoverlaptable_C2.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C2=pd.merge(reset_variable_count_df2,Genesetoverlaptable_C2, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C2.loc[:,'Percent geneset overlap']= tabulation_C2.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C2

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Nuclear Receptors Meta Pathway WP2882 80 https://identifiers.org/aop.events/1090 {CUL1, TGFA, SLC7A5, FGF13, CCND1, SLC2A1, PPA... 7 8.75
1 Nuclear Receptors Meta Pathway WP2882 80 https://identifiers.org/aop.events/1115 {TXNRD1, CYP1A1, NFE2L2, GPX3, GCLC, UGT1A6, GSR} 7 8.75
2 Nuclear Receptors Meta Pathway WP2882 80 https://identifiers.org/aop.events/1270 {CYP8B1, CYP7A1, ACOX1, PPARA, PLTP, PCK1} 6 7.5
3 Nuclear Receptors Meta Pathway WP2882 80 https://identifiers.org/aop.events/1271 {TGFBR3} 1 1.25
4 Nuclear Receptors Meta Pathway WP2882 80 https://identifiers.org/aop.events/1392 {TXNRD1, CYP1A1, NFE2L2, GPX3, GCLC, UGT1A6, GSR} 7 8.75
... ... ... ... ... ... ...
3970 Ras Signaling WP4223 18 https://identifiers.org/aop.events/344 {} 0 0.0
3971 Ras Signaling WP4223 18 https://identifiers.org/aop.events/41 {PRKCA, PIK3R1} 2 11.11111111111111
3972 Ras Signaling WP4223 18 https://identifiers.org/aop.events/457 {GNG10, SOS1, PDGFRB, PIK3R1, KDR, IKBKG} 6 33.33333333333333
3973 Ras Signaling WP4223 18 https://identifiers.org/aop.events/484 {GNG10, SOS1, PRKCA, PDGFRB, PIK3R1, KDR, IKBKG} 7 38.88888888888889
3974 Ras Signaling WP4223 18 https://identifiers.org/aop.events/890 {} 0 0.0

3975 rows × 6 columns

Section 7. Comparison 3: PCB concentration 3 (100pM)

Section 7.1 Calculation of n variable

In this section, variable n will be calculated for the comparison 3.

Step 44. The table containing the differential expressed genes for Bisphenol A 1uM to control is loaded with the filter for significance.

C3_DEG= pd.read_csv('PCB concentration 3-GSE109565.top.table.txt',sep='\t')
C_3_DEG= C3_DEG[C3_DEG['padj'] < 0.05]
C_3_DEG

GeneID padj pvalue lfcSE stat log2FoldChange baseMean Symbol Description
0 343172 0.0473 0.000009 0.4999 4.446418 2.222794 14.21 OR2T8 olfactory receptor family 2 subfamily T member 8
1 90427 0.0473 0.000004 0.1534 4.624244 0.709588 991.41 BMF Bcl2 modifying factor
2 1543 0.0473 0.000010 1.2959 4.418258 5.725682 2895.26 CYP1A1 cytochrome P450 family 1 subfamily A member 1
3 92154 0.0473 0.000011 0.0494 4.394152 0.216957 1807.35 MTSS2 MTSS I-BAR domain containing 2
Comparison3_DEG= C_3_DEG.copy()  
Comparison3_DEG.rename(columns={Comparison3_DEG.columns[0]: 'Entrez.Gene'}, inplace=True)
Comparison3_DEG['Entrez.Gene'] = Comparison3_DEG['Entrez.Gene'].astype(str)

Step 45. Here, the results of the DEG table are integrated into the mergeddataframe dataframe. This is followed by adjustment of the dataframe columns to remove non-relevant columns.

merged_dataframe_DEG_3= pd.merge(mergeddataframe,Comparison3_DEG, on='Entrez.Gene')

Step 46. Lastly, the following for loop for the key events is run to retrieve the n variable. It is comparable to the for loop of N, but adds a condition to check for significance of genes by p adjusted value being smaller than 0.05.

variable_n_dictionary_count3= {}

for index, row in merged_dataframe_DEG_3.iterrows():
    unique_KE = row['KEID']
    gene_expression_value = row['padj']

    if gene_expression_value < 0.05:
    
        if unique_KE not in variable_n_dictionary_count3:
            variable_n_dictionary_count3[unique_KE] = 1
        else:
            variable_n_dictionary_count3[unique_KE] += 1

print("The total number of significant genes: ")
print(variable_n_dictionary_count3)
The total number of significant genes: 
{'https://identifiers.org/aop.events/1115': 1, 'https://identifiers.org/aop.events/1392': 3, 'https://identifiers.org/aop.events/265': 1, 'https://identifiers.org/aop.events/1817': 1, 'https://identifiers.org/aop.events/1365': 1, 'https://identifiers.org/aop.events/890': 1, 'https://identifiers.org/aop.events/1575': 1, 'https://identifiers.org/aop.events/249': 1, 'https://identifiers.org/aop.events/209': 1, 'https://identifiers.org/aop.events/1262': 1, 'https://identifiers.org/aop.events/1538': 1, 'https://identifiers.org/aop.events/898': 1, 'https://identifiers.org/aop.events/352': 2}

Step 47. The output of the n variable dictionary is saved as a dataframe and integrated as a separate column into a dataframe.

n_variable_dataframe3=pd.DataFrame.from_dict(variable_n_dictionary_count3,orient='index')
n_variable_dataframe3

0
https://identifiers.org/aop.events/1115 1
https://identifiers.org/aop.events/1392 3
https://identifiers.org/aop.events/265 1
https://identifiers.org/aop.events/1817 1
https://identifiers.org/aop.events/1365 1
https://identifiers.org/aop.events/890 1
https://identifiers.org/aop.events/1575 1
https://identifiers.org/aop.events/249 1
https://identifiers.org/aop.events/209 1
https://identifiers.org/aop.events/1262 1
https://identifiers.org/aop.events/1538 1
https://identifiers.org/aop.events/898 1
https://identifiers.org/aop.events/352 2
n_variable_dataframe3_reset = n_variable_dataframe3.reset_index()
n_variable_dataframe3_reset.columns = ['KEID', 'n']
n_variable_dataframe3_reset

KEID n
0 https://identifiers.org/aop.events/1115 1
1 https://identifiers.org/aop.events/1392 3
2 https://identifiers.org/aop.events/265 1
3 https://identifiers.org/aop.events/1817 1
4 https://identifiers.org/aop.events/1365 1
5 https://identifiers.org/aop.events/890 1
6 https://identifiers.org/aop.events/1575 1
7 https://identifiers.org/aop.events/249 1
8 https://identifiers.org/aop.events/209 1
9 https://identifiers.org/aop.events/1262 1
10 https://identifiers.org/aop.events/1538 1
11 https://identifiers.org/aop.events/898 1
12 https://identifiers.org/aop.events/352 2
merged_dataframe3= pd.merge(mergeddataframeDEG, n_variable_dataframe3_reset, on='KEID')

Section 7.2. Calculation of variable B and variable b.

In this section, variable B and variable b are calculated.

Step 48. Variable B is calculated by taking the length of the dataframe which includes all genes in 1 DEG table.

B=len(C3_DEG.index)
B
17027

Step 49. Variable b is calculated by taking the length of the dataframe which includes all genes in 1 DEG table with the condition for significance.

C3_DEG_filtered=C3_DEG[C3_DEG['padj'] < 0.05]
b=len(C3_DEG_filtered)
b
4

Section 7.3. Calculation of enrichment score and hypergeometric p-value

In this section, the enrichment score and hypergeometric p-value will be calculated. This requires the four variables of the enrichment score per KE for which the formula will be applied to and stored in an additional dataframe.

Step 50. The final dataframe will be created that contains the KEID and the four variables: variable N, variable n, variable B and variable b.

Final_dataframe_ES= merged_dataframe3.loc[:, ['KEID','N','n']]
Final_dataframe_ES['B']=pd.Series([17027 for x in range(len(Final_dataframe_ES.index))])
Final_dataframe_ES['b']=pd.Series([4 for x in range(len(Final_dataframe_ES.index))])
Final_Dataframe_ES=Final_dataframe_ES.drop_duplicates(subset=['KEID'],keep='first')
Final_Dataframe_ES.reset_index(drop=True,inplace=True)
Copy_Final_DataFrame_ES=Final_Dataframe_ES.copy()

Step 51. The following for loop will be used to calculate the enrichment score for individual key events and the results will be saved as a separate column into the dataframe.

def calculate_Enrichment_Score(row):
        return f"{(row['n']/row['N'])/(row['b']/row['B'])}"

Copy_Final_DataFrame_ES.loc[:,'Enrichmentscore']= Copy_Final_DataFrame_ES.apply(calculate_Enrichment_Score,axis=1)

Step 52. The following for loop will be used to calculate the hypergeometric p-value for individual Key Events and save the result as a separate column into the dataframe. This requires some in between steps for manipulation of the dataframe.

p_value_dataframe3=[]

for index, row in Copy_Final_DataFrame_ES.iterrows():

        M = row['B'] 
        n = row['b']
        N = row['N'] 
        k = row['n'] 

        hpd = ss.hypergeom(M, n, N)
        p = hpd.pmf(k)
        p_value_dataframe3.append(p)
             
Hypergeometricpvalue_dataframe3=pd.DataFrame(p_value_dataframe3)
Hypergeometricpvalue_dataframe3.columns= ['Hypergeometric p-value']
merged_finaltable_AgNp_24h=pd.concat([Copy_Final_DataFrame_ES,Hypergeometricpvalue_dataframe3],axis=1)

Section 7.4. Filtering the results for significant KEs

In this section, the results will be filtered to only include significant KEs. Significant KEs have an enrichment score above 1 and a hypergeometric p-value below 0.05.

Step 53. Lastly, we filter the results to showcase the significant KEs for the comparison: Bisphenol A 1uM.

filteredversion_C3= merged_finaltable_AgNp_24h[(merged_finaltable_AgNp_24h['Enrichmentscore']>str(1))& (merged_finaltable_AgNp_24h['Hypergeometric p-value'] < 0.05)]
filteredversion_C3

KEID N n B b Enrichmentscore Hypergeometric p-value
0 https://identifiers.org/aop.events/1115 34 1 17027 4 125.1985294117647 7.940958e-03
1 https://identifiers.org/aop.events/1392 102 3 17027 4 125.1985294117647 8.300624e-07
5 https://identifiers.org/aop.events/890 34 1 17027 4 125.1985294117647 7.940958e-03
7 https://identifiers.org/aop.events/249 34 1 17027 4 125.1985294117647 7.940958e-03
10 https://identifiers.org/aop.events/1538 34 1 17027 4 125.1985294117647 7.940958e-03
12 https://identifiers.org/aop.events/352 398 2 17027 4 21.39070351758794 3.119834e-03

Section 7.5. Calculation of percent gene overlap to ORA

Section 7.5.1 Creation of the significant KEs table

In this section, you merge the dataframes to retrieve the genes connected to only the significant KEs.

Step 54. The significant KE table is created using the significan KEs from the previous merggeddataframe_final.

significantKEID_genetable3=mergeddataframe_final2[(mergeddataframe_final2['KEID'] == 'https://identifiers.org/aop.events/1115')| (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/1392') | (mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/890')|(mergeddataframe_final2['KEID'] =='https://identifiers.org/aop.events/249')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/1538')| (mergeddataframe_final2['KEID']=='https://identifiers.org/aop.events/352')]
significantKEIDgenetable3=significantKEID_genetable3.drop(columns={'WPtitle','ID'})
significantKEIDgenetable3

KEID gene Entrez.Gene
5618 https://identifiers.org/aop.events/1115 XDH 7498
5619 https://identifiers.org/aop.events/1115 UGT1A6 54578
5620 https://identifiers.org/aop.events/1115 SOD1 6647
5621 https://identifiers.org/aop.events/1115 HMOX1 3162
5622 https://identifiers.org/aop.events/1115 GCLC 2729
... ... ... ...
20878 https://identifiers.org/aop.events/352 DLG4 1742
20879 https://identifiers.org/aop.events/352 MKNK1 8569
20880 https://identifiers.org/aop.events/352 MTOR 2475
20881 https://identifiers.org/aop.events/352 EEF2K 29904
20882 https://identifiers.org/aop.events/352 EIF4EBP1 1978

636 rows × 3 columns

Section 7.5.2 Significant ORA pathway table plus splitting

In this section, the significant ORA pathway table is created.

Step 55. The significant ORA pathway table is created using the significant enriched patwhays identified from the ORA analysis. This requires data manipulation to restructure the table in a way that the individual genes for the enriched pathways are placed on individual rows.

datafile_ORA3 = pd.read_csv("C:/Users/shaki/Downloads/GSE109565_ORApathwaytable/Comparison 3-PCB concentration 3.txt", sep='\t')
datafileORA3=pd.DataFrame(datafile_ORA3)
filtereddatafileORA_3=datafileORA3[datafileORA3['Adjusted P-value'] < 0.05]
dropped_datafileORA_df3=filtereddatafileORA_3.drop(['Adjusted P-value','Odds Ratio','Old P-value','Gene_set','P-value','Old adjusted P-value','Combined Score'],axis=1)
droppeddatafileORAdf3=dropped_datafileORA_df3.copy()
droppeddatafileORAdf3['Genes']= droppeddatafileORAdf3['Genes'].replace({';':','},regex=True)
df3_ORApathwaytable=droppeddatafileORAdf3.copy()
df3_ORApathwaytable['Genes'] = df3_ORApathwaytable['Genes'].astype(str)
df3_ORApathwaytable['Genes'] = df3_ORApathwaytable['Genes'].str.split(',')
exploded_df3_ORApathwaytable = df3_ORApathwaytable.explode('Genes', ignore_index=True)
Section 7.5.3 For loop to get overlapping genes

In this section, the number of overlapping genes between the significant enrichment score-based Key Events and enriched pathways from ORA are calculated.

Step 56. Next, two sets are created by converting the significant KE table and ORA pathway table into dictionaries where the values of the genes are grouped together per key. This is followed by running a for loop to calculate the number of overlapping genes along with the symbols.

ORA_gene_sets3 = exploded_df3_ORApathwaytable.groupby('Term')['Genes'].apply(set).to_dict() 
SignificantKE_gene_sets3 = significantKEIDgenetable3.groupby('KEID')['gene'].apply(set).to_dict()  
overlapping_genes_betweenORA_and_significantKEs3 = {}

for term, ORA_genes in ORA_gene_sets3.items():
    for KEID, KEID_genes in SignificantKE_gene_sets3.items():
        overlap = ORA_genes.intersection(KEID_genes)
        print(f"{term} x {KEID}: {len(overlap)} overlaps")
        overlapping_genes_betweenORA_and_significantKEs3[(term, KEID)] = {
                'overlapping genes': overlap,
                'number of genes that overlap': len(overlap)
            }
if overlapping_genes_betweenORA_and_significantKEs3:
    print("\ntitle of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:")
    for (term, KEID), result in overlapping_genes_betweenORA_and_significantKEs3.items():
        print(f"Term: {term}, KEID: {KEID}, Title of overlapping gene(s): {result['overlapping genes']}, number: {result['number of genes that overlap']}")
else:
    print("No overlapping genes")
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1115: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1392: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/1538: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/249: 0 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/352: 1 overlaps
Apoptosis Modulation And Signaling WP1772 x https://identifiers.org/aop.events/890: 0 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1115: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1392: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/1538: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/249: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/352: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2586 x https://identifiers.org/aop.events/890: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1115: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1392: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/1538: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/249: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/352: 1 overlaps
Aryl Hydrocarbon Receptor Pathway WP2873 x https://identifiers.org/aop.events/890: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1115: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1392: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/1538: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/249: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/352: 1 overlaps
Benzo A Pyrene Metabolism WP696 x https://identifiers.org/aop.events/890: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/1115: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/1392: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/1538: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/249: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/352: 1 overlaps
Cannabinoid Receptor Signaling WP3869 x https://identifiers.org/aop.events/890: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1115: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1392: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/1538: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/249: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/352: 1 overlaps
Estrogen Metabolism WP697 x https://identifiers.org/aop.events/890: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1115: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1392: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/1538: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/249: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/352: 1 overlaps
Estrogen Receptor Pathway WP2881 x https://identifiers.org/aop.events/890: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1115: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1392: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/1538: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/249: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/352: 1 overlaps
Fatty Acid Omega Oxidation WP206 x https://identifiers.org/aop.events/890: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/1115: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/1392: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/1538: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/249: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/352: 1 overlaps
Male Infertility WP4673 x https://identifiers.org/aop.events/890: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1115: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1392: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/1538: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/249: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/352: 1 overlaps
Melatonin Metabolism And Effects WP3298 x https://identifiers.org/aop.events/890: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1115: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1392: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/1538: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/249: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/352: 1 overlaps
Metapathway Biotransformation Phase I And II WP702 x https://identifiers.org/aop.events/890: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1115: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1392: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/1538: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/249: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/352: 1 overlaps
Oxidation By Cytochrome P450 WP43 x https://identifiers.org/aop.events/890: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1115: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1392: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/1538: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/249: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/352: 1 overlaps
Oxidative Stress Response WP408 x https://identifiers.org/aop.events/890: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1115: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1392: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/1538: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/249: 0 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/352: 1 overlaps
Photodynamic Therapy Induced AP 1 Survival Signaling WP3611 x https://identifiers.org/aop.events/890: 0 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1115: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1392: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/1538: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/249: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/352: 1 overlaps
Tamoxifen Metabolism WP691 x https://identifiers.org/aop.events/890: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/1115: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/1392: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/1538: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/249: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/352: 1 overlaps
Tryptophan Metabolism WP465 x https://identifiers.org/aop.events/890: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1115: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1392: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/1538: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/249: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/352: 1 overlaps
Vitamin D Receptor Pathway WP2877 x https://identifiers.org/aop.events/890: 1 overlaps

title of Overlapping Gene(s) and the number between enriched pathways from ORA and significant KEs:
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'BMF'}, number: 1
Term: Apoptosis Modulation And Signaling WP1772, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2586, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Aryl Hydrocarbon Receptor Pathway WP2873, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Benzo A Pyrene Metabolism WP696, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Cannabinoid Receptor Signaling WP3869, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Metabolism WP697, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Estrogen Receptor Pathway WP2881, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Fatty Acid Omega Oxidation WP206, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Male Infertility WP4673, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Melatonin Metabolism And Effects WP3298, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Metapathway Biotransformation Phase I And II WP702, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidation By Cytochrome P450 WP43, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Oxidative Stress Response WP408, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): set(), number: 0
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'BMF'}, number: 1
Term: Photodynamic Therapy Induced AP 1 Survival Signaling WP3611, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): set(), number: 0
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tamoxifen Metabolism WP691, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Tryptophan Metabolism WP465, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1115, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1392, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/1538, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/249, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/352, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Term: Vitamin D Receptor Pathway WP2877, KEID: https://identifiers.org/aop.events/890, Title of overlapping gene(s): {'CYP1A1'}, number: 1
Section 7.5.4 Tabulation gene overlap

In this section, a table is created that contains the number of overlapping genes and number of total genes in preparation for section 7.5.5.

final_geneoverlaptable_C3=pd.DataFrame.from_dict(overlapping_genes_betweenORA_and_significantKEs3,orient='index')
Section 7.5.5 Percent overlap calculation

In this section, the percent overlap for the genesets are calculated.

Step 57. Lastly, the percent overlap is calculated and add the result as a column to the dataframe. This is first done by running a for loop to calculate the total number of genes belonging to the enriched pathways of ORA.

variable_count3= {}

for index, row in exploded_df3_ORApathwaytable.iterrows():
    unique_KE = row['Term']
    gene_expression_value = row['Genes']

    if unique_KE not in variable_count3:
            variable_count3[unique_KE] = 1
    else:
            variable_count3[unique_KE] += 1

print("The total number of genes: ")
print(variable_count3)
The total number of genes: 
{'Benzo A Pyrene Metabolism WP696': 1, 'Estrogen Receptor Pathway WP2881': 1, 'Fatty Acid Omega Oxidation WP206': 1, 'Estrogen Metabolism WP697': 1, 'Tamoxifen Metabolism WP691': 1, 'Cannabinoid Receptor Signaling WP3869': 1, 'Tryptophan Metabolism WP465': 1, 'Oxidative Stress Response WP408': 1, 'Melatonin Metabolism And Effects WP3298': 1, 'Aryl Hydrocarbon Receptor Pathway WP2873': 1, 'Aryl Hydrocarbon Receptor Pathway WP2586': 1, 'Photodynamic Therapy Induced AP 1 Survival Signaling WP3611': 1, 'Oxidation By Cytochrome P450 WP43': 1, 'Apoptosis Modulation And Signaling WP1772': 1, 'Male Infertility WP4673': 1, 'Vitamin D Receptor Pathway WP2877': 1, 'Metapathway Biotransformation Phase I And II WP702': 1}

Step 58. The result is converted into a dataframe and added to the final dataframe. This is followed by some data manipulation prior to calculation of gene set overlap.

variable_count_df3=pd.DataFrame.from_dict(variable_count3,orient='index')
reset_variable_count_df3 = variable_count_df3.reset_index()
reset_variable_count_df3.columns = ['Term', 'Total number of genes']
Genesetoverlaptable_C3=final_geneoverlaptable_C3.reset_index(level=[1])
Genesetoverlaptable_C3.reset_index(inplace=True)
Genesetoverlaptable_C3.columns= ['Term','KEID','overlapping genes','number of genes that overlap']
tabulation_C3=pd.merge(reset_variable_count_df3,Genesetoverlaptable_C3, on='Term')
def calculate_Genesetoverlap_Score(row):
        return f"{(row['number of genes that overlap']/row['Total number of genes'])*100}"

tabulation_C3.loc[:,'Percent geneset overlap']= tabulation_C3.apply(calculate_Genesetoverlap_Score, axis=1)
tabulation_C3

Term Total number of genes KEID overlapping genes number of genes that overlap Percent geneset overlap
0 Benzo A Pyrene Metabolism WP696 1 https://identifiers.org/aop.events/1115 {CYP1A1} 1 100.0
1 Benzo A Pyrene Metabolism WP696 1 https://identifiers.org/aop.events/1392 {CYP1A1} 1 100.0
2 Benzo A Pyrene Metabolism WP696 1 https://identifiers.org/aop.events/1538 {CYP1A1} 1 100.0
3 Benzo A Pyrene Metabolism WP696 1 https://identifiers.org/aop.events/249 {CYP1A1} 1 100.0
4 Benzo A Pyrene Metabolism WP696 1 https://identifiers.org/aop.events/352 {CYP1A1} 1 100.0
... ... ... ... ... ... ...
97 Metapathway Biotransformation Phase I And II W... 1 https://identifiers.org/aop.events/1392 {CYP1A1} 1 100.0
98 Metapathway Biotransformation Phase I And II W... 1 https://identifiers.org/aop.events/1538 {CYP1A1} 1 100.0
99 Metapathway Biotransformation Phase I And II W... 1 https://identifiers.org/aop.events/249 {CYP1A1} 1 100.0
100 Metapathway Biotransformation Phase I And II W... 1 https://identifiers.org/aop.events/352 {CYP1A1} 1 100.0
101 Metapathway Biotransformation Phase I And II W... 1 https://identifiers.org/aop.events/890 {CYP1A1} 1 100.0

102 rows × 6 columns

Section 8: Metadata

Step 59. At last, the metadata belonging to this Jupyter Notebook is displayed which contains the version numbers of packages and system-set-up for interested users. This requires the usage of packages:Watermark and print_versions.

%load_ext watermark
!pip install print-versions
Requirement already satisfied: print-versions in c:\users\shaki\anaconda3\lib\site-packages (0.1.0)
%watermark
Last updated: 2025-06-03T13:07:50.844017+02:00

Python implementation: CPython
Python version       : 3.12.3
IPython version      : 8.25.0

Compiler    : MSC v.1938 64 bit (AMD64)
OS          : Windows
Release     : 11
Machine     : AMD64
Processor   : Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
CPU cores   : 8
Architecture: 64bit
from print_versions import print_versions
print_versions(globals())
pandas==2.2.3
json==2.0.9
ipykernel==6.28.0
numpy==1.26.4
scipy==1.13.1
py4cytoscape==1.9.0

References:

  1. Martens M, Meuleman AB, Kearns J, de Windt C, Evelo CT, Willighagen EL. Molecular Adverse Outcome Pathways: towards the implementation of transcriptomics data in risk assessments. bioRxiv. 2023:2023.03.02.530766.
  2. How can I iterate over rows in a Pandas DataFrame? [Internet]. Stack Overflow. Available from: https://stackoverflow.com/questions/16476924/how-can-i-iterate-over-rows-in-a-pandas-dataframe
  3. Python - Loop Dictionaries [Internet]. www.w3schools.com. Available from: https://www.w3schools.com/python/python_dictionaries_loop.asp
  4. Priya. apply(set) to two columns in a pandas dataframe [Internet]. Stack Overflow. 2018. Available from: https://stackoverflow.com/questions/52367388/applyset-to-two-columns-in-a-pandas-dataframe
  5. amnesic. Converting pandas dataframe to dictionary with same keys over multiple rows [Internet]. Stack Overflow. 2022. Available from: https://stackoverflow.com/questions/71006325/converting-pandas-dataframe-to-dictionary-with-same-keys-over-multiple-rows/71006478#71006478
  6. SuperDougDougy. GroupBy results to dictionary of lists [Internet]. Stack Overflow. 2015. Available from: https://stackoverflow.com/questions/29876184/groupby-results-to-dictionary-of-lists%E2%80%8C

Credits

Author

Shakira
👩🏾‍💻 Shakira Agata
  • Responsible for project design and agile SCRUM management
  • Conceptualized, developed, documented and executed Jupyter notebooks and pipelines
  • Performed data analysis and data harmonization
  • Developed project visualizations for AOP network and integrated datasets
  • Responsible for implementation of open science principles (e.g licensing, metadata and archiving)
  • Created website and logo for The AOP Project

Supervisor

Marvin
👨‍💻 Marvin Martens
  • Supported in the SPARQL-Queries generation for AOP-Wiki AOP retrieval
  • Conceptualized benchmarking metric
  • Conceptualized the decision tree method

Acknowledgements

📧 Lars Eijssen & Jarno Koetsier
  • Helped with questions regarding ArrayAnalysis and ArrayAnalysis Shiny
📧 Jay Tiesman & Hans-Juergen Schulten
  • Helped with technical questions regarding dataset: E-GEOD-69851
🙋🏻‍♂️ Jiunn-Dat Chan
  • Helped with questions regarding the interpretation of the decision tree method
📧 Ozan Cinar
  • Helped with RStudio system set-up for ArrayAnalysis
🙋🏻‍♂️ Egon Willighagen
  • Helped with a discussion on open-science principles and software licensing
📧 Martina-Summer Kutmon
  • Provided Python extension command for CyTargetLinker
🙋🏼‍♂️ Danyel Jennen
  • Helped with technical questions regarding ArrayQC